Active Directory Domain Services (AD DS) is the identity backbone of most Windows organisations. If you support Windows, you support Active Directory.
Active Directory Domain Services
How Windows organises and secures an entire organisation.
Tap or hover a part to learn more.
The top of the tree.
Active Directory Domain Services (AD DS) organises an organisation into a forest (the top-level security boundary) containing one or more domains. A domain is an administrative and authentication boundary — e.g. corp.example.com.
Check your understanding
1. What is the top-level security boundary in Active Directory?
2. What are Organisational Units (OUs) primarily used for?
Forest, domain, OU
A forest is the top-level security boundary. Inside it, one or more domains act as authentication and administrative boundaries. Within a domain, Organisational Units (OUs) organise objects so you can delegate administration and target Group Policy. Crucially, OUs are for management structure — they are not security groups.
Domain controllers
Domain Controllers (DCs) run Active Directory, hold the AD database and authenticate users and computers. You always run at least two for redundancy; they multi-master replicate changes between each other so there is no single point of failure.
Objects, groups and permissions
Every user, computer and group is an object with attributes. Access is granted to security groups, and users inherit permissions through group membership — the foundation of role-based access and least privilege. Add users to groups; never grant access per-user.
Where this leads
Active Directory underpins Windows Authentication, Group Policy and LDAP. It's assumed knowledge for CompTIA Security+ and every Microsoft pathway.
