A network technician captures packet traces while troubleshooting administrative access logs on core routers. The trace analysis reveals that the authentication protocol operates over UDP, encrypts only the password field within packets, and combines authentication and authorization procedures into single exchange pairs. Which security protocol is actively in use for this centralized access control system?
- RADIUSAnswer
- BTACACS+
- CKerberos
- DLDAP
Answer
RADIUS is the security protocol currently in use.
The scenario describes RADIUS because RADIUS relies on UDP (typically ports 1812 and 1813), encrypts only the password attribute within the packet, and combines authentication and authorization into single packet transactions.
Step-by-Step Solution
Key Concept
RADIUS vs TACACS+ Protocol Architecture and Operational Characteristics
Estimated Time:1m 0s