Quick Reference
The current standard is 802.11ax (Wi-Fi 6/6E) — up to 9.6 Gbps theoretical, operates on 2.4 GHz, 5 GHz, and 6 GHz bands. For the exam: memorise each standard's max speed, frequency band(s), and the key differentiator. 802.11ac is the most commonly deployed in enterprise today. 802.11n was the first dual-band standard. 802.11g was the first to hit 54 Mbps on 2.4 GHz.

All 802.11 Standards — Full Comparison Table

Standard Wi-Fi Name Year Frequency Max Speed Range (indoor) Key Feature
802.11a Wi-Fi 1 1999 5 GHz 54 Mbps ~35 m First 5 GHz standard — less interference, shorter range
802.11b Wi-Fi 2 1999 2.4 GHz 11 Mbps ~35 m First widely adopted WiFi — cheapest, most compatible
802.11g Wi-Fi 3 2003 2.4 GHz 54 Mbps ~38 m Same speed as 802.11a but on 2.4 GHz — backward compatible with b
802.11n Wi-Fi 4 2009 2.4 GHz 5 GHz 600 Mbps ~70 m First dual-band — introduced MIMO (multiple antennas)
802.11ac Wi-Fi 5 2013 5 GHz only 3.5 Gbps ~35 m MU-MIMO, wider channels (80/160 MHz), beamforming
802.11ax Wi-Fi 6 / 6E 2019/2021 2.4 5 6 GHz 9.6 Gbps ~30 m OFDMA, BSS Colouring, TWT — designed for dense environments

2.4 GHz vs 5 GHz vs 6 GHz — Which Band to Use

The frequency band is the most important trade-off in wireless networking. Each band has distinct characteristics that determine when it's the right choice. This is one of the most tested concepts on both A+ and Network+.

📡
2.4 GHz
Longer range / more interference
✅ Advantages
Better wall penetration and range
Works with older devices (b/g/n)
Longer signal propagation
❌ Disadvantages
Only 3 non-overlapping channels (1, 6, 11)
Crowded — microwaves, Bluetooth, neighbours
Lower max speeds
5 GHz
Faster / shorter range
✅ Advantages
23+ non-overlapping channels
Less interference and congestion
Much higher speeds (ac/ax)
❌ Disadvantages
Shorter range — walls absorb 5 GHz more
Doesn't penetrate obstacles as well
Not compatible with a/b/g only devices
🚀
6 GHz
Wi-Fi 6E only — newest band
✅ Advantages
Nearly 1,200 MHz of new spectrum
59 additional 20 MHz channels
No legacy device interference
❌ Disadvantages
Even shorter range than 5 GHz
Requires Wi-Fi 6E capable devices
Limited device support currently
Exam Tip — The Classic Scenario

Scenario: Users in an open office with many wireless devices experience slow speeds and frequent disconnects despite strong signal. What is the most likely cause, and what should the administrator change?

Answer: Channel congestion on 2.4 GHz. Switch devices to 5 GHz or configure the AP to use a less congested 2.4 GHz channel (1, 6, or 11). The key phrase in the scenario is "many devices" — this signals congestion, not signal strength (which would be described as weak signal or range issues).

Non-Overlapping Channels — Why This Matters

WiFi channels are subdivisions of the frequency band. When two access points use overlapping channels, their signals interfere with each other — degrading performance for both. Using non-overlapping channels in areas with multiple APs is essential for a well-designed wireless network.

2.4 GHz Channel Layout (US)

All channels: 1 2 3 4 5 6 7 8 9 10 11
🟢 Channels 1, 6, and 11 are the only non-overlapping channels on 2.4 GHz in the US. Configure multiple APs to use these three channels to avoid co-channel interference. 🔴 All other channels overlap with at least one of these three.

5 GHz Channels

5 GHz has 23+ non-overlapping 20 MHz channels (and fewer when using wider 40/80/160 MHz channels). This is why 5 GHz handles dense environments so much better — more APs can operate simultaneously without interfering with each other. Channel selection on 5 GHz is less critical than on 2.4 GHz but still important in high-density deployments.

MIMO and MU-MIMO — What the Abbreviations Mean

MIMO (Multiple Input, Multiple Output) was introduced with 802.11n. Instead of a single antenna transmitting and receiving, MIMO uses multiple antennas to send multiple data streams simultaneously — dramatically increasing throughput. An 802.11n access point with 4×4 MIMO (4 transmit, 4 receive antennas) can theoretically transmit four independent data streams at once. The 600 Mbps theoretical maximum of 802.11n comes from MIMO combined with wider 40 MHz channels.

MU-MIMO (Multi-User MIMO), introduced with 802.11ac Wave 2, extends MIMO to serve multiple clients simultaneously. With single-user MIMO (SU-MIMO), the AP talks to one device at a time and takes turns. With MU-MIMO, the AP can transmit to multiple devices at the same time using spatial streams. 802.11ac supports 4-user MU-MIMO (downlink only); 802.11ax extends this to 8-user MU-MIMO in both directions (uplink and downlink).

For the exam: MIMO = introduced in 802.11n, increases throughput via multiple antennas. MU-MIMO = introduced in 802.11ac, serves multiple clients simultaneously. The practical question is "which standard first supported multiple simultaneous client connections?" — the answer is 802.11ac with MU-MIMO.

802.11ax — What Makes Wi-Fi 6 Different

Wi-Fi 6 (802.11ax) isn't just faster than 802.11ac — it's architecturally redesigned for high-density environments. Three technologies drive this:

OFDMA (Orthogonal Frequency Division Multiple Access) is the biggest architectural change. Previous WiFi standards allocated an entire channel to a single user during each transmission. OFDMA subdivides channels into smaller subcarriers called Resource Units (RUs) and serves multiple clients simultaneously within a single transmission. This dramatically improves efficiency when many devices are connected — the AP doesn't have to wait for one device to finish before serving another.

BSS Colouring solves the overlapping network problem. When an 802.11ax device detects a signal, it checks a "colour" identifier to determine whether the signal is from its own network or a neighbouring network. If it's from a different network, the device can transmit anyway (if signal levels allow), reducing the dead time caused by deferring to nearby APs. This is particularly valuable in dense apartment buildings or office parks where many independent networks share the same channels.

TWT (Target Wake Time) allows the AP to schedule when devices wake up to send or receive data. IoT devices and battery-powered clients can sleep between scheduled wake times, dramatically extending battery life. This is why 802.11ax is positioned as the standard for IoT deployments — smart home devices can participate in WiFi networks while consuming minimal power.

Wireless Security Standards — WEP, WPA, WPA2, WPA3

Wireless security is separate from the 802.11 physical/MAC layer standards but is heavily tested alongside them. The progression from WEP to WPA3 represents the history of wireless encryption vulnerabilities and their fixes.

WEP (Wired Equivalent Privacy) — Broken, Never Use
WEP was the original 802.11 security standard, using RC4 encryption with static 64-bit or 128-bit keys. It was broken in 2001 — an attacker can crack WEP keys in minutes using freely available tools. WEP is completely deprecated and should never be used. If you see WEP in an exam scenario, the answer is almost always to upgrade to WPA2 or WPA3.
⚠️
WPA (Wi-Fi Protected Access) — Legacy, Insecure
WPA was a transitional standard using TKIP (Temporal Key Integrity Protocol) to patch WEP's weaknesses without requiring new hardware. TKIP is also broken — WPA should be considered legacy and insecure. Not used in new deployments.
WPA2 — Current Minimum Standard
WPA2 uses AES-CCMP encryption — significantly stronger than TKIP. Two modes: WPA2-Personal (PSK) uses a pre-shared key (password) — suitable for home and small office networks. WPA2-Enterprise (802.1X) uses RADIUS authentication with individual credentials per user — required in corporate environments. WPA2-Enterprise is the exam-relevant answer whenever a scenario requires per-user authentication on a wireless network.
🏆
WPA3 — Current Best Practice
WPA3 introduced SAE (Simultaneous Authentication of Equals) replacing PSK — this eliminates offline dictionary attacks against captured handshakes. WPA3-Enterprise adds 192-bit security mode for high-security environments. OWE (Opportunistic Wireless Encryption) encrypts open network traffic without requiring a password — relevant for public WiFi scenarios on Security+. WPA3 is the current recommendation for all new deployments.

Site Surveys — Planning a Wireless Deployment

A wireless site survey assesses the physical environment to plan AP placement, channel selection, and power levels. Two types appear on the exam: a passive survey listens to existing wireless traffic without transmitting — it maps signal strength, identifies neighbouring networks, and documents channel usage. An active survey connects to the wireless network and measures throughput, latency, and packet loss from the client's perspective — it tells you not just that signal is present, but whether it's good enough for the intended use.

Key site survey concepts: heat map — a visual overlay showing signal strength across a floor plan, used to identify coverage gaps and overlap zones. Co-channel interference — when two APs in range of each other use the same channel, causing performance degradation (solution: use different non-overlapping channels). Roaming — the process of a client moving from one AP to another as signal strength changes; poor roaming design causes clients to stay connected to a distant AP with weak signal rather than switching to a closer one.

Wireless Troubleshooting — Common Problems and Causes

Slow speeds despite strong signal: Channel congestion (too many devices or APs on same channel), interference from other 2.4 GHz sources (microwaves, Bluetooth, baby monitors), or wrong frequency band (device connected to 2.4 GHz when 5 GHz is available). Check channel utilisation and frequency band.

Intermittent disconnections: Roaming issues (client not switching APs cleanly), AP overload (too many clients per AP), DHCP lease exhaustion, or RF interference from intermittent sources (a microwave that runs at lunch). Use a wireless analyser to capture the environment over time.

Cannot connect at all: Wrong password or SSID, MAC filtering blocking the device, security protocol mismatch (device only supports WPA but AP requires WPA2), or AP association table full (too many connected clients). Check client's wireless adapter settings against AP configuration.

Range shorter than expected: 5 GHz has shorter range than 2.4 GHz — if a deployment switched from 802.11n (dual-band) to 802.11ac (5 GHz only), devices at the edge of the old coverage area may now struggle. Solutions: add APs, reduce transmit power on APs near the edge to force devices to connect to the nearest AP, or implement a mesh network.

Exam Scenarios

A user's laptop connects to the office WiFi but only achieves 11 Mbps. Other users on the same network achieve 300+ Mbps. What is the most likely cause?
Answer: The user's laptop is connecting using 802.11b (11 Mbps max) while other users connect via 802.11n or 802.11ac. The AP is backward compatible with 802.11b, and the older wireless adapter in the laptop is negotiating at the lowest supported speed. Solution: replace the wireless adapter or ensure the laptop's driver is current and supports newer standards.
An administrator needs to deploy WiFi in a hospital with hundreds of IoT medical devices and strict requirements for device battery life. Which 802.11 standard should they deploy?
Answer: 802.11ax (Wi-Fi 6) — specifically for its TWT (Target Wake Time) feature, which allows IoT devices to sleep between scheduled wake times and dramatically extends battery life. Wi-Fi 6 also handles the density of hundreds of simultaneous devices better than 802.11ac through OFDMA.
A company needs to provide wireless access where each user authenticates with their own domain credentials rather than a shared password. Which wireless security configuration is required?
Answer: WPA2-Enterprise (or WPA3-Enterprise) with 802.1X authentication using a RADIUS server. WPA2/3-Personal uses a single pre-shared key shared by all users — it cannot provide individual user authentication. Enterprise mode integrates with Active Directory via RADIUS to authenticate each user independently.
Users in a dense apartment building report that their 2.4 GHz WiFi is slow. A wireless survey shows many neighbouring networks. The administrator wants the least disruptive fix. What should they do?
Answer: Configure the AP to use one of the three non-overlapping channels (1, 6, or 11) that has the least neighbour usage based on the survey. If 5 GHz capable devices are available, enabling 5 GHz and encouraging clients to use it is the longer-term solution — 5 GHz has far more non-overlapping channels and less neighbour interference in most residential environments.
A technician discovers an AP using WEP on the network. What is the recommended action?
Answer: Immediately upgrade to WPA2 or WPA3. WEP is completely broken and provides no meaningful security — an attacker can crack WEP keys in minutes. If the AP does not support WPA2, it should be replaced. This is a straightforward CompTIA exam answer: WEP = upgrade immediately, no exceptions.

Related Articles