Question:

AD DS organises data in a hierarchical structure consisting of:

Show Hint

Think of the Active Directory hierarchy as a physical forest: a single unit of administrative organization is a Domain; a cluster of connected domains is a Tree; and the entire group of trees forms the supreme security boundary known as the Forest.
Updated On: Jun 18, 2026
  • Domains, Trees and Forests
  • Partitions and Regions
  • Layers and Sublayers
  • Entities and Domains
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation



Step 1: Understanding Active Directory Domain Services (AD DS):

AD DS is Microsoft's directory service used on Windows Server to store network object data, manage user identities, and enforce security policies across enterprise computer networks.

Step 2: Analyzing the Hierarchical Logical Structure of AD DS:

AD DS organizes its logical objects in a strict hierarchical architecture to ensure scalable directory management:
  • Domains: The primary logical boundary that houses user accounts, computer objects, and policies. It is represented by a DNS name (e.g., corp.example.com).
  • Trees: A collection of one or more domains that share a contiguous, hierarchical DNS namespace (e.g., west.corp.example.com is a child domain of corp.example.com).
  • Forests: The topmost security boundary. A Forest is a collection of one or more disjoint Trees that share a common global catalog, directory schema, and logical configuration.


Step 3: Conclusion:

Therefore, AD DS logical organization is structured hierarchically into Domains, Trees, and Forests, matching option (A).
Was this answer helpful?
0
0