A network audit requires verifying that wireless security standards across company facilities are aligned with their correct cryptographic algorithms and integrity controls. Match each wireless security protocol on the left with its corresponding encryption cipher and integrity mechanism on the right.
- WEPRC4 stream cipher with CRC-32 integrity check
- WPA2-PersonalAES-CCMP encryption with CBC-MAC integrity check
- WPA3-PersonalAES-CCMP-128 encryption with SAE key establishment
- WPA3-Enterprise (192-bit mode)AES-GCMP-256 encryption with BIP-GMAC-256 integrity check
Answer
WEP pairs with RC4 stream cipher with CRC-32 integrity check; WPA2-Personal pairs with AES-CCMP encryption with CBC-MAC integrity check; WPA3-Personal pairs with AES-CCMP-128 encryption with SAE key establishment; WPA3-Enterprise (192-bit mode) pairs with AES-GCMP-256 encryption with BIP-GMAC-256 integrity check.
Each wireless security standard enforces distinct cipher suites and key management protocols: WEP pairs with RC4 and CRC-32; WPA2-Personal uses AES-CCMP with CBC-MAC; WPA3-Personal incorporates SAE alongside AES-CCMP-128; and WPA3-Enterprise 192-bit mode requires higher-strength AES-GCMP-256 and BIP-GMAC-256.
Step-by-Step Solution
Key Concept
Wireless Security Standards and Encryption Protocols