A network host connected to access port FastEthernet0/1 (assigned to VLAN 15) transmits an Ethernet frame intended for a target host. The destination MAC address of this frame is currently absent from the switch's Content Addressable Memory (CAM) table. Port FastEthernet0/2 is an access port in VLAN 15, port FastEthernet0/3 is an access port in VLAN 20, and port GigabitEthernet0/1 is an IEEE 802.1Q trunk port allowing all VLANs. How does the switch handle and forward this unknown unicast frame?
- The switch floods the frame out all active interfaces belonging to VLAN 15 (including FastEthernet0/2 and trunk port GigabitEthernet0/1 with an 802.1Q tag), while excluding the ingress port FastEthernet0/1 and VLAN 20 port FastEthernet0/3.Cevap
- BThe switch drops the frame immediately because Layer 2 switches require an established ARP cache entry before forwarding traffic to unknown MAC addresses.
- CThe switch floods the frame out all operational access ports across all configured VLANs to ensure reachability, but omits trunk ports to prevent switching loops.
- DThe switch forwards the frame exclusively out trunk port GigabitEthernet0/1 as untagged traffic, assuming unknown destination hosts reside on neighboring switches.
Cevap
The switch floods the frame out all active interfaces assigned to VLAN 15 (including FastEthernet0/2 and trunk port GigabitEthernet0/1 with an 802.1Q tag for VLAN 15), excluding the receiving port FastEthernet0/1 and FastEthernet0/3 in VLAN 20.
When a Layer 2 switch receives an Ethernet frame with a destination MAC address not present in its CAM table, it performs unknown unicast flooding. This operation floods the frame out every active port within the same VLAN except the port on which the frame was received. Furthermore, trunk links carrying that VLAN will receive the frame with an 802.1Q tag attached so the downstream switch maintains proper VLAN identification.
Adım Adım Çözüm
Anahtar Kavram
Layer 2 Unknown Unicast Flooding & VLAN Segmentation