Active Directory
Active Directory
Logical
The AD hierarchy starts with a Forest, which contains Trees (holding one or more domains), and
within each Domain are Organizational Units (OUs) to organize users and computers.
Domain: The primary component of Active Directory is the domain, which is a logical group of
objects with common administrative, security, and replication settings.
OU: An organizational unit (OU) is a container within a Microsoft Active Directory domain which
can hold users, groups and computers.
Tree: A domain tree is made up of several domains that share a common schema and
configuration, forming a contiguous namespace. Domains in a tree are also linked together by trust
relationships. Active Directory is a set of one or more trees.
Forest: A forest is the highest level of organization within Active Directory and is used to group
one or multiple domains together. An Active Directory forest simply refers to all domains within
a single AD installation and represents the security boundary of Active Directory.
Global Catalog: The global catalog is a feature of Active Directory (AD) that allows a domain
controller (DC) to provide information on any object in the forest.
Physical
In Active Directory (AD), the physical architecture refers to how the underlying network
infrastructure is organized to support AD, focusing on the actual placement of servers and network
resources.
Site: In Active Directory, a site is a logical grouping of network objects, such as domain
controllers, that are connected by high-speed links. Sites are used to control the replication of
directory data between domain controllers and to optimize network traffic.
Domain Controller:
A Domain Controller is an Active Directory Server that acts as the brain for a windows server
domain it supervises that entire network within the domain, it acts as a gatekeeper for user,
authentication and IT resources authorization.
Here are some other things to know about DCs:
• Each AD domain needs at least one DC.
• DCs store a copy of the directory file and replicate changes to other DCs in the domain.
• DCs are often installed in clusters to improve reliability and availability.
• DCs can be used to detect cyberattacks.
• You can locate DCs in Active Directory by opening the Active Directory Users and
Computers snap-in, connecting to the domain, and clicking on the Domain Controllers OU.
Replication:
Active Directory (AD) replication is the process by which the Active Directory database (NTDS)
is copied and synchronized across multiple Domain Controllers (DCs) within the network. The
goal of AD replication is to ensure consistency of data across all domain controllers in a domain
or forest.
FSMO (Flexible Single Master Operations)
FSMO roles are unique responsibilities given to one or more DCs in AD to handle specific tasks
that cannot be replicated.
1. Schema Master An enterprise-level FSMO role. There is only one schema master in the
entire forest, which is capable of handling schema changes.
2. Domain Naming Master An enterprise-level FSMO role. There is only one domain naming
master, which is in charge of managing domain names.
3. Relative Identifier Master The RID is a domain-level FSMO role. It is in charge of keeping
blocks of SIDs and assigning them to different DCs within the domain.
4. Primary Domain Controller Emulator A domain-wide FSMO role. The DC with the PDC
Emulator role is, the DC with the highest authority within the domain. This role deals with
authentication requests, passwords changes, group policy objects, and also provides the
time.
5. Infrastructure Master It is a domain-level FSMO role that translates GUIDs, SIDs, and DNs
between domains. This role gets references from other objects in other domains.
• Direct Trust: Trusts are direct; if Forest 1 trusts Forest 2, it doesn’t implicitly trust Forest
3.
• One-way Access: Only members of the trusted forest can access resources in the trusting
forest.
• DNS Setup: Requires proper DNS, like a root server or conditional forwarders.
• Permissions: Needs Domain Admin or Enterprise Admin roles.
SYSVOL: SYSVOL, or System Volume, is a shared folder on each domain controller (DC) in
an Active Directory domain that stores essential files and scripts:
• Group Policy Objects (GPOs): Control settings like password complexity and desktop
wallpapers.
• Scripts: Perform automated tasks when users interact with the domain, such as startup and
shutdown scripts.
• Logon and logoff scripts: Required for user logins and access rights.