Which of the following operational characteristics correctly distinguish TACACS+ from RADIUS when evaluating centralized network access controls? (Select TWO.)
- TACACS+ encrypts the entire packet payload, whereas RADIUS encrypts only the password field.Answer
- TACACS+ uses TCP as its transport protocol, whereas RADIUS typically relies on UDP.Answer
- CTACACS+ relies on UDP port 1812 for authentication, whereas RADIUS uses TCP port 49.
- DRADIUS decouples authentication and authorization into separate processes, whereas TACACS+ combines them into a single step.
Answer
TACACS+ encrypts the entire packet payload and uses TCP as its transport protocol, whereas RADIUS encrypts only the password field and relies on UDP.
TACACS+ provides full-packet body encryption for all communications and relies on connection-oriented TCP (port 49). In contrast, RADIUS only encrypts the password field within its payload and relies on connectionless UDP (ports 1812/1813).
Step-by-Step Solution
Key Concept
Core architectural differences between RADIUS and TACACS+ AAA protocols