Match each wireless security deployment mode or protocol with its primary cryptographic cipher suite or key exchange mechanism.
- WPA3-PersonalSimultaneous Authentication of Equals (SAE) using the Dragonfly handshake
- Standard WPA2-EnterpriseAES-CCMP-128 encryption paired with 802.1X/EAP authentication
- WPA3-Enterprise 192-bit Mode256-bit AES-GCMP encryption with HMAC-SHA384 key derivation
- Enhanced Open (OWE)Unauthenticated Diffie-Hellman key exchange providing opportunistic encryption
Answer
WPA3-Personal matches Simultaneous Authentication of Equals (SAE) using the Dragonfly handshake; Standard WPA2-Enterprise matches AES-CCMP-128 encryption paired with 802.1X/EAP authentication; WPA3-Enterprise 192-bit Mode matches 256-bit AES-GCMP encryption with HMAC-SHA384 key derivation; Enhanced Open (OWE) matches Unauthenticated Diffie-Hellman key exchange providing opportunistic encryption.
Each wireless protocol suite uses distinct cryptographic mechanisms: WPA3-Personal relies on SAE (Dragonfly key exchange) to prevent offline brute-force attacks; standard WPA2-Enterprise uses 802.1X/EAP with AES-CCMP-128 encryption; WPA3-Enterprise 192-bit mode upgrades encryption to 256-bit AES-GCMP and HMAC-SHA384; and Enhanced Open employs OWE with unauthenticated Diffie-Hellman key exchange for open Wi-Fi protection.
Step-by-Step Solution
Key Concept
Wireless security standards (WPA2, WPA3, OWE) and their respective authentication, key exchange, and cipher mechanisms.