During a security audit of network infrastructure management practices, an auditor notes that switch management sessions rely on a protocol that encrypts only the password field within packet headers and combines authentication and authorization into a single service over UDP. To achieve full payload encryption, command-by-command authorization decoupling, and reliable connection-oriented transport on port 49, which protocol should be deployed?
- TACACS+Answer
- BRADIUS
- CKerberos
- D802.1X
Answer
TACACS+ (Terminal Access Controller Access-Control System Plus) should be deployed because it operates over TCP port 49, encrypts the entire packet payload, and decouples authentication and authorization into distinct modular processes.
TACACS+ satisfies all requirement criteria: it uses connection-oriented TCP port 49, encrypts the complete packet payload (protecting administrative command traffic), and separates authentication, authorization, and accounting into distinct modular components.
Step-by-Step Solution
Key Concept
RADIUS vs. TACACS+ Feature & Architectural Differentiation
Estimated Time:1m 15s