Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
7 user(s) are online (4 user(s) are browsing encyclopedia)

Members: 0
Guests: 7

more...
partner

Authentication server

Authentication servers are servers that provide authentication services to user (computing) or systems. Users and other servers authenticate to such a server, and receive cryptographic tickets. These tickets are then exchanged with one another to verify identity.

Authentication is used as the basis for Authorization (determining whether a privilege will be granted to a particular user or process (computing)), privacy (keeping information from becoming known to non-participants), and non-repudiation (not being able to deny having done something that was authorized to be done based on the authentication).

The major authentication Algorithms utilized are passwords, Kerberos (protocol), and public key encryption.