ASSINGNMENT-2
ASSINGNMENT-2
Example:
Active Directory, the directory service used in Windows environments, uses LDAP
to store user accounts, computer accounts, and other directory objects
Features of LDAP
Advantages of LDAP
Disadvantages of LDAP
• Security: LDAP does not provide the same level of security as Kerberos. LDAP
does not support encryption by default, which means sensitive information may
be transmitted in plain text.
• Complexity: LDAP can be complex to configure and manage, especially for large-
scale deployments.
• Scalability: LDAP is not as scalable as Kerberos, especially in high-traffic
environments.
◆ Kerberos:
Kerberos is a protocol that serves for network authentication. This is used for
authenticating clients/servers in a network using a secret cryptography key. It is
designed for providing strong authentication while communicating to applications.
The implementation of Kerberos protocol is freely available by MIT and is used in
many commercial products.
The main components of Kerberos are:
⚫ Authentication Server (AS): The Authentication Server performs the initial
authentication and ticket for Ticket Granting Service.
⚫ Database: The Authentication Server verifies the access rights of users in the
database.
⚫ Ticket Granting Server (TGS): The Ticket Granting Server issues the ticket for
the Server
Features of Kerberos
Disadvantages of Kerberos