802.3 — Ethernet Classic Ethernet
Switched Ethernet
a switch has a high-speed backplane connecting all of the ports
you can add or remove stations by plugging or unplugging wires
switches output frames to their respective ports
each port is its own collision domain, and if cable is full duplex, collisions are impossible (if not, just use CSMA/CD)
bridges connect multiple LANs together
use backward learning to route frames:
If port for dest address is same as source port, discard frame
If port for dest address and source are different, forward frame onto dest port
If dest port is unknown, use flooding and send frame on all ports except source port
redundant links can be used between bridges for higher reliability, but introduces loops
better is a spanning tree, where a root node is selected using the ID, then shortest paths from root are traced across the bridges