Network+ N10-009 ยท Domain 2 ยท 20%

Wireless Networking Standards

Master 802.11 a/b/g/n/ac/ax, 2.4GHz vs 5GHz vs 6GHz channel planning, WPA2/WPA3 security, MIMO, and antenna types with scenario-based practice and the Wi-Fi Advisor.

Wireless Networking Standards

From the original 802.11 protocols to Wi-Fi 6E, understanding wireless standards, frequencies, security, and antenna selection is core to Network+ Domain 2 (20% of the exam).

๐Ÿ“ถ
802.11 Standards

The Protocol Family

IEEE 802.11 defines how wireless devices communicate. Each amendment improves speed, range, or efficiency, and is marketed under a Wi-Fi generation number starting with 802.11n.

Wi-Fi 4 (n): 2.4+5GHz ยท MIMO ยท 600 Mbps Wi-Fi 5 (ac): 5GHz only ยท MU-MIMO ยท ~3.5 Gbps Wi-Fi 6 (ax): 2.4+5+6GHz ยท OFDMA ยท 9.6 Gbps Modulation: DSSS (b), OFDM (a/g/n/ac), OFDMA (ax)
๐Ÿ“ก
Frequency & Channels

Band Planning

Selecting the right frequency band and channels prevents interference and maximizes throughput. Channel overlap on 2.4GHz is one of the most tested topics on the exam.

2.4GHz: 3 non-overlapping: channels 1, 6, 11 5GHz: 24+ non-overlapping channels (US) 6GHz: 59 non-overlapping channels (Wi-Fi 6E) Interference: Microwaves, Bluetooth, baby monitors
๐Ÿ”’
Wireless Security

Encryption & Auth

Wireless security has evolved from the broken WEP protocol through WPA and WPA2 to the current WPA3 standard. Each generation addresses vulnerabilities in the previous one.

WEP: Broken โ€” RC4 + 24-bit IV weakness WPA2-Personal: PSK + CCMP/AES encryption WPA2-Enterprise: 802.1X + RADIUS + EAP WPA3-Personal: SAE โ€” forward secrecy, anti-dictionary
๐Ÿ—๏ธ
Antenna & Infrastructure

Deployment & Hardware

Understanding antenna types, access point modes, and wireless topology terms (BSS, ESS, IBSS) is essential for both network design questions and troubleshooting scenarios.

BSS: Single AP ยท ESS: Multiple APs, same SSID Omni: 360ยฐ coverage ยท Directional: focused beam MIMO: Multiple antennas, higher throughput Beamforming: Signal focused toward client
๐Ÿ’ก
Exam focus: Domain 2 (Network Implementations) is 20% of N10-009. Expect questions pairing 802.11 standard identification with frequency bands, WPA2/WPA3 feature differences, non-overlapping 2.4GHz channels, and Enterprise vs Personal authentication. These appear in nearly every exam session.

Wi-Fi Generation Quick Reference

Wi-Fi 4
802.11n
2.4+5GHz ยท MIMO ยท 600 Mbps
Wi-Fi 5
802.11ac
5GHz only ยท MU-MIMO ยท ~3.5 Gbps
Wi-Fi 6/6E
802.11ax
2.4+5+6GHz ยท OFDMA ยท 9.6 Gbps

How It Works

The evolution of 802.11 standards, how 2.4GHz channels overlap, and how WPA2 vs WPA3 authenticate clients.

802.11 Standard Evolution

802.11a
1999
5 GHz
54 Mbps
OFDM ยท Shorter range ยท Less interference ยท Not compatible with b/g
802.11b
1999
2.4 GHz
11 Mbps
DSSS ยท Longest range ยท Most interference ยท First widely adopted
802.11g
2003
2.4 GHz
54 Mbps
OFDM ยท Backward compatible with b ยท Improved speed over b
802.11n
2009 ยท Wi-Fi 4
2.4 + 5 GHz
600 Mbps
MIMO introduced ยท Dual-band ยท Channel bonding (40 MHz)
802.11ac
2013 ยท Wi-Fi 5
5 GHz only
~3.5 Gbps
MU-MIMO ยท Beamforming ยท 80/160 MHz bonding
802.11ax
2019 ยท Wi-Fi 6/6E
2.4 + 5 + 6 GHz
9.6 Gbps
OFDMA ยท BSS Coloring ยท TWT ยท Dense deployments
๐Ÿ“Œ
Key exam facts: 802.11a and 802.11ac are the only standards that operate exclusively on 5GHz. 802.11n was the first dual-band standard. 802.11ax (Wi-Fi 6E) added the 6GHz band. The Wi-Fi generation numbering (4, 5, 6) started with 802.11n โ€” older standards (a, b, g) have no generation number.

2.4GHz Channel Overlap โ€” US (11 Channels)

1
2
3
4
5
6
7
8
9
10
11
โœ… Non-overlap
โš  Overlaps
โš  Overlaps
โš  Overlaps
โš  Overlaps
โœ… Non-overlap
โš  Overlaps
โš  Overlaps
โš  Overlaps
โš  Overlaps
โœ… Non-overlap
โš ๏ธ
Each 2.4GHz channel is 22 MHz wide but only spaced 5 MHz apart, so adjacent channels heavily overlap. Channels 1, 6, and 11 are spaced 25 MHz apart โ€” the only three channels that do not overlap in the US. For multiple APs in the same area, always assign channels 1, 6, and 11 to prevent co-channel interference.
5GHz advantage: 5GHz has 24+ non-overlapping 20 MHz channels in the US (channels 36, 40, 44, 48, 52, 56, 60, 64 in UNII-1/2, plus UNII-2 Extended and UNII-3 bands). This means far more APs can coexist without interference โ€” critical for dense deployments like hospitals, schools, and stadiums. 6GHz (Wi-Fi 6E) adds 59 additional non-overlapping 20 MHz channels.

WPA2 vs WPA3 Authentication

๐Ÿ”‘ WPA2-Personal (PSK)
1
Client sends association request to AP
2
AP initiates 4-Way Handshake using the Pre-Shared Key (PSK) to derive a session key (PTK)
3
If PSK matches on both sides, handshake completes โ€” client is authenticated
4
CCMP/AES encrypts all subsequent traffic
โš ๏ธ
Weakness: The 4-Way Handshake can be captured and subjected to offline dictionary attacks. An attacker does not need to be on the network โ€” just capture one handshake and run wordlists against it.
๐Ÿ›ก๏ธ WPA3-Personal (SAE)
1
Client and AP use SAE (Dragonfly handshake) โ€” both prove knowledge of the password simultaneously
2
A unique session key is derived per connection โ€” even if the password is captured, past sessions remain private (forward secrecy)
3
No offline dictionary attack possible โ€” each guess requires a live interaction with the AP
4
CCMP/AES encrypts traffic; Enhanced Open (OWE) encrypts open networks
โœ…
Advantage: SAE eliminates offline brute-force, provides forward secrecy, and protects against KRACK-style attacks. Backward compatible with WPA2 via transition mode.

WPA2-Enterprise: 802.1X / RADIUS

1

Client connects and requests access (Supplicant)

The wireless client (supplicant) attempts to associate with the AP (authenticator). The AP does not grant access yet โ€” it only passes authentication traffic.

2

AP forwards credentials to RADIUS server

The AP (authenticator) forwards the client's EAP credentials to the RADIUS server (authentication server) on the wired network. The AP itself does not make the authentication decision.

3

RADIUS validates via EAP method

RADIUS uses an EAP method to validate credentials: EAP-TLS (certificates โ€” most secure), PEAP (server cert + username/password โ€” most common), or EAP-TTLS.

4

RADIUS returns Access-Accept or Access-Reject

On success, RADIUS sends Access-Accept and a session key. The AP uses this to complete the 4-Way Handshake and grants the client network access with per-user encryption keys.

Compare & Reference

Filter by category to study specific 802.11 standards, frequency bands, security protocols, or infrastructure concepts.

Standard / ProtocolBand / Key ValueDetailsExam Notes
802.11a
Standard
5 GHz ยท 54 Mbps ยท OFDM Released 1999 alongside 802.11b. Less interference than 2.4GHz. Shorter range due to higher frequency. 5GHz only. Not compatible with b or g. No Wi-Fi gen number.
802.11b
Standard
2.4 GHz ยท 11 Mbps ยท DSSS Released 1999. First widely adopted standard. DSSS modulation. Longest range but slowest speed and most susceptible to interference. DSSS (not OFDM). Longest range. Most interference. No gen number.
802.11g
Standard
2.4 GHz ยท 54 Mbps ยท OFDM Released 2003. Backward compatible with 802.11b. Brought OFDM modulation to 2.4GHz, matching 802.11a speeds on the more widely used band. OFDM on 2.4GHz. Backward compatible with b. No gen number.
802.11n / Wi-Fi 4
Standard
2.4 + 5 GHz ยท 600 Mbps Released 2009. First dual-band standard. Introduced MIMO (multiple antennas). Channel bonding at 40 MHz. Backward compatible with a, b, g. First dual-band. First MIMO. Wi-Fi 4. 40 MHz channels.
802.11ac / Wi-Fi 5
Standard
5 GHz only ยท ~3.5 Gbps Released 2013. 5GHz ONLY. MU-MIMO (multiple users simultaneously). Beamforming. Channel bonding up to 160 MHz. Up to 8 spatial streams. 5GHz ONLY. MU-MIMO. Beamforming. Wi-Fi 5. 80/160 MHz bonding.
802.11ax / Wi-Fi 6/6E
Standard
2.4 + 5 + 6 GHz ยท 9.6 Gbps Released 2019. Introduced OFDMA (multiple users per channel), BSS Coloring (reduces interference in dense deployments), TWT (target wake time for IoT battery savings). Wi-Fi 6E adds 6GHz. OFDMA. BSS Coloring. TWT. First to use 6GHz (Wi-Fi 6E). Dense/IoT.
2.4 GHz Band
Frequency
Channels 1โ€“11 (US) ยท 22 MHz wide Only 3 non-overlapping channels: 1, 6, 11. Better range and wall penetration. High interference: microwaves, Bluetooth, baby monitors, neighboring Wi-Fi. "1, 6, 11" is one of the most-tested facts on the entire exam.
5 GHz Band
Frequency
24+ non-overlapping channels (US) Far more channels than 2.4GHz. Higher throughput, less interference. Shorter range and poorer wall penetration than 2.4GHz. Some channels require DFS (Dynamic Frequency Selection) to avoid radar. More channels = better for dense deployments. Trade-off: shorter range.
6 GHz Band
Frequency
59 non-overlapping 20 MHz channels Wi-Fi 6E only. New spectrum with no legacy devices โ€” virtually zero interference at launch. Shortest range of the three bands. High throughput for very dense environments. Wi-Fi 6E exclusive. 59 channels. Least interference. Shortest range.
Channel Bonding
Frequency
40/80/160 MHz aggregated Combines adjacent channels to double/quadruple throughput. 802.11n: 40 MHz. 802.11ac: 80 or 160 MHz. Trade-off: fewer non-overlapping channels available in the band. Higher speed but reduces available channels for other APs. 5/6GHz only for 80/160 MHz.
DFS Channels
Frequency
5 GHz channels 52โ€“144 Dynamic Frequency Selection: devices must detect and avoid radar systems (weather, aviation) on these channels. AP must vacate channel within 10 seconds if radar detected. Some enterprise APs avoid DFS channels for reliability. Exam may test DFS awareness.
WEP
Security
RC4 ยท 24-bit IV ยท Broken Wired Equivalent Privacy. Uses RC4 stream cipher with a short 24-bit Initialization Vector that repeats frequently, allowing passive attackers to recover the encryption key. Never use. Crackable in minutes with tools like aircrack-ng. Always the wrong answer.
WPA
Security
TKIP ยท RC4 ยท Deprecated Temporal Key Integrity Protocol improved on WEP by using per-packet keys, but still based on RC4. Transitional standard โ€” superseded by WPA2. Now deprecated. Transitional. TKIP = RC4 based. Deprecated. Do not use in new deployments.
WPA2-Personal
Security
PSK ยท CCMP/AES ยท 4-Way Handshake Pre-Shared Key: all users share one passphrase. CCMP (Counter Mode CBC-MAC Protocol) with AES encryption is the critical improvement over WPA. 4-Way Handshake can be captured offline. CCMP/AES is the key feature. PSK = shared password. Vulnerable to offline dictionary.
WPA2-Enterprise
Security
802.1X ยท RADIUS ยท EAP Per-user authentication via RADIUS server. Uses EAP methods: EAP-TLS (certificates, most secure), PEAP (server cert + credentials, most common), EAP-TTLS. No shared password. Required when individual credentials are needed. Exam: RADIUS = Enterprise.
WPA3-Personal
Security
SAE ยท Forward Secrecy SAE (Simultaneous Authentication of Equals / Dragonfly handshake) replaces PSK 4-Way Handshake. Provides forward secrecy. Offline dictionary attacks impossible โ€” each guess requires AP interaction. SAE = the defining WPA3 feature. Forward secrecy = past sessions safe if key later compromised.
Enhanced Open (OWE)
Security
WPA3 ยท Open networks Opportunistic Wireless Encryption. Encrypts open networks (no password) using Diffie-Hellman key exchange. Prevents passive eavesdropping on coffee shop / hotel networks without requiring a password. WPA3 feature for open/guest networks. Encrypts without requiring a passphrase.
BSS
Infrastructure
Basic Service Set ยท Single AP One access point and its associated clients. The AP's BSSID is its MAC address. Clients can only communicate through the AP, not directly with each other (in infrastructure mode). BSS = one AP. BSSID = AP MAC address. Smallest wireless cell.
ESS
Infrastructure
Extended Service Set ยท Multiple APs Multiple APs connected via a distribution system (usually wired), all broadcasting the same SSID. Enables seamless client roaming between APs without reconnecting. ESS = multiple APs + same SSID + roaming. How enterprise Wi-Fi works.
IBSS / Ad Hoc
Infrastructure
No AP ยท Peer-to-peer Independent Basic Service Set. Devices communicate directly without an AP. No centralized management. Used for temporary file sharing or device pairing. IBSS = ad hoc = no AP required. Peer-to-peer. Not suitable for enterprise.
MIMO / MU-MIMO
Infrastructure
Multiple antennas MIMO: multiple antennas on one device for higher throughput (introduced in 802.11n). MU-MIMO: multiple antennas serving multiple clients simultaneously (introduced in 802.11ac). MIMO = 802.11n. MU-MIMO = 802.11ac and later. Critical for throughput.
Omnidirectional
Infrastructure
360ยฐ radiation pattern Signal radiates in all directions horizontally. Standard for indoor APs covering an open area. Dipole antennas are a common omnidirectional type included with most APs. Default AP antenna. Best for indoor open-area coverage. Lower gain than directional.
Directional
Infrastructure
Focused beam ยท High gain Focuses signal in a specific direction. Higher gain and range than omnidirectional. Types: Yagi (narrow beam), patch (moderate), parabolic dish (very narrow, maximum range). Used for building-to-building links. Point-to-point between buildings. Yagi and dish = maximum range. Sacrifices coverage width.

Real Examples

Worked exam-style scenarios covering the most commonly tested wireless concepts.

๐Ÿ“ก Multi-AP Office Channel Planning

A company installs three 2.4GHz access points in an open office floor. Users report that moving between areas causes slow speeds and frequent disconnections. The technician inspects the AP configuration and finds all three are set to channel 6. What is the problem and what is the correct solution?
ProblemCo-channel interference โ€” all 3 APs on the same channel compete for airtime
Root cause802.11 APs on the same channel must take turns transmitting (CSMA/CA)
SolutionAssign AP1: ch 1 ยท AP2: ch 6 ยท AP3: ch 11
Why theseOnly 3 non-overlapping 2.4GHz channels in US
Better fixMigrate to 5GHz โ€” 24+ non-overlapping channels
Exam tip"1, 6, 11" = the only correct answer for 2.4GHz multi-AP deployments

๐Ÿ”’ Enterprise vs Personal Authentication

A security auditor reviews a hospital's wireless network. Staff connect using a single shared Wi-Fi password posted on the break room wall. The auditor flags this as a critical finding. What security upgrade is required and why?
Current stateWPA2-Personal (PSK) โ€” shared password, no accountability
ProblemNo per-user identity, can't revoke one user without changing password for everyone
Required solutionWPA2-Enterprise with 802.1X / RADIUS
Each user getsIndividual domain credentials (username + password)
RADIUS serverValidates credentials, grants/denies per user
EAP methodPEAP most common (server cert + user credentials)
๐Ÿ“Œ
Key distinction: Anytime the scenario involves "individual user credentials," "no shared password," or "revoke a single user's access," the answer is WPA2/WPA3-Enterprise with 802.1X and RADIUS. Personal/PSK modes always share one passphrase across all users.

๐Ÿ“ถ Standard Identification โ€” Speed vs Band

A technician is upgrading a warehouse. The existing access points are 802.11ac. Management wants to know: (1) What frequency band does 802.11ac use? (2) What is its theoretical maximum speed? (3) What is its Wi-Fi generation name? (4) What was the key improvement over 802.11n?
Frequency band5 GHz ONLY (no 2.4GHz support)
Max throughput~3.5 Gbps (theoretical)
Wi-Fi generationWi-Fi 5
Key improvementMU-MIMO โ€” serves multiple clients simultaneously (not just one at a time)
Other featuresBeamforming ยท 80/160 MHz channel bonding ยท 8 spatial streams
Limitation5GHz-only means legacy 2.4GHz-only devices cannot connect
โš ๏ธ
Common exam trap: 802.11ac is 5GHz ONLY. Older devices (IoT sensors, older laptops) that only support 2.4GHz cannot connect to an 802.11ac-only network. For mixed environments, deploy dual-band APs running 802.11n on 2.4GHz alongside 802.11ac on 5GHz.

๐Ÿ—๏ธ Antenna Selection โ€” Building-to-Building Link

A company needs to connect two office buildings 300 meters apart without running a fiber cable between them. A wireless bridge solution is proposed. What type of antenna should be installed at each building, and what wireless consideration is critical at this distance?
Antenna typeDirectional โ€” Yagi or parabolic dish at each end
Why directionalFocuses all signal power between two fixed points โ€” maximum range and gain
Why not omniOmnidirectional wastes signal in all directions, reducing effective range
Critical factorLine of sight (LOS) โ€” no obstructions between buildings
Also considerFresnel zone clearance โ€” area around the line of sight must be unobstructed
Preferred band5GHz โ€” more channels, less interference for point-to-point

Practice Quiz

10 scenario-based questions aligned to N10-009 exam style. Each tests a specific wireless networking concept.

Question 1 of 10

Standards
โ€”
Frequency
โ€”
Security
โ€”
Infra
โ€”

Wi-Fi Advisor

Answer a few questions to get tailored guidance on standard selection, channel planning, security configuration, or wireless troubleshooting.

๐Ÿ“ก What do you need help with?

๐Ÿ“ถ What is your primary deployment requirement?

๐Ÿ“ก What is your frequency / channel situation?

๐Ÿ”’ What type of environment is this for?

๐Ÿ› ๏ธ What symptom are you experiencing?

Memory Hooks

Click each card to flip it and reveal the answer. Then use the cheat sheet for instant reference.

๐Ÿ“ถ
Wi-Fi 4, 5, and 6 โ€” what are the 802.11 numbers?
Tap to reveal
n ยท ac ยท ax
Wi-Fi 4 = 802.11n ยท Wi-Fi 5 = 802.11ac ยท Wi-Fi 6 = 802.11ax
๐Ÿ“ก
Which 2.4GHz channels are non-overlapping?
Tap to reveal
1, 6, and 11
Only 3 non-overlapping channels in the US 2.4GHz band. Always use these for multi-AP deployments.
๐Ÿ”‘
What encryption does WPA2 use?
Tap to reveal
CCMP / AES
Counter Mode CBC-MAC Protocol with AES. Replaced WPA's TKIP/RC4. The critical improvement in WPA2.
๐Ÿ›ก๏ธ
What replaces PSK in WPA3-Personal?
Tap to reveal
SAE
Simultaneous Authentication of Equals (Dragonfly handshake). Provides forward secrecy and blocks offline dictionary attacks.
๐Ÿšซ
Which standard operates ONLY on 5GHz?
Tap to reveal
802.11a and 802.11ac
802.11a (1999) and 802.11ac (Wi-Fi 5, 2013) are 5GHz-only. All others with 5GHz also support 2.4GHz.
๐Ÿข
What is an ESS?
Tap to reveal
Extended Service Set
Multiple APs connected via a distribution system (wired), all using the same SSID โ€” enables seamless roaming.
๐Ÿ’ฅ
Why was WEP broken?
Tap to reveal
24-bit IV that repeats
Short Initialization Vector (24-bit) repeats frequently in busy networks. Attacker recovers RC4 key via passive eavesdropping.
๐ŸŒŠ
OFDM vs OFDMA โ€” what's the difference?
Tap to reveal
One user vs many users per channel
OFDM (802.11a/g/n/ac): one user per channel at a time. OFDMA (802.11ax): splits channel into sub-channels โ€” serves multiple users simultaneously.

Quick Reference Cheat Sheet

StandardWi-Fi GenBand(s)Max SpeedKey Feature
802.11aโ€”5 GHz only54 MbpsOFDM ยท First 5GHz ยท Not compatible with b/g
802.11bโ€”2.4 GHz only11 MbpsDSSS ยท Longest range ยท Most interference
802.11gโ€”2.4 GHz only54 MbpsOFDM on 2.4GHz ยท Backward compatible with b
802.11nWi-Fi 42.4 + 5 GHz600 MbpsFirst MIMO ยท First dual-band ยท 40 MHz bonding
802.11acWi-Fi 55 GHz ONLY~3.5 GbpsMU-MIMO ยท Beamforming ยท 80/160 MHz bonding
802.11axWi-Fi 6/6E2.4 + 5 + 6 GHz9.6 GbpsOFDMA ยท BSS Coloring ยท TWT ยท Dense deployments
WEPโ€”โ€”โ€”BROKEN ยท RC4 + 24-bit IV ยท Never use
WPAโ€”โ€”โ€”TKIP ยท Deprecated ยท Transitional only
WPA2-Personalโ€”โ€”โ€”PSK + CCMP/AES ยท 4-Way Handshake ยท Offline crack risk
WPA2-Enterpriseโ€”โ€”โ€”802.1X + RADIUS + EAP ยท Per-user credentials
WPA3-Personalโ€”โ€”โ€”SAE ยท Forward secrecy ยท No offline dictionary attack
2.4GHzโ€”โ€”โ€”Channels 1, 6, 11 non-overlapping ยท Better range
5GHzโ€”โ€”โ€”24+ non-overlapping channels ยท Less interference
6GHzWi-Fi 6Eโ€”โ€”59 non-overlapping channels ยท Least interference
ESSโ€”โ€”โ€”Multiple APs + same SSID = seamless roaming
๐Ÿš€ Flash Genius โ€” AI-Powered Exam Prep

Master Network+ with Adaptive Flashcards

Wireless standards, routing protocols, subnetting, and all five N10-009 domains โ€” practiced with spaced repetition that adapts to your weak areas.

๐Ÿ“ก All 5 N10-009 Domains ๐Ÿ“ถ 802.11 Standards ๐Ÿง  Spaced Repetition ๐Ÿ“Š Weak Area Tracking ๐Ÿ“ฑ Study Anywhere โœ… Exam-Style Questions