A network host connected to interface FastEthernet on a Layer 2 switch transmits an Address Resolution Protocol (ARP) request broadcast frame. Interface FastEthernet is configured as an access port belonging to VLAN . Which of the following actions will the switch perform upon receiving this frame?
- The switch forwards the frame out all operational access ports assigned to VLAN , excluding interface FastEthernet .Answer
- BThe switch floods the frame out all operational ports across all configured VLANs on the switch, excluding interface FastEthernet .
- CThe switch strips the Layer 2 Ethernet headers and converts the broadcast frame into a Layer 3 IP packet before forwarding.
- DThe switch inserts an 802.1Q VLAN header tag into the frame before forwarding it out all other access ports assigned to VLAN .
Answer
The switch forwards the broadcast frame out all active access ports configured for VLAN 50, excluding the receiving port FastEthernet 0/12.
A Virtual Local Area Network (VLAN) creates a logical Layer 2 broadcast domain. When a broadcast frame (such as an ARP request) is received on an access port, the switch floods that frame to every active port belonging to the same VLAN, while excluding the port on which the frame originally arrived to prevent loops.
Step-by-Step Solution
Key Concept
VLAN Broadcast Domain Boundaries and Layer 2 Flooding Logic
Estimated Time:1m 15s