Host A with MAC address 0011.2233.4455 is connected to interface FastEthernet0/5 assigned to VLAN 20 on switch SW-Central. The MAC address table on SW-Central contains no existing entries for VLAN 20. When Host A transmits an ARP request frame to resolve its default gateway IP address, which operational sequence will SW-Central perform upon receiving the ingress frame?
- Learn source MAC 0011.2233.4455 on interface FastEthernet0/5 in VLAN 20, then flood the frame out all active interfaces assigned to VLAN 20 except FastEthernet0/5.Cevap
- BLearn source MAC 0011.2233.4455 globally across all VLANs, then flood the frame out every operational interface on the switch regardless of VLAN membership.
- CForward the frame directly to the default gateway interface without updating the MAC address table, relying on Layer 2 discovery protocol neighbors.
- DDrop the frame immediately because the destination MAC address FFFF.FFFF.FFFF is not dynamically registered in the VLAN 20 MAC address table.
Cevap
The switch records MAC 0011.2233.4455 on interface FastEthernet0/5 in VLAN 20 and floods the frame out all active interfaces in VLAN 20 except FastEthernet0/5.
When a Layer 2 switch receives an Ethernet frame, it first updates its MAC address table by associating the source MAC address (0011.2233.4455) with the receiving port (FastEthernet0/5) and VLAN (VLAN 20). Next, because an ARP request uses the Ethernet broadcast destination address (FFFF.FFFF.FFFF), the switch floods the frame out every port in VLAN 20 except the ingress interface.
Adım Adım Çözüm
Anahtar Kavram
L2 Switch MAC Table Operation and Broadcast Flooding Rules
Tahmini Süre:1m 15s