An organization is updating its network management policy to mitigate the threat of credential sniffing and unauthorized command execution during administrative access to network devices across an untrusted network. Which protocol should be deployed to enforceAAA administrative access while ensuring that the complete payload—including all authorization commands—is fully encrypted in transit?
- TACACS+, because it uses TCP and encrypts the entire body of every packet exchanged between the client and server.Answer
- BRADIUS, because it encrypts the entire packet payload while separating authentication and authorization into distinct UDP transactions.
- CTACACS+, because it encrypts packet headers while combining authentication and authorization into a single UDP stream.
- DRADIUS, because it relies on TCP port 49 to provide end-to-end encryption for all AAA accounting and command authorization traffic.
Answer
TACACS+, because it uses TCP and encrypts the entire body of every packet exchanged between the client and server.
The correct answer highlights TACACS+ because TACACS+ utilizes TCP (port 49) and encrypts the entire packet body following the header. This prevents eavesdroppers from viewing user credentials, administrative commands, or authorization responses on the network.
Step-by-Step Solution
Key Concept
Mitigating Administrative Sniffing Threats via TACACS+ Full Payload Encryption
Estimated Time:1m 15s