If the router is the gateway to the world, the Network Switch is the manager of the office. Its job is to ensure that data moving within your local network gets to the exact right device without wasting bandwidth.
Today, We will break down how a switch thinks and the key features that should be known for the Network+ exam.
1. How a Switch Thinks: The MAC Address Table
Unlike a “dumb” hub (which simply screams data out of every port), a switch is intelligent. It maintains a MAC Address Table (sometimes called.a CAM table).
- Learning: When a device sends data, the switch will look at the source MAC address and record which physical port it’s plugged into.
- Forwarding: When data comes in for that MAC address later, the switch knows exactly which port to send it to.
2. Managed vs. Unmanaged Switches
In a home environment, you use Unmanaged Switches, You plug them in, and they just work. But at your job whether it’s a school or corporate environment, we will use Managed switches. These allow us to:
- Create VLANs (Virtual LANs) to segment traffic.
- Configure Port Security (Limiting which devices can plug in).
- Monitor traffic levels and errors on specific ports.
3. Power over Ethernet (PoE)
This is a lifesaver for any IT department. PoE will allow the switch to send both data and electrical power over a single Ethernet cable
- Common Uses: Security Cameras, VoIP phones, and Wireless Access Points (WAPs).
- The Benefit: You don’t need to hire an electrician to put a power outlet in the ceiling next to every Wi-Fi access point!
4. Crucial Features: Speed and Duplex
As a Support Associate, You’ll Occasionally run into “Duplex Mismatches.”
- Full Duplex: The device can send and receive data at the same time (like a phone call).
- Half Duplex: The device can only do one at a time (like a walkie-talkie)
- Auto-Negotiation: Most modern switches automatically detect the best speed (10/100/1000 Mbps) and duplex. When this fails, the connection becomes incredible slow. This would be a classic Layer 2 troubleshooing scenario.
5. The “Support Associate” Pro-Tip: Interface Counters
When someone tells you that their internet is slow. One of the first things you should do is log into the switch and check the Interface Counters for their port.
- If you see a high number of CRC Errors or Runts, you will know its likely a physical layer issue (A bad cable or loose wall jack).
- The switch “Sees” the health of the wire before the user even notices the drop in speed.
Whats Next?
Now that we are masters of the switch, we will need to talk about how we keep different groups of people separate on that hardware. Tomorrow, we will dive into VLANs (Virtual LANs) and Trunking. We’ll learn how to keep your coworkers traffic away from the Admin traffic without buying a second switch.
📚 Sources & Further Reading.
- CompTIA Network+ N10-009: Objective 1.2 – Explain the functions and features of network appliances.
- Professor Messer: Networking Devices
- The Cyber Ledger: Layer 2: The Data Link Layer
This article is an independent summary of my learning journey. All trademarks and copyrighted materials belong to their respective owners.