A network administrator connects two workstations, Host A and Host B, to access ports on the same physical Layer 2 switch. Host A is configured on VLAN 10 (192.168.10.0/24), while Host B is configured on VLAN 20 (192.168.20.0/24). Host A transmits an ARP broadcast frame to determine an IP address on its local network segment. How will the switch handle this broadcast frame?
- The switch floods the broadcast frame out all ports assigned to VLAN 10 except the receiving port, preventing Host B on VLAN 20 from receiving it.Answer
- BThe switch forwards the broadcast frame to all active ports across both VLANs because all interfaces reside on the same physical switch hardware.
- CThe switch inspects the target Layer 3 IP address inside the ARP request and routes the packet directly to Host B on VLAN 20.
- DThe switch strips the VLAN 10 identifier from the frame header and redirects it to VLAN 20 as untagged native VLAN traffic.
Answer
The switch floods the broadcast frame out all ports assigned to VLAN 10 except the receiving port, preventing Host B on VLAN 20 from receiving it.
A Virtual Local Area Network (VLAN) creates a logical boundary at Layer 2. Broadcast frames transmitted by a device are flooded only to interfaces within the exact same VLAN membership (excluding the receiving interface). Consequently, Host B on VLAN 20 is shielded from VLAN 10 broadcast traffic.
Step-by-Step Solution
Key Concept
VLAN Broadcast Domain Isolation
Estimated Time:1m 15s