A switch receives an Ethernet frame on Port 1 with a destination MAC address that is currently not present in its MAC address table. Which action will the switch take to handle this frame?
- The switch floods the frame out all active ports within the same VLAN, except Port 1.Answer
- BThe switch floods the frame out all active ports across all VLANs configured on the switch.
- CThe switch forwards the frame directly to the default gateway router for Layer 3 resolution.
- DThe switch drops the frame immediately unless it arrives on an 802.1Q trunk port with a matching native VLAN.
Answer
The switch floods the frame out all active ports within the same VLAN, except the receiving port.
When a switch receives a frame with a destination MAC address not listed in its MAC address table, it performs unknown unicast flooding. The frame is replicated and sent out every active port configured in the frame's VLAN, with the exception of the port on which the frame arrived.
Step-by-Step Solution
Key Concept
Unknown Unicast Flooding and Broadcast Domain Boundaries
Estimated Time:45s