An enterprise Catalyst switch has recently rebooted, and its MAC address table is entirely empty. Host Workstation-1 is connected to port FastEthernet0/12 in VLAN 10 and sends a unicast frame addressed to Server-1 (MAC address 0050.56a1.1a02). The frame enters FastEthernet0/12 carrying a source MAC address of 0050.56a1.1a01. How will the switch process this incoming Ethernet frame?
- The switch records MAC address 0050.56a1.1a01 mapped to port FastEthernet0/12 in VLAN 10, and floods the frame out all operational ports assigned to VLAN 10 except FastEthernet0/12.Answer
- BThe switch drops the frame immediately because the destination MAC address 0050.56a1.1a02 does not exist in the MAC address table.
- CThe switch populates its MAC address table with both the source MAC on FastEthernet0/12 and the destination MAC on its expected egress interface.
- DThe switch updates its MAC address table with the source MAC address and floods the frame out all operational ports across all VLANs on the switch, including FastEthernet0/12.
Answer
The switch records MAC address 0050.56a1.1a01 mapped to port FastEthernet0/12 in VLAN 10, and floods the frame out all operational ports assigned to VLAN 10 except FastEthernet0/12.
When a Layer 2 switch receives an Ethernet frame, it first inspects the source MAC address and associates it with the ingress port and VLAN in its MAC address table. Next, it looks up the destination MAC address. Because the MAC table is empty, the destination MAC is unknown. The switch performs unknown unicast flooding by forwarding the frame out every active port assigned to the same VLAN, excluding the port on which the frame arrived.
Step-by-Step Solution
Key Concept
L2 Switching Concepts and MAC Table Operation