A workstation attached to switch Port 4 (assigned to VLAN 15) transmits a unicast frame intended for another host on the network. Upon receiving the frame, the switch inspects its MAC address table (CAM table) and finds no matching entry for the destination MAC address. Which action will the switch take to forward this frame?
- Flood the frame out all operational ports assigned to VLAN 15, except Port 4.Answer
- BFlood the frame out all active ports across all VLANs configured on the switch.
- CDrop the frame immediately and send an ICMP Destination Unreachable message to the source host.
- DForward the frame directly to the switch designated as the Spanning Tree Protocol (STP) root bridge for processing.
Answer
The switch will flood the frame out all operational ports assigned to VLAN 15, excluding Port 4.
When a Layer 2 switch encounters a unicast frame with a destination MAC address not present in its CAM table, it treats the frame as an unknown unicast. The switch forwards a copy of the frame out every active port configured for that specific VLAN, excluding the port that received the frame, ensuring VLAN isolation is preserved.
Step-by-Step Solution
Key Concept
Switch Unknown Unicast Flooding and VLAN Broadcast Domain Isolation
Estimated Time:1m 15s