Is there a context for the information you're after? Are we talking about more then one DC in different sites?
Having more the one domain controller in a single site has two basic benefits; the first is that because they both keep a copy of the domain information if you lose one you do not lose all your domain information and can recover very easily, the users shouldn't even notice the missing server unless it is doing more then just being a DC. The second benefit is load balancing; every time you log on to your PC or access a network resource you will be authenticating with a domain controller, this is not a problem on small sites but if you have 2-300 users that one server will become over-loaded. When you have more then one DC (Domain Controller) they will share the authentication burden in a round-robin approach.
So the more DCs the better the redundancy and performance (assuming sufficient load).
The DCs will talk to each other on an almost constant basis to make sure they both have a full copy of your domain information, this is know as replication. You can add a new user on any DC and it will shortly be available on all DCs.
Without getting into too much detail all DCs in a domain are essentially equal, there is no primary/master (ignoring FSMO roles which can be ignored for now) role.
Main Topics
Browse All Topics





by: oldpro21Posted on 2008-07-25 at 13:24:44ID: 22091997
I quoted this from Microsoft's site:
com/Window sServer/en /library/ f 7396ad6-0b aa-4e66-8d 18-17f83c5 e4e6c1033. mspx?mfr=t rue
All domain controllers in the same domain are peers of one another and any domain controller can make directory updates.
However, given the way in which directory updates are replicated from one domain controller to another, it is possible that difficulties can arise. For example, if the necessary domain controllers are not connected by a replication topology, the appropriate domain controllers do not receive directory updates when replication occurs.
Also, in order for the (Domain Controller) Locator to find a domain controller, it must have accurate information so that it can properly locate the resource. If a domain controller is incorrectly advertised, the Locator is unable to find it.
There is a tool to diagnose multiple domain controller scenarios:
http://technet2.microsoft.