A network switch is a fundamental device in networking that connects multiple devices within a local area network (LAN) and manages data traffic efficiently. Unlike hubs, which broadcast data to all devices, switches forward data only to the specific device that needs it, reducing network congestion and improving performance.
Lesson 1: Understanding Network Switches
1.1 What is a Network Switch?
A network switch is a multi-port device that uses MAC addresses to forward data frames to the correct destination. It operates at Layer 2 (Data Link Layer)of the OSI model, but some advanced switches can also function at Layer 3 (Network Layer), performing routing functions.
1.2 Key Features of a Network Switch
MAC Address Learning: Switches build a MAC address table by learning the source MAC addresses from incoming frames.
Frame Forwarding: Based on the MAC address table, switches send frames only to the intended recipient.
Collision Domain Separation: Each port of a switch creates a separate collision domain, unlike hubs, which share a single collision domain.
Full-Duplex Communication: Switches support full-duplex communication, allowing simultaneous sending and receiving of data.