Networking Fundamentals CH1-5 Flashcards
What is TCP/IP
Transmission Control Protocol and Internet Protocol. Most common network model used in enterprise networks.
OSI
Opening System Interconnection. Created by ISO(International Organization for Standardization) to standardize data networking protocols to allow communication between all computers in the world.
RFC
Requests for Comments. documents used by TCP/IP to define protocols.
HTTP
Hypertext Transfer Protocol. Application Layer of TCP/IP. Mostly related to web browser.
UDP
User Datagram Protocol. Along with TCP, it is a transport layer.
DDN
Dotted-Decimal Notation: 4 sets of number separated by periods and are used as IP address. example: 1.1.1.1
UTP
Unshielded Twisted Paired
OUI
Organizationally Unique Identifier is an IEEE assigned 3-byte code to the first part of the MAC address for its uniqueness. The manufacturer will assign the last 3-byte of the MAC address.
WAN
Wide Area Network
CPE
Customer Premises Equipment
CSU/DSU
Channel Service Unit/Data Service Unit, part of CPE and it can be integrated with the router.
DTE cable
Data Terminal Equipment, it has a male connector. It acts like a straight-through cable and does not swap the transmit pair.
DCE cable
Data Communication Equipment, it has a female connector. It swaps transmit like a cross-over.
HDLC
High-Level Data Link Control, layer 2 encapsulation method
PPP
Point to Point Protocol, layer 2 encapsulation method.
FCS
Frame Check Sequences (trailer of data link layer).
EoMPLS
Mutiprotocol Label Switching. Provide Point to point connection between two devices. Behavior as if a fiber Ethernet link existed between the two devices.
PoP
Point of Presence. A SP location that connects to a customer building via Fiber Cable ie 1000BASE-LX or 1000BASE-ZX(70km max length).
DSL
Digital Subscriber Line, one of the most used technologies for SOHO use to connect to the Internet via phone lines.
DSLAM
DLS Access Multiplexer. Receive/send data to DSL internet/phone users via phone lines. It splits out the voice signals over to the voice switch; and send the data to the router.
serial cable
connect the router and CSU/DSU if they are separated CPEs
ARP
IP Address Resolution Protocol. Dynamically learns the data link address of an IP host connected to a LAN.
DDN
Dotted-Decimal Notation. Use to represent IP address with four byes(octets).
Convergence time
The time between losing the route and finding a working replacement route. One of the goals of a routing protocol.
DNS
Domain Name System. A way o let a computer find the IP address used by the listed host name.
ARP
Address Resolution Protocol. Request of MAC ID
Ping
Packet Internet Groper, uses the Internet Control Message Protocol (ICMP) sending a message called ICMP echo request to another IP address. The computer with that IP address should reply with an ICMP echo reply