Chapter 1: Active Directory Flashcards
What is a network directory service?
A network directory service is an administrative tool that stores, retrieves, and allows for the centralised management of information on a network.
What is Active Directory Domain Services (ADDS)?
Active Directory is a directory service based on standards for defining, storing, and accessing directory service objects. It is based on the LDAP standard for accessing directory service objects.
Active Directory Features (6)
Hierarchical organisation
Centralised but distributed database
Scalability
Security
Flexibility
Policy-based administration
What is an Active Directory site?
An active directory site is a physical location in which domain controllers communicate and replicate information periodically
Domain Controller (DC)
A Domain Controller is a computer running Windows Server with the ADDS role installed, which services (and controls) one domain.
Domain Controller - Responsibilities (4)
- Maintain a replica of objects in the domain
- Replicate changes to the data to all other domain controllers in the domain
- Providing data search and retrieval functions for users attempting to locate objects in the directory
- Providing authentication and authorisation services for users (logging in and accessing network resources)
Active Directory Logical Structure (4)
Organisational Units
Domains
Trees
Forests
Organisational Unit (OU)
An organisational unit is an AD container object that is used to organise network users and resources into logical administrative units.
Contains objects such as: User accounts, groups, computer accounts, printers, applications, shared folders, servers, domain controllers
Domain
The domain is the core structural unit of an Active Directory, which contains OUs, and represents the administrative, security, and policy boundaries
Extra: Represented by a pyramid, large companies may have several to separate regions or administrative responsibilities
Tree
A tree is a grouping of one or more domains that share a common top-level and second-level domain name (naming structure)
Forest
A forest is a collection of one or more Active Directory trees (groupings of domains) that provide a common Active Directory environment
ADAC is used to… (functions 4)
Active Directory Administrative Center is used to:
Create and manage users and groups
Manage OUs
Connect to other domain controllers
Change the domains functional level
What is meant by “Active Directory Schema”?
Active Directory (AD) schema is a blueprint that describes the rules about the objects that can be stored.
Object
An object is an entity that represents a (network) resource such as users, computers, or printers, that is part of an AD network.
The schema defines…
The schema defines the type, organisation, and structure of objects stored in the AD database
Schema classes
Schema classes define the types of objects that can be stored in Active Directory