Alex_Raj member offline |
|
posts: |
99 |
joined: |
05/16/2006 |
from: |
San Jose, CA |
|
|
|
|
|
Authentication Protocols |
Basic Authentication: A base64 based user's credentials authentication exchange.
Digest Authentication: A challenge-response based authentication protocol but the credentials are not sent across the network.
SSL/TLS: A certificate based authentication protocol with CAs (Certificate Authority) as the trusted party dealing with the asymmetric keys.
Kerberos: A token/ticket based authentication protocol with KDC as the trusted party managing the symmetric keys.
NTLM: A proprietary protocol developed by Microsoft. NTLM (NT-LAN Manager) is the default authentication protocol of Windows NT4 and legacy authentication protocol in Windows 2000 and Windows Server 2003 domain.
|
|
|
|
|
|