nerdexam
CompTIA

SY0-301 · Question #654

Matt, a systems security engineer, is determining which credential-type authentication to use within a planned 802.1x deployment. He is looking for a method that does not require a client…

The correct answer is D. PEAP-MSCHAPv2. PEAP-MSCHAPv2 satisfies all three requirements: it uses a server-side certificate, creates a TLS tunnel for encryption, and authenticates clients with username/password credentials rather than a client certificate.

Security architecture

Question

Matt, a systems security engineer, is determining which credential-type authentication to use within a planned 802.1x deployment. He is looking for a method that does not require a client certificate, has a server side certificate, and uses TLS tunnels for encryption. Which credential- type authentication method BEST fits these requirements?

Options

  • AEAP-TLS
  • BEAP-FAST
  • CPEAP-CHAP
  • DPEAP-MSCHAPv2

How the community answered

(18 responses)
  • A
    6% (1)
  • B
    6% (1)
  • C
    11% (2)
  • D
    78% (14)

Why each option

PEAP-MSCHAPv2 satisfies all three requirements: it uses a server-side certificate, creates a TLS tunnel for encryption, and authenticates clients with username/password credentials rather than a client certificate.

AEAP-TLS

EAP-TLS requires both a server-side certificate and a client-side certificate for mutual authentication, which violates the requirement of no client certificate.

BEAP-FAST

EAP-FAST uses a Protected Access Credential (PAC) file for tunnel establishment rather than a server-side certificate, so it does not match the server certificate requirement.

CPEAP-CHAP

PEAP-CHAP is not a valid or standardized 802.1x inner authentication method; MSCHAPv2 is the correct and supported inner method used with PEAP.

DPEAP-MSCHAPv2Correct

PEAP (Protected Extensible Authentication Protocol) uses a server-side X.509 certificate to establish an outer TLS tunnel, which encrypts the inner authentication exchange. Inside that tunnel, MSCHAPv2 authenticates the client using username and password credentials, so no client certificate is required. This combination is the most widely deployed 802.1x credential-based method that meets all three stated requirements.

Concept tested: 802.1x PEAP-MSCHAPv2 certificate and tunnel requirements

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

Topics

#802.1x#PEAP-MSCHAPv2#EAP#wireless authentication

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice