StayTalentReady

Wireless Networking

Week of 2026-10-06 · Download .docx

Objectives

Key terms

802.11ax
IEEE standard for Wi-Fi 6; introduces OFDMA for dense multi-client environments.
WPA3
Wi-Fi Protected Access 3 — strongest current Wi-Fi encryption, uses SAE handshake.
WPA2
Wi-Fi Protected Access 2 — AES/CCMP encryption; current minimum acceptable standard.
WEP
Wired Equivalent Privacy — broken RC4-based encryption; never use in production.
OFDMA
Orthogonal Frequency Division Multiple Access — serves multiple clients on same channel simultaneously.
SSID
Service Set Identifier — the human-readable name broadcasted by a wireless access point.
BSSID
Basic SSID — the MAC address of the access point; identifies a specific AP on a network.
WAP
Wireless Access Point — bridges 802.11 wireless to the wired Ethernet network.
2.4 GHz
Wi-Fi band with longer range but fewer non-overlapping channels and more congestion.
5 GHz
Wi-Fi band with shorter range but more channels and higher throughput.
Bluetooth Classic
Bluetooth for high-bandwidth audio (A2DP) and file transfers.
Wi-Fi Calling
Carrier feature routing phone calls over Wi-Fi when cellular signal is weak.

The concept

802.11 STANDARDS EVOLUTION

The 802.11 family has evolved through multiple generations. 802.11b/g operates on 2.4 GHz at up to 54 Mbps. 802.11n (Wi-Fi 4) introduced dual-band and MIMO for improved throughput. 802.11ac (Wi-Fi 5) brought MU-MIMO and 80/160 MHz channels on 5 GHz. 802.11ax (Wi-Fi 6) added OFDMA, which splits a single channel into smaller resource units that can be allocated to different clients simultaneously — dramatically improving performance in dense environments like classrooms and offices.

WI-FI SECURITY

WEP was the first Wi-Fi security standard but its RC4 implementation reuses initialization vectors predictably, allowing passive attackers to recover the key in minutes with freely available tools. WPA replaced WEP with TKIP but still has weaknesses. WPA2 uses AES/CCMP and remains the current minimum. WPA3 adds Simultaneous Authentication of Equals (SAE), which prevents offline dictionary attacks against captured handshakes — the vulnerability that cracks WPA2 passwords.

2.4 GHz vs. 5 GHz

The 2.4 GHz band has only three non-overlapping channels (1, 6, 11) and is shared with Bluetooth, microwaves, and baby monitors — creating heavy congestion. It penetrates walls and travels farther. The 5 GHz band has more non-overlapping channels, less congestion, and supports wider channel widths for higher throughput, but its signal attenuates faster over distance and through walls.

BLUETOOTH AND NFC

Bluetooth Classic (BR/EDR) supports profiles like A2DP (audio), OBEX (file transfer), and HFP (headset). BLE uses a completely different radio mode with 1 MHz channels and duty cycling to reduce power consumption by 10× or more. NFC operates at 13.56 MHz with a maximum range of about 4 cm; its defining use case is contactless payment where physical tap confirms the transaction intent.

Worked examples

Example 1: A coffee shop has 30 customers on Wi-Fi and everyone complains it is slow. Analysis: The router likely uses 2.4 GHz only, which has three non-overlapping channels. Recommendation: Upgrade to a Wi-Fi 6 router with OFDMA capability and enable 5 GHz. OFDMA can serve multiple clients per channel, reducing per-client latency in dense environments.
Example 2: A security audit finds WEP-encrypted guest network. Response: WEP is cryptographically broken and can be attacked in minutes. Immediately upgrade to WPA2 at minimum (WPA3 if hardware supports it). Change the SSID and pre-shared key. Document the finding and remediation in the change log.

Common mistakes

Self-check

Try each question before reading the answer. Answers at the bottom of this page.

1. Wi-Fi 6 is based on which IEEE standard?

  1. 802.11ax
  2. 802.11ac
  3. 802.11n
  4. 802.11g

2. Why should WEP never be used?

  1. RC4 IV reuse allows key recovery in minutes
  2. It is slower than WPA2
  3. Modern hardware lacks WEP support
  4. It requires a RADIUS server

3. OFDMA in Wi-Fi 6 improves performance by:

  1. Serving multiple clients simultaneously on the same channel
  2. Doubling channel bandwidth
  3. Using 6 GHz exclusively
  4. Removing password requirements

4. The strongest current Wi-Fi encryption standard is:

  1. WPA3
  2. WPA2
  3. WPA
  4. WEP

5. Bluetooth Low Energy is primarily used for:

  1. IoT sensors and wearables needing long battery life
  2. High-quality audio streaming
  3. Contactless payments
  4. Long-range networking

Self-check answers

  1. 1. A — Wi-Fi 6 = 802.11ax, which introduced OFDMA for dense multi-client performance.
  2. 2. A — WEP's RC4 implementation reuses IVs predictably; attackers can crack the key passively in minutes.
  3. 3. A — OFDMA splits a channel into resource units assigned to different clients at the same time.
  4. 4. A — WPA3 uses SAE, defending against offline dictionary attacks that crack WPA2 passwords.
  5. 5. A — BLE's infrequent burst transmission model enables years of battery life for sensors and trackers.

Canvas is the official record. This companion enhances the PGCC curriculum; it does not replace it. Last name and class year only. Students with a 504 plan or IEP: your accommodations apply.

↑ Back to top