# Wireless networking

> Computer Science · CIE A-Level 9618
> Source: https://www.owlsprep.com/study/cie-9618-u2-wireless-networking/

This module covers core principles of wireless networking for CIE A-Level 9618, including common standards, protocols, range, throughput, security risks, and comparisons to wired networking.

**Prerequisites:** [Basic networking concepts and topologies](https://www.owlsprep.com/study/cie-9618-u2-network-topologies/); [Network protocol layers and operation](https://www.owlsprep.com/study/cie-9618-u2-protocol-stacks/)

## Learning objectives

- Explain core principles of wireless networking standards
- Compare 2.4GHz and 5GHz wireless bands
- Describe CSMA/CA and contrast it with CSMA/CD
- Compare common wireless technologies (WiFi, Bluetooth)
- Identify wireless security risks and appropriate mitigations

## Core Principles & Wireless Band Comparison

Wireless networks transmit data using electromagnetic radio waves, rather than physical cables. All modern wireless networks follow interoperable standards developed by the IEEE 802 working group.

**IEEE 802.11** — The family of standards defining modern WiFi wireless local area network (WLAN) communication. Revisions (suffixes like n/ac/ax) update speed, range and supported frequency bands.

*Notation:* IEEE 802.11

*Example:* IEEE 802.11ac (WiFi 5) operates on 5GHz with max throughput of ~3.5 Gbps.

**Worked example:** A homeowner wants WiFi coverage across all rooms in a multi-story house. Which band (2.4GHz or 5GHz) is better for whole-home coverage? Justify your answer.

1. 1. Lower frequency radio waves have longer wavelengths than higher frequency waves.
2. 2. Longer wavelengths penetrate solid obstacles (walls, ceilings) far more effectively than shorter wavelengths.
3. 3. 2.4GHz has a lower frequency than 5GHz, so it has longer range and better obstacle penetration.
4. 4. Therefore, 2.4GHz is the better choice for whole-home coverage across multiple stories.

> **Exam tip:** CIE almost always asks for a comparison between 2.4GHz and 5GHz, always mention both range/penetration and speed in your answer.

## CSMA/CA: Wireless Medium Access Control

Unlike wired Ethernet, wireless devices cannot detect collisions easily: a device cannot transmit data and listen for overlapping transmissions at the same time. Instead, wireless networks use collision avoidance to reduce the chance of collisions occurring.

**CSMA/CA** — Carrier Sense Multiple Access with Collision Avoidance, a medium access protocol that minimises packet collisions by having devices check the channel is clear before transmitting, and wait a random backoff if the channel is busy.

*Notation:* CSMA/CA

**Worked example:** Explain how RTS/CTS handshaking improves CSMA/CA performance.

1. 1. A device wanting to transmit sends a Request to Send (RTS) packet to the access point, stating how long it needs the channel.
2. 2. The access point replies with a Clear to Send (CTS) packet that is received by all devices on the network.
3. 3. All other devices receive the CTS and know to wait for the requested duration before transmitting.
4. 4. The requesting device transmits its data, with no risk of overlapping transmissions that cause collisions.

## Common Wireless Technologies

The two most common wireless technologies tested in CIE 9618 are WiFi (for WLANs) and Bluetooth (for short-range personal area networks). Each has distinct use cases, range and throughput characteristics.

| Technology | Typical Indoor Range | Max Throughput | Common Use Case |
| --- | --- | --- | --- |
| WiFi 802.11n | Up to 50m | 600 Mbps | Home/enterprise internet access |
| Bluetooth 5.0 | Up to 100m | 2 Mbps | Wireless audio, IoT devices |
| Bluetooth Low Energy (BLE) | Up to 100m | 1 Mbps | Fitness trackers, smart sensors |

**Worked example:** A school wants to connect wireless headphones for 30 students in a language class. Recommend Bluetooth or WiFi, justifying your choice.

1. 1. Identify requirements: short range, low power, low cost, easy connectivity for many small devices.
2. 2. Bluetooth is designed specifically for short-range low-power personal connections, and is natively supported by all modern audio devices.
3. 3. WiFi has higher power requirements, longer range than needed, and requires more complex network configuration.
4. 4. Therefore, Bluetooth is the recommended technology for this use case.

## Wireless Security & Comparisons to Wired Networks

Wireless networks are inherently less secure than wired networks, because radio transmissions can be intercepted by any device within range, unlike wired transmissions restricted to the physical cable. Multiple security standards have been developed to mitigate this risk:

- **WEP**: Outdated, very easily cracked, not secure for any use
- **WPA**: Intermediate improvement over WEP, now also insecure
- **WPA2**: Current widely used standard, uses AES encryption, secure for most use cases
- **WPA3**: Latest standard, improved encryption and brute-force attack protection

**Worked example:** State two security risks specific to wireless networks and one mitigation for each.

1. 1. Risk 1: Unauthorised interception of unencrypted traffic by an attacker outside the property. Mitigation: Enable WPA2/WPA3 encryption to scramble data so it cannot be read by third parties.
2. 2. Risk 2: Evil twin access points, where an attacker sets up a fake access point with a legitimate SSID to steal user credentials. Mitigation: Use enterprise 802.1X authentication and disable automatic connection to open networks.

## Common pitfalls

- **Wrong:** Confusing CSMA/CD and CSMA/CA, stating CSMA/CD is used for wireless networks.
  - Why it fails: Wireless devices cannot transmit and listen simultaneously, so collision detection is not possible.
  - Correct: Always remember: CSMA/CA for wireless, CSMA/CD for traditional wired Ethernet.
- **Wrong:** Claiming 5GHz has longer range than 2.4GHz.
  - Why it fails: Students often associate higher frequency with better all-round performance, which is incorrect for range.
  - Correct: Lower frequency = longer wavelength = longer range and better penetration, so 2.4GHz always has longer range than 5GHz.
- **Wrong:** Stating WEP is a secure encryption standard for modern wireless networks.
  - Why it fails: Older resources still mention WEP, but it has been completely insecure for decades.
  - Correct: Always name WPA2 or WPA3 as current secure standards, and state that WEP is outdated and insecure.
- **Wrong:** Recommending Bluetooth for long-range high-throughput applications.
  - Why it fails: Students often mix up the use cases for Bluetooth and WiFi.
  - Correct: Bluetooth is for short-range low-power connections; use WiFi for long-range high-throughput wireless networking.

## Cheatsheet

| Property | 2.4GHz WiFi | 5GHz WiFi | Bluetooth |
| --- | --- | --- | --- |
| Wavelength | Longer | Shorter | Shorter than 2.4GHz |
| Range | Longer | Shorter | Very short |
| Obstacle Penetration | Good | Poor | Poor |
| Max Throughput | Lower | Higher | Very low |
| Interference | High (many devices) | Low | Very low |

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/cie-9618-u2-wireless-networking/
