Question

Difficulty: MediumWireless Security Protocols (WPA, WPA2, WPA3)

Match each wireless security protocol or feature to its defining operational characteristic.

  • Protected Management Frames (PMF)Secures unicast and multicast management action frames against spoofing, and is mandatory in WPA3.
  • Temporal Key Integrity Protocol (TKIP)Legacy cipher suite introduced with WPA that utilizes RC4 encapsulation with per-packet key mixing.
  • Opportunistic Wireless Encryption (OWE)Provides unauthenticated data encryption on open Wi-Fi networks using Diffie-Hellman key exchange.
  • Simultaneous Authentication of Equals (SAE)Prevents offline dictionary attacks on preshared keys by implementing the Dragonfly key exchange algorithm.

Answer

Protected Management Frames (PMF) matches securing unicast/multicast management frames; TKIP matches legacy RC4 encapsulation with key mixing; OWE matches unauthenticated encryption on open networks; SAE matches prevention of offline dictionary attacks via Dragonfly key exchange.
Each protocol or mechanism serves a distinct function within wireless security architectures: PMF protects management action frames from forgery, TKIP relies on RC4 for legacy WPA security, OWE provides unauthenticated encryption for open access, and SAE uses Dragonfly key exchange to secure pre-shared key establishment in WPA3-Personal.

Step-by-Step Solution

1
Identify the primary role of Protected Management Frames (PMF)
PMF (IEEE 802.11w) protects management frames (such as deauth packets) against spoofing and eavesdropping; it is mandatory in WPA3.
Security standards mandate PMF to prevent common Wireless Denial of Service (DoS) attacks.
2
Identify the encryption characteristics of Temporal Key Integrity Protocol (TKIP)
TKIP uses RC4 stream cipher with dynamic temporal key mixing as an upgrade path from WEP.
TKIP was designed to run on legacy WEP hardware while fixing key reuse flaws.
3
Identify the operation of Opportunistic Wireless Encryption (OWE)
OWE uses Diffie-Hellman key exchange to encrypt open Wi-Fi networks without requiring client authentication.
Enhanced Open (OWE) provides opportunistic privacy for guest networks without passphrase configuration.
4
Identify the authentication protocol used in Simultaneous Authentication of Equals (SAE)
SAE utilizes the Dragonfly handshake algorithm to negotiate shared keys securely and neutralize offline dictionary attacks.
SAE replaces the traditional 4-way handshake PSK model in WPA3-Personal.

Key Concept

Wireless Security Protocols and Cipher Mechanics
Rate this question