Wireless & Mobile Networks
Explore wireless communication standards. Compare Wi-Fi 5, 6, and 7, analyze 2.4 GHz vs. 5 GHz vs. 6 GHz bands, review cellular networks (1G to 5G), and WPA security.
The Rise of Wireless Networking
Wireless and Mobile Networks have transformed how society interacts with technology, enabling untethered access to the global Internet. Operating primarily at the Physical and Data Link layers (Layers 1 and 2) of the OSI model, wireless communication replaces physical copper or fiber optic cables with electromagnetic radio waves or infrared light to transmit data packets between devices.
As smart devices, IoT systems, and mobile lifestyles proliferate, wireless technology must continuously evolve to handle massive device density, reduce latency, and provide gigabit-scale data transfer speeds.
Wi-Fi Standards Comparison Table (802.11)
Wi-Fi is governed by the **IEEE 802.11** standards committee. Over the years, standards have evolved to incorporate advanced signal processing techniques. The Wi-Fi Alliance introduced consumer-friendly names (Wi-Fi 4, 5, 6, 7) to make standards easier to understand:
| Generation | IEEE Standard | Max Theoretical Speed | Frequency Bands | Key Technological Advancements |
|---|---|---|---|---|
| Wi-Fi 4 | 802.11n (2009) | 600 Mbps | 2.4 GHz, 5 GHz | Introduced MIMO (Multiple Input, Multiple Output) antennas and channel bonding. |
| Wi-Fi 5 | 802.11ac (2013) | 6.9 Gbps | 5 GHz only | Introduced MU-MIMO (Multi-User MIMO), wider 80 MHz and 160 MHz channels. |
| Wi-Fi 6 | 802.11ax (2019) | 9.6 Gbps | 2.4 GHz, 5 GHz | Introduced OFDMA (orthogonal frequency-division multiple access) to improve efficiency in congested areas. |
| Wi-Fi 6E | 802.11ax (2021) | 9.6 Gbps | 2.4 GHz, 5 GHz, **6 GHz** | Expanded Wi-Fi 6 technology into the newly opened, uncongested 6 GHz frequency band. |
| Wi-Fi 7 | 802.11be (2024) | 46 Gbps | 2.4 GHz, 5 GHz, 6 GHz | Introduced Multi-Link Operation (MLO) allowing devices to send/receive data across multiple bands simultaneously. |
Wireless Frequency Bands Compared
Modern routers broadcast Wi-Fi signals across three distinct frequency bands. Understanding their trade-offs is essential for network design:
- 2.4 GHz Band: Uses longer radio waves.
*Pros:* Longest range and excellent ability to penetrate solid walls and obstacles.
*Cons:* Slower data speeds (max ~450โ600 Mbps) and highly congested because baby monitors, Bluetooth, and microwaves share this frequency. - 5 GHz Band: Uses shorter radio waves.
*Pros:* Significantly faster data speeds (up to several Gbps) and less congestion due to more non-overlapping channels.
*Cons:* Shorter range than 2.4 GHz and struggles to penetrate solid brick walls or concrete floors. - 6 GHz Band: The newest frequency band (supported by Wi-Fi 6E and Wi-Fi 7).
*Pros:* Massive channel capacity, zero legacy device interference, and lowest latency.
*Cons:* Shortest physical range and easily blocked by walls or physical barriers.
Evolution of Mobile Cellular Generations
While Wi-Fi handles local wireless networking, mobile cellular networks connect devices across vast distances using carrier towers:
- 1G (1980s) โ Analog voice calls only. No data capabilities.
- 2G (1990s) โ Shifted to digital voice signals. Introduced basic SMS text messaging and slow data services (GPRS).
- 3G (2000s) โ Enabled mobile web browsing, email access, and early GPS services. Speeds reached a few Mbps.
- 4G LTE (2010s) โ Designed specifically for IP data. Enabled high-definition video streaming, mobile gaming, and app-based economies. Speeds reached up to 100+ Mbps.
- 5G (2020s) โ Utilizes millimeter-wave frequencies to support gigabit speeds, ultra-low latency (under 5ms), and massive device density (supporting IoT smart cities and autonomous vehicles).
- 6G (Theoretical / 2030s) โ In early development. Aims to use terahertz frequencies to provide microsecond latency and integration with satellite constellations for global coverage.
Wi-Fi Security Protocols: WEP to WPA3
Because radio waves travel through walls, wireless networks must encrypt traffic to prevent unauthorized interception (eavesdropping):
- WEP (Wired Equivalent Privacy): The original 1997 security standard. It used static encryption keys that were easily intercepted. WEP is highly insecure and can be cracked in seconds using free tools. **Never use WEP.**
- WPA (Wi-Fi Protected Access): A temporary standard introduced to replace WEP. It added TKIP (Temporal Key Integrity Protocol) which dynamically changed keys, but still contained security flaws.
- WPA2: Standardized in 2004, WPA2 uses strong **AES (Advanced Encryption Standard)** encryption. It has been the industry standard for two decades. However, it is vulnerable to offline brute-force attacks via the KRACK exploit if not patched.
- WPA3: Introduced in 2018, WPA3 is the modern security standard. It replaces WPA2's vulnerable handshake with a secure handshake protocol called SAE (Simultaneous Authentication of Equals). WPA3 protects against simple dictionary password guessing, mandates stronger 128-bit encryption, and encrypts public Wi-Fi connections individually.
Frequently Asked Questions (FAQ)
โ What is the difference between Wi-Fi and Cellular data?
Wi-Fi is a local wireless technology (typically covering up to 100 meters) where your device connects to a local Access Point connected to a local wired ISP. Cellular data (4G/5G) is a wide-area technology where your device connects directly to carrier towers, allowing internet access across entire countries.
โ What is Multi-Link Operation (MLO) in Wi-Fi 7?
In older Wi-Fi generations, a device could only connect to a router on a single band at a time (either 2.4 GHz or 5 GHz). If you moved too far, the router had to disconnect and hand off to the other band, causing latency spikes. Wi-Fi 7's **MLO** allows a device to connect on 2.4 GHz, 5 GHz, and 6 GHz simultaneously, aggregating their speeds and allowing instant failover to prevent dropped packets.
โ How does a Wi-Fi router handle multiple devices at once?
Modern routers use **MU-MIMO (Multi-User Multiple Input, Multiple Output)** and **OFDMA**. MU-MIMO allows the router to communicate with multiple devices simultaneously using separate antennas (spatial streams), rather than taking turns. OFDMA splits a single frequency channel into smaller sub-channels, allowing the router to package data for multiple devices into a single transmission.
โ Why should I hide my Wi-Fi network's SSID?
Hiding your SSID (Service Set Identifierโyour Wi-Fi name) prevents it from showing up in the automatic scan lists of nearby devices. However, this is not a strong security control. Anyone using a simple network scanner can still see your hidden SSID when your devices connect to it. True security relies entirely on using strong WPA3 encryption and a complex passphrase.
What's Next?
Advance your network technology studies:
- Learn how WAN and satellite constellations extend cellular reach in WAN & Cloud Networking.
- Explore how network security principles protect wireless channels in Network Security.
- Learn how HTTP requests are structured over Wi-Fi in HTTP & HTTPS.
- Study the physical networking components in Topologies & Hardware.