mediumMultiple ChoiceObjective-mapped
CISSP Practice Question: Is configuring 802.1X authentication for wired…
A network engineer is configuring 802.1X authentication for wired network access. The authentication server supports EAP-TLS. What must be deployed to clients to support this authentication method?
⚠ Common exam trap
ISC2 often tests the distinction between what is deployed to clients versus the infrastructure; candidates mistakenly choose 'server certificate' because they know TLS requires certificates, but forget that EAP-TLS mandates client certificates for mutual authentication.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Client certificate
EAP-TLS requires mutual authentication using digital certificates on both the client and the server. The client must present a certificate to prove its identity to the authentication server, which is validated against a trusted root CA. Without a client certificate, EAP-TLS cannot establish the TLS tunnel, as it relies on certificate-based client authentication per RFC 5216.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Client certificate
Why this is correct
EAP-TLS (Extensible Authentication Protocol - Transport Layer Security) is a robust, certificate-based EAP method designed for strong mutual authentication. For a client to successfully authenticate using EAP-TLS, it must possess and present its own digital certificate to the authentication server (e.g., RADIUS server). This client certificate serves as proof of identity, allowing the server to verify the client's legitimacy and establish a secure, trusted communication channel before granting network access. Without a valid client certificate, EAP-TLS authentication cannot proceed.
- ✗
Server certificate
Why it's wrong here
While a server certificate is absolutely essential for the authentication server (such as a RADIUS server) to establish its identity to the client during an EAP-TLS handshake, it is not a component that the client itself needs to possess or present. The client's role regarding the server certificate is to validate its authenticity and trust chain, ensuring it is communicating with a legitimate authentication server. The server certificate is issued to and resides on the authentication server, not the client device, making it distinct from a client-side requirement.
- ✗
RADIUS server
Why it's wrong here
A RADIUS (Remote Authentication Dial-In User Service) server functions as the central authentication, authorization, and accounting (AAA) server within an 802.1X infrastructure. Its role is to receive authentication requests from the authenticator (e.g., network switch or access point), validate client credentials, and then authorize or deny network access. Therefore, a RADIUS server is a critical backend component of the authentication system, not a credential or resource that the client itself requires to initiate or complete its authentication process.
- ✗
Shared secret
Why it's wrong here
A shared secret, also known as a pre-shared key, is a symmetric key used for authentication or encryption that is known only to the communicating parties. While shared secrets are fundamental to certain EAP methods like EAP-MD5 or for securing communication between the authenticator and the RADIUS server, they are entirely irrelevant for client authentication within EAP-TLS. EAP-TLS relies exclusively on asymmetric cryptography and digital certificates for robust mutual authentication, rendering shared secrets unnecessary for the client's identity verification process.
Quick reference
AAA Protocol Comparison
| Protocol | Port(s) | Encryption | Transport | Primary Use |
|---|---|---|---|---|
| RADIUS | 1812 / 1813 | Password only | UDP | Network access control |
| TACACS+ | 49 | Full packet | TCP | Device administration |
| Diameter | 3868 | Full session | TCP / SCTP | Carrier / mobile networks |
| 802.1X | — | EAP-based | Layer 2 | Port-based access control |
TACACS+ encrypts the entire packet; RADIUS only encrypts the password field — a key exam distinction.
Go deeper
Related to this question
Learn chapter
Secure Network Architecture and Components
Key term
Authentication
Authentication is the process of verifying that someone or something is who or what it claims to be before granting access to a system or resource.
Key term
TLS
Transport Layer Security (TLS) is a cryptographic protocol that encrypts data sent over the internet to keep it private and ensure it hasn’t been tampered with.
About these practice questions
Courseiva writes every CISSP question from scratch — 747 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CISSP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CISSP exam.