Describe network components (routers, switches, hubs)
14 Communications Technology
What is a Network?
A network is like a city’s road system. It connects devices (cars) so they can share information (messages) quickly and safely.
Think of it as a traffic system where routers, switches, and hubs act as traffic lights, intersections, and roundabouts.
Routers 📡
Routers decide the best route for data to travel between different networks, just like a GPS tells you the fastest way to your destination.
- Connects multiple networks (e.g., home Wi‑Fi to the internet).
- Uses routing tables to find the best path.
- Can perform Network Address Translation (NAT) to share one public IP among many devices.
Example: Your home router forwards data from your phone to the internet and back.
Switches 🔀
Switches are like traffic intersections that manage data flow within a single network.
- Receives data frames and reads the MAC address.
- Forwards the frame only to the intended device, reducing traffic.
- Supports full‑duplex communication (send and receive simultaneously).
Analogy: A switch is a smart traffic controller that only lets cars go to the correct lane.
Hubs 🔌
Hubs are the simplest network component, like a roundabout that sends data to all devices.
- Broadcasts incoming data to all ports.
- No intelligence – no MAC tables.
- Can cause collision domains where data packets interfere.
Example: An old Ethernet hub that connects several computers in a lab.
Comparison Table
| Component | Primary Role | Intelligence | Typical Use |
|---|---|---|---|
| Router | Route traffic between networks | High | Home Wi‑Fi, ISP gateways |
| Switch | Manage traffic within a network | Medium | Office LAN, data centres |
| Hub | Broadcast all traffic | Low | Legacy labs, small experiments |
Exam Tips 📚
- Remember the traffic analogy – routers = GPS, switches = intersections, hubs = roundabouts.
- Use the comparison table to quickly recall key differences.
- When asked to draw a diagram, label each component and show the direction of data flow.
- Explain NAT and why it’s useful for home networks.
- Practice writing a short paragraph on how a collision domain affects network performance.
Revision
Log in to practice.