Overview of Active Directory Domain Services: Lesson 1
Overview of Active Directory Domain Services: Lesson 1
Overview of Active Directory Domain Services: Lesson 1
Domain Services
Lesson 1
Chapter Objectives
Identify Active Directory functions and
Benefits.
Identify the major components that make
up an Active Directory structure.
Identify how DNS relates to Active
Directory.
Identify Forest and Domain Functional
Levels.
Directory Service
A network service that identifies all
resources on a network and makes those
resources accessible to users and
applications.
The most common directory service
standards are:
X.500 http://en.wikipedia.org/wiki/X.500
Lightweight Directory Access Protocol (LDAP)
http://en.wikipedia.org/wiki/LDAP
X.500
Uses a hierarchical approach in which
objects are organized in a similar way to
the files and folders on a hard drive.
Lightweight Directory Access Protocol
(LDAP)
Industry standard.
Slim-down version of X.500 modified to
run over the TCP/IP network.
Active Directory
A directory service that uses the tree
concept for managing resources on a
Windows network. (DOMAINS)
Stores information about the network
resources and services, such as user
data, printer, servers, databases, groups,
computers, and security policies.
Identifies all resources on a network and
makes them accessible to users and
applications.
Active Directory
Used in:
Windows 2000
Windows Server 2003
Windows Server 2008
Subsequent versions of Active Directory
have introduced new functionality and
security features.
Active Directory
Windows Server 2008 provides two
directory services:
Active Directory Domain Services (AD DS)
for managing users and resources in a domain environment
Example:
cn=JSmith, ou=sales, dc=lucernepublishing,
dc=com
USE ADSI EDIT TO VIEW USER DN
Domain Name System (DNS)
Provides name resolution for a TPC/IP
network.
Active Directory requires DNS as the
default name resolution method.
Example Resource Records (RR):
Host (A) Host name to IP.
Pointer (PTR) IP to Host name.
Service (SRV) Locator service for
LDAP/Domain controllers services.
FUNCTIONS OF DNS
YOU MUST REMEMBER THESE
DEFAULT
FUNCTIONAL
LEVEL
Forest Functional Levels
DEFAULT
FUNCTIONAL
LEVEL
Using Forest Functional Levels
To raise the functional level of a forest,
you must be logged on as a member of
the Enterprise Admins group.
The functional level of a forest can be
raised only on a server that holds the
Schema Master role.
(one of 5 FSMO roles found in a forest)
Trust Relationships
Active Directory uses trust relationships to
allow access between multiple domains
and/or forests, either within a single
forest or across multiple enterprise
networks.
A trust relationship allows administrators
from a particular domain to grant access to
their domains resources to users in other
domains. AGDLP .. REMEMBER?
Trust Relationships
When a child domain is created, it
automatically receives a two-way
transitive trust with its parent domain.
Trusts are transitive:
If domain A trusts domain B
And domain B trusts C
Then domain A trusts domain C
Chapter Summary
Active Directory is a database of objects that are
used to organize resources according to a
logical plan.
These objects include containers such as domains
and OUs in addition to resources such as users,
computers, and printers.
The Active Directory schema includes
definitions of all objects and attributes within
a single forest.
Each forest maintains its own Active Directory
schema.
Chapter Summary
Active Directory requires DNS to
support SRV records.
Microsoft recommends that DNS support
dynamic updates.
Chapter Summary
Domain and forest functional levels are
new features of Windows Server 2008.
The levels defined for each of these are
based on the type of server operating
systems that are required by the Active
Directory design.
The Windows Server 2003 forest functional
level is the highest functional level
available and includes support for all
Windows Server 2003 features.
Chapter Summary
Two-way transitive trusts are
automatically generated within the Active
Directory domain structure.
Parent and child domains form the trust path
by which all domains in the forest can
traverse to locate resources.
The ISTG is responsible for this process.
Inter Site Topology Generator
Chapter Summary
Cross-forest trusts are new to Windows
Server 2003, and they are only available
when the forest functionality is set to
Windows Server 2003 or higher
They must be manually created and
maintained.