A network technician is configuring a centralized authentication protocol for remote access VPN clients. Which protocol encrypts only the password within the packet payload and operates over UDP?
- RADIUSAnswer
- BTACACS+
- CDiameter
- DKerberos
Answer
RADIUS (Remote Authentication Dial-In User Service) is the protocol that encrypts only the password field and relies on UDP.
RADIUS (Remote Authentication Dial-In User Service) combines authentication and authorization into a single service, uses UDP for transport (ports 1812 and 1813), and encrypts only the user password within the packet payload.
Step-by-Step Solution
Key Concept
RADIUS vs TACACS+ Protocol Differences