Directory Partition
Directory Partition
Types of Partitions
• Schema partition
• Configuration partition
• Domain partition
• Application partition
Here is a conceptual diagram of the directory tree hierarchy, including the directory root (rootDSE)
and the default directory partitions below the directory root. In any Active Directory forest, the
configuration directory partitions and schema directory partitions are always in these locations.
Overview
Many domain partitions can exist per forest. Domain partitions are stored on each domain
controller in a given domain.
A domain partition contains information about users, groups, computers, and
organizational units.
The domain partition is replicated to all domain controllers of that domain.
All objects in every domain partition in a forest are stored in the global catalog with only
a subset of their attribute values.
Configuration
Applications and services can create and use application directory partitions to store their
own application specific data.
e.g. DNS data – only replicated to DCs which are DNS servers
Application directory partitions are not part of the directory data store by default; they
must be created, configured, and managed by administrators or by the directory aware
application on behalf of an administrator.
As an example of application partition, if a Domain Name System (DNS) that is integrated with
Active Directory is used, there are two application partitions for DNS zones – ForestDNSZones and
DomainDNSZones:
• ForestDNSZones is part of a forest. All domain controllers and DNS servers in a forest receive a
replica of this partition. A forest-wide application partition stores the forest zone data.
• DomainDNSZones are unique for each domain. All domain controllers that are DNS servers in that
domain receive a replica of this partition. The application partitions store the domain DNS zone in
the DomainDNSZones<domain name>.
Each domain has a DomainDNSZones partition, but there is only one ForestDNSZones partition. No
DNS data is replicated to the global catalog server.