Network Hardware
Networks require specialized hardware to transmit, receive, and route data. Understanding the purpose and function of each device is essential for designing and troubleshooting networks.
Learning Objectives
- 11.6.1.3 Explain the purpose of network equipment
Conceptual Anchor
The Postal System Analogy
A NIC is your mailbox. A hub is a town crier shouting the message to everyone. A switch is a post office that reads the address and delivers to the right person. A router is an international mail sorting center that sends packages between different postal systems (networks).
Rules & Theory
Network Devices
| Device | Purpose | Intelligence |
|---|---|---|
| NIC (Network Interface Card) | Connects a device to the network. Each has a unique MAC address | Built into every networked device |
| Hub | Connects multiple devices. Broadcasts data to ALL ports | Dumb — no addressing, wastes bandwidth |
| Switch | Connects multiple devices. Sends data ONLY to the intended recipient | Smart — reads MAC addresses, learns port mappings |
| Router | Connects different networks. Routes data between LANs/WANs | Smartest — reads IP addresses, determines best path |
| Modem | Converts digital ↔ analog signals for transmission over telephone/cable lines | Essential for internet access |
| WAP (Wireless Access Point) | Provides wireless connectivity to a wired network | Bridges wired and wireless networks |
| Repeater | Boosts (regenerates) a signal to extend range | Simple — just amplifies signal |
| Firewall | Monitors and filters incoming/outgoing traffic based on security rules | Can be hardware or software |
Hub vs Switch vs Router
| Feature | Hub | Switch | Router |
|---|---|---|---|
| OSI Layer | Layer 1 (Physical) | Layer 2 (Data Link) | Layer 3 (Network) |
| Addressing | None | MAC address | IP address |
| Data delivery | Broadcast to all | Unicast to destination | Route between networks |
| Collision domain | Single (all ports share) | Separate per port | Separate per interface |
| Cost | Cheapest | Medium | Most expensive |
Transmission Media
| Medium | Type | Speed | Use |
|---|---|---|---|
| Ethernet (Cat5e/Cat6) | Wired (copper) | Up to 10 Gbps | LANs |
| Fiber optic | Wired (glass/plastic) | Up to 100+ Gbps | Backbone, WAN links |
| Wi-Fi | Wireless (radio) | Up to 9.6 Gbps (Wi-Fi 6) | WLANs |
| Coaxial | Wired (copper) | Up to 1 Gbps | Cable TV/internet |
Home Router = Combo Device
Your home "router" is actually 4 devices in one: modem (connects to ISP) + router (routes between your LAN and the internet) + switch (Ethernet ports) + WAP (Wi-Fi). In enterprise environments, these are separate devices.
Common Pitfalls
Confusing Hub and Switch
A hub broadcasts to ALL devices (wasteful). A switch sends to the intended device only (efficient). Hubs are obsolete in modern networks.
Switch vs Router
A switch connects devices within ONE network (using MAC addresses). A router connects DIFFERENT networks (using IP addresses). They operate at different layers.
Tasks
List 5 network devices and state the purpose of each.
Explain why a switch is preferred over a hub in modern networks.
Draw a network diagram for a school with 2 computer labs, a staff room, and internet access. Label all devices used.
Compare fiber optic and Ethernet cables. When would you choose each?
Self-Check Quiz
Q1: What is the main difference between a hub and a switch?
Q2: What does a router do?
Q3: What unique address does every NIC have?