Active Directory Architecture
Active Directory Architecture
1. Forest
A forest is the top-level container in an Active Directory configuration. It represents the security
boundary within which users, groups, and computers can be managed. A forest can contain one or more
domains.
2. Tree
A tree is a collection of one or more domains that share a contiguous namespace and are linked in a
hierarchical structure. Domains in a tree share a common schema and global catalog.
3. Domain
A domain is a logical grouping of objects (such as users, computers, and groups) that share the same AD
database. Domains provide a way to partition the directory for easier management and replication.
Configurations
Single Forest, Single Domain
Architecture:
Forest: 1
Tree: 1
Domain: 1
Characteristics:
Simplest AD configuration.
All objects are contained within a single domain.
Easier to manage and administer.
Single namespace (e.g., example.com).
Use Case:
Suitable for small to medium-sized organizations where administrative simplicity and ease of
management are priorities.
Architecture:
Forest: 1
Tree: 1 (or more if you have multiple domain trees)
Domains: Multiple
Characteristics:
Use Case:
Suitable for larger organizations with distinct administrative boundaries, different geographic
locations, or different business units requiring separate management.
Active Directory Users and Computers (ADUC): Manage users, groups, and computers.
Active Directory Domains and Trusts: Manage domains and establish trust relationships.
Active Directory Sites and Services: Configure and manage replication.
DNS Manager: Manage DNS settings which are crucial for AD functioning.