An LDAP directory can be used to store information similar to a SQL database. LDAP uses a _____ database structure instead of SQL’s _____ structure. Because of this, LDAP has difficulty representing many-to-one relationships.
LDAP (Lightweight Directory Access Protocol) uses a hierarchical data structure similar to a directory tree. SQL databases use a relational structure with tables, rows, and columns.
Because of its hierarchical nature:
LDAP is excellent for parent-child relationships.
It struggles with representing many-to-many or many-to-one relationships efficiently.
From CEH v13 Courseware:
Module 4: Enumeration → LDAP Basics
[Reference:CEH v13 Study Guide – Module 4: LDAP vs. SQL Data StructuresRFC 4511 – LDAP Protocol, ==================================================================, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit