🖊️Author: Nairuz Abulhul
🌐 Blog: R3dbuck3t
<aside> 💡 **A domain controller is a device running the active directory along with other components. Domain controllers are called multi-masters; every domain controller is authoritative, meaning they can respond and change anything within the forest.
Domain controllers need to talk to other domain controller within the forest. That’s why they have so many open ports.
Domains within the forest don't need to have the same DNS name (it is not a requirement), but they need to have the same schema configuration and global catalog partitions.
It is important to note that being a domain admin doesn't entail being a local administrator on the endpoints (clients or servers). The reason is that Windows devices (clients and servers) have a layer of security separation; a domain admin needs to be added to the local administrator's group to perform local administrator tasks (local NOT domain).
A domain controller doesn’t need to reach out to clients or servers within the forest. Windows clients/servers need to reach out to the domain controller to get the required information either for authentication or GPO policy, etc.**
</aside>
Domain Controller Components
Supported Authentication Protocols
Kerberos
LDAP/LDAPs
NTLMv2
NTLM
LM
<aside> 💡 Active Directory is the authentication and authorization hub in a Windows domain network. It is a service runs on the domain controller.
</aside>
Active Directory components: