What it is and the problem it solves
IEEE 802.11 is a family of WLAN standards. It solves the problem of standardising wireless access to Ethernet and IP networks. It establishes a common language for MAC and PHY layer behaviour—nothing more, nothing less.
How it works
It specifies MAC and PHY protocols for WLAN computer communication. It uses CSMA/CA: equipment listens before transmitting each frame. It supports multiple radio bands and modulation schemes across amendments. 802.11b uses DSSS; 802.11g uses OFDM. 802.11a uses the 5-GHz U-NII band. 802.11n can use the 2.4-GHz band. 802.11ac uses only the 5-GHz band.
What works
CSMA/CA works as a shared-channel arbitration mechanism. Interworking with Ethernet and IP works at the stack level. The 5-GHz U-NII band offers at least 23 non-overlapping 20 MHz channels—enabling denser deployments than 2.4 GHz alone.
What does not
It does not guarantee throughput, latency, or reliability. It does not specify hardware implementation, power consumption, or real-world coexistence with non-802.11 devices. It does not solve hidden-node problems beyond CSMA/CA’s inherent limitations.
What it changes
It changes how Ethernet extends into wireless domains. It changes spectrum allocation logic across bands. It changes what ‘interoperability’ means for IP traffic over air: not just framing, but timing, contention, and channel selection.
Is it worth your time
Yes—if you design, deploy, or troubleshoot WLANs. It defines interoperability boundaries and channel constraints that directly affect deployment decisions. Its evolution reflects trade-offs in spectrum, interference, and backward compatibility—not performance ideals.