Switch port link Unicast frame Flooded frame
⚠ Couldn't load the 3D engineThree.js failed to load from the CDN. Check your connection and reload.

Ethernet Switch MAC Address Learning

Every switched Ethernet network runs on one deceptively simple algorithm: a switch learns which port a MAC address lives behind by watching the source address of every frame that arrives, floods any frame whose destination it hasn't learned yet, and forwards everything else straight to the one port that needs it. This simulator renders a real six-port switch in 3D — send a frame between any two of six hosts and watch the switch's forwarding table (CAM) fill in live, see an unknown destination trigger a flood to every other port, then watch the very next frame between the same pair travel as a clean unicast. An adjustable aging timer periodically evicts stale entries, so a host that's gone quiet gets flooded to again exactly the way it does on real hardware.