Track progress, take quizzes and save notes on this lesson.

Free forever · no card needed

Start free
Intermediate

Computer Networks: LAN, WAN and Wireless

3.5 Fundamentals of computer networks

Aligned to the AQA 8525 specification

Level
Intermediate
Reading time
9 min
Published
3 June 2026
Updated
1 July 2026
On this page
  1. 1.What Is a Computer Network?
  2. 2.PAN, LAN and WAN
  3. 3.Wired Networks: Copper and Fibre
  4. 4.Wireless Networks and Their Trade-offs
  5. 5.Network Security: Firewalls and MAC Filtering
  6. 6.Authentication and Encryption
  7. 7.Common Exam Mistakes

Key takeaways

  • A computer network is two or more computers connected together to share resources and communicate, letting devices share files, printers and a single internet connection.
  • Networks are classified by scope: a PAN covers a few metres (Bluetooth), a LAN covers a building or campus, and a WAN spans cities, countries or the globe, like the internet.
  • The key distinction between a LAN and a WAN is ownership: a LAN is owned and managed by a single organisation, while a WAN uses infrastructure owned by multiple organisations or telecoms providers.
  • Fibre optic transmits data as light and is immune to electromagnetic interference, while copper transmits electrical signals and is susceptible to it; fibre forms the internet's backbone.
  • Authentication confirms who you are, while encryption protects what you send by turning data into ciphertext readable only with the correct key; both are needed for a secure connection.

What Is a Computer Network?

A computer network is two or more computers connected together to share resources and communicate.

Networks allow devices to share files, printers, internet connections, and data without transferring it manually on removable media. They underpin almost every modern computing environment, from a home router connecting a handful of devices to the global infrastructure of the internet.

Advantages of computer networks:

  • Files and hardware resources (printers, storage) can be shared between devices
  • A single internet connection can be shared across multiple devices
  • Centralised management of data, software, and security — especially valuable in schools and businesses
  • Communication between users (email, messaging, video calls) requires a network

Disadvantages of computer networks:

  • Require hardware (routers, switches, cables or wireless equipment) and ongoing maintenance
  • A network fault or failure can affect all connected devices simultaneously
  • Shared access increases exposure to security threats — one compromised device can affect others
  • Performance degrades under high traffic when many users or large transfers compete for bandwidth

The same properties that make networks useful — shared access and connectivity — are precisely what create the security challenges that network defences address.

PAN, LAN and WAN

Networks are classified by their geographic scope and how their infrastructure is owned and managed.

TypeFull nameScaleTypical example
PANPersonal Area NetworkA few metresBluetooth headphones connected to a phone
LANLocal Area NetworkA building or campusA school network or home Wi-Fi
WANWide Area NetworkCities, countries, or globallyThe internet; a company's offices in multiple cities

PAN — typically uses Bluetooth technology and connects devices owned by a single person over very short distances (under ~10 metres). A phone connecting to a wireless keyboard, earbuds, or smartwatch forms a PAN.

LAN — covers a small geographic area, typically within a single building or site. A LAN is owned and managed by a single organisation. Devices on a LAN can communicate directly without going via the internet.

WAN — spans a wide area, using infrastructure owned by multiple organisations or telecommunications providers. The internet is the largest WAN, connecting millions of individual networks globally. Unlike a LAN, no single entity owns or controls the whole WAN.

Wired Networks: Copper and Fibre

Wired networks transmit data as electrical signals through copper cable or as light pulses through fibre optic cable.

PropertyCopper (twisted pair / coaxial)Fibre optic
Transmission mediumElectrical signalLight
Maximum speedUp to several GbpsHundreds of Gbps
InterferenceSusceptible to electromagnetic interferenceImmune to electromagnetic interference
CostCheaper, widely availableMore expensive; specialist installation
FlexibilityEasy to install and terminateFragile; needs careful handling
Typical useInternal LAN cabling, short runsLong-distance links, internet backbones

Advantages of wired over wireless:

  • Faster and more consistent data transfer speeds
  • More secure — signals cannot be intercepted without physical access to the cable
  • No interference from radio signals, walls, or other wireless devices
  • Lower and more predictable latency

Fibre optic cables form the backbone of the internet (including undersea cables between continents) because of their high bandwidth and immunity to electromagnetic interference.

Wireless Networks and Their Trade-offs

Wireless networks transmit data using radio waves. For AQA 8525, Bluetooth is the required PAN example. Wi-Fi is a familiar example of a wireless LAN, useful for understanding wireless trade-offs.

Wi-Fi is the standard for wireless LANs. Devices connect to a wireless access point or router, which links them to the rest of the network or the internet. Wi-Fi operates over distances of tens to hundreds of metres depending on the environment.

Bluetooth operates over short distances (typically under 10 metres) and is primarily used for PANs — connecting peripherals such as keyboards, headphones, and smartwatches to a phone or computer.

Advantages of wireless over wired:

  • No cabling — easier and cheaper to add or relocate devices
  • Mobile devices (phones, tablets, laptops) can move freely within range
  • No installation disruption in buildings where running cables is difficult

Disadvantages of wireless compared to wired:

IssueDetail
SpeedGenerally slower than an equivalent wired connection
SecuritySignals travel through air and can be intercepted if not encrypted
InterferenceAffected by walls, microwaves, neighbouring wireless networks
RangeSignal strength drops with distance; dead zones can occur
CongestionMany devices sharing one access point reduce bandwidth per device

Worth saving these ideas?

Turn what you've read into instant revision cards. Free to get started.

Make flashcards

Network Security: Firewalls and MAC Filtering

Connecting a network to the internet or to external devices introduces security risks. AQA 8525 requires knowledge of four network security methods.

Firewall — a system (hardware, software, or both) that monitors network traffic and permits or blocks packets according to a set of security rules. Firewalls sit between a trusted internal network and an untrusted external one (the internet). A rule might allow outbound web traffic while blocking all uninitiated inbound connections.

MAC address filtering — every network interface card has a unique hardware identifier called a MAC address (Media Access Control address). A router or wireless access point can maintain a list of approved MAC addresses and refuse connection requests from any device not on that list.

MethodWhat it controlsLimitation
FirewallType and source of traffic entering or leaving the networkCannot stop threats that match the patterns of allowed traffic
MAC filteringWhich devices are permitted to connect to the networkMAC addresses can be spoofed (impersonated) using software tools

Both methods contribute to a layered security approach. No single measure is sufficient on its own.

Authentication and Encryption

Authentication verifies the identity of a user or device before granting network access. At a minimum, this means requiring a password to connect. Stronger authentication uses certificates, two-factor methods, or biometric checks.

Authentication prevents unauthorised users from accessing a network even when they are physically present — for example, in range of a wireless access point.

Encryption transforms data into an unreadable format (ciphertext) that can only be decoded with the correct key. On a network, encryption ensures that intercepted data cannot be read.

Encryption contextWhat it protects
WPA2 / WPA3Data transmitted over a wireless LAN
HTTPSData between a browser and a web server
VPNAll traffic between a device and a remote private network

Without encryption on a wireless network, anyone in range can intercept and read all transmitted data — including passwords and personal information — as plain text.

Authentication confirms who you are. Encryption protects what you send. Both are needed for a fully secure network connection.

Common Exam Mistakes

1. Confusing LAN and WAN by size alone

The key distinction between LAN and WAN is ownership and infrastructure management, not just physical size. A LAN is typically owned and managed by a single organisation. A WAN spans infrastructure owned by multiple organisations or telecoms providers. Two offices in the same city connected by leased lines form a WAN, even though they are geographically close.

2. Saying wireless networks are always less secure

Wireless networks with proper encryption (WPA2 or WPA3) can be just as secure as wired networks. The security risk is from poor configuration — an open, unencrypted access point is vulnerable; a properly configured encrypted one is not.

3. Claiming MAC filtering cannot be bypassed

MAC filtering reduces casual unauthorised access, but MAC addresses can be spoofed using freely available software tools. It is a useful layer but not an absolute barrier.

4. Describing Bluetooth as a WAN or LAN technology

Bluetooth is a PAN technology with a typical range of under 10 metres. It is designed for short-distance device-to-device connections, not local or wide-area networking.

5. Treating authentication and encryption as the same thing

Authentication verifies identity — who is allowed to connect. Encryption protects data in transit — preventing interception from being useful. They are separate mechanisms targeting different threats and are both necessary in a secure network.

Key terms

Computer network
Two or more computers connected together to share resources and communicate.
PAN
Personal Area Network: a network covering a few metres, typically using Bluetooth to connect one person's devices.
LAN
Local Area Network: a network covering a building or campus, owned and managed by a single organisation.
WAN
Wide Area Network: a network spanning cities, countries or the globe using infrastructure owned by multiple organisations; the internet is the largest.
Firewall
A hardware or software system that monitors network traffic and permits or blocks packets according to security rules.
MAC address
A unique hardware identifier on every network interface card, used by MAC address filtering to allow or refuse devices.
MAC address filtering
A security method where a router keeps a list of approved MAC addresses and refuses connections from devices not on the list.
Authentication
Verifying the identity of a user or device before granting network access, at minimum by requiring a password.
Encryption
Transforming data into an unreadable format (ciphertext) that can only be decoded with the correct key.

Frequently asked questions

The main difference is ownership and infrastructure management, not just size. A LAN is typically owned and managed by a single organisation within one building or site, while a WAN spans infrastructure owned by multiple organisations or telecoms providers, like the internet.

No. A wireless network with proper encryption such as WPA2 or WPA3 can be just as secure as a wired one. The risk comes from poor configuration: an open, unencrypted access point is vulnerable, but a properly configured encrypted one is not.

Authentication verifies identity, confirming who is allowed to connect, for example by requiring a password. Encryption protects data in transit by transforming it into ciphertext that can only be decoded with the correct key. They are separate mechanisms and both are needed for a secure network.

Generate revision on any topic you study

Type any topic you're studying and Aicademy generates a complete lesson, quiz, and flashcard set, personalised to your level.

Lessons on anything

Structured, level-matched lessons on any topic you study

Practice quizzes

Find out what you actually know before the exam does

Flashcard sets

Lock in key concepts with instant revision cards

Ask Aica

Stuck on something? Get a clear explanation, any time

Prev

Primary and Secondary Storage

Next

Network Types: PAN, LAN and WAN

Related lessons

Top students don’t revise more. They revise what counts.

Start revising free

Free to start. No card needed.