A network administrator configures a single Layer 2 switch with VLAN 10 (Sales) and VLAN 20 (Marketing). Access ports are assigned to their respective VLANs, but no Layer 3 routing device or inter-VLAN routing interface is present. When a host on VLAN 10 transmits an Ethernet broadcast frame, how does the switch handle the frame?
- AThe switch floods the broadcast frame to all active ports assigned to VLAN 10 and VLAN 20 across the switch.
- The switch forwards the frame exclusively out of all active ports assigned to VLAN 10, except the port on which it arrived.Answer
- CThe switch strips the Layer 2 header, converts the frame to a Layer 3 packet, and routes it to VLAN 20.
- DThe switch encapsulates the broadcast frame with an 802.1Q tag and forwards it out untagged access ports on VLAN 20.
Answer
The switch forwards the broadcast frame exclusively out of all active ports assigned to VLAN 10, except the port on which it arrived.
Virtual Local Area Networks (VLANs) segment a single physical switch into multiple distinct Layer 2 broadcast domains. When an ingress access port receives a broadcast frame, the switch floods that frame exclusively out of other active access ports assigned to the exact same VLAN (excluding the receiving port). Devices in different VLANs cannot receive Layer 2 broadcast frames from each other without a Layer 3 inter-VLAN routing mechanism.
Step-by-Step Solution
Key Concept
VLAN Broadcast Isolation
Estimated Time:1m 0s