Host A (IP address 10.1.10.45/24) is connected to an access port assigned to VLAN 10 on a Layer 2 switch. Host B (IP address 10.1.20.80/24) is connected to another access port assigned to VLAN 20 on the same switch. Host A attempts to send a packet to Host B, causing Host A to broadcast an ARP request for Host B's IP address. No Layer 3 router or Layer 3 switch interface is configured on the network. How does the Layer 2 switch process the incoming ARP broadcast frame?
- The switch floods the ARP broadcast frame exclusively to operational ports assigned to VLAN 10, preventing Host B from receiving the request.Answer
- BThe switch floods the ARP broadcast frame to all operational ports across all VLANs because ARP requests are Layer 2 broadcasts.
- CThe switch inspects the target IP address in the payload, converts the ARP frame into a Layer 3 packet, and routes it directly to VLAN 20.
- DThe switch untags the frame and forwards it out of the native VLAN port to bridge communication between VLAN 10 and VLAN 20.
Answer
The switch floods the ARP broadcast frame exclusively to operational ports assigned to VLAN 10, preventing Host B from receiving the request.
VLANs create distinct Layer 2 broadcast domains. When Host A generates an ARP broadcast request on VLAN 10, the Layer 2 switch floods the frame only out of ports assigned to VLAN 10. Since Host B is on VLAN 20 and no Layer 3 routing device exists to route traffic between the subnets, Host B will never receive the ARP request.
Step-by-Step Solution
Key Concept
VLAN Broadcast Domain Isolation
Estimated Time:1m 30s