• No results found

Module 1: Introduction to Active Directory

N/A
N/A
Protected

Academic year: 2021

Share "Module 1: Introduction to Active Directory"

Copied!
36
0
0

Loading.... (view fulltext now)

Full text

(1)

Module 1:

Introduction to

Active Directory

(2)

Overview

uIntroduction to Active Directory

uActive Directory Logical Structure uRole of DNS in Active Directory

uActive Directory Physical Structure

uMethods for Administering a Windows

(3)

Introduction to Active Directory

uWhat Is Active Directory? uActive Directory Objects uActive Directory Schema

uLightweight Directory Access Protocol

(4)

What Is Active Directory?

Directory Service Functionality n Organize n Manage n Control Resources Centralized Management

n Single point of administration n Full user access to directory

(5)

Active Directory Objects

uObjects Represent Network

Resources

uAttributes Store Information About

an Object Attributes First Name Last Name Logon Name Attributes Printer Name Printer Location Active Directory Printers Printer1 Printer2 Suzan Fine Users Don Hall Attribute Value Objects Printers Users Printer3

(6)

Active Directory Schema

Objects Class Examples Printers Computers Users Attributes of Users Might Contain: accountExpires department distinguishedName middleName List of Attributes accountExpires department distinguishedName directReports dNSHostName operatingSystem repsFrom repsTo middleName Attribute Examples

Active Directory Schema Is:

n Dynamically Available n Dynamically Updateable n Protected by DACLs

(7)

DNS and Active Directory

Namespaces

microsoft.com sales. microsoft.com training. microsoft.com training microsoft DNS Namespace

Active Directory Namespace

= DNS node (domain or computer) = Active Directory domain

sales computer1 (DNS root domain) “.” com. Internet

(8)

Lightweight Directory Access

Protocol (LDAP)

uLDAP Provides a Way to

Communicate with Active Directory by Specifying Unique Naming

Paths for Each Object in the Directory

uLDAP Naming Paths Include:

n Distinguished names

n Relative distinguished names

(9)

Active Directory Logical

Structure

uDomains

uOrganizational Units uTrees and Forests

(10)

Domains

uA Domain Is a Security Boundary

n A domain administrator can administer

only within the domain, unless

explicitly granted administration rights in other domains

uA Domain Is a Unit of Replication

n Domain controllers in a domain

participate in replication and contain a complete copy of the directory

information for their domain

Windows 2000 Domain

(11)

Organizational Units

Organizational Structure Sales Vancouver Repair Users Sales Computers Network Administrative Model

uUse OUs to Group Objects into a Logical

Hierarchy That Best Suits the Needs of Your Organization

uDelegate Administrative Control over the

Objects Within an OU by Assigning

(12)

Trees and Forests

contoso.msft au. contoso.msft asia. contoso.msft Tree

Two-Way Transitive Trusts

au. nwtraders.msft asia. nwtraders.msft nwtraders.msft Forest Tree

(13)

Global Catalog

Global Catalog Server Global Catalog Subset of the Attributes of All Objects Domain Domain Domain Domain Domain Domain Queries Group membership when user logs on

(14)

Introduction to the Role of DNS

in Active Directory

uName Resolution

n DNS translates computer names to IP addresses n Computers use DNS to locate each other on the

network

uNaming Convention for Windows 2000 Domains

n Windows 2000 uses DNS naming standards for domain names

n DNS domains and Active Directory domains share a common hierarchical naming structure

uLocating the Physical Components of Active

Directory

n DNS identifies domain controllers by the services they provide

n Computers use DNS to locate domain controllers and global catalog servers

(15)

DNS Host Names and Windows

2000 Computer Names

n DNS host record and Active Directory

object represent the same physical computer

n DNS allows computers to locate domain

controllers within Active Directory

Active Directory training.microsoft.com Builtin Computers Computer1 Computer2 “.” com. sales training computer1 microsoft FQDN = computer1.training.microsoft.com

(16)

DNS Requirements for Active

Directory

DNS Requirements to Support Active Directory Support for SRV records (mandatory)

Support for the dynamic update protocol (recommended)

Support for incremental zone transfers (recommended)

(17)

What Is a Tree?

Parent Domain Child Domain Contiguous Namespace sales.contoso.msft Parent Child New Domain

Tree Root Domain

contoso.msft

(18)

What Is the Forest Root

Domain?

uThe Forest Root Domain Is

the First Domain Created in a Forest

contoso.msft Forest

Forest Root Domain

nwtraders.msft Tree

Tree Root Domain

Global Catalog Configuration and Schema Enterprise Admins Schema Admins marketing.nwtraders.msft sales.contoso.msft Tree

(19)

Characteristics of Multiple

Domains

Reduce Replication Traffic

Maintain Separate and Distinct

Security Policies Between Domains Preserve the Domain Structure of Earlier Versions of Windows NT

(20)

Active Directory Physical

Structure

uDomain Controllers uSites

(21)

Domain Controllers

Domain

Controller ControllerDomain

Domain Replication

= A Writeable Copy of the Active Directory Database Domain Controllers:

uParticipate in Active Directory replication

(22)

Sites

Sites:

uOptimize replication traffic

uEnable users to log on to a domain controller by using a reliable, high-speed connection

Site

IP subnet

IP subnet Los Angeles

Seattle

(23)

Introduction to Active Directory

Replication

Replication Domain Controller B Domain Controller C Domain Controller A

Multimaster Replication with a Loose Convergence

(24)

Replication Components and

Processes

uHow Replication Works uReplication Latency

uResolving Replication Conflicts uOptimizing Replication

(25)

How Replication Works

Replication Originating Update Domain Controller A Domain Controller B Domain Controller C Replicated Update Replicated Update Active Directory Update n Move n Delete n Add n Modify

(26)

Replication Latency

Replication Originating Update Domain Controller A Change Notification Change Notification Domain Controller C Domain Controller B Replicated Update Replicated Update

n Default Replication Latency (Change Notification) = 5 minutes n When No Changes, Scheduled Replication = One Hour

n Urgent Replication = Immediate Change

(27)

Resolving Replication Conflicts

Domain Controller A Originating Update Domain Controller B Conflict Originating Update Stamp Stamp Conflict

Version Number Timestamp Server GUID

Stamp

Conflicts Can Be Due to:

u Attribute Value

u Adding/Moving Under a Deleted Container Object

or the Deletion of a Container Object

(28)

Optimizing Replication

Originating Update Replicated Update GUID USN GUID USN Up-To-Dateness Vector Domain Controller A Domain Controller B Replicated Update GUID USN Domain Controller C

(29)

Replication Topology

uDirectory Partitions

uWhat Is Replication Topology?

uGlobal Catalog and Replication of

(30)

Directory Partitions

Domain Forest Directory Partitions Active Directory Database contoso.msft Configuration Schema

Holds information about all domain-specific objects created in Active Directory Contains information about Active Directory structure

Contains definitions and rules for creating and manipulating all objects and attributes

(31)

B2 A2 A1 B1 B3 A4 A3 Domain Controllers

from Different Domains Domain A Topology Domain B Topology Schema/Configuration Topology A2 A1 A4 A3 Domain Controllers

from the Same Domains Domain A Topology

Schema/Configuration Topology

(32)

A2 A1

A4 A3

Domain Controllers

from the Same Domains Domain A Topology

Schema/Configuration Topology B2 A2 A1 B1 B3 A4 A3 Domain Controllers

from Different Domains Domain A Topology

Domain B Topology

Schema/Configuration Topology

(33)

Using Active Directory for

Centralized Management

OU1 Domain Computers Users OU2 Users Printers Computer1 User1 Printer1 User2 Domain OU2 OU1

User1 Computer1 User2 Printer1

Search

Active Directory:

n Enables a single administrator to centrally manage resources

n Allows administrators to easily locate information n Allows administrators to group objects into OUs n Uses Group Policy to specify policy-based settings

(34)

Managing the User

Environment

Use Group Policy to:

nControl and lock down what users can do

nCentrally manage software installation,

repairs, updates, and removal

nConfigure user data to follow users whether

they are online or offline

Windows 2000 Enforces Continually Apply Group

Policy Once

1 2

3

Domain

OU1 OU2 OU3

(35)

Delegating Administrative

Control

Assign Permissions:

lFor specific OUs to other administrators

lTo modify specific attributes of an object in a single OU

lTo perform the same task in all OUs Customize Administrative Tools to:

lMap to delegated administrative tasks lSimplify interface design

Domain Admin1 Admin2 Admin3 OU2 OU3 OU1

(36)

Review

uIntroduction to Active Directory

uActive Directory Logical Structure uRole of DNS in Active Directory

uActive Directory Physical Structure

uMethods for Administering a Windows

References

Related documents

� For Active Directory users and groups there is a ’Default Trust View’ � Overrides from the default trust view apply to all FreeIPA clients.. How ID override looks like

In Active Directory Users and Computers or Active Directory Sites and Services, right-click the directory container object the GPO is linked to, click Properties, and then click

The results of the investigation and any recommendations of the safety and health committee should be communicated to appropriate persons for corrective action (see section

You can choose to either specify authentication attributes for all users from Active Directory by using a template, or you can specify the attributes for individual users by

 Domain Computers: all computers in the Active Directory (provided of course that you are in an Active Directory); the computers do not necessarily have the MyVision student

Topics include: Installing Active Directory; Active Directory Design Philosophy’ Managing Directory Objects: Users, Groups, and Resources; Security and Protecting the Network;

In. one sense, this cannot be due to the mere cessation of active work and movement. We know there are occasions for many of us when sleep. which is a cessation of active work, does

Note that you use Active Directory Users and Computers in the procedure “ To Change the Password for an Active Directory Account That Cisco Unity Services Log On As .” If the