OPS 301 Class 13 - MackD51/CyberReadingNotes GitHub Wiki
What is Active Directory
- What exactly is “Active Directory” and are the key services it provides?
- Active Directory is a directory service developed by Microsoft. It is used to manage and organize resources within a network environment, particularly in Windows-based systems. Active Directory stores information about network resources such as users, computers, groups, printers, and other network objects. It provides centralized authentication and authorization services, making it easier to manage and secure access to network resources. The key features of AD are Schema, global catalog, query and index machine, and replication service.
- What are the differences between a domain, forest, and tree in Active Directory?
- A domain represents a logical boundary for network resources, a forest encompasses one or more domains with a shared schema and global catalog, and a tree defines the hierarchical relationship between domains within a forest. These concepts provide a flexible and scalable framework for organizing and managing network resources in Active Directory environments.
- How can objects (e.g. users, devices) within a domain be grouped?
- Objects within a domain in Active Directory can be organized and grouped into organizational units (OUs) to streamline administration and simplify policy management.
- Explain the benefits of Active Directory, as you would to a family member.
- Active Directory makes managing our computer network easier. It provides one login for multiple services, allows sharing and collaboration, enhances security, simplifies device management, and helps keep everything organized. It's like a helpful family organizer for our digital life.
References
https://www.cyberark.com/what-is/active-directory/