Link Layer Flashcards
What link layer uses CSMA/CD?
Ethernet
What does CSMA/CD stand for?
Carrier Sense, Multiple Access with Collision Detection
How many bits are in an Ethernet address?
48-bits
What is another name for the 48-bit hardware address?
MAC (Media Access Control) address.
What two protocols map between the 48-bit physical address of a device and its IP Address?
ARP (Address Resolution Protocol) and RARP (Reverse Address Resolution Protocol)
What five fields are contained in an Ethernet (RFC 894) frame?
Destination address, source address, type, data, CRC.
What does CRC stand for?
Cyclic Redundancy Check
What is the minimum size for the Ethernet (RFC 894) data section?
46 bytes
What does PPP stand for?
Point-to-point protocol
What Class A network ID is reserved for the loopback interface?
127
By convention what IP address is used for the loopback address?
127.0.0.1
What does MTU stand for?
Maximum Transmission Unit
What type of network should a datagram addressed to the loopback address appear on?
None. Datagrams addressed to the loopback address should never appear on the network.
What is the MTU for Ethernet?
1500 bytes
What happens if the Internet layer has a datagram to send that is larger than the link layer’s MTU.
Fragmentation. The IP layer fragments the datagram before sending it to the link layer.