Switches are the backbone of modern networking. Unlike hubs, switches forward data intelligently using MAC address tables.
- Switches deliver full bandwidth to each device unlike shared bandwidth in hubs
- They use forwarding tables to find the correct port for a device
π Forwarding Table
The switch checks the frame's destination address against its forwarding table to determine the correct port. Unmatched entries are dropped or flooded.
π§ Address Resolution Protocol (ARP)
Switches maintain ARP tables containing the IP and MAC address mappings of devices. This allows accurate delivery of Ethernet frames.
β Key Takeaway:
Switches improve performance by delivering data only where needed and tracking connected devices using ARP.