N10-009 · Network Implementation · Updated July 26, 2026
2.4 GHz vs 5 GHz: Channels, Band Planning, and Band Steering
The 2.4 GHz and 5 GHz bands trade off range against capacity. In 2.4 GHz, only channels 1, 6, and 11 can be used without overlapping each other in North America, so dense deployments are cramped and interference-prone — but the longer wavelength penetrates walls better and reaches farther. The 5 GHz band offers many more non-overlapping channels and far less congestion at the price of shorter effective range. Band steering is the access point feature that nudges dual-band clients toward 5 GHz so the crowded 2.4 GHz band is left to devices that have no other option.
Why 2.4 GHz only has three usable channels
North American regulations allow channels 1 through 11 in the 2.4 GHz band, and the channel center frequencies sit only 5 MHz apart. A Wi-Fi transmission, however, occupies about 20 MHz of spectrum. Do the math and the conclusion is unavoidable: a radio on channel 3 splatters energy across channels 1 through 5. Adjacent-channel interference — two access points on partially overlapping channels — is worse than sharing the exact same channel, because the radios cannot decode each other’s transmissions and so cannot politely defer; they just corrupt each other.
That is why every competent 2.4 GHz design uses only channels 1, 6, and 11: they are spaced far enough apart (25 MHz between centers) that their 20 MHz transmissions do not overlap. Neighboring access points alternate among the three in a honeycomb-style reuse pattern. Two access points that must share one of those channels experience co-channel interference — they hear each other and take turns, which costs airtime but is far less destructive than overlap. (See co-channel interference for how that contention behaves at scale.) When two stations on the same channel cannot hear each other at all, a different failure mode takes over — the hidden node problem.
The 2.4 GHz band is also unlicensed territory shared with Bluetooth, microwave ovens, older cordless phones, and huge fleets of cheap IoT (Internet of Things) devices, most of which are 2.4 GHz-only. Congestion, not raw signal strength, is usually what makes the band feel slow.
What the 5 GHz band changes
The 5 GHz band is wider and carved differently. Its 20 MHz channels are spaced so that they genuinely do not overlap — there are roughly two dozen non-overlapping 20 MHz channels available in North America, versus three in 2.4 GHz. That abundance is what makes channel reuse easy and makes wider bonded channels practical (covered in Wi-Fi channel bonding).
Two caveats keep 5 GHz honest:
- DFS channels. A large block of 5 GHz channels shares spectrum with radar systems. Access points using these channels must implement DFS (Dynamic Frequency Selection): if radar is detected, the AP must vacate the channel immediately, which momentarily disrupts clients. Some deployments avoid DFS channels near airports or weather radar for this reason.
- Propagation. Higher frequency means shorter wavelength, which attenuates faster through air and building materials. A 5 GHz cell is smaller than a 2.4 GHz cell from the same access point at the same power, so 5 GHz designs need more access points for equal coverage.
| Characteristic | 2.4 GHz | 5 GHz |
|---|---|---|
| Non-overlapping 20 MHz channels (NA) | 3 (channels 1, 6, 11) | ~24 |
| Range / wall penetration | Longer / better | Shorter / worse |
| Congestion and non-Wi-Fi interference | Heavy (Bluetooth, microwaves, IoT) | Light |
| Wide channels (40/80/160 MHz) | Impractical | Practical |
| Radar coexistence requirement | None | DFS on many channels |
Band steering: how it works and how it fails
Band steering runs on the access point or wireless controller. When both radios broadcast the same SSID (service set identifier), the AP watches which clients probe on both bands — proof they are dual-band capable — and then encourages those clients toward 5 GHz, typically by ignoring or delaying their 2.4 GHz probe and association attempts so the 5 GHz radio answers first. The goal is triage: dual-band clients get the roomy band, and 2.4 GHz capacity is reserved for legacy and IoT devices that cannot go anywhere else.
The critical thing to internalize: the client always makes the final roaming decision. Band steering is persuasion, not enforcement. That leads to the classic failure case: a device camped on congested 2.4 GHz despite excellent 5 GHz signal directly overhead. If steering is enabled and the 5 GHz signal is verified strong, the most likely explanation is that the client never probes on 5 GHz at all — it has a single-band 2.4 GHz-only radio, common in budget tablets, barcode scanners, and embedded devices. No amount of infrastructure configuration can steer a client onto a band its radio does not support. The fix is a hardware refresh or accepting the device’s 2.4 GHz residency and cleaning up that band instead.
Which standards live where also matters for planning: 802.11b/g/n clients can occupy 2.4 GHz, while 802.11a/n/ac/ax clients can use 5 GHz — the standard-by-standard breakdown is in 802.11 standards compared.
How the N10-009 exam tests this
- The 1-6-11 question. Asked either straight (“which three 2.4 GHz channels don’t overlap?”) or wrapped in a design scenario about placing adjacent access points to avoid interference. The answer is always channels 1, 6, and 11.
- Identify the feature. A congested 2.4 GHz environment, plenty of 5 GHz capacity, and a controller feature that detects dual-band clients and pushes them to 5 GHz — that feature is band steering.
- Band property discrimination. “Which statements about 5 GHz are accurate?” Correct picks are along the lines of more non-overlapping channels and shorter range / DFS requirements; distractors claim 5 GHz penetrates walls better or has only three clean channels.
- The steering-didn’t-work scenario. Strong 5 GHz signal, steering enabled, device still stuck on 2.4 GHz — the intended answer is a 2.4 GHz-only client radio, not a misconfigured AP.
All four patterns above show up in Network+ practice questions — drill them until 1, 6, and 11 is reflex.
Quick reference
- 2.4 GHz non-overlapping channels in North America: 1, 6, 11 — nothing else.
- Adjacent-channel (partial) overlap is more harmful than co-channel sharing; overlapping radios can’t defer to each other.
- 2.4 GHz: longer range, better penetration, three clean channels, heavy congestion from IoT and non-Wi-Fi sources.
- 5 GHz: ~24 non-overlapping 20 MHz channels, shorter range, DFS required on radar-shared channels.
- Band steering detects dual-band clients and delays/ignores 2.4 GHz responses to nudge them onto 5 GHz.
- Steering is advisory — the client decides, and a single-band client can never be steered.
- Reserve 2.4 GHz for legacy/IoT devices; put everything dual-band on 5 GHz.