technologybriefs
9:09in productionCh. 1 · What it is/ 9:09 · ceiling 15 min
Systems · Hardware

IEEE 802.11

802.11 doesn’t deliver speed—it delivers a contract for sharing air, written in CSMA/CA and enforced by band splits.

IEEE 802.11 is the foundational WLAN standard family. It defines MAC and PHY protocols for wireless local area networking. It uses CSMA/CA for channel access. It supports multiple bands and modulation schemes. It enables interoperability with Ethernet and IP. It was first released in 1997. Amendments extend functionality without replacing the base.

Chapters & takeaways4
  1. 0:55
    What it is

    It is not Wi-Fi—it is the specification that makes Wi-Fi possible.

  2. 2:28
    How it arbitrates air

    CSMA/CA forces listening before every frame—not just at connection time.

  3. 3:45
    Where it splits spectrum

    Band choice is architectural: 2.4 GHz for reach, 5 GHz for channels, 6 GHz for both.

  4. 5:36
    How it evolves

    The 1997 base version set the pattern: amend, don’t replace.

Worth your time?

Yes. Study the whole thing.

4.5/ 5
What works
  • CSMA/CA as a shared-channel arbitration mechanism
  • interworking with Ethernet and IP at the stack level
  • 5-GHz U-NII band offering at least 23 non-overlapping 20 MHz channels
What does not
  • guarantee throughput
  • specify hardware implementation
  • solve hidden-node problems beyond CSMA/CA’s limits
Study it if
  • network architects
  • wireless firmware developers
  • enterprise IT deployers
Skip it if
  • end users expecting guaranteed speeds
  • regulators seeking interference mandates
  • security analysts looking for built-in encryption
The written brief1 min read

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.

Same field · Systems4 of 61
Up next in Technology

IEEE 802.1Q

IEEE · 10:40

VLANs exist only because 802.1Q forces every switch to lie about where a frame came from.

10:40