SSCP · Question #181
Which of the following protocol was used by the INITIAL version of the Terminal Access Controller Access Control System TACACS for communication between clients and servers?
The correct answer is C. UDP. The original TACACS protocol, developed in the 1980s for ARPANET, used UDP (User Datagram Protocol) for communication between network access servers (clients) and the TACACS authentication server. UDP was chosen for its low overhead. The later XTACACS and then TACACS+ (a Cisco…
Question
Which of the following protocol was used by the INITIAL version of the Terminal Access Controller Access Control System TACACS for communication between clients and servers?
Options
- ATCP
- BSSL
- CUDP
- DSSH
How the community answered
(41 responses)- A5% (2)
- B2% (1)
- C90% (37)
- D2% (1)
Explanation
The original TACACS protocol, developed in the 1980s for ARPANET, used UDP (User Datagram Protocol) for communication between network access servers (clients) and the TACACS authentication server. UDP was chosen for its low overhead. The later XTACACS and then TACACS+ (a Cisco proprietary redesign) migrated to TCP port 49, which provides reliable, connection-oriented transport. TACACS+ also encrypts the entire packet body (not just the password), unlike the original UDP-based TACACS. SSH and SSL are unrelated to the original TACACS transport layer.
Topics
Community Discussion
No community discussion yet for this question.