Ethernet Flashcards
Chapter 9
What is the maximum size of an Ethernet frame according to the IEEE 802.3ac standard?
1552 bytes
What is the minimum size of an Ethernet frame?
64 bytes
What does a receiving device do if it receives a frame that is less than the allowed minimumsize or greater than the allowed maximum size?
The receiving device drops the frame.
How does a recipient device know if the sender used the Length/Type field to specify a length or a type
If the value is equal to or greater than 0x0600, the field specifies a type.
Why is padding sometimes added to the data part of an Ethernet frame?
To ensure that the frame is at least 64 bytes
What happens if a frame arrives damaged?
The recipient calculates a CRC that differs from the CRC in the FCS field and drops the frame
How long is a MAC address?
48 bytes
Compare and contrast MAC addresses with IP addresses
h
Compare and contrast unicast,broadcast,and multicast communications at the MAC sublayer.
h
What is interframe spacing,and why does Ethernet use it?
Interframe spacing is the required time between frames on an Ethernet network. After a frame has been sent, all devices are required to wait a min of 96 bits times. This gives the medium time to stabilize after transmitting a frame.
What is a basic job of ARP?
Resolve IPv4 address to MAC address
If a node has recently sent a frame to another node,where is the mapping of IPv4 address toMAC address stored?
ARP cache
What type of header does an ARP frame contain?
Ethernet
What is the destination address in the frame when a node sends an ARP request to find theMAC address associated with a known IP address?
FF:FF:FF:FF:FF:FF
What are three functions of the upper data link sublayer in the OSI model?
- identifies the network layer protocol
- makes the connection with the upper layers
- insulates network layer protocols from changes in physical equipment.