A network administrator is documenting the cryptographic baselines for wireless security standards across company facilities. Match each wireless security protocol standard on the left with its primary encryption protocol and integrity mechanism on the right.
- WEP (Wired Equivalent Privacy)Uses RC4 stream cipher with a 24-bit Initialization Vector (IV) and CRC-32 for integrity check.
- WPA (Wi-Fi Protected Access)Implements Temporal Key Integrity Protocol (TKIP) with RC4 and the Michael message integrity check.
- WPA2 (Wi-Fi Protected Access 2)Mandates Counter Mode Cipher Block Chaining Message Authentication Code Protocol (CCMP) using AES.
- WPA3 (Wi-Fi Protected Access 3)Requires Simultaneous Authentication of Equals (SAE) and Galois/Counter Mode Protocol (GCMP-256) encryption.
Answer
WEP corresponds to RC4 with a 24-bit IV and CRC-32; WPA corresponds to TKIP with RC4 and Michael MIC; WPA2 corresponds to CCMP utilizing AES; WPA3 corresponds to SAE authentication with GCMP-256 encryption.
Each wireless security standard aligns strictly with its cryptographic design: WEP relies on RC4 with 24-bit IVs and CRC-32, WPA uses TKIP to wrap RC4 dynamic keys with Michael MIC, WPA2 standardizes CCMP using AES block ciphers, and WPA3 leverages SAE key exchange with GCMP-256 authenticated encryption.
Step-by-Step Solution
Key Concept
Wireless Security Standards Evolution and Cipher Pairings