An enterprise network operations team is evaluating centralized security protocols for authenticating and managing access across core infrastructure devices. Which TWO operational characteristics distinguish TACACS+ from RADIUS? (Select TWO.)
- TACACS+ operates over connection-oriented TCP port 49, whereas RADIUS utilizes connectionless UDP ports 1812 and 1813.Answer
- BTACACS+ restricts encryption to only the password field in access request frames, whereas RADIUS encrypts the entire body of the packet.
- TACACS+ modularly decouples authentication from authorization, whereas RADIUS merges authentication and authorization into unified packet flows.Answer
- DTACACS+ is the standard protocol for 802.1X port-based network authentication, whereas RADIUS is designed exclusively for network device CLI session control.
Answer
TACACS+ operates over TCP port 49 while RADIUS uses UDP ports 1812 and 1813, and TACACS+ modularly decouples authentication from authorization while RADIUS merges them into unified packet flows.
TACACS+ uses connection-oriented TCP port 49 and provides modular separation of authentication and authorization functions, allowing granular control over administrative commands. In contrast, RADIUS uses UDP ports 1812/1813 and combines authentication and authorization.
Step-by-Step Solution
Key Concept
Protocol mechanics and functional differences between TACACS+ and RADIUS in enterprise AAA implementations.