An Ethernet frame with a destination MAC address of FFFF.FFFF.FFFF arrives on switch port FastEthernet0/5. The switch MAC address table currently contains no entry for the source MAC address of the frame. Which dual action will the switch perform upon receiving this frame?
- Record the source MAC address mapped to FastEthernet0/5 in the MAC table, and flood the frame out all active switch ports except FastEthernet0/5.Answer
- BDrop the frame immediately because FFFF.FFFF.FFFF is a reserved broadcast address that cannot be processed by Layer 2 switches.
- CFlood the frame out all active switch ports, including FastEthernet0/5, without updating the MAC address table.
- DForward the frame directly to the default gateway router to resolve the destination broadcast address.
Answer
Record the source MAC address mapped to FastEthernet0/5 in the MAC table, and flood the frame out all active switch ports except FastEthernet0/5.
When a Layer 2 switch receives an Ethernet frame, it first inspects the source MAC address. If the source MAC is not present in the MAC table, the switch creates a new entry mapping that source MAC address to the receiving port (FastEthernet0/5). Next, it inspects the destination MAC address. Because FFFF.FFFF.FFFF is the Layer 2 broadcast address, the switch floods the frame out every active interface in the VLAN except the interface on which the frame arrived.
Step-by-Step Solution
Key Concept
Layer 2 MAC Address Table Learning and Broadcast Frame Flooding Logic