A switch receives an Ethernet frame on port FastEthernet0/1. The source MAC address is 0000.1111.1111, and the unicast destination MAC address is 0000.2222.2222. The switch checks its MAC address table and finds no entry for 0000.2222.2222. What action does the switch take to handle this frame?
- Floods the frame out all operational interfaces except the ingress port FastEthernet0/1.Cevap
- BDrops the frame immediately because the destination address is missing from the MAC address table.
- CFloods the frame out all active interfaces, including the ingress port FastEthernet0/1.
- DForwards the frame directly to the default gateway interface for Layer 3 resolution.
Cevap
The switch floods the frame out all operational interfaces within the VLAN except the ingress port FastEthernet0/1.
When a Layer 2 switch receives a unicast frame whose destination MAC address is not currently in its MAC address table, it performs unknown unicast flooding. This forwards the frame out every active port belonging to the same VLAN, excluding the port on which the frame was received.
Adım Adım Çözüm
Anahtar Kavram
Unknown Unicast Flooding and MAC Address Table Lookup Operations