An enterprise security architect is specifying a centralized remote administration protocol to manage network switch and router configurations across the organization. The security policy strictly mandates granular authorization controls to restrict specific commands executed by administrators, as well as full-payload encryption for all packets transmitted between network hardware and the backend authentication server. Which authentication protocol should be implemented to meet these requirements?
- TACACS+Answer
- BRADIUS
- CKerberos
- DLDAP
Answer
TACACS+ is the correct choice because it decouples authentication and authorization—enabling per-command administrative control—and encrypts the entire packet payload during transmission.
TACACS+ (Terminal Access Controller Access-Control System Plus) operates over TCP port 49 and is designed specifically for device administration. It encrypts the entire body of the packet (protecting both credentials and commands) and cleanly decouples authentication, authorization, and accounting. This architecture enables administrators to enforce granular, per-command authorization policies on network switches and routers.
Step-by-Step Solution
Key Concept
TACACS+ vs RADIUS Architectural and Encryption Differences