220-1101Chapter 5 of 123Objective 2.2

Wi-Fi Standards and Protocols

This chapter covers Wi-Fi standards and protocols, a core topic for the CompTIA A+ 220-1101 exam under domain 2.2 Networking. You will learn about the IEEE 802.11 family of standards, their speeds, frequencies, and features, as well as important protocols like Wi-Fi Direct and Bluetooth. Approximately 10-15% of exam questions touch on wireless networking, making this a critical area. Mastering these standards will help you select the right equipment, troubleshoot performance issues, and understand compatibility between devices.

25 min read
Intermediate
Updated May 31, 2026

Wi-Fi Standards Like Road Networks

Imagine a city's road network. 802.11b is like a two-lane road with a 30 mph speed limit—it gets you there, but slowly. 802.11g upgrades to a four-lane road with 55 mph, but it still uses the same old traffic signals (2.4 GHz band). 802.11n is like adding multiple lanes and a smart traffic system that can use both 2.4 GHz and 5 GHz bands, and it can send multiple cars at once using MIMO (multiple antennas). 802.11ac is like a modern highway with dedicated 5 GHz express lanes, wider lanes (80/160 MHz channels), and even more simultaneous traffic (MU-MIMO). 802.11ax (Wi-Fi 6) is like a smart city grid with traffic lights that communicate with cars to optimize flow (OFDMA), allowing many cars to merge efficiently, and it works in both 2.4 GHz and 5 GHz (and eventually 6 GHz with Wi-Fi 6E). Each generation increases throughput and efficiency, but older devices can still use the roads, albeit at lower speeds, because the standards are backward compatible. Just as a city must manage congestion and interference, Wi-Fi standards use different channels, modulation techniques, and access methods to maximize data delivery in a shared, noisy environment.

How It Actually Works

What Are Wi-Fi Standards?

Wi-Fi standards are defined by the IEEE 802.11 family of specifications. They govern how wireless local area networks (WLANs) operate, including frequency bands, data rates, modulation techniques, and security protocols. The CompTIA A+ 220-1101 exam expects you to know the key characteristics of 802.11a, 802.11b, 802.11g, 802.11n, 802.11ac, and 802.11ax (Wi-Fi 6/6E). These standards are backward compatible within the same frequency band, but mixing older and newer devices can reduce overall performance.

How They Work Internally

Wi-Fi uses radio waves in the 2.4 GHz and 5 GHz ISM bands (and 6 GHz for Wi-Fi 6E). Data is transmitted using modulation techniques like DSSS (Direct Sequence Spread Spectrum) for older standards and OFDM (Orthogonal Frequency Division Multiplexing) for newer ones. OFDM splits a channel into many subcarriers, allowing higher data rates. MIMO (Multiple Input Multiple Output) uses multiple antennas to send and receive multiple data streams simultaneously, increasing throughput. Channel bonding combines two 20 MHz channels into a wider 40 MHz (or 80/160 MHz for ac/ax) channel for higher speeds, but reduces the number of non-overlapping channels.

Key Components and Defaults

Frequency Bands: 2.4 GHz (longer range, more interference) and 5 GHz (shorter range, less interference). 802.11ax adds 6 GHz (Wi-Fi 6E).

Data Rates: Theoretical maximums: 802.11b: 11 Mbps, 802.11a/g: 54 Mbps, 802.11n: 600 Mbps (with 4x4 MIMO, 40 MHz), 802.11ac: 6.9 Gbps (with 8x8 MIMO, 160 MHz), 802.11ax: 9.6 Gbps (with 8x8 MIMO, 160 MHz).

Channel Width: 20 MHz (default for b/g/n), 40 MHz (n/ac/ax), 80/160 MHz (ac/ax).

MIMO Configurations: 1x1 (single stream), 2x2, 3x3, 4x4, up to 8x8 for ac/ax.

Modulation: 802.11b uses DSSS with CCK; 802.11a/g uses OFDM; 802.11n uses OFDM with optional MIMO; 802.11ac uses OFDM with MU-MIMO; 802.11ax uses OFDMA (Orthogonal Frequency Division Multiple Access) for better efficiency in dense environments.

Backward Compatibility: All 802.11 devices are backward compatible within the same band. When an older device connects, the access point may drop to lower data rates and use protection mechanisms (like RTS/CTS) to avoid collisions.

Configuration and Verification Commands

On a Windows client, you can view supported standards and current connection details:

netsh wlan show interfaces

This command displays the radio type (e.g., 802.11ac), SSID, signal strength, and channel. On Linux:

iwconfig

On macOS: Option-click the Wi-Fi icon in the menu bar to see channel and PHY mode.

Interaction with Related Technologies

Bluetooth: Uses 2.4 GHz, can interfere with Wi-Fi. Adaptive Frequency Hopping (AFH) helps mitigate.

Wi-Fi Direct: Allows two devices to connect directly without an access point, using the same 802.11 standards.

Ethernet: Wi-Fi bridges to wired networks via access points. Throughput is typically lower than wired due to overhead and interference.

Security Protocols: WPA2/WPA3 use AES encryption; older WEP is deprecated. The standard does not mandate security, but it's essential for safe operation.

Exam-Specific Details

Know the frequency bands: 2.4 GHz for b/g/n/ax; 5 GHz for a/n/ac/ax; 6 GHz for ax (Wi-Fi 6E).

Maximum data rates: 802.11b: 11 Mbps; 802.11a/g: 54 Mbps; 802.11n: 600 Mbps (theoretical, but common real-world max is 300-450 Mbps); 802.11ac: up to 1.3 Gbps (typical with 3x3 MIMO); 802.11ax: up to 9.6 Gbps.

Channel widths: 20, 40, 80, 160 MHz. Wider channels = faster but fewer non-overlapping channels.

MIMO: 802.11n introduced MIMO (up to 4 streams); 802.11ac introduced MU-MIMO (downlink only); 802.11ax supports MU-MIMO both uplink and downlink.

OFDMA: 802.11ax uses OFDMA to divide a channel into smaller subchannels, allowing multiple devices to transmit simultaneously, reducing latency.

Wi-Fi 6E: Extends 802.11ax into the 6 GHz band, adding up to 1200 MHz of spectrum, reducing congestion.

Common Exam Traps

Trap 1: Confusing 802.11g with 802.11n. 802.11g is 2.4 GHz only, max 54 Mbps; 802.11n can use 2.4 or 5 GHz, max 600 Mbps.

Trap 2: Thinking 802.11ac works on 2.4 GHz. It does not; it is 5 GHz only (though ac routers often include 2.4 GHz for backward compatibility via simultaneous dual-band).

Trap 3: Assuming 802.11ax (Wi-Fi 6) is only 6 GHz. It operates in 2.4, 5, and 6 GHz (Wi-Fi 6E adds 6 GHz).

Trap 4: Believing that MIMO always increases speed for a single client. MIMO increases aggregate throughput, but a single client may only use one stream if it has only one antenna.

Trap 5: Forgetting that 802.11a uses 5 GHz and is not compatible with 802.11b/g (2.4 GHz).

Summary of Standards

| Standard | Year | Band | Max Rate | Channel Width | MIMO | Modulation | |----------|------|------|----------|---------------|------|------------| | 802.11a | 1999 | 5 GHz | 54 Mbps | 20 MHz | No | OFDM | | 802.11b | 1999 | 2.4 GHz | 11 Mbps | 20 MHz | No | DSSS/CCK | | 802.11g | 2003 | 2.4 GHz | 54 Mbps | 20 MHz | No | OFDM/DSSS | | 802.11n | 2009 | 2.4/5 GHz | 600 Mbps | 20/40 MHz | Up to 4x4 | OFDM | | 802.11ac | 2013 | 5 GHz | 6.9 Gbps | 20/40/80/160 MHz | Up to 8x8 | OFDM (MU-MIMO) | | 802.11ax | 2019 | 2.4/5/6 GHz | 9.6 Gbps | 20/40/80/160 MHz | Up to 8x8 | OFDMA |

Conclusion

Understanding Wi-Fi standards is crucial for network setup and troubleshooting. The exam focuses on frequency, speed, and compatibility. Remember that newer standards are backward compatible but may require dual-band or tri-band hardware. Always check device capabilities before assuming maximum speeds.

Walk-Through

1

Identify the Wi-Fi Standard

First, determine which IEEE 802.11 standard a device supports. This is typically found in the device specifications or by checking the Wi-Fi adapter properties in the OS. For example, a laptop might list '802.11ac' under the adapter's advanced settings. The standard dictates the maximum theoretical speed, frequency band, and features like MIMO. On the exam, you may be given a scenario and asked to recommend a standard based on speed or compatibility requirements.

2

Check Frequency Band and Channel

Next, ensure the client and access point are on the same frequency band. 802.11b/g/n/ax can use 2.4 GHz; 802.11a/n/ac/ax can use 5 GHz; 802.11ax can also use 6 GHz. The channel width affects speed: 20 MHz is default, but 40/80/160 MHz are available for higher throughput. However, wider channels reduce the number of non-overlapping channels, increasing interference risk. Use a tool like Wi-Fi Analyzer to see channel utilization.

3

Assess MIMO Configuration

MIMO uses multiple antennas to transmit multiple data streams. The number of spatial streams is limited by the device with fewer antennas. For example, a 4x4 access point can support up to 4 streams, but a 2x2 client will only use 2. This affects throughput. 802.11ac introduced MU-MIMO, which can send different streams to multiple clients simultaneously, but only downlink. 802.11ax supports MU-MIMO both uplink and downlink.

4

Evaluate Modulation and Coding

Modulation schemes like BPSK, QPSK, 16-QAM, 64-QAM, 256-QAM, and 1024-QAM determine how many bits per symbol can be transmitted. Higher-order modulation (e.g., 1024-QAM in 802.11ax) increases data rate but requires a stronger signal. The coding rate (e.g., 5/6) indicates the proportion of data bits to total bits. The MCS (Modulation and Coding Scheme) index combines these factors. For example, MCS 9 in 802.11ac with 256-QAM and 5/6 coding yields high throughput.

5

Verify Backward Compatibility

When a newer standard (e.g., 802.11n) operates with an older client (e.g., 802.11g), the access point may fall back to a slower mode to maintain compatibility. Protection mechanisms like RTS/CTS (Request to Send/Clear to Send) are used to avoid collisions between different standards. This can reduce overall throughput. In mixed environments, it's often better to separate legacy devices onto a different SSID or radio.

What This Looks Like on the Job

In a large enterprise office, deploying 802.11ac (Wi-Fi 5) access points is common for high-density environments. The problem: many users streaming video, video conferencing, and transferring large files. 802.11ac's MU-MIMO allows the AP to communicate with multiple clients simultaneously, improving efficiency. However, if the AP is misconfigured with 80 MHz channel widths in a crowded 5 GHz band, co-channel interference can degrade performance. A seasoned engineer would use a site survey tool to select the least congested channels and set channel widths to 40 MHz if the environment is dense.

Another scenario: a warehouse using older 802.11n devices for inventory scanners. The company upgrades to 802.11ax (Wi-Fi 6) APs for better capacity and IoT support. The problem: legacy 802.11n devices only use 2.4 GHz and don't support OFDMA. The engineer would configure the AP to support both bands, but the legacy devices will still operate at lower speeds. To maximize performance, the engineer might create a separate SSID for legacy devices and enable band steering to push capable devices to 5 GHz.

A third scenario: a home user with a mix of devices: a 5-year-old laptop (802.11n), a new smartphone (802.11ax), and a smart TV (802.11ac). The problem: the router is 802.11ac dual-band. The engineer would ensure the router is configured for simultaneous dual-band (2.4 and 5 GHz) and enable WPA2 or WPA3. The laptop connects at 2.4 GHz (300 Mbps), the TV at 5 GHz (1.3 Gbps), and the phone at 5 GHz (1.2 Gbps). The bottleneck is the laptop's older standard. Misconfiguration: if the router's 2.4 GHz radio is set to 40 MHz channel width, it may cause interference with neighboring networks, reducing stability. Setting it to 20 MHz is safer.

How 220-1101 Actually Tests This

The 220-1101 exam tests Wi-Fi standards under Objective 2.2: 'Compare and contrast common networking hardware.' Specifically, you must know the characteristics of 802.11a/b/g/n/ac/ax. The exam expects you to identify the correct standard based on speed, frequency, and features. Common wrong answers include: 1. Selecting 802.11g for 5 GHz operation – 802.11g is 2.4 GHz only. Candidates confuse it with 802.11a. 2. Choosing 802.11ac for 2.4 GHz – 802.11ac is 5 GHz only. Many think it's dual-band like 802.11n. 3. Assuming 802.11n max speed is 54 Mbps – That's 802.11a/g. 802.11n max is 600 Mbps. 4. Mixing up Wi-Fi 5 and Wi-Fi 6 – Wi-Fi 5 is 802.11ac; Wi-Fi 6 is 802.11ax. The exam uses both naming conventions.

Key numbers: 2.4 GHz band, 5 GHz band, 6 GHz (for Wi-Fi 6E). Speeds: 11 Mbps (b), 54 Mbps (a/g), 600 Mbps (n), 1.3 Gbps (ac typical), 9.6 Gbps (ax theoretical). Channel widths: 20, 40, 80, 160 MHz. MIMO: introduced in n, MU-MIMO in ac (downlink), ax (uplink and downlink). OFDMA: introduced in ax.

Edge cases: The exam may ask about Wi-Fi Direct, which uses the same 802.11 standards but creates a direct P2P connection without an AP. Also, Bluetooth vs. Wi-Fi: Bluetooth is for short-range, low-power (Class 2: 10 m), while Wi-Fi has longer range. The exam might ask which technology is better for streaming video (Wi-Fi) vs. connecting a mouse (Bluetooth).

To eliminate wrong answers, focus on the frequency band: if the question mentions 5 GHz only, eliminate b/g. If it mentions 2.4 GHz only, eliminate a/ac. If it mentions high throughput (over 1 Gbps), consider ac or ax. If it mentions OFDMA, it's ax. If it mentions MU-MIMO, it could be ac or ax. Also, remember that 802.11n can use both bands but is slower than ac/ax.

Key Takeaways

802.11a operates at 5 GHz with a max speed of 54 Mbps.

802.11b operates at 2.4 GHz with a max speed of 11 Mbps.

802.11g operates at 2.4 GHz with a max speed of 54 Mbps and is backward compatible with 802.11b.

802.11n operates at 2.4 and 5 GHz, supports MIMO up to 4x4, and has a max speed of 600 Mbps.

802.11ac operates only at 5 GHz, supports MU-MIMO (downlink), and channel widths up to 160 MHz.

802.11ax (Wi-Fi 6) operates at 2.4, 5, and 6 GHz, uses OFDMA, and supports MU-MIMO both uplink and downlink.

Wi-Fi Direct creates a direct connection between devices without an access point, using the same 802.11 standards.

Easy to Mix Up

These come up on the exam all the time. Here's how to tell them apart.

802.11ac (Wi-Fi 5)

Operates only in 5 GHz band

Uses OFDM modulation

Supports downlink MU-MIMO only

Max theoretical speed 6.9 Gbps

Introduced in 2013

802.11ax (Wi-Fi 6)

Operates in 2.4, 5, and 6 GHz (Wi-Fi 6E)

Uses OFDMA modulation for better efficiency

Supports both uplink and downlink MU-MIMO

Max theoretical speed 9.6 Gbps

Introduced in 2019

802.11n

Operates in both 2.4 and 5 GHz

Max speed 600 Mbps (4x4, 40 MHz)

Uses OFDM with optional MIMO

Channel widths: 20, 40 MHz

Introduced in 2009

802.11ac

Operates only in 5 GHz

Max speed 6.9 Gbps (8x8, 160 MHz)

Uses OFDM with MU-MIMO (downlink)

Channel widths: 20, 40, 80, 160 MHz

Introduced in 2013

Wi-Fi Direct

Uses 802.11 standards (a/g/n/ac/ax)

Range up to 200 m (typical indoor)

Data rate up to 250 Mbps (with 802.11ac)

Designed for high-speed file transfer and streaming

Requires Wi-Fi hardware

Bluetooth

Uses IEEE 802.15.1 standard

Range up to 100 m (Class 1), typically 10 m (Class 2)

Data rate up to 3 Mbps (Bluetooth 2.0) or 24 Mbps (Bluetooth 3.0+HS)

Designed for low-power, short-range connections (e.g., mice, headphones)

Requires Bluetooth hardware

Watch Out for These

Mistake

802.11ac works on both 2.4 GHz and 5 GHz.

Correct

802.11ac operates only on the 5 GHz band. Many dual-band routers have separate radios for 2.4 GHz (often 802.11n) and 5 GHz (802.11ac), but the ac standard itself is 5 GHz only.

Mistake

802.11n has a maximum speed of 54 Mbps.

Correct

54 Mbps is the max for 802.11a and 802.11g. 802.11n can reach up to 600 Mbps with 4x4 MIMO and 40 MHz channels.

Mistake

Wi-Fi 6 (802.11ax) is only for the 6 GHz band.

Correct

Wi-Fi 6 operates in 2.4 GHz and 5 GHz as well. Wi-Fi 6E adds the 6 GHz band. The standard itself supports all three bands.

Mistake

MIMO always increases speed for a single client.

Correct

MIMO increases aggregate throughput by using multiple spatial streams. A single client with only one antenna will still use one stream, so its speed is limited to the per-stream rate.

Mistake

802.11b and 802.11g are not compatible.

Correct

802.11g is backward compatible with 802.11b. Both operate in the 2.4 GHz band. When an 802.11b device connects, the network may use protection mechanisms to avoid collisions, reducing performance.

Do You Actually Know This?

Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.

Frequently Asked Questions

What is the difference between 802.11ac and 802.11ax?

802.11ac (Wi-Fi 5) operates only on 5 GHz, uses OFDM, and supports downlink MU-MIMO. 802.11ax (Wi-Fi 6) operates on 2.4, 5, and 6 GHz (Wi-Fi 6E), uses OFDMA for better efficiency in dense environments, and supports both uplink and downlink MU-MIMO. 802.11ax also offers higher data rates (up to 9.6 Gbps) and improved battery life for devices via Target Wake Time (TWT).

Which Wi-Fi standard is best for streaming 4K video?

For streaming 4K video, you need at least 802.11ac (Wi-Fi 5) on the 5 GHz band to get sufficient throughput (typically 15-25 Mbps for 4K). 802.11n on 2.4 GHz might struggle due to interference and lower speeds. 802.11ax (Wi-Fi 6) offers even better performance and efficiency, especially in multi-device households.

Can an 802.11ac device connect to an 802.11n router?

Yes, an 802.11ac device is backward compatible with 802.11n routers, but it will connect at 802.11n speeds (up to 600 Mbps) and only on the 5 GHz band if the router supports it. The device will negotiate the best common standard. Performance will be limited by the router's capabilities.

What is Wi-Fi Direct and how does it work?

Wi-Fi Direct allows two devices to connect directly without an access point. It uses the same 802.11 standards (a/g/n/ac/ax) and can achieve high speeds. One device acts as a soft AP (Group Owner), and the other connects as a client. It's used for file transfers, printing, and screen mirroring. Wi-Fi Direct is different from Bluetooth because it offers higher data rates and longer range.

What is the maximum range of Wi-Fi?

Wi-Fi range depends on the standard and environment. Typically, 2.4 GHz signals have longer range (up to 150 m outdoors) but are more prone to interference. 5 GHz signals have shorter range (up to 50 m indoors) but offer higher speeds. 6 GHz (Wi-Fi 6E) has even shorter range due to higher attenuation. Walls and obstacles reduce range significantly.

What is MU-MIMO and why is it important?

MU-MIMO (Multi-User Multiple Input Multiple Output) allows an access point to communicate with multiple clients simultaneously, rather than sequentially. This improves network efficiency and throughput in multi-device environments. 802.11ac introduced downlink MU-MIMO (AP to clients), while 802.11ax supports both downlink and uplink MU-MIMO.

What is OFDMA and how does it benefit Wi-Fi 6?

OFDMA (Orthogonal Frequency Division Multiple Access) divides a Wi-Fi channel into smaller subchannels, allowing multiple devices to transmit simultaneously in the same channel. This reduces latency and improves efficiency, especially in dense environments with many small data packets (e.g., IoT devices). OFDMA is a key feature of 802.11ax (Wi-Fi 6).

Terms Worth Knowing

Ready to put this to the test?

You've just covered Wi-Fi Standards and Protocols — now see how well it sticks with free 220-1101 practice questions. Full explanations included, no account needed.

Done with this chapter?