IEEE 802.11 a,b,g,n,ac,ax
What is it?
IEEE 802.11 a,b,g,n,ac,ax are labels for successive Wi‑Fi standards specified by the IEEE for wireless local area networks (WLANs). Each lettered version defines technical characteristics such as frequency bands (commonly 2.4 GHz and/or 5 GHz), modulation schemes (e.g., OFDM), channel widths, MIMO capabilities, and channel access mechanisms — all basic network fundamentals. For students in Audio/Video, Maker and Web disciplines these standards matter because they directly affect throughput, latency, range and network behavior: A/V streaming and real‑time audio/video (latency and packet loss), maker projects and IoT devices (compatibility, power consumption and antenna design), and web applications or WebRTC (bandwidth, connection quality and QoS). Newer generations (n → ac → ax) introduce improvements such as channel bonding, MU‑MIMO, higher modulation rates, and in ax (Wi‑Fi 6) OFDMA plus better efficiency in dense environments.
Practical example
Imagine producing a live multi‑camera A/V stream for a lecture. Using a router that supports 802.11ac or ax gives you higher throughput and lower latency compared with older b/g networks, resulting in less buffering and better audio/video sync. As a maker building a wireless security camera with a Raspberry Pi or ESP32, those modules often implement 802.11b/g/n, so you must consider range, 2.4 GHz interference and Wi‑Fi power consumption. As a web developer testing a WebRTC app, you measure how packet loss and latency on different Wi‑Fi standards affect user experience and employ adaptive bitrate or fallback to 5 GHz/wired links when necessary. In all scenarios you apply network fundamentals: channel selection to avoid congestion, appropriate security (WPA2/WPA3), and selecting hardware that matches required bandwidth and latency constraints.
Test your knowledge
Which technical feature most distinctly differentiates IEEE 802.11ax (Wi‑Fi 6) from earlier standards such as 802.11n and 802.11ac?