N10-009Chapter 66 of 163Objective 2.2

Wireless Channels and Band Steering

This chapter covers wireless channels, channel bandwidths, and band steering — critical topics for the CompTIA Network+ N10-009 exam, especially under Network Implementation (Objective 2.2). You will learn how Wi-Fi channels are allocated in the 2.4 GHz and 5 GHz bands, how channel bonding works, and how band steering directs clients to the optimal frequency band. These concepts appear in approximately 5-10% of exam questions, often in troubleshooting and design scenarios. Mastering them is essential for configuring and optimizing enterprise wireless networks.

25 min read
Intermediate
Updated May 31, 2026

The Airport Terminal and Gate Assignment

Imagine a large airport with multiple terminals (2.4 GHz and 5 GHz bands). Each terminal has many gates (channels). Passengers (client devices) arrive at the airport and are directed to a terminal. The airport's central dispatcher (the access point's band steering logic) decides which terminal a passenger should go to based on the passenger's ticket type (client capability). First-class passengers (dual-band clients that support 5 GHz) are directed to the newer, less crowded terminal (5 GHz) because it has more gates and shorter lines (higher throughput, less interference). Coach passengers (2.4 GHz only clients) are sent to the older terminal (2.4 GHz) which has fewer gates but longer range. The dispatcher does not force first-class passengers to the 5 GHz terminal immediately; it might initially suggest the 5 GHz terminal and, if the passenger ignores the suggestion and goes to the 2.4 GHz terminal, the dispatcher may block them from checking in (probing) at 2.4 GHz for a short time (band steering blacklist timeout) to encourage them to use the 5 GHz terminal. Once a passenger is in a terminal, they are assigned to a specific gate (channel) within that terminal. The dispatcher also balances load by moving passengers between gates within the same terminal (channel load balancing) if one gate gets too crowded. This entire system ensures that passengers are distributed efficiently across the airport's resources, maximizing throughput and minimizing congestion.

How It Actually Works

What Are Wireless Channels and Why Do They Exist?

Wireless channels are defined frequency ranges within the 2.4 GHz and 5 GHz ISM (Industrial, Scientific, and Medical) bands that Wi-Fi uses to transmit data. They exist because the radio frequency spectrum is a shared medium; dividing it into channels allows multiple devices to communicate simultaneously without interfering with each other, as long as they use different channels. In the 2.4 GHz band (2.400–2.4835 GHz), there are 14 channels defined by the IEEE 802.11 standard, each 22 MHz wide (though the channel spacing is 5 MHz, leading to overlap). In the 5 GHz band (5.150–5.825 GHz in the US), channels are 20 MHz wide, and many do not overlap because of larger spacing. The exam expects you to know the non-overlapping channels: for 2.4 GHz, channels 1, 6, and 11 (in the US) are the only non-overlapping ones. For 5 GHz, the non-overlapping channels are numerous — any 20 MHz channel is non-overlapping if adjacent channels are not used (e.g., 36, 40, 44, 48 are all non-overlapping if used with 20 MHz bandwidth).

How Channel Bonding Works

Channel bonding, defined in 802.11n, allows an access point to combine two adjacent 20 MHz channels into a single 40 MHz channel, doubling the theoretical throughput. In 5 GHz, this is straightforward because there are many non-overlapping channels. In 2.4 GHz, bonding is problematic because only three non-overlapping channels exist; bonding channels 1+5 (40 MHz) would overlap with channel 6. The 802.11n standard allows 40 MHz in 2.4 GHz only if no other APs are detected on the secondary channel (a mechanism called "40 MHz intolerance"). The exam tests that 40 MHz is discouraged in 2.4 GHz due to interference.

802.11ac introduced 80 MHz and 160 MHz channels by bonding more 20 MHz channels. An 80 MHz channel bonds four 20 MHz channels (e.g., 36, 40, 44, 48). A 160 MHz channel bonds eight 20 MHz channels (e.g., 36-48 and 52-64). The practical throughput gain diminishes with more bonding because of increased interference and fewer available channels in dense deployments. The exam expects you to know that 80 MHz is common for 802.11ac, and 160 MHz is available but rarely used due to DFS (Dynamic Frequency Selection) restrictions and interference.

Band Steering: What It Is and Why It Exists

Band steering is a feature on dual-band access points (2.4 GHz and 5 GHz) that encourages client devices to connect to the less congested 5 GHz band instead of the overcrowded 2.4 GHz band. The 2.4 GHz band has only three non-overlapping channels, is shared with Bluetooth and other devices, and suffers from more interference. The 5 GHz band offers more channels, higher throughput, and less interference, but has shorter range. Band steering improves overall network performance by balancing clients across bands.

How Band Steering Works Internally

The mechanism relies on the client's scanning and association process. When a client scans for networks, it sends Probe Requests on both bands. The AP responds with Probe Responses. Band steering works by manipulating these responses:

1.

Probe Response Suppression: The AP delays or suppresses Probe Responses on the 2.4 GHz band for clients that are known to support 5 GHz (dual-band clients). The client, after not receiving a response on 2.4 GHz, may try 5 GHz and receive a prompt response. This encourages the client to associate on 5 GHz.

2.

Association Rejection: If a dual-band client attempts to associate on 2.4 GHz, the AP may reject the association request (send an Association Response with a failure status) or ignore it, forcing the client to try 5 GHz. Some implementations use a "blacklist" where the client's MAC is temporarily blocked on 2.4 GHz after a failed attempt.

3.

Beacon Manipulation: Some APs can adjust beacon intervals or RSSI thresholds to make the 2.4 GHz signal appear weaker to dual-band clients, steering them to 5 GHz.

Key Timers and Defaults

Band Steering Blacklist Timeout: Typically 60–120 seconds. After a client is blocked from 2.4 GHz, it cannot associate on that band for this duration. This prevents the client from repeatedly trying 2.4 GHz.

Probe Response Delay: Some vendors add a random delay (e.g., 10–100 ms) to 2.4 GHz Probe Responses for dual-band clients.

RSSI Threshold: The AP may only steer clients with a strong 5 GHz signal (e.g., RSSI > -70 dBm) to avoid clients that are too far from the AP.

Configuration and Verification Commands

On Cisco AireOS WLCs, band steering is configured under the WLAN advanced settings:

config wlan band-select allow <wlan-id>
config wlan band-select cycle-threshold <wlan-id> <seconds>
config wlan band-select expire <wlan-id> <seconds>

cycle-threshold sets the time between Probe Response suppressions (default 20 seconds).

expire sets the blacklist timeout (default 60 seconds).

On Cisco IOS XE (Catalyst 9800), use:

wlan <profile-name>
 band-select
 client load balancing

Verification:

show wlan <wlan-id> band-select
show ap client summary | include <client-mac>

On standalone APs (e.g., Ubiquiti UniFi), band steering is a toggle with options like "Prefer 5G" or "Band Steering: Active".

Interaction with Related Technologies

Load Balancing: Band steering works with client load balancing (distributing clients across APs). Both aim to optimize usage.

Fast Roaming (802.11r/k/v): Band steering decisions must be consistent during roaming. If a client roams to a new AP, that AP should also steer it to the same band to avoid ping-pong.

WPA3/OWE: Band steering is independent of security but can affect transition times if the client must re-authenticate on the new band.

DFS Channels: 5 GHz channels subject to DFS (radar detection) may be temporarily unavailable. Band steering should avoid steering clients to DFS channels that are not yet available.

Common Pitfalls

Sticky Clients: Some clients ignore band steering and persist on 2.4 GHz. This is common with older or poorly implemented clients.

Over-steering: Aggressive band steering can cause clients with weak 5 GHz signals to lose connectivity. Always use RSSI thresholds.

Incompatibility: Some IoT devices only support 2.4 GHz and will be blocked if band steering is too aggressive (they may be misidentified as dual-band). Use client whitelists or per-client policies.

Exam-Relevant Values

Non-overlapping channels in 2.4 GHz: 1, 6, 11 (US).

Channel widths: 20, 40, 80, 160 MHz.

Band steering default blacklist timeout: 60 seconds.

Probe response delay: typically 10-100 ms.

RSSI threshold for steering: often -70 dBm.

Band steering is enabled per WLAN/SSID.

Troubleshooting

Use show ap client summary to see which band a client is on.

Use packet capture to see Probe Requests/Responses. A dual-band client sending probes on both bands but only getting responses on 5 GHz indicates band steering is active.

Check client logs: some clients log "Association rejected" on 2.4 GHz.

Temporarily disable band steering to allow clients to connect on 2.4 GHz if they have range issues.

Walk-Through

1

Client scans for networks

A dual-band client (e.g., a smartphone) sends Probe Requests on both 2.4 GHz and 5 GHz bands. Each Probe Request includes the client's supported rates and capabilities, including whether it supports 5 GHz. The client typically alternates between bands, sending probes on one band, then the other, with a short delay (e.g., 50-100 ms) between scans. The access point (AP) receives these probes on both radios. The AP's band steering logic identifies the client as dual-band by checking the supported channels in the Probe Request's HT/VHT Capabilities IE (Information Element). If the client indicates support for 5 GHz, the AP marks it as a candidate for steering.

2

AP suppresses Probe Response on 2.4 GHz

The AP's band steering algorithm decides to suppress (delay or omit) the Probe Response on the 2.4 GHz band for this dual-band client. The suppression is not permanent; it lasts for a configurable cycle threshold (default 20 seconds on Cisco). During this time, the AP does not respond to the client's Probe Requests on 2.4 GHz. The client, after sending multiple probes on 2.4 GHz without receiving a response, may conclude that the 2.4 GHz network is unavailable or has weak signal. This encourages the client to try the 5 GHz band, where the AP responds normally. The suppression is applied selectively based on the client's MAC address and the band steering policy.

3

Client associates on 5 GHz

The client sends an Association Request on the 5 GHz band. The AP receives it and processes it normally, sending an Association Response with a success status. The client is now connected on 5 GHz. The AP may also set a blacklist timer for this client on the 2.4 GHz band, preventing it from associating on 2.4 GHz for a period (default 60 seconds). This ensures the client does not immediately roam back to 2.4 GHz. The association includes the 802.11 authentication (open or shared key) and then the association itself. The client's IP address is obtained via DHCP, and traffic flows over the 5 GHz link.

4

Client attempts to roam to 2.4 GHz

If the client moves farther from the AP and the 5 GHz signal weakens, it may attempt to roam to the 2.4 GHz band (same SSID). The client sends a Probe Request on 2.4 GHz, and the AP's band steering logic checks if the client is currently associated on 5 GHz. If the client's RSSI on 5 GHz is still above a threshold (e.g., -70 dBm), the AP may continue to suppress responses on 2.4 GHz, forcing the client to stay on 5 GHz. If the 5 GHz signal drops below the threshold, the AP may allow the client to associate on 2.4 GHz to maintain connectivity. This threshold prevents clients from switching bands prematurely and causing oscillation.

5

Band steering blacklist expires

After the blacklist timeout (default 60 seconds) has elapsed, the client is allowed to associate on 2.4 GHz if needed. This timer is reset each time the client attempts to associate on 2.4 GHz while blacklisted. The blacklist is per-client and per-AP. If the client is still associated on 5 GHz when the timer expires, the blacklist is not used. The purpose of the blacklist is to prevent the client from repeatedly trying 2.4 GHz after being steered away. If the client disconnects from 5 GHz and the blacklist has expired, it can associate on 2.4 GHz normally.

What This Looks Like on the Job

Enterprise Deployment Scenario 1: High-Density Office with Dual-Band APs

A financial firm deploys 200 dual-band APs (2.4/5 GHz) across a 10-story building. Each floor has 50-100 employees with laptops and smartphones. The 2.4 GHz band is heavily congested due to neighboring offices and Bluetooth devices. Band steering is configured to prefer 5 GHz for all clients that support it. The network team sets an RSSI threshold of -72 dBm for steering to avoid clients at the edge of coverage. They also enable load balancing across APs. During a typical workday, 80% of clients connect on 5 GHz, reducing channel utilization on 2.4 GHz by 40%. 2.4 GHz is reserved for legacy devices (barcode scanners, older printers) that only support 2.4 GHz. The team monitors client distribution using a wireless controller dashboard. A common issue is that some users' personal smartphones (e.g., older models) ignore band steering and stay on 2.4 GHz, causing poor performance. The team mitigates this by creating a separate SSID for 2.4 GHz-only devices and applying band steering only to the primary SSID.

Scenario 2: University Campus with Mixed Client Types

A university uses 802.11ac wave 2 APs with 80 MHz channels on 5 GHz and 20 MHz on 2.4 GHz. Band steering is enabled but with a per-client exception list for IoT sensors (temperature, door locks) that are 2.4 GHz only. The network team configures band steering with a blacklist timeout of 90 seconds to give clients more time to switch. During peak hours (lecture changes), thousands of clients roam simultaneously. Band steering must work with fast roaming (802.11r) to ensure seamless transitions. A misconfiguration causes some clients to be steered to DFS channels that are not yet available (radar detection), resulting in connection failures. The team adjusts the channel plan to avoid DFS channels for the primary SSID. They also discover that some laptop drivers do not handle probe response suppression well, causing them to disconnect and reconnect repeatedly. The solution is to disable band steering for those specific device types using MAC OUI-based policies.

Scenario 3: Retail Store with Guest Wi-Fi

A large retail chain provides free guest Wi-Fi. The network uses dual-band APs with band steering to push most guest traffic to 5 GHz, leaving 2.4 GHz for point-of-sale (POS) systems and inventory scanners that require 2.4 GHz reliability. Band steering is configured aggressively: probe response suppression on 2.4 GHz for all dual-band clients, with a short blacklist timeout of 30 seconds. However, guests with older phones (e.g., iPhone 5) that only support 2.4 GHz cannot connect because they are misidentified as dual-band (some older devices incorrectly advertise 5 GHz support). The helpdesk receives complaints. The team adds a whitelist for known 5 GHz-capable clients and disables band steering for the guest SSID. They also implement a captive portal that checks client capabilities and redirects 2.4 GHz-only clients to a separate SSID. Performance improves, but band steering is eventually disabled for the guest network because of too many compatibility issues.

How N10-009 Actually Tests This

Exam Objective Mapping

This topic falls under Domain 2.0: Network Implementation, specifically Objective 2.2: Given a scenario, implement the appropriate wireless technologies and configurations. The exam expects you to select the correct channel width, channel assignment, and band steering settings based on a scenario. You may also be tested on troubleshooting connectivity issues related to band steering.

Common Wrong Answers and Why Candidates Choose Them

1.

"Band steering forces all clients to 5 GHz." — Wrong. Band steering encourages but does not force; clients may ignore it. The exam tests that band steering is a "preference" mechanism.

2.

"Using channel 1, 6, and 11 in 2.4 GHz allows 40 MHz channels." — Wrong. Even with non-overlapping channels, 40 MHz in 2.4 GHz causes overlap with adjacent channels. The exam expects you to know that 40 MHz is not recommended in 2.4 GHz.

3.

"Band steering works by adjusting AP transmit power." — Wrong. Band steering manipulates probe responses and association responses, not transmit power. Transmit power control is a separate feature.

4.

"All 5 GHz channels are non-overlapping." — Partially true but misleading. While 20 MHz channels are non-overlapping if spaced properly, DFS channels may be unavailable. The exam may ask about DFS restrictions.

Specific Numbers and Terms to Memorize

Non-overlapping 2.4 GHz channels (US): 1, 6, 11.

Channel widths: 20, 40, 80, 160 MHz.

Band steering blacklist timeout: default 60 seconds (Cisco).

Probe response suppression cycle: default 20 seconds.

RSSI threshold for steering: often -70 dBm.

Band steering is configured per SSID (WLAN).

802.11n introduced 40 MHz channel bonding.

802.11ac introduced 80 and 160 MHz bonding.

Edge Cases and Exceptions

DFS channels: 5 GHz channels 52-144 are DFS channels. APs must detect radar and vacate the channel within 10 seconds. Band steering should avoid steering clients to DFS channels that are not yet available (channel availability check time is 60 seconds). The exam may present a scenario where clients cannot connect on 5 GHz due to DFS.

Client incompatibility: Some clients (e.g., IoT devices) may be incorrectly identified as dual-band. Band steering can block them from 2.4 GHz, causing loss of connectivity. The exam may test that you should disable band steering or create a separate SSID for such devices.

Roaming with band steering: When a client roams between APs, the new AP may have different band steering settings. If the client was on 5 GHz and roams to an AP that suppresses 5 GHz responses, the client may switch to 2.4 GHz. Consistent configuration across APs is necessary.

How to Eliminate Wrong Answers

If a question asks about channel selection in 2.4 GHz, eliminate any answer that uses channels outside 1, 6, 11 (US) or suggests 40 MHz width.

For band steering questions, eliminate answers that mention "force" or "always" — band steering is a preference.

If a client cannot connect on 5 GHz, consider DFS or band steering misconfiguration before assuming hardware failure.

Look for keywords: "prefer", "encourage", "dual-band", "probe response".

Key Takeaways

Non-overlapping 2.4 GHz channels (US): 1, 6, 11.

Channel bonding: 40 MHz in 2.4 GHz is discouraged; 80 and 160 MHz are for 5 GHz only.

Band steering encourages dual-band clients to use 5 GHz by suppressing 2.4 GHz probe responses.

Default band steering blacklist timeout is 60 seconds (Cisco).

Band steering is configured per SSID, not per client.

DFS channels (52-144) require radar detection; clients may not connect during the 60-second channel availability check.

Band steering does not work with clients that do not support 5 GHz.

RSSI thresholds (e.g., -70 dBm) prevent steering clients with weak 5 GHz signals.

802.11n introduced 40 MHz channels; 802.11ac introduced 80 and 160 MHz.

Use 'show wlan band-select' (Cisco) or equivalent to verify band steering configuration.

Easy to Mix Up

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

2.4 GHz Band

3 non-overlapping channels (1, 6, 11 in US)

Longer range and better wall penetration

More interference from Bluetooth, microwaves, etc.

Maximum channel width of 40 MHz (not recommended)

Lower maximum throughput (up to 600 Mbps with 802.11n)

5 GHz Band

23 non-overlapping 20 MHz channels (US, excluding DFS)

Shorter range, less wall penetration

Less interference, more available channels

Supports up to 160 MHz channel width

Higher maximum throughput (up to 6.9 Gbps with 802.11ac wave 2)

Band Steering

Steers clients between 2.4 GHz and 5 GHz bands

Works on a single AP (dual-band)

Uses probe response suppression and association rejection

Goal: utilize 5 GHz capacity

Configured per SSID (WLAN)

Client Load Balancing

Distributes clients across multiple APs on the same band

Works across APs (requires controller or coordinated APs)

Uses RSSI thresholds and client count monitoring

Goal: prevent AP overload

Configured globally or per AP group

Watch Out for These

Mistake

Band steering forces all clients to use the 5 GHz band.

Correct

Band steering only encourages clients to use 5 GHz. It cannot force a client; if the client ignores the steering, it can still associate on 2.4 GHz. Some clients may not support band steering and will remain on 2.4 GHz.

Mistake

In 2.4 GHz, you can use 40 MHz channels without interference.

Correct

40 MHz channels in 2.4 GHz always overlap with adjacent channels because the band is only 83.5 MHz wide. Even using channels 1+5 (40 MHz) overlaps with channel 6. The 802.11 standard discourages 40 MHz in 2.4 GHz due to interference.

Mistake

All 5 GHz channels are available for Wi-Fi at all times.

Correct

Some 5 GHz channels are subject to DFS (Dynamic Frequency Selection). APs must monitor for radar and vacate the channel if radar is detected. During the Channel Availability Check (60 seconds), clients cannot connect on that channel.

Mistake

Band steering and load balancing are the same thing.

Correct

Band steering distributes clients between frequency bands (2.4 vs 5 GHz) on the same AP. Load balancing distributes clients across different APs (same band). They are complementary but distinct features.

Mistake

Using wider channels (80 MHz) always improves performance.

Correct

Wider channels increase throughput but also increase interference and reduce the number of available channels. In dense deployments, wider channels can degrade performance due to co-channel interference. The best channel width depends on the environment.

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 are the non-overlapping channels in 2.4 GHz for the CompTIA Network+ exam?

In the US, the non-overlapping channels are 1, 6, and 11. These channels are spaced 25 MHz apart (center frequencies 2412, 2437, and 2462 MHz) and do not overlap because each channel is 22 MHz wide. In other regions, channels 1, 6, 11, and sometimes 13 (Europe) are used. The exam expects you to know that using these three channels minimizes co-channel interference.

How does band steering work on a Cisco WLC?

On a Cisco WLC, band steering is enabled per WLAN using the 'config wlan band-select allow <wlan-id>' command. It works by suppressing Probe Responses on 2.4 GHz for dual-band clients. The 'cycle-threshold' sets how often the suppression cycles (default 20 seconds), and 'expire' sets the blacklist timeout (default 60 seconds). The client sees no response on 2.4 GHz and associates on 5 GHz.

Can band steering cause clients to lose connectivity?

Yes, if the client has a weak 5 GHz signal, band steering may force it to stay on 5 GHz, causing poor performance or disconnections. Also, if the client is incorrectly identified as dual-band (e.g., some IoT devices), it may be blocked from 2.4 GHz and unable to connect. Using an RSSI threshold (e.g., -70 dBm) can prevent this.

What is the difference between 20 MHz, 40 MHz, 80 MHz, and 160 MHz channels?

These are channel widths. 20 MHz is the base width for 802.11a/g/n/ac. 40 MHz bonds two 20 MHz channels (802.11n). 80 MHz bonds four (802.11ac). 160 MHz bonds eight (802.11ac wave 2). Wider channels offer higher throughput but are more susceptible to interference and reduce the number of available channels. The exam expects you to know the maximum widths supported by each standard.

What are DFS channels and why are they important for the exam?

DFS (Dynamic Frequency Selection) channels are 5 GHz channels (52-144) that are shared with radar systems. Wi-Fi APs must detect radar and vacate the channel within 10 seconds. The AP also performs a 60-second Channel Availability Check before using a DFS channel. The exam may test that DFS channels can cause delays or disconnections if radar is detected.

How do I troubleshoot a client that won't connect to 5 GHz?

First, verify the client supports 5 GHz. Check if band steering is enabled and if the client is being blocked on 2.4 GHz (temporarily disable band steering). Check for DFS channel unavailability. Ensure the SSID is broadcast on both bands. Use packet capture to see if Probe Responses are sent on 5 GHz. Also check client drivers for compatibility.

What is the default band steering blacklist timeout on Cisco equipment?

The default blacklist timeout is 60 seconds. This is the time a client is blocked from associating on 2.4 GHz after being steered to 5 GHz. The timer can be configured with the 'config wlan band-select expire <wlan-id> <seconds>' command.

Terms Worth Knowing

Ready to put this to the test?

You've just covered Wireless Channels and Band Steering — now see how well it sticks with free N10-009 practice questions. Full explanations included, no account needed.

Done with this chapter?