nerdexam
GIAC

GPEN · Question #309

Which of the following wireless security features provides the best wireless security mechanism?

The correct answer is D. WPA with 802.1X authentication. WPA with 802.1X provides enterprise-grade wireless security by requiring each user to authenticate individually against a RADIUS server, making it the strongest option listed.

Reporting & Remediation

Question

Which of the following wireless security features provides the best wireless security mechanism?

Options

  • AWEP
  • BWPA
  • CWPA with Pre Shared Key
  • DWPA with 802.1X authentication

How the community answered

(45 responses)
  • A
    18% (8)
  • B
    9% (4)
  • C
    2% (1)
  • D
    71% (32)

Why each option

WPA with 802.1X provides enterprise-grade wireless security by requiring each user to authenticate individually against a RADIUS server, making it the strongest option listed.

AWEP

WEP uses a weak 40-bit or 104-bit static key with a flawed RC4 implementation and short 24-bit IV, making it trivially crackable with tools like AirSnort.

BWPA

WPA improves on WEP with TKIP and per-packet keys, but without specifying an authentication method it defaults to Pre-Shared Key mode, which is weaker than 802.1X-based authentication.

CWPA with Pre Shared Key

WPA with Pre-Shared Key (WPA-Personal) uses a single passphrase shared across all users, meaning compromise of one device or user exposes the entire network.

DWPA with 802.1X authenticationCorrect

WPA with 802.1X (also called WPA-Enterprise) uses an external RADIUS authentication server to validate each user with unique credentials, eliminating the shared-secret vulnerability. It generates per-session, per-user dynamic encryption keys via the EAP framework, making key compromise far less likely than static or shared-key approaches. This combination of mutual authentication and dynamic keying represents the strongest security posture among the choices.

Concept tested: Wireless authentication methods and security strength comparison

Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/nps/nps-top

Topics

#WPA 802.1X#wireless security standards#EAP authentication#wireless hardening

Community Discussion

No community discussion yet for this question.

Full GPEN Practice