Wireless Notes
Learn WiFi technology with IEEE 802.11 standards, WiFi 6 WiFi 7 features, OFDMA MU-MIMO, frequency bands 2.4 5 6 GHz, security WPA3, and applications for engineering students.
Introduction: The Most Ubiquitous Wireless Technology
WiFi is the most widely used wireless networking technology in the world. It connects billions of devices to the internet in homes, offices, airports, cafes, and public spaces. Based on the IEEE 802.11 family of standards, WiFi operates in unlicensed spectrum bands (2.4 GHz, 5 GHz, and now 6 GHz), meaning anyone can deploy it without spectrum licenses or recurring fees.
What makes WiFi remarkable is its continuous evolution. From the 11 Mbps of the original 802.11b in 1999 to WiFi 7's 46 Gbps theoretical peak in 2024, the technology has improved speed by over 4,000× in 25 years while maintaining backward compatibility. Each generation addresses the growing demands of modern applications — video streaming, cloud gaming, AR/VR, smart homes with dozens of connected devices, and enterprise deployments serving thousands of users.
⚙️ How WiFi Works: The Basics
WiFi is a wireless LAN technology that replaces Ethernet cables with radio waves. The fundamental components are:
Access Point (AP): The central device (usually your router) that connects to the internet via cable/fiber and creates a wireless network. It broadcasts beacon frames announcing the network's SSID (name) and capabilities.
Stations (STA): Client devices — phones, laptops, IoT devices — that associate with an AP and communicate through it.
CSMA/CA (Carrier Sense Multiple Access / Collision Avoidance): WiFi's traditional access method. Before transmitting, a device listens to check if the channel is clear. If it is busy, the device waits a random backoff period. This prevents collisions but becomes inefficient when many devices compete for airtime.
WiFi 6 introduced OFDMA: Instead of one device transmitting at a time, the AP divides the channel into Resource Units (RUs) and assigns different RUs to different devices simultaneously — similar to how cellular networks schedule users. This dramatically improves efficiency in dense environments (classrooms, stadiums, apartment buildings).
📡 Frequency Bands Explained
| Band | Available Channels | Range (Indoor) | Wall Penetration | Congestion | Speed Potential |
|---|---|---|---|---|---|
| 2.4 GHz | 3 non-overlapping (1, 6, 11) | 50+ meters | Excellent | Very High (crowded) | Moderate |
| 5 GHz | 25 non-overlapping | 30 meters | Moderate | Medium | High |
| 6 GHz | 59 channels (7× more than 5 GHz!) | 20-25 meters | Lower | Minimal (new, uncrowded) | Highest |
The 6 GHz advantage: WiFi 6E/7 access to the 6 GHz band (5.925-7.125 GHz) provides 1200 MHz of new spectrum — more than the 2.4 GHz and 5 GHz bands combined. This means seven additional 160 MHz channels or three 320 MHz channels with zero interference from legacy devices (only WiFi 6E/7 devices can use 6 GHz).
Channel width impact on speed:
- 20 MHz: Baseline speed
- 40 MHz: ~2× speed (WiFi 4+)
- 80 MHz: ~4× speed (WiFi 5+)
- 160 MHz: ~8× speed (WiFi 5/6)
- 320 MHz: ~16× speed (WiFi 7 only)
Wider channels mean higher throughput but fewer non-overlapping channels available.
🚀 WiFi 6 (802.11ax) Key Technologies
WiFi 6 was designed specifically for dense environments — places with many devices competing for airtime:
OFDMA (Orthogonal Frequency Division Multiple Access): Borrowed from cellular (4G LTE). Divides a channel into smaller Resource Units that can be assigned to different users simultaneously. Instead of one device monopolizing the channel for its entire transmission, multiple devices transmit in parallel on different frequency sub-bands. Result: 4× improvement in average throughput in dense scenarios.
1024-QAM: Each symbol carries 10 bits (vs. 256-QAM's 8 bits) — a 25% throughput increase for devices with strong signal-to-noise ratio (typically close to the AP).
BSS Coloring: In apartment buildings, neighboring WiFi networks overlap and trigger false carrier sense detections. BSS Coloring tags each network with a "color" (6-bit identifier). Devices can now distinguish between same-network frames (must wait) and different-network frames (can transmit over them, if interference is low). Result: significantly better performance in dense residential deployments.
Target Wake Time (TWT): Allows IoT devices to negotiate specific times to wake up and communicate with the AP. Between scheduled intervals, devices deep-sleep. Result: dramatic battery life improvement for WiFi-connected IoT sensors.
🔥 WiFi 7 (802.11be) Next-Generation Features
| Feature | What It Does | Impact |
|---|---|---|
| 4096-QAM | 12 bits per symbol (vs. 10 in WiFi 6) | 20% speed increase in good conditions |
| 320 MHz channels | Double the maximum bandwidth | Up to 2× throughput per user |
| Multi-Link Operation (MLO) | Device uses 2.4 + 5 + 6 GHz simultaneously | Higher aggregate throughput, lower latency, better reliability |
| 16×16 MIMO | 16 spatial streams | Massive capacity for enterprise |
| Preamble Puncturing | Use portions of channels around interference | Better spectrum utilization |
| Target latency: | < 5 ms end-to-end | Enables AR/VR, cloud gaming |
MLO is the game-changer: Previously, a WiFi device connected on one band at a time. With MLO, a device maintains simultaneous links on 2.4 GHz + 5 GHz + 6 GHz. Traffic is dynamically distributed across links for maximum throughput, or duplicated across links for maximum reliability. If one link experiences interference, others continue unaffected.
🔒 WiFi Security Evolution
| Protocol | Year | Encryption | Status |
|---|---|---|---|
| WEP | 1999 | RC4 (broken) | Crackable in minutes — never use |
| WPA | 2003 | TKIP | Deprecated — vulnerabilities found |
| WPA2 | 2004 | AES-CCMP | Good — still widely used, but PSK mode vulnerable to offline attacks |
| WPA3 | 2018 | AES-GCMP-256, SAE handshake | Excellent — immune to offline dictionary attacks |
WPA3-Personal uses Simultaneous Authentication of Equals (SAE), making offline password cracking impossible. WPA3-Enterprise with 192-bit security mode provides military-grade protection for sensitive environments.
📝 Summary
WiFi remains the dominant wireless LAN technology, continuously evolving to meet growing demands. WiFi 6 addressed dense environments with OFDMA and BSS Coloring. WiFi 6E opened the 6 GHz band for interference-free high-speed connections. WiFi 7 introduces Multi-Link Operation, 320 MHz channels, and 4096-QAM for near-wired performance wirelessly. For engineers, understanding WiFi means knowing the PHY layer (OFDM, MIMO, QAM), MAC layer (CSMA/CA, OFDMA scheduling), and security (WPA3 evolution) — these principles directly parallel cellular network concepts and provide a complete picture of modern wireless systems.
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for WiFi Technology IEEE 802.11 Complete Guide.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Wireless Communications topic.
Search Terms
wireless-communications, wireless communications, wireless, communications, network, technologies, wifi, wifi technology ieee 802.11 complete guide
Related Wireless Communications Topics