Simple explanation
This lesson covers the specific standards, frequencies, and configuration concepts behind deploying wireless networking.
Technical explanation
- 802.11 standards — the Wi-Fi family, with each generation (802.11n/ac/ax, marketed as Wi-Fi 4/5/6) improving speed and efficiency.
- Frequency bands: 2.4GHz (longer range, more interference from other devices, fewer non-overlapping channels — only 3 in most regions) vs. 5GHz (shorter range, less interference, many more non-overlapping channels, generally preferred where range allows).
- Channel width and non-overlapping channels — wider channels increase throughput but reduce the number of non-interfering channels available in a dense deployment.
- SSID — the network name broadcast (or hidden) by an access point.
- Encryption standards: WEP (broken, never use), WPA/WPA2 (WPA2 with AES is the long-standing standard), WPA3 (current standard, stronger protections including against offline dictionary attacks).
- Site surveys — physically assessing a location before deployment to plan AP placement and channel assignment, accounting for building materials, interference sources, and required coverage.
- Antenna types: omnidirectional (broadcasts equally in all directions, good for general coverage) vs. directional (focuses signal in one direction, good for point-to-point links or covering a specific area like a long hallway).
- Roaming — a client seamlessly moving between APs without dropping connectivity, managed well by a wireless LAN controller coordinating multiple APs.
Synonyms / related terms
| Term | Means | |---|---| | SSID | Service Set Identifier | | WPA3 | Wi-Fi Protected Access 3, the current encryption standard | | Site survey | Pre-deployment wireless coverage/interference assessment |
Concept Check
"A warehouse deploying Wi-Fi for handheld scanners in a long, narrow aisle wants to maximize coverage specifically down that aisle, not in all directions." An omnidirectional antenna would waste signal strength broadcasting into empty space to the sides — a directional antenna, focused down the aisle's length, is the better fit for this specific coverage shape.
Interview-style Q&A
Q: Why would you still deploy 2.4GHz alongside 5GHz rather than using 5GHz exclusively? A: "2.4GHz's longer range and better wall penetration still matters for coverage in larger or more obstructed spaces, and some older IoT devices only support 2.4GHz at all. Most modern deployments run both bands simultaneously, letting capable devices prefer 5GHz for speed while still supporting devices that need 2.4GHz's range or are simply incapable of the higher band."
Memory trick
"2.4 goes Far, 5 goes Fast" — the core trade-off between the two main Wi-Fi frequency bands, in four words.