A network security administrator is transitioning core switch infrastructure management from a RADIUS solution to TACACS+. When auditing protocol behavior and firewall traffic rules for TACACS+, which of the following operational characteristics accurately describe TACACS+ compared to RADIUS? (Select TWO)
- Encrypts the entire body of the packet rather than concealing only the user password field.Answer
- Utilizes connection-oriented TCP port 49 for communication between the AAA client and server.Answer
- CCombines authentication and authorization into a single unified protocol service transaction.
- DOperates over stateless UDP ports 1812 and 1813 to minimize transport connection overhead.
Answer
TACACS+ encrypts the entire body of the packet rather than concealing only the user password field, and it utilizes connection-oriented TCP port 49 for communication between the AAA client and server.
TACACS+ provides full-payload encryption beyond the protocol header and relies on TCP port 49 for reliable connection management. This allows network security systems to perform granular per-command authorization over a secure, connection-oriented channel.
Step-by-Step Solution
Key Concept
AAA Framework protocol differences between TACACS+ (TCP 49, full payload encryption, decoupled AAA) and RADIUS (UDP 1812/1813, password-only encryption, combined authentication/authorization).
Estimated Time:2m 0s