A switch just powered on and receives a frame destined for a MAC address it has never seen. What does it do?
- A.Drop the frame and send an error back to the source
- B.Buffer the frame until the destination MAC is learned
- C.Query a central MAC address server for the destination port
- D.Flood the frame out all ports except the port it arrived on - this is called 'unknown unicast flooding'
Why D is correct
When a switch has no MAC table entry for a destination address (unknown unicast), it floods the frame to all ports except the incoming port. This is identical to broadcast behavior temporarily. Once the destination host replies, the switch learns its MAC and port - future frames are sent directly.
Know someone studying for Network Fundamentals? Send them this one.