A network is a collection of devices (nodes) connected together to share resources and communicate. Networks are classified by their geographical size:
| Type | Full name | Typical range | Example |
|---|---|---|---|
| PAN | Personal Area Network | ~1 m | Bluetooth between phone and earbuds |
| LAN | Local Area Network | Single building/site | School network, home WiFi |
| MAN | Metropolitan Area Network | City/town | City council network linking sites |
| WAN | Wide Area Network | Country/global | The Internet; company linking offices across countries |
A LAN is typically owned by a single organisation and uses private cabling. A WAN spans large distances using infrastructure (e.g. telephone lines, fibre, leased lines) owned or rented from telecoms providers.
A topology describes the physical or logical arrangement of devices in a network. The main topologies at A Level are star, bus, ring, and mesh.
All devices connect to a central switch or hub. Each device has its own dedicated connection to the switch.
All devices share a single central cable (the bus/backbone). Data travels along the bus and is received by all devices — only the addressed device processes it.
Devices are connected in a closed loop. Data travels in one direction around the ring (or both directions in dual ring). Each device acts as a repeater, amplifying the signal.
Devices are interconnected — each device connects to multiple others. In a full mesh every device connects to every other; in a partial mesh only some devices have multiple connections.
| Wired (Ethernet/UTP/fibre) | Wireless (WiFi/802.11) | |
|---|---|---|
| Speed | Higher — up to 10 Gbps (fibre) | Lower — typical ~600 Mbps max, drops with distance |
| Reliability | Very reliable — no interference | Subject to interference (walls, other devices, channels) |
| Security | More secure — physical access required | Less secure — signals travel through air (encryption needed) |
| Mobility | Devices must be physically connected | Devices can move freely within range |
| Installation | Costly to install cabling | Cheaper to deploy (no cabling runs) |
Hardware component inside every networked device that provides the physical interface to the network. Contains a unique MAC (Media Access Control) address — a 48-bit hardware identifier burned in at manufacture. Used for communication within a LAN (Layer 2 addressing). Format: 6 pairs of hex digits, e.g. 3C:22:FB:01:A8:D0.
Connects devices within a LAN and uses a MAC address table to forward frames only to the correct destination port. This means bandwidth is not wasted — only the recipient sees the data. Operates at Layer 2 (data link layer). Most modern networks use switches (not hubs).
Connects different networks together (e.g. LAN to WAN). Uses IP addresses to route packets — examines the destination IP and selects the best path. Operates at Layer 3 (network layer). A home broadband router connects the home LAN to the ISP's WAN. Routers maintain routing tables to determine which path to send packets down.
An older device that broadcasts incoming data to ALL devices on the network — no intelligence. Causes collisions and wastes bandwidth. Largely replaced by switches. Operates at Layer 1 (physical layer).
Extends a wired network to wireless devices. Connects to the switch or router via a wired connection and creates a wireless network that devices can join. Used to provide WiFi coverage in schools, offices, etc.
8 questions · 20 marks · instantly marked
| Term | Definition |
|---|