Concept Flow - Switching and bridging
Data Frame Arrives
Check Destination MAC
Is Destination in MAC Table?
No→Flood Frame to All Ports Except Incoming
Yes
Forward Frame to Specific Port
Update MAC Table with Source MAC and Port
End
Data frames arrive at a switch or bridge, which checks the destination address. If known, it forwards the frame to the correct port; if unknown, it floods the frame to all ports except the source. It also learns source addresses to update its MAC table.