How Kerberos works
Kerberos in Windows -An Overview Introduction Kerberos is used since a long time as an authentication protocol in the UNIX world.It entered the Windows family with Windows 2000 and is used with all the OS releases till date. Windows Active Directory uses Kerberos as a default authentication protocol.Its major advantage over other authentication schemes is its interoperability with Unix systems.When coupled with a strong password, Kerberos is considered to be the toughest to break through.Kerberos V5 is the current version used in the Windows Family. Architecture Kerberos Architecture typically works on the concept of mutual authentication. Unlike other authentication techniques kerberos authentication verifies the identity of the client as well as the server. NTLM misses this techinique of validation as it has no provision of validating the server. Architectural Dependencies Operating System – Windows brought kerberos in its family since Windows 2000 so operating systems pri...