A network switch receives an Ethernet frame on port 3 destined for a specific host. However, the destination MAC address is not currently stored in the switch's MAC address table. How will the switch handle this incoming frame?
- It floods the frame out all active switch ports assigned to the receiving port's VLAN, except port 3.Cevap
- BIt forwards the frame out every physical port on the switch regardless of VLAN boundary assignments.
- CIt sends the frame directly to the default gateway router so Layer 3 can resolve the unknown destination MAC address.
- DIt automatically strips the 802.1Q tag from the frame header and forwards it exclusively over the native VLAN trunk link.
Cevap
The switch floods the frame out all active ports belonging to the same VLAN as the ingress port, excluding the ingress port itself.
When a Layer 2 switch receives a unicast frame destined for a hardware address not currently listed in its MAC address table, it performs unknown unicast flooding. To guarantee delivery while maintaining security and segmentation, the switch forwards the frame to every active port assigned to the same VLAN, excluding the ingress port on which the frame arrived.
Adım Adım Çözüm
Anahtar Kavram
Unknown Unicast Flooding
Tahmini Süre:45s