3.3.3 ‐ Active Directory - Zach-ATK/reading-notes GitHub Wiki

13. Active Directory:

Additional Sources

DHCP Overview | Configuring DHCP

Topic

Active Directory is Microsoft's identity management service for Windows networks, ensuring secure and centralized control over users and resources.

Prompts:

What is Active Directory?

1. What exactly is “Active Directory” and are the key services it provides?

  • Active Directory (AD) is Microsoft's directory and identity management service for Windows domain networks.

2. What are the differences between a domain, forest, and tree in Active Directory?

  • Domain: Collection of objects (users, devices) sharing the same AD database, identified by a DNS name.
  • Tree: Collection of one or more domains with a common DNS root name.
  • Forest: Collection of one or more trees that share a common schema, global catalog, and directory configuration but don't have a contiguous namespace.

3. How can objects (e.g. users, devices) within a domain be grouped?

  • Objects within a domain can be grouped using Organizational Units (OUs).

4. Explain the benefits of Active Directory, as you would to a family member.

  • Security: Active Directory helps improve security by controlling access to network resources.
  • Organizational Alignment: Easily organizes data to align with the organizational structure and business needs.
  • Centralized Management: Administrators can centrally manage user access privileges.

Things I want to know more about:

  • LDAP