Chapter 1: Active Directory Fundamentals Flashcards
What are 5 main concerns of implementing a hybrid identity infrastructure?
- Maintaining 1:1 identity between platforms (Federation)
- Enabling SSO
- How are identities protected externally (cloud, etc.)
- How is compliance maintained
- How are potential breaches detected/handled
Define a “digital identity”
A user’s username, or devices, applications, services, groups,
and organizations.
What is the modern approach to solving the issue of identities living outside of the corporate network (remote work, cloud, etc.)?
Zero trust
What are the 3 main principles of “Zero Trust”?
- Verify explicitly
- Least privilege
- Assume breach
What must be done to ensure the concept of “assume breach” is always constant in zero trust?
Collect logs, analyze logs, detect anomalies
Define the concept of “verify explicitly” in zero trust
Continuously monitor and verify user and device access
Where does AD store digital identities?
In a multi-master database file called ntds.dit
What are the two types of replication in Microsoft Active Directory?
Outbound replication and inbound replication
Outbound replication occurs when a domain controller advertises changes to neighboring domain controllers, while inbound replication occurs when a domain controller accepts changes from neighboring domain controllers.
What is outbound replication?
When a domain controller advertises changes made on itself to neighboring domain controllers
This type of replication ensures that changes are communicated to other domain controllers.
What is inbound replication?
When a domain controller accepts changes advertised by neighboring domain controllers
This allows a domain controller to update its data based on the changes made by others.
How does AD provide high availability by default?
A multi-master database and the replication of domain
controllers
What is the structure of any kind of database called?
Schema
What type of database structure is applicable to an Active Directory database?
Schema
What are the two main types of information contained in the Active Directory schema?
- A definition of every object class in Active Directory
- A definition of every attribute in an Active Directory object
What is the primary consideration when designing an Active Directory setup?
Matching it with the company hierarchical layout
Why is it important to align Active Directory with company hierarchy?
To effectively manage resources and security
What are the two types of objects in the Active Directory logical structure?
Container objects and leaf objects
What are container objects in the Active Directory logical structure?
Objects that can be associated with other objects in the logical structure
What are leaf objects in the Active Directory logical structure?
The smallest components that will not have any other child objects associated with them
What are the 4 logical components of AD?
- Forests
- Domains
- Domain trees
- OUs
Define an AD Forest
It represents a complete Active Directory instance made of one or more domains and domain trees.
Describe the connection between two domains in a forest
Two-way trust relationship
What is the significance of the first domain controller in Active Directory?
It is important for creating the first domain and forest.