Wi-Fi and Wireless LANs
Wi-Fi, the IEEE 802.11 family of wireless LAN standards, lets devices connect to a network over radio through access points, using a collision-avoidance medium access protocol designed for the unpredictable wireless channel.
Definition
A wireless LAN is a local-area network in which devices communicate over radio rather than wires, and Wi-Fi is the set of IEEE 802.11 standards that define its physical and medium-access-control layers, typically organized around access points that bridge wireless stations to a wired network.
Scope
This topic covers wireless local-area networking under IEEE 802.11: the architecture of access points, stations, and basic service sets; the association process by which a device joins a network; the CSMA/CA medium access protocol with random backoff, acknowledgments, and the optional RTS/CTS handshake to handle hidden terminals; the 802.11 frame format; and the evolution of the standard's speeds and bands. It also touches on wireless security at a high level. It excludes cellular networks and detailed radio engineering.
Core questions
- How is an 802.11 wireless LAN structured around access points and stations?
- How does a device discover and associate with a Wi-Fi network?
- How does CSMA/CA coordinate channel access and avoid collisions?
- How do acknowledgments and the RTS/CTS handshake address wireless errors and hidden terminals?
- How have 802.11 speeds, bands, and features evolved across standard generations?
Key concepts
- IEEE 802.11 (Wi-Fi)
- access points and stations
- basic service set (BSS)
- beacons, scanning, and association
- CSMA/CA
- random backoff
- link-layer acknowledgments
- RTS/CTS handshake
- 802.11 frame format
- wireless security (WPA)
Key theories
- Infrastructure architecture and association
- Most Wi-Fi networks are infrastructure-mode: stations associate with an access point that relays their traffic to and from a wired network, after discovering it via beacon frames and authenticating and associating to join its basic service set.
- CSMA/CA medium access
- 802.11 uses carrier-sense multiple access with collision avoidance: stations sense the channel, wait random backoff intervals, and rely on link-layer acknowledgments, since collisions cannot be reliably detected while transmitting on a wireless link.
- RTS/CTS for hidden terminals
- An optional request-to-send / clear-to-send exchange reserves the channel before a data frame, so stations hidden from the sender but in range of the receiver learn to defer, mitigating the hidden-terminal problem.
Clinical relevance
Wi-Fi is the dominant way devices connect to local networks and the Internet indoors, serving homes, offices, schools, and public hotspots. Understanding its access mechanism, association process, and band and channel structure is essential for diagnosing slow or unreliable wireless, planning access-point placement and channel assignment, and securing wireless networks against unauthorized access and eavesdropping.
History
The first IEEE 802.11 standard appeared in 1997, followed by widely adopted generations (802.11b, a, g, n, ac, ax) that raised speeds and added bands and techniques such as multiple antennas. The Wi-Fi Alliance certified interoperability and popularized the Wi-Fi brand, and wireless security evolved from the broken WEP to WPA and WPA2/WPA3, making Wi-Fi the default local wireless technology worldwide.
Key figures
- Andrew S. Tanenbaum
- James F. Kurose
- Keith W. Ross
Related topics
Seminal works
- kurose2021
- ieee80211-2020
Frequently asked questions
- Is Wi-Fi the same as the Internet?
- No. Wi-Fi is a wireless link technology that connects your device to a local network, usually through an access point. That network is then connected to the Internet by a separate wired or cellular link. You can have Wi-Fi without Internet access, and Internet access without Wi-Fi.
- Why does Wi-Fi use collision avoidance rather than detection?
- A wireless transmitter generally cannot listen for collisions while sending because its own signal is far stronger than any incoming one, and hidden terminals may collide where it cannot hear. So 802.11 avoids collisions in advance using carrier sensing, random backoff, acknowledgments, and optional RTS/CTS, rather than detecting them mid-transmission as wired Ethernet did.