Instiq
Chapter 4 · WAN & network virtualization·v1.0.0·Updated 7/10/2026·~15 min

What's changed: Initial version

4.2Wireless LAN and mobile

Key points

Covers the evolution of the IEEE 802.11 standards (a/b/g/n/ac/ax (Wi-Fi 6)), frequency bands and channels, SSID, encryption via WPA2/WPA3, roaming, the hidden node problem, and 5G/LTE mobile communication, building the judgment needed to design a wireless environment given interference and security requirements.

A network designer introducing wireless LAN into an office or factory cannot simply "pick the newest standard"—they must combine the standard, frequency band, channel design, and authentication method to optimize for concrete conditions such as the number of users, device density, sources of radio interference, and security requirements. This section builds the judgment needed to decide what wireless environment design is appropriate, grounded in the characteristics of wireless LAN standards and mobile communication.

4.2.1IEEE 802.11 standards and Wi-Fi 6

  • The IEEE 802.11 standards have grown faster and more efficient generation by generation: 802.11a/g (max 54 Mbps) -> 802.11n (adopts MIMO, max 600 Mbps) -> 802.11ac (5 GHz band, MU-MIMO, multi-Gbps) -> 802.11ax (Wi-Fi 6) (2.4/5 GHz bands, adopts OFDMA, dramatically improving simultaneous-connection efficiency for many devices).
  • The core advantage of Wi-Fi 6 (802.11ax) is not simply a higher peak rate but improved efficiency when many devices connect simultaneously, achieved via OFDMA (orthogonal frequency-division multiple access). By dividing a single channel into multiple resource units (RUs) and assigning them to several devices at once, it shows its true value in dense environments such as offices or stadiums packed with IoT devices and smartphones. Wi-Fi 6E extends this into the 6 GHz band, providing access to clean spectrum that avoids the congested 2.4/5 GHz bands.

4.2.2Frequency bands/channels and WPA2/WPA3

  • The 2.4 GHz band penetrates obstacles well and reaches farther, but it is prone to interference from Bluetooth, microwave ovens, and similar sources, and offers few non-overlapping channels (effectively three). The 5 GHz band has fewer interference sources and more channels available, but penetrates obstacles poorly and has a shorter range. The SSID is the network identifier; assigning the same SSID to multiple access points enables roaming (uninterrupted communication as a device moves and switches between APs).
  • WPA2 mandated AES-CCMP encryption and was the standard for years, but WPA3's biggest difference is adopting a new key-exchange method called SAE (Simultaneous Authentication of Equals), which substantially strengthens resistance to offline dictionary attacks (password brute-forcing). Even in the personal (PSK) mode, WPA3 provides forward secrecy—making past communications hard to decrypt even if the shared key later leaks—a key improvement over WPA2.
Exam point

Most-tested: "Wi-Fi 6 (802.11ax) = improves simultaneous-connection efficiency via OFDMA", "2.4 GHz = long range but more interference and fewer channels", "5 GHz = more channels but shorter range", and "WPA3 = SAE resists offline dictionary attacks and provides forward secrecy". Do not remember Wi-Fi 6 as merely "a faster standard"—improved efficiency under many simultaneous connections is its essence.

4.2.3The hidden node problem and 5G/LTE

  • The hidden node problem occurs when two devices cannot detect each other's radio signal because of their relative positions, so both transmit toward the access point at the same time, causing a collision. Wireless LAN uses CSMA/CA (collision avoidance) and senses the carrier before transmitting, but hidden nodes cannot detect each other, so the collision cannot be avoided that way. Using an RTS/CTS (request-to-send / clear-to-send) handshake lets the access point mediate and prevent the collision.
  • 5G targets three use cases—eMBB (enhanced mobile broadband), URLLC (ultra-reliable low-latency communication), and mMTC (massive machine-type communication)—and, compared to LTE (4G), handles wide-area mobile use cases such as large-scale IoT and remote control that wireless LAN cannot easily substitute for. The basic design principle is to match the technology to the area profile: 5G/LTE suits coverage across wide indoor/outdoor areas, while wireless LAN suits high throughput and low-cost operation within a confined area.

Suppose a manufacturing plant has hundreds of IoT sensors and workers' tablets connecting to wireless LAN simultaneously, in an environment full of metal fixtures and machinery, and communication stability has become a problem. For standard selection, since the core issue is efficiency under many simultaneous connections rather than raw peak speed, the design chooses Wi-Fi 6 (802.11ax), which has OFDMA. For frequency-band design, because the metal fixtures cause significant shielding and reflection, the plan uses the 2.4 GHz band (longer range) as a supplement while making the less-congested, higher-channel-count 5 GHz band the primary system, increasing AP placement density to narrow each AP's coverage—this also lowers the risk of the hidden node problem, where two distant devices cannot detect each other and collide (RTS/CTS is also enabled). On the security side, to limit the damage if IoT sensor credentials leak, the design adopts WPA3's SAE-based resistance to offline dictionary attacks and forward secrecy. The trap to avoid here is the misconception that "deploying Wi-Fi 6 raises speed, so the device-density problem is automatically solved too"—Wi-Fi 6's benefit comes from OFDMA's connection efficiency, and it only pays off as part of a holistic design that also covers AP placement, frequency-band design, and hidden-node countermeasures. It is also important to judge by area profile: for workers moving through wide outdoor areas across the plant site, the right move may be a private 5G (or LTE) network rather than adding more wireless LAN access points.

Item2.4 GHz band5 GHz band
RangeLongShort
Interference sourcesMany (Bluetooth, etc.)Few
Available channelsFew (about 3 non-overlapping)Many
Warning

Trap: "Wi-Fi 6 is just a standard with a higher peak transmission speed" is wrong—improved efficiency under many simultaneous device connections via OFDMA is the essential advance. Also wrong: "raising the access point's transmit power always solves the hidden node problem"—the cause is the devices' relative positions preventing them from detecting each other, so raising power does not fix it; RTS/CTS or rethinking AP placement are the effective countermeasures.

Wi-Fi 6, WPA3, channels, 5G.
Connecting wirelessly

4.2.4Section summary

  • Wi-Fi 6 (802.11ax) is the standard that improves simultaneous-connection efficiency for many devices via OFDMA
  • 2.4 GHz = longer range but more interference and fewer channels; 5 GHz = more channels but shorter range; WPA3 strengthens dictionary-attack resistance via SAE
  • The hidden node problem is addressed via RTS/CTS or rethinking AP placement; choose between wireless LAN and 5G/LTE based on area profile for wide-area mobility

Sign in to track progress — Log in.

Quick check

(just a quick review)

Q1. In an office where hundreds of IoT sensors and tablets connect to wireless LAN simultaneously, disconnections and delays are a problem. Which standard most improves efficiency in a situation with many simultaneously connected devices, rather than simply raising peak speed?

Q2. In a wireless LAN environment, two devices at a distance from each other cannot detect each other's signal and transmit to the access point at the same time, causing a collision. Which is the most appropriate countermeasure for this problem?

Q3. When designing wireless LAN security to minimize damage if IoT device credentials leak, what is the primary reason for migrating from WPA2 to WPA3?

Check your understandingPractice questions for Chapter 4: WAN & network virtualization

Keep track of your progress

The full study guide is free to read. Sign up free to practice with the question bank, track what you have read, review your mistakes, and highlight passages.