A network technician is configuring centralized authentication for a remote access VPN solution. The organization's security guidelines mandate using an open-standard protocol that encrypts only the password attribute inside access-request packets, leaving the remaining header information unencrypted. Which authentication protocol meets these specific requirements?
- RADIUSAnswer
- BTACACS+
- CKerberos
- DLDAP
Answer
RADIUS is the open-standard AAA protocol that encrypts only the password within access packets.
Remote Authentication Dial-In User Service (RADIUS) is an open-standard AAA protocol commonly deployed for network access such as VPN connections and 802.1X. A defining operational characteristic of RADIUS is that it encrypts only the user password field in the Access-Request packet, leaving other information like the username visible in plaintext.
Step-by-Step Solution
Key Concept
RADIUS Payload Encryption Characteristics