A network host connected to Switch Port 1 (configured as a Layer 2 access port in VLAN 10) transmits a unicast Ethernet frame destined for a host on Switch Port 2 (also an access port in VLAN 10). The switch's MAC address table already contains an active, valid entry mapping the destination MAC address to Switch Port 2. Which of the following operations will the switch perform upon receiving the frame?
- Inspect the destination MAC address, identify the matching entry for Switch Port 2, and forward the untagged frame exclusively out Switch Port 2.Answer
- BInsert a 4-byte 802.1Q VLAN header containing VLAN ID 10 into the frame before transmitting it out Switch Port 2.
- CFlood the frame out all active interfaces across all VLANs on the switch except Switch Port 1 to locate the destination host.
- DDecapsulate the frame header, evaluate the Layer 3 IP header, and route the packet directly to the default gateway before forwarding it to Switch Port 2.
Answer
The switch inspects the destination MAC address, identifies the matching MAC address table entry for Switch Port 2, and forwards the untagged frame exclusively out Switch Port 2.
When a switch receives a unicast frame on an access port, it looks up the destination MAC address in its MAC address table. Since the address is present (known unicast) and belongs to the same VLAN, the switch forwards the frame directly out the associated port (Switch Port 2) without adding 802.1Q tags.
Step-by-Step Solution
Key Concept
Switching Concepts and VLAN Forwarding Logic
Estimated Time:1m 15s