Home  
  Microsoft  
  Cisco  
  CompTIA  
  CWNP  
  InfoSecurity  
  Forums  
  Blogs  
  Topsites  
  Watch free videos online  
     
  Subnet Calculator  
  Online Degrees  
  Exam Vouchers  
  Free Magazines  
     

  Watch free videos online  
   

 

Member Extraordinaire
Registered Member
 
genXrcist's Avatar
 
Join Date: Oct 2008
Location: St. Paul, Minnesota
Posts: 329

Certifications: CCNA(640-802), MCSE:2K3, MCDST, A+/Net+
genXrcist is on a distinguished road
Send a message via Yahoo to genXrcist
Old 07-09-2009, 11:39 PM   #1 (permalink)
Default Site Cost Links Question

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?



__________________
1) 70-284 - 75%
2) 79-285 - 0%
3) Security+ - 80%
4) CCNA: Voice - TBA

genXrcist is offline   Reply With Quote

Login/register to remove this advertisement.
Drops by now and again
Registered Member
 
astorrs's Avatar
 
Join Date: May 2008
Location: Vancouver, Canada
Posts: 2,766

Certifications: n+1
astorrs is a jewel in the roughastorrs is a jewel in the roughastorrs is a jewel in the roughastorrs is a jewel in the rough
Send a message via MSN to astorrs
Old 07-09-2009, 11:59 PM   #2 (permalink)

Quote:
Originally Posted by genXrcist View Post
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?
The system uses it to calculate the "cost" of the link. Therefore in your example the link with a cost of 100 is less than the link with a cost of 200. Or think of it this way - it costs $200 to send traffic down the 128K link, but only $100 to send it down the T1.



__________________
Follow me @ twitter.com/astorrs

astorrs is offline   Reply With Quote
Member Extraordinaire
Registered Member
 
genXrcist's Avatar
 
Join Date: Oct 2008
Location: St. Paul, Minnesota
Posts: 329

Certifications: CCNA(640-802), MCSE:2K3, MCDST, A+/Net+
genXrcist is on a distinguished road
Send a message via Yahoo to genXrcist
Old 07-10-2009, 02:03 AM   #3 (permalink)

Right, but what tells the DC that the $100 T1 is the pipe it's actually using? I mean, when it sends out the packets on the wire, how does it know it's actually using the T1?



__________________
1) 70-284 - 75%
2) 79-285 - 0%
3) Security+ - 80%
4) CCNA: Voice - TBA

genXrcist is offline   Reply With Quote
Member
Registered Member
 
Join Date: Dec 2008
Posts: 88

Certifications: MCSE: Server 2003
ElwoodBlues is on a distinguished road
Old 07-10-2009, 02:41 AM   #4 (permalink)

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.

ElwoodBlues is offline   Reply With Quote
My eyes..He's too awesome
Registered Member
 
Psoasman's Avatar
 
Join Date: Aug 2008
Location: Seattle
Posts: 472

Certifications: MCSE:Security, MCSA: Security MCP, MCDST, Security+, Network+, A+, MCTS: Vista
Psoasman will become famous soon enoughPsoasman will become famous soon enough
Old 07-10-2009, 06:04 AM   #5 (permalink)

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



__________________
I can do all things through God who gives me strength!!
Working on Windows 7
Working on AAS Degree

Psoasman is offline   Reply With Quote
Member Extraordinaire
Registered Member
 
genXrcist's Avatar
 
Join Date: Oct 2008
Location: St. Paul, Minnesota
Posts: 329

Certifications: CCNA(640-802), MCSE:2K3, MCDST, A+/Net+
genXrcist is on a distinguished road
Send a message via Yahoo to genXrcist
Old 07-10-2009, 01:17 PM   #6 (permalink)

Quote:
Originally Posted by ElwoodBlues View Post
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.
This is my point, and what I'm struggling with. How do the DC's know which logical object corresponds to which physical line connection?

Quote:
Originally Posted by Psoasman View Post
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
I agree with this 100% and I believe I understand what the function of the site-link and their costs are, as well as how the KCC utilizes them for replication topology, but I still don't get how it knows which physical line to place the replication packets on? I mean, how does it know that one site-link w/cost of 100 is the T1?

I don't see anything in Sites & Services that allows you to designate the speed of the site-link, just the cost.

Let me put it like this, say you have T1 access from Qwest and 56KB access from a local ISP. You create the 2 site links, one with a higher cost than the other. When the DC goes to replicate, how does it know that the higher cost site-link means 'send the packets on the local ISP line'?



__________________
1) 70-284 - 75%
2) 79-285 - 0%
3) Security+ - 80%
4) CCNA: Voice - TBA

genXrcist is offline   Reply With Quote
One Man Wolfpac
Registered Member
 
NetAdmin2436's Avatar
 
Join Date: Mar 2008
Location: Minnesota
Posts: 1,049

Certifications: AAS in Computer Networking, MCSE 2003, Network+, Security+, A+
NetAdmin2436 has a spectacular aura aboutNetAdmin2436 has a spectacular aura aboutNetAdmin2436 has a spectacular aura about
Old 07-10-2009, 01:59 PM   #7 (permalink)

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.



__________________
WIP: CCENT/CCNA (.....probably)

NetAdmin2436 is offline   Reply With Quote
InfoSec Analyst
Registered Member
 
dynamik's Avatar
 
Join Date: Mar 2007
Location: BR::LA
Posts: 11,108

Certifications: Most Recent: CEH & CWSP
dynamik is a glorious beacon of lightdynamik is a glorious beacon of lightdynamik is a glorious beacon of lightdynamik is a glorious beacon of lightdynamik is a glorious beacon of lightdynamik is a glorious beacon of light
Send a message via MSN to dynamik
Old 07-10-2009, 02:36 PM   #8 (permalink)

Yea, I was thinking about this since we talked about it, Gen, and I think the underlying network infrastructure is transparent to Windows.



__________________
The day you stop learning is the day you start becoming obsolete.

WIP - CCNA:S | OSCP | OSWP | GPEN - 02/26/10 ETA

dynamik is offline   Reply With Quote
Member Extraordinaire
Registered Member
 
genXrcist's Avatar
 
Join Date: Oct 2008
Location: St. Paul, Minnesota
Posts: 329

Certifications: CCNA(640-802), MCSE:2K3, MCDST, A+/Net+
genXrcist is on a distinguished road
Send a message via Yahoo to genXrcist
Old 07-10-2009, 05:53 PM   #9 (permalink)

Quote:
Originally Posted by NetAdmin2436 View Post
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.
Ahhhh... now this makes sense. It bases it on the Subnet the P2P sitelinks are on...ok, now I understand how the App layer is getting down to the Network layer. Thanks NetAdmin, you're a genius!!!

Quote:
Originally Posted by dynamik View Post
Yea, I was thinking about this since we talked about it, Gen, and I think the underlying network infrastructure is transparent to Windows.
Yep, and it was this underlying transparency that was throwing me off. Now that I understand it's based on the site subnet, it makes total sense.

Thanks Everyone!



__________________
1) 70-284 - 75%
2) 79-285 - 0%
3) Security+ - 80%
4) CCNA: Voice - TBA

genXrcist is offline   Reply With Quote
One Man Wolfpac
Registered Member
 
NetAdmin2436's Avatar
 
Join Date: Mar 2008
Location: Minnesota
Posts: 1,049

Certifications: AAS in Computer Networking, MCSE 2003, Network+, Security+, A+
NetAdmin2436 has a spectacular aura aboutNetAdmin2436 has a spectacular aura aboutNetAdmin2436 has a spectacular aura about
Old 07-10-2009, 08:21 PM   #10 (permalink)

Quote:
Originally Posted by genXrcist View Post
Thanks NetAdmin, you're a genius!!!
That's what you think. I can show you some of my Microsoft exam scores that say otherwise



__________________
WIP: CCENT/CCNA (.....probably)

NetAdmin2436 is offline   Reply With Quote
Bookmarks
Go Back TechExams.net IT Certification Forums > Microsoft > MCSA / MCSE on Windows 2003 General > 70-294 AD Infra
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT. The time now is 02:33 PM.

 
 
Featured Sponsors

TrainSignal - “Hands On” computer training for IT professionals. Network+ Training, MCSE, Cisco & more! Visit Train Signal’s free training site to get loads of Free Computer Training, videos, articles and practice exams.

Preplogic - Sign up now to get Unlimited Access to PrepLogic's entire video training library. Enjoy open access to Microsoft Server 2008, CCNA, CISSP®, PMP and many more. Get Unlimited Access

 

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
TechExams.net 2009