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

Free forever · no card needed

Start free
Intermediate

Wired and Wireless Networks

3.5 Fundamentals of computer networks — wired vs wireless transmission media

Aligned to the AQA 8525 specification

Level
Intermediate
Reading time
8 min
Published
7 June 2026
Updated
1 July 2026
On this page
  1. 1.Wired vs Wireless: The Core Trade-off
  2. 2.Copper Cables
  3. 3.Fibre Optic Cables
  4. 4.Wi-Fi
  5. 5.Bluetooth
  6. 6.Choosing the Right Medium
  7. 7.Common Exam Mistakes

Key takeaways

  • Every connection is either wired, where a cable carries the data, or wireless, where electromagnetic waves carry it through the air; wired is generally faster and more secure, while wireless offers mobility.
  • Twisted pair copper cable carries electrical signals, is cheap and easy to install, but is limited to around 100 m for standard Ethernet, suffers attenuation and is susceptible to electromagnetic interference.
  • Fibre optic cables carry data as pulses of light by total internal reflection, supporting much higher speeds over kilometres and immune to electromagnetic interference, but are more expensive and fragile.
  • Wi-Fi connects devices to a wireless access point using radio waves for LAN and internet access, while Bluetooth is a short-range, low-power technology (about 10 m) used for personal area networks and peripheral devices.
  • Saying wireless is less secure needs a reason for full marks: signals travel through the air and can be intercepted by nearby devices, which is why data must be encrypted, for example with WPA2.

Wired vs Wireless: The Core Trade-off

Networks connect devices together so they can share data and resources. Every connection is either wired (a physical cable carries the data) or wireless (electromagnetic waves carry the data through the air).

Neither is universally better — the right choice depends on the situation. Understanding the trade-offs between them is essential for GCSE Computer Science.

PropertyWiredWireless
SpeedGenerally faster, especially over distanceSlower; degrades with distance and interference
ReliabilityHigh — signal is contained in the cableLower — subject to interference from other devices
SecurityMore secure — physically harder to interceptLess secure — signals can be intercepted remotely
MobilityNone — device must stay connected to cableHigh — devices can move freely within range
InstallationRequires running cables; disruptiveQuick to set up; no cable routing needed
CostHigher upfront (cable, installation)Lower installation cost; hardware can be more expensive

Most real networks use both: wired connections for servers, routers, and fixed workstations; wireless connections for laptops, phones, and other mobile devices.

Copper Cables

Copper cables carry electrical signals along a metal conductor. They are the most widely used wired medium in local area networks.

The most common type in GCSE is twisted pair copper cable — two insulated copper wires twisted together to reduce interference. These are used in Ethernet connections inside buildings.

Advantages of copper cable:

  • Inexpensive and widely available
  • Easy to install and terminate
  • Sufficient speed for most LAN applications

Disadvantages of copper cable:

  • Maximum useful length is limited (typically around 100 m for standard Ethernet) — signal degrades over distance (attenuation)
  • Susceptible to electromagnetic interference from nearby devices and cables
  • Slower maximum data rates than fibre optic at long distances
Copper cable propertyTypical value
Maximum cable length (Ethernet)~100 m
Typical LAN data rate1 Gbps (Gigabit Ethernet)
Signal typeElectrical
Susceptible to interference?Yes

Copper is the standard choice for short-distance wired connections within a building where cost matters more than raw speed.

Fibre Optic Cables

Fibre optic cables carry data as pulses of light through a glass or plastic core, rather than as electrical signals through metal.

Light travels along the cable by total internal reflection — bouncing off the inner walls of the glass core at a low angle so it stays inside and travels to the far end.

Advantages of fibre optic:

  • Much faster data transmission than copper — supports speeds of tens of gigabits per second
  • Much longer distances without signal degradation — can transmit reliably over kilometres
  • Not susceptible to electromagnetic interference
  • More secure — cannot be tapped by inductive methods used on copper

Disadvantages of fibre optic:

  • More expensive than copper cable to purchase and install
  • Fragile — glass core can crack if bent sharply
  • Specialist equipment and expertise required to join (splice) cables
Fibre vs copperCopperFibre optic
Signal typeElectricalLight
Max effective distance~100 mSeveral km
SpeedUp to 1 Gbps (typical LAN)Tens of Gbps
CostLowerHigher
InterferenceSusceptibleImmune

Fibre optic is used for the backbone connections between buildings, between cities, and across undersea cables — anywhere long distance and high speed matter more than installation cost.

Wi-Fi

Wi-Fi is the dominant wireless networking technology for LANs. Devices connect to a wireless access point (WAP) — typically integrated into a router — which transmits and receives data as radio waves.

Wi-Fi uses two main frequency bands:

  • 2.4 GHz — longer range, slower speeds, more crowded (many devices use this band)
  • 5 GHz — shorter range, faster speeds, less interference

Advantages of Wi-Fi:

  • Devices can move freely within the coverage area
  • No cables required — quick to add devices to the network
  • Supported natively by almost all modern laptops, phones, and tablets

Disadvantages of Wi-Fi:

  • Slower than wired connections — speed decreases with distance and through walls
  • Signal can be blocked or reflected by thick walls, metal structures, and interference from other wireless devices
  • Less secure than a wired connection — data must be encrypted (e.g. WPA2) to prevent eavesdropping

The range of a typical Wi-Fi access point is roughly 30–50 m indoors. Walls, floors, and other obstacles reduce this significantly.

Want more lessons like this one?

Generate lessons on anything you study. Free account, no card needed.

Start generating

Bluetooth

Bluetooth is a short-range wireless technology designed to connect devices over distances up to approximately 10 m (some versions extend to 100 m).

It is used for personal area networks (PANs) rather than full LANs — connecting a keyboard to a laptop, a phone to a car, or wireless headphones to a device.

FeatureBluetoothWi-Fi
Range~10 m (standard)~30–50 m indoors
Typical usePeripheral devices, PANsNetwork access, internet
Power consumptionVery lowHigher
Data rateLowerHigher
Infrastructure neededNone — device-to-deviceAccess point required

Advantages: Low power consumption, no infrastructure needed, simple device pairing.

Disadvantages: Short range; lower data rates than Wi-Fi; interference from other Bluetooth and 2.4 GHz devices.

Choosing the Right Medium

Network designers choose transmission media based on the specific requirements of the situation.

ScenarioBest choiceReason
Connecting a server in a data centre rackCopper or fibreSpeed, reliability — no need for mobility
Backbone link between two buildings 500 m apartFibre opticDistance too great for copper; high speed needed
Connecting a student laptop to the school networkWi-FiMobility; no cable to the desk
Connecting wireless headphones to a phoneBluetoothShort range, low power — no infrastructure needed
Security-sensitive workstation (e.g. finance, admin)CopperHarder to intercept than wireless; wired is more secure

Worked example — A school is designing a network. The server room connects to the main switch via a 150 m cable run. The library has 30 laptops that are moved between rooms. Which medium is best for each?

  • Server room to switch (150 m): fibre optic — distance exceeds copper's 100 m limit; speed and reliability are critical
  • Library laptops: Wi-Fi — mobility is essential; running 30 individual cables to moveable laptops is impractical

Common Exam Mistakes

1. Stating that wireless is always less secure without explaining why

The mark-scheme expects a reason: "wireless signals can be intercepted by nearby devices because the signal travels through the air". Simply writing "wireless is less secure" does not earn full marks.

2. Confusing Wi-Fi and Bluetooth

Both are wireless but serve different purposes. Wi-Fi provides network/internet access over a larger area; Bluetooth connects nearby peripheral devices without any central access point. The exam may ask you to identify which is appropriate for a given scenario.

3. Claiming fibre optic carries electrical signals

Fibre optic carries light signals (pulses of light), not electrical signals. Saying "fibre uses electricity" is factually wrong.

4. Forgetting the distance limitation of copper

The ~100 m limit of copper Ethernet is a commonly tested fact. If a cable run exceeds 100 m in an exam scenario, the correct answer will involve fibre optic, not copper.

5. Describing interference as a problem for wired networks

Electromagnetic interference affects copper cables but not fibre optic cables (light is not affected by electromagnetic fields). Wireless networks also suffer from interference. Stating that "wired networks suffer from interference" without specifying copper is imprecise and may lose marks.

Key terms

Wired network
A network where a physical cable carries the data between devices.
Wireless network
A network where electromagnetic waves carry the data through the air.
Copper cable
A wired medium that carries electrical signals along a metal conductor, commonly twisted pair for Ethernet.
Twisted pair cable
Two insulated copper wires twisted together to reduce interference, used in Ethernet connections inside buildings.
Fibre optic cable
A cable that carries data as pulses of light through a glass or plastic core using total internal reflection.
Total internal reflection
The way light travels along a fibre optic cable by bouncing off the inner walls of the core at a low angle so it stays inside.
Wi-Fi
The dominant wireless networking technology for LANs, connecting devices to a wireless access point using radio waves.
Wireless access point
A device, often integrated into a router, that transmits and receives Wi-Fi data as radio waves.
Bluetooth
A short-range, low-power wireless technology, up to about 10 m, used for personal area networks and connecting peripheral devices.
Personal area network (PAN)
A small network connecting nearby personal devices, such as a phone and wireless headphones, typically over Bluetooth.

Frequently asked questions

A wired network uses a physical cable to carry data, giving generally faster speeds, higher reliability and better security. A wireless network uses electromagnetic waves through the air, offering mobility and quick installation but slower, less secure connections subject to interference.

Wi-Fi provides network and internet access over a larger area (about 30 to 50 m indoors) via a wireless access point. Bluetooth is a short-range, low-power technology (about 10 m) that connects nearby peripheral devices in a personal area network, with no central access point needed.

Fibre optic carries data as pulses of light by total internal reflection, so it transmits reliably over kilometres at tens of gigabits per second and is immune to electromagnetic interference. Copper Ethernet is limited to around 100 m before the electrical signal degrades.

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

Network Types: PAN, LAN and WAN

Next

Network Protocols: TCP/IP, HTTP and Email

Related lessons

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

Start revising free

Free to start. No card needed.