A security administration team needs to centralize management for administrative console logins across enterprise network routers and switches. The architectural requirements specify that authentication must be decoupled from authorization to enforce granular per-command permissions, and the entire transmission packet body must be encrypted. Which protocol should the team implement?
- Terminal Access Controller Access-Control System Plus (TACACS+)Answer
- BRemote Authentication Dial-In User Service (RADIUS)
- CLightweight Directory Access Protocol (LDAP)
- DNetwork Perimeter Access Control Lists (ACLs)
Answer
Terminal Access Controller Access-Control System Plus (TACACS+) is the correct protocol as it encrypts the full packet payload and completely separates authentication and authorization operations.
Terminal Access Controller Access-Control System Plus (TACACS+) fulfills all architectural criteria by encrypting the full payload of every packet and modularizing AAA functions, allowing administrators to restrict and audit specific commands executed on network hardware.
Step-by-Step Solution
Key Concept
TACACS+ vs RADIUS Architecture in Device Management
Estimated Time:45s