Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows Server » Active Directory Forest – Trees and Domain and Sites

Active Directory Forest – Trees and Domain and Sites

Posted on 11/04/202015/02/2025 Christian By Christian 4 Comments on Active Directory Forest – Trees and Domain and Sites

In this article, we will discuss “Active Directory Forest – Trees and Domain and Sites”. Active Directory (AD) is a directory service developed by Microsoft for the Windows domain environment. AD forest is the top container in an Active Directory setup that contains domains, users, computers, and group policies. Please see how to install Veeam Backup Console on a Jump Server, Active Directory: How to Setup a Domain Controller, and how to install and configure Active Directory Domain Services on Windows Server 2022.

The Active Directory structure is built on the domain level. The framework that holds the objects can be viewed at different levels namely forest, domain trees, and domains. An Active Directory framework can have more than one domain, and the above tiers are referred to as a forest.

Note: Under each domain, you can have as many trees as possible. Having an Active Directory environment of this nature can create autonomy and segregation of duty thereby increasing security and if not configured correctly. It can also lead to exploitation in the Active Directory environment.

See the following guides for other information. What are the differences between Universal, Global, and Domain Local Group Scopes. Here is the differences between Active Directory Lightweight Directory Services and Active Directory Domain Services, and how to add a second Domain Controller to your environment?

Active Directory Structure

Within a deployment, objects are grouped into domains as shown in the below diagram. The objects for a single domain are stored in a single database (which can be replicated). Domains are identified by their DNS name structure, (namespace).

Active Directory Forest: A forest is a collection of trees that share a common global catalog, directory schema, logical structure, and directory configuration. The forest represents the security boundary within which users, computers, groups, and other objects are accessible.

A forest is a collection of one or more domains that may have one or more trees. What makes a forest unique is that it shares the same schema. The schema defines what and how Active Directory objects are stored.

A forest is a group of trees that do not share a contiguous namespace.

Active Directory Domain: A domain is defined as a logical group of network objects (computers, users, devices) that share the same Active Directory database.

When you add a domain to an existing tree, the new domain is a child domain of an existing parent domain.

Active Directory Tree: A tree is a collection of one or more domains and domain trees in a contiguous namespace and is linked in a transitive trust hierarchy. When you have multiple domains in the same namespace (e.g., techdirect.local, zone.techdirect.local), they are considered to be in the same tree. The tree also supports multiple levels of domains.

A tree is a hierarchical arrangement of Windows domains that share a contiguous namespace.

Please see “The trust relationship between this workstation and the primary domain failed“. Also, see “Enter connection information for your on-premise directory or forests: Azure AD connect unable to connect directory, forest not available“.

Some other information on AD Forest – Trees and Domain and Sites

Parent and child domains are automatically linked by the trust. Users in different domains can use these trusts to access resources in another domain assuming that they have access.

Trees in the forest are linked together via a trust automatically. This ensures that any users in any domain in the forest can access any resource in the forest to which they have access.

  • Global Catalog In order for users to find resources in any domain in the forest (remember that each domain has a separate database). Domain Controllers can be made into Global Catalog Servers. A Global Catalog Server contains partial information about every object in the forest. Using this information, the user can conduct searches.
  • Trust relationship: A logical relationship established between domains that allow pass-through authentication. Providing for users in a trusted domain to access resources in a trusting domain without having a user account in the trusting domain.
  • Organizational units (OU) are containers that hold other Active Directory objects like users, computers, printers, shared folders, and even other organizational Units. The advantage of OU is that it can be used to set security policies and delegate administrative control.

Reasons to Create Additional Domain

There will be many occasions in which you will need to create additional domains. Multiple domains are useful when you are dealing with

  • Different password requirements between organizations
  • Large numbers of objects
  • Different internet domain names
  • Better control of replication, and
  • Decentralized network administration

In order for you to decide whether to create multiple domains and how to use them to the best effect. You need to have a clear understanding of the relationship between trees and forests, known as a trust relationship.

While forests, trees, and domains are all logical grouping of objects, the physical grouping of objects is made possible using a site.

A site group objects based on IP addresses. Hence it cannot span across different physical locations. For example, if there are various branches of your organization located at different places, each location can be identified using a site.

A site is mainly used for replication and traffic control purposes. It is important to understand that sites and domains are not interrelated. A site can contain multiple domains and a single domain could span across multiple sites.

I hope you found this blog post on “Active Directory Forest – Trees and Domain and Sites” helpful. If you have any questions, please let me know in the comment section.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Server Tags:Active Directory, Active Directory Domain Services, Domain, Domain Controller

Post navigation

Previous Post: Active Directory Authentication methods: How do Kerberos and NTLM work
Next Post: WARNING: The provided hosts list is empty only the localhost is available and note that the implicit localhost does not match all

Related Posts

  • Migrate from SQL Database
    Migrate Veeam One Database from SQL Server 2017 to 2025 Backup
  • VMware workstation networking issues
    Network cable Unplugged: Fix VMware “Warning – Multiple default gateways are intended to provide redundancy to a single network Virtualization
  • fgbv
    Export and Import Scheduled Tasks in Windows Windows Server
  • SCVMM Setup Fails Because It Cannot Find The Specific Windows ADK Deployment Tools Files
    SCVMM setup Fails: Fix Missing Windows ADK Deployment Files Windows Server
  • adc
    How to add a second Domain Controller Windows Server
  • Prevent Local Administrators from turning off BitLocker 1
    Prevent Local Administrators from managing BitLocker with the manage-bde command Windows

More Related Articles

Migrate from SQL Database Migrate Veeam One Database from SQL Server 2017 to 2025 Backup
VMware workstation networking issues Network cable Unplugged: Fix VMware “Warning – Multiple default gateways are intended to provide redundancy to a single network Virtualization
fgbv Export and Import Scheduled Tasks in Windows Windows Server
SCVMM Setup Fails Because It Cannot Find The Specific Windows ADK Deployment Tools Files SCVMM setup Fails: Fix Missing Windows ADK Deployment Files Windows Server
adc How to add a second Domain Controller Windows Server
Prevent Local Administrators from turning off BitLocker 1 Prevent Local Administrators from managing BitLocker with the manage-bde command Windows

Comments (4) on “Active Directory Forest – Trees and Domain and Sites”

  1. Avatar photo Hish says:
    11/10/2021 at 11:39 PM

    Hi Christian, This is a great article. Can you explain a bit more about your last comment with examples: “It is important to understand that site and domains are not interrelated. A site can contain multiple domains and a single domain could span across multiple sites.“

    Log in to Reply
    1. Avatar photo Knight says:
      05/12/2021 at 2:59 PM

      Yes I got the same question

      Log in to Reply
    2. Avatar photo Rando says:
      19/09/2022 at 1:47 PM

      Hey, Hish! Not sure if you need this explanation anymore, but for those who have read the article and have the same question unanswered, I’ll try to elaborate. A site is more of a territorial division. For example, we could have a single domain which has 2 domain controllers in different cities. To make sure computers from city 1 won’t go to domain controller located in office in city 2, we need to divide them by creating sites, in this case the term ‘site’ could be taken literally. And to make sure, that domain understands this properly, we have to create ‘subnet mapping’ for each site and corresponding domain controller of that site. Subnet mapping refers to a subnet in which given domain controller is being located in. That’s the example of a single domain spanning across multiple sites.

      As you could guess, site and domains describe different things and different ways in which Active Directory could be divided.

      Log in to Reply
      1. chris Christian says:
        15/02/2025 at 2:31 PM

        Thank you very much for the explanation!

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • awscli56
    Configure AWS Command Line Interface AWS/Azure/OpenShift
  • elastic ip association error screen
    Fix Elastic IP Address Could not be Associated AWS/Azure/OpenShift
  • xcdbfg
    Folder Access Denied, you require permission from SYSTEM: Unable to delete old Windows folder Windows
  • retrieve SSL
    How to Retrieve an SSL Thumbprint in Windows using MMC Windows
  • image 73
    How to manage and use Amazon S3 access points using the AWS Management Console AWS/Azure/OpenShift
  • screenshot 2020 03 18 at 23.03.42
    Enable God Mode via PowerShell or the CLI and GUI Windows
  • Integrate OOTBI with VBR
    How to integrate ObjectFirst OOTBI Appliance with VBR Backup
  • Disable BitLocker
    Disable BitLocker: How to correctly disable MBAM-encrypted devices Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,821 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.