InterviewSolution
| 1. |
What Is Ldap ? |
|
Answer» LDAP stands for Lightweight DIRECTORY Access PROTOCOL. In plain and simple terms, its a database whereby it has all the details of all of organizations, individuals, and other resources such as FILES and devices in a network, whether on the Internet or on corporate intranetand whether or not you know the domain name, IP address, or geographic whereabouts. An LDAP directory can be DISTRIBUTED among many servers on a network, then replicated and synchronized regularly. An LDAP server is also KNOWN as a Directory System Agent (DSA). Itsa not a relational database. Outlook and other email programs uses LDAP to search for a recipient in an organization. LDAP stands for Lightweight Directory Access Protocol. In plain and simple terms, its a database whereby it has all the details of all of organizations, individuals, and other resources such as files and devices in a network, whether on the Internet or on corporate intranetand whether or not you know the domain name, IP address, or geographic whereabouts. An LDAP directory can be distributed among many servers on a network, then replicated and synchronized regularly. An LDAP server is also known as a Directory System Agent (DSA). Itsa not a relational database. Outlook and other email programs uses LDAP to search for a recipient in an organization. |
|