What is Active Directory?
Active Directory (AD) is a directory service implemented by
Microsoft for Windows domain networks. It is included in most Windows Server
operating systems.
An AD domain controller authenticates and authorizes all users and computers in a Windows domain type
network—assigning and enforcing
security policies for all
computers and installing or updating software.
For example, when a user logs into a computer that is part
of a Windows domain, Active Directory checks the submitted password and
determines whether the user is a system administrator or normal user.
An Active Directory structure is an arrangement of
information about objects. The objects fall into two broad categories:
resources (e.g., printers) and security principals (user or computer accounts
and groups). Security principals are assigned unique security identifiers
(SIDs).
Single server operations:
Flexible Single Master Operations Roles (FSMO, sometimes
pronounced "fizz-mo") operations are also known as operations master
roles. Although domain controllers allow simultaneous updates in multiple
places, certain operations are supported only on a single server. These
operations are performed using the roles listed below:
|
Role name
|
Scope
|
Description
|
|
Schema Master
|
1 per forest
|
Schema modifications
|
|
Domain Naming Master
|
1 per forest
|
Addition and removal
of domains if present in root domain
|
|
PDC Emulator
|
1 per domain
|
Provides backwards
compatibility for NT4 clients for PDC operations (like password changes). The
PDC runs domain specific processes such as the Security Descriptor Propagator
(SDP), and is the master time server within the domain. It also handles
external trusts, the DFS consistency check, holds current passwords and
manages all GPOs as default server.
|
|
RID Master
|
1 per domain
|
Allocates pools of
unique identifiers to domain controllers for use when creating objects
|
|
Infrastructure Master
|
1 per domain/partition
|
Synchronizes
cross-domain group membership changes. The infrastructure master should not
be run on a global catalog server (GCS) unless all DCs are also GCs, or the
environment consists of a single domain.
|
No comments:
Post a Comment