Chapter 1: Active Directory Flashcards
(41 cards)
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
Schema attributes
Schema attributes define the rules of what type of information is stored in an AD object, the type of information is called the attribute value.
What are Active Directory Container Objects?
A container object is used to encapsulate other objects for organisation, management, administrative, and security purposes
Types of AD container objects (3)
Organisational Units
Folder objects
Domain objects
Type of Folder objects (5)
Builtin - for default windows groups
Computers - default for computer accounts in domain
Foreign Security Principals - user accounts from other domains
Managed Service Accounts - for services to access domain resources
Users - the administrator and guest default accounts
Leaf Object
A leaf object is an AD object that doesn’t contain other objects and represents either a security account, network resource, or GPO
What is replication? What are the types? (3)
Replication is the process of maintaining a consistent database of information when the database is distributed among several locations (at domain controllers)
Intrasite replication - replication between domain controllers in the same site
Intersite replication - replication between domain controllers at two or more sites
Multimaster repliation - repliation used by AD for replacing AD objects
Knowledge Consistency Checker (KCC)
Defines….
KCC runs on all Domain Controllers and defines the replication topology of them, to make sure that no more than three hops exist between any two Domain controllers.
Directory partition (5)
Each section of an Active Directory database:
Domain directory partition
Schema directory partition
Global catalog partition
Application directory partition
Configuration partition