A network manager is evaluating centralized AAA protocols to secure network infrastructure devices and access points. Which TWO operational characteristics distinguish TACACS+ from RADIUS? (Select TWO.)
- TACACS+ encrypts the entire packet payload, whereas RADIUS encrypts only the password field.Answer
- TACACS+ separates Authentication and Authorization into distinct processes, allowing per-command authorization.Answer
- CTACACS+ operates over transport protocol UDP port 49 to reduce transmission overhead.
- DTACACS+ combines Authentication and Authorization within single request/response packet pairs.
Answer
TACACS+ encrypts the entire packet payload (rather than just the password field) and separates Authentication and Authorization into distinct processes to allow per-command authorization.
TACACS+ provides full-packet payload encryption (enhancing security for administrative traffic) and maintains modular separation of Authentication and Authorization (enabling per-command authorization policies).
Step-by-Step Solution
Key Concept
TACACS+ vs RADIUS Architectural and Security Differences