A security engineer is configuring an 802.1X wireless infrastructure for a company's mobile workforce. Organization policy mandates strong server authentication and encrypted credential transmission, but explicitly prohibits deploying client-side digital certificates onto user devices to minimize administrative overhead. Employees must authenticate using their existing domain password credentials. Which authentication protocol best satisfies all of these criteria?
- EAP-TTLSAnswer
- BEAP-TLS
- CWPA2-PSK with AES-CCMP
- DMAC address filtering with WEP-128
Answer
EAP-TTLS (Extensible Authentication Protocol-Tunneled Transport Layer Security) is the correct protocol because it requires a digital certificate only on the authentication server while tunneling password authentication for clients.
EAP-TTLS (Extensible Authentication Protocol-Tunneled Transport Layer Security) sets up a secure, encrypted TLS tunnel using a certificate installed on the authentication (RADIUS) server. Clients can then authenticate within this encrypted tunnel using standard domain passwords (e.g., via MS-CHAPv2 or PAP), eliminating the administrative burden of issuing and managing client-side digital certificates.
Step-by-Step Solution
Key Concept
Distinction between EAP-TLS (requires client and server certificates) and tunneled EAP methods like EAP-TTLS (requires server certificate only).