A network administrator is evaluating central authentication services for an enterprise network to support both remote access users and administrative switch management. Which of the following characteristics accurately describe operational differences between the RADIUS and TACACS+ protocols? (Select TWO).
- RADIUS encrypts only the password field within packets, whereas TACACS+ encrypts the entire packet body after the header.Answer
- BTACACS+ combines authentication and authorization into a single protocol exchange, whereas RADIUS completely separates all three AAA services.
- TACACS+ operates over TCP port 49, whereas standard RADIUS authentication traffic operates over UDP port 1812.Answer
- DRADIUS uses TCP port 49 for administrative authentication, whereas TACACS+ utilizes UDP port 1813 for session logging.
Answer
The correct statements indicate that RADIUS encrypts only the password field while TACACS+ encrypts the entire payload body, and that TACACS+ operates over TCP port 49 while standard RADIUS authentication uses UDP port 1812.
The correct options accurately identify protocol characteristics: RADIUS encrypts solely the password field using a shared secret and MD5 stream cipher, whereas TACACS+ encrypts the entire packet body following the header. Furthermore, TACACS+ uses TCP port 49 for connection-oriented transport, while RADIUS uses UDP port 1812 for authentication and UDP port 1813 for accounting.
Step-by-Step Solution
Key Concept
RADIUS vs TACACS+ Protocol Architecture and Operational Differences