TACACS(All 10 questions you must be able to answer)
What is TACACS and how does it differ from RADIUS? TACACS is mainly used to authentication,authorization and accounting of entire process whereas Radius server uses AAA only to encrypt password and doesn't encrypt or monitor the whole process. TACACs is cisco proprietary and uses port 49 whereas Radius is IETF standard used globally and uses port 1812 and 1813. Radius server combines both Authentication and Authorization and gives minimum or only login accouting part whereas Tacacs checks for user authentication and priviledges allowed during authorization step and accounts each and every step/command from login to logout of the user. TACACS+ is used for authentication, authorization, and accounting (AAA) of the entire process. TACACS+ is Cisco proprietary and uses port 49, while RADIUS is an IETF standard using ports 1812 and 1813. TACACS+ separates authentication and authorization, whereas RADIUS combines them. TACACS+ encrypts the entire packet, providing enhanced security, ...