0%

0/1 Lessons

Course Introduction

• 1min

0 / 1 lessons complete

Getting Started with Active Directory Domain Services

• 52min

0 / 6 lessons complete

Introduction to Active Directory Users & Computers

• 1hr 27min

0 / 10 lessons complete

Adding a Second Domain Controller

• 1hr 31min

0 / 7 lessons complete

Active Directory Backups

• 1hr 24min

0 / 5 lessons complete

How to Administrate Active Directory with Windows PowerShell

• 1hr 58min

0 / 7 lessons complete

Administrating AD SS (Active Directory Sites and Services)

• 1hr 3min

0 / 5 lessons complete

Active Directory Trusts

• 54min

0 / 5 lessons complete

Modifying the Active Directory Schema

• 43min

0 / 3 lessons complete

Course Conclusion

• 2min

0 / 1 lessons complete

Saving Progress...

IMPORTANT: You do NOT need to create any NAT networks if you're using the online Server Academy IT labs. We have already done that work for you.

In this lecture, we are going to be covering Active Directory Sites and Services.I am going to be giving you an introduction as to what Active Directory Sites and Services are and we are going to cover an overview of this section and what you are going to be learning.

Now, let’s start with what Active Directory Sites and Services are. Put simply, it's a tool that allows you to organize your Domain Sites.

You might be wondering what a Domain Site is? Well, a Site represents a physical location. I like to think of this as an Office Building, it could be in a different state or a different country. So, let’s say you have these two office buildings and are located one in Virginia and one in New York. Each office building will represent a different Site.Now, Sites are generally on different subnets. So, Site 1 could be on a subnet 192.168.0.0/24, and Site 2 could be on subnet 10.0.2.0/24. These are just random theoretical subnet numbers that I am throwing out there. Generally, you have these workstations, these Sites, on two different subnets that are connected together.

So, you might be wondering, how do these Sites communicate? Well, these are generally physical networks that are connected, with a physical line to a router, say a VPN.

Now, Site Links are defined in Active Directory Domain Services and these are one of the key ingredients in connecting these different sites together.Also, Site Subnets automatically place devices in the appropriate Sites. So for example, we have in the diagram ITFDC01 located in New York and is on the 192.168.0.0/24 subnet and we also have ITFDC02 located in Beijing and is on the 10.0.2.0/24 subnet. Now, both of these fall under the ITFlee.com domain but are located on different Sites.

Now, a computer that joins the ITFlee.com domain and has a 192.168.0.100 IP Address will automatically be placed in the New York Site because it is under the same subnet as our ITFDC01 Site. And the same goes for Beijing, if I join a workstation to the ITFlee.com domain, or a Server, or any other kind of device, and it falls under the 10.0.2.0/24 subnet then that device will be placed under the Beijing Site.The reason why that’s good is that we don’t want computers in Beijing trying to authenticate against Domain Controllers that are located in New York. It is because that’s long-distance, you just don’t want to deal with that, it will just slow down your connection speed and things like that.

So, we can tell all of our workstations in Beijing to authenticate against ITFDC02 because that Server is located on the same Site as our Workstation.

So let’s talk more about Site Links and what they do.Now, a Site Link defines the Sites that are in the Link. So you can create multiple Links and then you can say this Site Link connects to Site A and Site B.

Now, the Site Link also defines the Cost. You can think of the Cost as the priority of the link. Now, this Cost can range from 0 to 99,999. The higher the number the less preferred the link is. The lower the number the more preferred the Link is.Now, you can also define the DC replication interval which is by default defined in minutes or based on defined schedules. If you have a link between New York and Beijing, and it is a really slow connection, you might want to add more time in between the replication process, that way, you are able to fully replicate before you try to replicate again.

Here we have a map. We can see we have SiteB located in Wyoming, SiteC located in Colorado, and SiteA located in Iowa. Let’s take an example of how a Site Link would work.

We have Site Link 1. It’s going to connect SiteA to SiteB. It is a 2 Mbps connection. Let’s say we have a direct connection between these sites. Now, this should have a higher Cost. Remember a higher Cost means a higher priority because it is such a slow connection.Let’s say we have another connection between SiteA and SiteC. That’s going to be a 1000 Mbps connection. This would have a lower cost because it is much faster than the connection between SiteA and SiteB.

Now, let's say we have another line between SiteB and SiteC and it is a 500 Mbps connection.So, if we need to get information from SiteA to SiteB we can tell Active Directory Sites and Services what would be the fastest way to get the information there.

We can see that over SiteA to SiteB it is a 2 Mbps connection so it is going to be pretty slow. Active Directory will be able to figure out based on the Cost that we assign each of these Links the fastest way to get to SiteB which would be going to SiteC and then over to SiteB. That’s why you assign priorities and preferred connections between your Site Links.Site Costs are priorities that you make up. There’s no science behind them. Just saying that the higher the number, the higher the cost, the less preferred, the less likely we are going to use that connection.

What are the benefits of Sites and Services?

Site Links allow Active Directory to know the fastest route between Sites.Users in SiteA will use the Domain Controllers in SiteA instead of using Domain Controllers that are located in SiteB or SiteC.

Logical separation of your Sites increases your network speeds.

Now, How are we going to use Sites and Services? Let me explain the network setup that we are going to have.First, we are going to move ITFDC02 to a different subnet.

Next, we are going to create a connection between the two subnets. So, we are going to have a 192.168.2.0/24 subnet and a 192.168.0.0/24 subnet like we already have. Then we are going to create a connection between the two with a routing service.Next, we are going to create and configure a new Site and we are going to place ITFDC02 on this new site. So you are going to learn how to create and configure Sites with Active Directory Sites and Services.

Now, there are a few things that I need you guys to do before continuing on to the next lecture. Now, these are all tasks we have done before so this is going to be an exercise and a way for you to remember what I’ve taught you so far in the course.

First, I need you to create a new NAT Network on the 192.168.2.0/24 subnet. It is going to be identical to the Nat Network we have created. Instead of using 192.168.0.0/24, we are going to change it to 192.168.2.0/24.Next, we are going to create a new Virtual Machine and we are going to call this ITFROUTE01. We are going to attach two networking adapters to this VM. The first is going to be the NAT Network that we created at the beginning of this course and is the one that is connected to the 192.168.0.0/24 subnet. Then on the second network adapter, we are going to attach the new Nat Network that we just created, the one that is 192.168.2.0/24.

Next, I need you to install Windows server 2016 on that VM.

And then we are going to be ready to pick up in the next lecture.

3 2 votes
Lesson Rating
Subscribe
Notify of
2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

profile avatar
zeins(@zeins)
Member
7 months ago

I passed the Lab with 100%, but it did not check that as done. What is the problem?

Last edited 7 months ago by Ricardo P
profile avatar
Ricardo P(@ricardop)
Admin
Reply to  zeins
7 months ago

Hi profile avatar Zein Saker

I see the Lab: Active Directory Backups completed on your student progress. If there’s anything missing from your end do let us know to update if needed.

In regards to the other post if you need to contact billing email support@serveracademy.com

Thank you,

Ricardo