3.2. Switching Technologies
💡 First Principle: Switches forward frames within a network based on MAC addresses. They learn which devices connect to which ports by examining source MAC addresses of incoming frames, then use this knowledge to forward frames only to the correct port—unlike hubs, which blindly repeat everything everywhere.
What breaks without switching knowledge? Misconfigure trunk ports, and VLANs can't span multiple switches—users on the same VLAN but different switches become isolated. Ignore spanning tree, and adding a redundant link creates a broadcast storm that crashes the network within seconds. Forget native VLAN matching, and untagged traffic ends up in the wrong VLAN.
Think of switching like a smart mailroom: the switch learns who sits at which desk (MAC learning) and delivers mail directly to recipients (unicast forwarding), rather than announcing every letter to the entire office (hub flooding).