dynamik wrote: » Are there applications that query the GC? If there are and you remove the local GCs, all the GC traffic will have to traverse WAN links.
Iristheangel wrote: » So I'm studying for my 70-294 and while at work, I decided to open up AD Sites and Services to take a look at how our company's structure is set up. I work in a single domain health system with about 10 different hospital sites (all having high speed connections I believe) and each site has 2+ domain controllers. From what I can see, NONE of the domain controllers are acting as bridgeheads and every single domain controller is set as having a copy of the global catalog on it. Correct me if I'm wrong, but wouldn't this setup be using more bandwidth than setting up bridgeheads between sites and not having EVERY domain controller in the domain set up as a global catalog server? Is there any benefits to the way they have this set up that I'm missing here? As far as I understand, global catalogs are useful when there are multiple domains and even then, you wouldn't want to set up EVERY domain controller in the domain as a global catalog server. Thanks for hearing me out. If I'm missing something, I would love to have some insight into this AD design.
Technito wrote: » It's more than likely setup this way for redundancy and maximum efficiency. But if there are less than 100 users in each site, then there has to be an application, VPN server or something that's querying the global catalog very often for the need of 2 GC servers in a single site. Understand that preferred bridgehead servers only specify the primary DC responsible for site replication. Not specifying a preferred bridgehead server still allows both DC's to replicate, but does not designate a server as primarily responsible. This minimizes hardware strain on a single server. And the bandwidth AD replication uses is not all that excessive as long there is at least one global catalog in each site.
dynamik wrote: » These might also help:What Is the Global Catalog?: Active DirectoryEstablishing a Proper Global Catalog Placement StrategyPlanning Global Catalog Server Placement: Active Directory
Iristheangel wrote: » I work in a single domain...