802.11 tutorial


The 802.11 standard refers to a set of specifications for implementing wireless local area network (WLAN) communication in the 2.4, 3.6, 5, and 60 GHz frequency bands. Here's a technical breakdown of the 802.11 standard:

1. History and Evolution:

  • 802.11: This was the original standard ratified in 1997, offering data rates up to 2 Mbps using the 2.4 GHz frequency band using Frequency Hopping Spread Spectrum (FHSS) and Direct Sequence Spread Spectrum (DSSS).
  • 802.11a/b/g: Introduced in the early 2000s.
    • 802.11a: Operates in the 5 GHz band and provides up to 54 Mbps using Orthogonal Frequency Division Multiplexing (OFDM) modulation.
    • 802.11b: Operates in the 2.4 GHz band and offers up to 11 Mbps using DSSS.
    • 802.11g: Operates in the 2.4 GHz band but offers higher speeds (up to 54 Mbps) using OFDM.
  • 802.11n: Ratified in 2009, it operates in both 2.4 and 5 GHz bands using MIMO (Multiple Input, Multiple Output) and can provide data rates up to 600 Mbps.
  • 802.11ac: Ratified in 2013, it operates solely in the 5 GHz band, uses wider channel bandwidths (80 or 160 MHz), and MIMO technology. It can achieve data rates up to several gigabits per second.
  • 802.11ax (Wi-Fi 6): Introduced improvements in efficiency for crowded environments, offering higher throughput in dense scenarios, enhanced MIMO techniques, and improved power management.

2. Basic Concepts:

  • Infrastructure Mode: Devices connect to a wireless access point (AP) which in turn connects to a wired network.
  • Ad-Hoc Mode: Devices communicate directly without the need for an access point.
  • SSID (Service Set Identifier): A unique identifier for a wireless LAN.
  • BSS (Basic Service Set): Consists of one or more stations (devices) and an AP.
  • Channel: 802.11 networks operate on specific channels within the allowed frequency bands. Overlapping channels can lead to interference.

3. Physical and MAC Layer:

  • Physical Layer: Defines how data is transmitted over the wireless medium. This includes specifications for modulation, coding schemes, channel bandwidths, and other parameters.
    • Modulation Schemes: DSSS, OFDM, etc.
    • MIMO: Utilizes multiple antennas for transmitting and receiving to improve throughput and reliability.
  • MAC Layer (Medium Access Control): Manages access to the shared wireless medium.
    • CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance): A method used to avoid collisions in the wireless medium by checking the channel before transmitting.
    • Frame Structure: Defines how data is encapsulated for transmission, including addressing, frame types (e.g., management, control, data), and error-checking.

4. Security:

  • WEP (Wired Equivalent Privacy): Initial security standard, now considered weak.
  • WPA (Wi-Fi Protected Access): Introduced in response to vulnerabilities in WEP.
  • WPA2 and WPA3: Successive improvements over WPA with stronger encryption and security mechanisms like AES encryption, authentication mechanisms, and secure key establishment protocols.

5. Quality of Service (QoS):

  • 802.11e: Introduced QoS enhancements to prioritize different types of traffic (e.g., voice, video, data) based on specific requirements.

Conclusion:

The 802.11 standard has evolved significantly over time to address increasing demands for higher data rates, improved reliability, and security in wireless communication. Understanding the technical aspects of 802.11 involves delving into its physical and MAC layers, modulation techniques, security mechanisms, and evolving standards to meet diverse application requirements.