SY0-501 · Question #228
A security engineer is configuring a wireless network that must support mutual authentication of the wireless client and the authentication server before users provide credentials. The wireless networ
The correct answer is C. PEAP. The security engineer must select PEAP because it supports mutual authentication by establishing a TLS tunnel before user credentials are provided, and then uses an inner EAP method for username and password-based authentication.
Question
A security engineer is configuring a wireless network that must support mutual authentication of the wireless client and the authentication server before users provide credentials. The wireless network must also support authentication with usernames and passwords. Which of the following authentication protocols MUST the security engineer select?
Options
- AEAP-FAST
- BEAP-TLS
- CPEAP
- DEAP
How the community answered
(35 responses)- A3% (1)
- B11% (4)
- C83% (29)
- D3% (1)
Why each option
The security engineer must select PEAP because it supports mutual authentication by establishing a TLS tunnel before user credentials are provided, and then uses an inner EAP method for username and password-based authentication.
EAP-FAST (Flexible Authentication via Secure Tunneling) relies on Protected Access Credentials (PACs) for authentication and secure tunneling, which, while providing mutual authentication, is not the most direct fit for the specific requirement of username and password-based authentication as an inner method like PEAP.
EAP-TLS (Transport Layer Security) performs strong mutual authentication using digital certificates for both the client and the server, rather than supporting authentication with usernames and passwords for the user identity.
PEAP (Protected EAP) first establishes a secure TLS tunnel where the authentication server authenticates itself to the client, fulfilling the mutual authentication requirement before any user credentials are exchanged. Within this protected tunnel, PEAP supports inner EAP methods, such as MSCHAPv2, which allows for username and password-based authentication.
EAP (Extensible Authentication Protocol) is a framework that defines how authentication messages are exchanged, not a specific authentication protocol itself that provides the required features of mutual authentication before credentials and username/password support.
Concept tested: EAP authentication protocols and features
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/nps/nps-plan-peap
Topics
Community Discussion
No community discussion yet for this question.