Physical Structure  «Prev 

1) Domain, 2) Global Catalog Server, 3) Operations Master

Domain Controller Roles

What are the roles of domain controllers in Active Directory?
Domain controllers (DCs) play several pivotal roles within the Active Directory (AD) infrastructure. Their responsibilities are crucial for maintaining the stability, security, and accessibility of network resources in a Windows Server environment. Here are the key roles:
  1. Authentication and Authorization: Domain controllers are responsible for handling security authentication requests from users, applications, and other services within the Windows Server domain. This includes user logins, network access, and access to shared resources.
  2. Active Directory Database Storage: Each domain controller maintains a copy of the AD database. This database holds directory information for all objects within the domain, such as user data, security groups, application settings, and other network resources.
  3. Replication: Domain controllers ensure that changes made to objects in the AD database are replicated across all other DCs within the domain. This process guarantees consistency of data across the network, which is crucial for the stability of the network's operations.
  4. Service Publication: DCs play a role in the publication of network services within the Active Directory infrastructure. Services can register themselves with a domain controller, and clients can then query a domain controller to locate these services.
  5. Global Catalog Services: Some domain controllers can also act as global catalog servers, which contain a full copy of all AD objects in the domain, as well as a partial copy of all objects in the AD forest. Global catalog servers provide a global view of the forest and enhance the speed of search operations across multiple domains.
  6. FSMO Roles: Certain domain controllers are assigned Flexible Single Master Operations (FSMO) roles. There are five FSMO roles: Schema Master, Domain Naming Master, Infrastructure Master, Relative ID (RID) Master, and PDC Emulator. Each role provides specific functionality that contributes to the overall operation of the AD environment.

In summary, domain controllers perform a variety of critical tasks in an Active Directory environment. They are pivotal to user authentication, data consistency, service publication, and overall network operation. Their roles are fundamental to maintaining an effective and secure AD infrastructure.
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2
A domain controller is a server that is running a version of the Windows Server operating system and has Active Directory Domain Services installed.

Global Catalog Servers

Every domain controller stores the objects for the domain in which it is installed. However, a domain controller designated as a global catalog server stores the objects from all domains in the forest. For each object that is not in the domain for which the global catalog server is authoritative as a domain controller, a limited set of attributes is stored in a partial replica of the domain. Therefore, a global catalog server stores its own full, writable domain replica (all objects and all attributes) plus a partial, read-only replica of every other domain in the forest. The global catalog is built and updated automatically by the AD DS replication system. The object attributes that are replicated to global catalog servers are the attributes that are most likely to be used to search for the object in AD DS. The attributes that are replicated to the global catalog are identified in the schema as the partial attribute set (PAS) and are defined by default by Microsoft. However, to optimize searching, you can edit the schema by adding or removing attributes that are stored in the global catalog.
The global catalog makes it possible for clients to search AD DS without having to be referred from server to server until a domain controller that has the domain directory partition storing the requested object is found. By default, AD DS searches are directed to global catalog servers.
The first domain controller in a forest is automatically created as a global catalog server. Thereafter, you can designate other domain controllers to be global catalog servers if they are needed.

Prepare Forest for Windows Server 2008 Active Directory Domain Services

The forest itself must be prepared for Windows Server 2008 Active Directory Domain Services. Thereafter, each domain that will contain domain controllers running Windows Server 2008 also needs to be prepared. Lastly, if you plan to deploy (RODCs) read-only domain controllers into the forest, additional preparation is required.
Problem: If your environment consists of an existing Windows 2000 Server or Windows Server 2003 Active Directory Domain Services forest, you must prepare the existing forest for Windows Server 2008 before you can add a domain controller that has Windows Server 2008 installed. Preparing an existing forest consists of updating the AD DS schema.
Solution: The schema update consists of extending the existing AD DS schema to include the attributes and classes that are new in Windows Server 2008. The Windows Server 2008 installation media includes the ADPrep command-line tool, which is used to prepare an existing forest for Windows Server 2008 AD DS. The schema update must be completed on the domain controller that holds the schema master operations master role. To find the domain controller that holds the schema master operations master role, type the following command into a command prompt window:


Highlighting the planning points for an AD service

The most important task that you need to focus on before any other task is the network topology of your services. For our Active Directory services to provide a resilient service, we need to be effective in creating a simple and scalable architecture that will fit our environment's needs and requirements.
Active Directory Domain Controller can provide you with a centralized management point for our network devices and thus gives us full control over a large number of objects (1)users and 2) machines). This is the key to achieving a lower cost in administrative tasks, resource control, and security (authentication and authorization) management in a specific network. To organize users and resources in a way that is simple to manage and is scalable (for example, facilitates delegation) is the key. On top of that, there is no reason to have a Domain Controller in our network if the applications are not able to integrate themselves with it. Thus, we cannot use all the features and facilities that an AD/DC can provide. Designing the proper architecture for a specific site is a complex and extensive task and is outside the scope of this book. However, we will discuss some general points and show you an example configuration and topology, so that you can use it as a base for future installations. As in any installation, the administrator needs to think about users, machines, organizational units, domains, forests, and services.
We will present a simple but effective architecture to the user for our domain, with a structure that will help you understand important concepts and serve as a starting point for the readers to work upon and evolve to more complex environments. General advice is to focus on your specific topology and requirements, extract the essential concepts, and work similar structures in your design that fit your organization environment. Do not copy an existing design from the Internet thinking that it will fit your network out of the box just because it handles all departments or definitions possible in the software. If you do not need that level of complexity, do not use it. I could see many sites that were designed based on general rules that were not intended to be used in that particular case but provide a simple and scalable environment instead. They also create a network environment that is too complex and really inefficient from the most basic administrative perspective. This is the exact opposite of what a well-planned Active Directory Domain controller should be.
One analogy for such an inefficient architecture can be, for example, a file system directory structure. Sometimes, we are compelled to create a really complex directory hierarchy with many subdirectories and a nested, and deep tree that, in the end, just keeps us away from the right file instead of helping us access it in a fast and simple way.

Ad Windows Group Policy