Question

Difficulty: MediumWireless Security Standards and Encryption Protocols

A network manager is reviewing a proposed upgrade plan for a corporate wireless network. The organization requires per-user authentication tied to Active Directory so that individual access can be revoked immediately upon employee termination. A technician suggests deploying WPA3-Personal with a complex 32-character passphrase to avoid configuring an 802.1X RADIUS infrastructure. Which of the following best explains why this recommendation fails to meet the organization's security requirements?

  1. Pre-shared key deployment uses a single shared secret, preventing unique user identification and requiring passphrase rotation across all client devices when offboarding a single employee.Answer
  2. B
    WPA3-Personal relies on legacy TKIP encryption rather than AES, making pre-shared passphrase sessions vulnerable to offline dictionary attacks.
  3. C
    WPA3-Personal only encrypts management frames, leaving user data payloads unencrypted unless TACACS+ server credentials are supplied.
  4. D
    WPA3-Personal disables Protected Management Frames (PMF), allowing unauthorized access points to perform ARP poisoning against connected clients.

Answer

Pre-shared key deployment uses a single shared secret, preventing unique user identification and requiring passphrase rotation across all client devices when offboarding a single employee.
WPA3-Personal uses Simultaneous Authentication of Equals (SAE) with a shared password. While SAE provides forward secrecy and protection against offline dictionary attacks, it still relies on a single shared secret across devices. Consequently, it cannot authenticate individual user accounts against Active Directory or allow an administrator to revoke access for a departing employee without changing the passphrase on every device across the enterprise. Achieving per-user authentication requires WPA3-Enterprise with 802.1X/RADIUS.

Step-by-Step Solution

1
Identify the organization's core access control requirements.
The requirement specifies per-user authentication tied to Active Directory with selective revocation capability.
Enterprise access control demands individual accountability via 802.1X authentication.
2
Evaluate the mechanism of WPA3-Personal.
WPA3-Personal uses Simultaneous Authentication of Equals (SAE) based on a common Pre-Shared Key (PSK).
Because everyone uses the same passphrase, individual users cannot be identified or individually disabled at the RADIUS level.
3
Compare WPA3-Personal against WPA3-Enterprise.
WPA3-Enterprise integrates with an 802.1X RADIUS server and Active Directory, meeting all requirements, whereas WPA3-Personal does not.
WPA3-Personal cannot satisfy requirements for individual user auditability or single-user credential revocation.

Key Concept

WPA3-Personal vs. WPA3-Enterprise Authentication Requirements
Rate this question