Wireless networking
Computer ScienceΒ· 20 min read
1. Core Principles & Wireless Band Comparisonβ β ββββ± 15 min
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.
Example:
IEEE 802.11ac (WiFi 5) operates on 5GHz with max throughput of ~3.5 Gbps.
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
- Lower frequency radio waves have longer wavelengths than higher frequency waves.
- 2
- Longer wavelengths penetrate solid obstacles (walls, ceilings) far more effectively than shorter wavelengths.
- 3
- 2.4GHz has a lower frequency than 5GHz, so it has longer range and better obstacle penetration.
- 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.
2. CSMA/CA: Wireless Medium Access Controlβ β β βββ± 20 min
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.
Explain how RTS/CTS handshaking improves CSMA/CA performance.
- 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
- The access point replies with a Clear to Send (CTS) packet that is received by all devices on the network.
- 3
- All other devices receive the CTS and know to wait for the requested duration before transmitting.
- 4
- The requesting device transmits its data, with no risk of overlapping transmissions that cause collisions.
3. Common Wireless Technologiesβ β ββββ± 15 min
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 |
A school wants to connect wireless headphones for 30 students in a language class. Recommend Bluetooth or WiFi, justifying your choice.
- 1
- Identify requirements: short range, low power, low cost, easy connectivity for many small devices.
- 2
- Bluetooth is designed specifically for short-range low-power personal connections, and is natively supported by all modern audio devices.
- 3
- WiFi has higher power requirements, longer range than needed, and requires more complex network configuration.
- 4
- Therefore, Bluetooth is the recommended technology for this use case.
4. Wireless Security & Comparisons to Wired Networksβ β β βββ± 20 min
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
State two security risks specific to wireless networks and one mitigation for each.
- 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
- 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.
5. Common Pitfalls
Wrong move:
Confusing CSMA/CD and CSMA/CA, stating CSMA/CD is used for wireless networks.
Why:
Wireless devices cannot transmit and listen simultaneously, so collision detection is not possible.
Correct move:
Always remember: CSMA/CA for wireless, CSMA/CD for traditional wired Ethernet.
Wrong move:
Claiming 5GHz has longer range than 2.4GHz.
Why:
Students often associate higher frequency with better all-round performance, which is incorrect for range.
Correct move:
Lower frequency = longer wavelength = longer range and better penetration, so 2.4GHz always has longer range than 5GHz.
Wrong move:
Stating WEP is a secure encryption standard for modern wireless networks.
Why:
Older resources still mention WEP, but it has been completely insecure for decades.
Correct move:
Always name WPA2 or WPA3 as current secure standards, and state that WEP is outdated and insecure.
Wrong move:
Recommending Bluetooth for long-range high-throughput applications.
Why:
Students often mix up the use cases for Bluetooth and WiFi.
Correct move:
Bluetooth is for short-range low-power connections; use WiFi for long-range high-throughput wireless networking.
6. Quick Reference 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 | ||||||||||||||||||||||||
B | e | s | t | F | o | r | |||||||||||||||||||||
W | h | o | l | e | h | o | m | e | c | o | v | e | r | a | g | e | |||||||||||
H | i | g | h | s | p | e | e | d | c | o | n | n | e | c | t | i | o | n | s | ||||||||
S | h | o | r | t | r | a | n | g | e | p | e | r | s | o | n | a | l | d | e | v | i | c | e | s |
When this came up on past exams
AI-estimated based on syllabus patterns β cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2022 Β· 12
Compare 2.4GHz and 5GHz WiFi
- 2021 Β· 11
Explain CSMA/CA operation
- 2023 Β· 13
Wireless security risk mitigation
