genXrcist wrote: » Let's say you have two sites, with two connections between the two. One connection is T1 and the other is 128KB. You setup your two site-links between the two, one with a cost of 100 for the T1 and the other with a cost of 200 for the 128KB connection. WHen it comes to the actual passing of data, how do the DC's know that the site-link of 100 is attached to the T1? In other words, when they're replicating data accross the 100 cost site-link, how does it know to use the T1 connection?
ElwoodBlues wrote: » I think that you typically would not have 2 site links between only 2 sites unless 1 is a demand dial. Keep in mind that these are only logical objects.
Psoasman wrote: » AD creates a topology for the forest to determine what the best path to replicate data. The KCC - Knowledge consistency checker- runs on all DC's and it will build the topology automatically for you. AD will figure out the best path, but you can set the cost yourself. The higher the cost for the path, the lower the preference that KCC has for that site link. For example, if you have 3 domains and 2 are connected by T1's and the other by a 128 KB connection, replication would probably eat up the bandwidth of the 128 connection. You can manually increase the cost of the 128 site link, so the KCC will only use it last. I think the cost must be higher than the other connections. This will force the replication over the site links with the lower cost. You also have the option of scheduling the replication. You could schedule the replication for the 128 site link during slow times, when users aren't there. I have been studying this material this week and I think I'm getting a handle on it...finally
NetAdmin2436 wrote: » I think I understand your question....and here's what I think (someone correct me if I'm wrong). I don't think Windows can tell the difference in the two physical lines, if both site links are assigned to the same site (subnet) and/or if both of the Internet lines are assigned to the same subnet for their LAN side. I think it's more going to depend on how you have your firewall/router and connections configured. Typically you will have a firewall/router that can handle the two Internet connections and make any fail over decisions. I think the domain controller just sends the replication traffic to the router and says "here, send this to <ip address>". Then the router would make the decision which physical line to use. So in essence, I don't think creating multiple site links in Active Directory Sites and Services from site A to site B really does anything in this case if both internet connections are on the same subnet.
dynamik wrote: » Yea, I was thinking about this since we talked about it, Gen, and I think the underlying network infrastructure is transparent to Windows.
genXrcist wrote: » Thanks NetAdmin, you're a genius!!!