Tag-Archive for » ADS overview «
Basic Questions about ADS 2003.
What is active directory?
Active Directory is the directory service included in the Windows Server 2003 family. Active Directory includes the directory, which stores information about network resources, as well as all the services that make the information available and useful. Active Directory is also the directory service included in Windows 2000.
Active directory database-
NTDS.Dit located in C:\Windows\ntds\
.Dit – Directory Information Tree.
Active Directory Schema-
The Active Directory schema defines objects that can be stored in Active Directory. The schema is a list of definitions that determines the kinds of objects and the types of information about those objects that can be stored in Active Directory. Because the schema definitions themselves are stored as objects, they can be administered in the same manner as the rest of the objects in Active Directory. Normally called schema object or metadata .
Structure of Active Directory-
1)Physical structure - Sites, Domain Controllers
2)Logical structures – Forest, Tree, Domain, OU
Domain functional levels in Active directory 2003?
1)Mixed mode
2)Native mode
3)Interim mode
What is Global catalog and GC server?
The global catalog is the central repository of information about objects in a tree or forest. By default, a global catalog is created automatically on the initial domain controller in the first domain in the forest. A domain controller that holds a copy of the global catalog is called a global catalog server.
Functions of GC-
A)It enables a user to log on to a network by providing universal group membership information to a domain controller when a logon process is initiated.
B)It enables finding directory information regardless of which domain in the forest actually contains the data.
Active directory database engine name?
ESE (Extensible Storage Engine)
Partitions available in AD-
i)Schema partition
ii) Configuration Partition
iii) Domain Partition
iv)Application Partition
Types of replications-
Inter-site(Site to site) and Intra-site(With in site) replications.
About KCC-
KCC is called Knowledge Consistency Checker. The KCC is a built-in process that runs on all domain controllers. The KCC configures connection objects between domain controllers. Within a site, each KCC generates its own connections. For replication between sites, a single KCC per site generates all connections between sites.
The 2 trust protocols 2003 using -
Kerberos V5 and NTLM
Types of Trust relations available in 2003-
Tree-Root , Parent- Child , Shortcut, Realm, Forest trust , External trust
What is the hierarchy of applying Gpo(Group Policy Object) in 2003?
It is applied from parent level to child level in AD.
i) Local GPO
ii) GPOs linked to sites
iii) GPOs linked to domains
iv) GPOs linked to OUs
Protocols used on replication-
RPC over IP (Used for synchronies transfer), SMTP over IP (Asynchronies transfer)
What is the default time delay on replication?
Intra site – 15 min ( KCC automatically create the topology for Replication)
Inter-site – 1 hrs.
Security related changes replicated immediately across sites.
What Different tables available in NTDS database?
i)Schema table
ii)Link Table
iii)Data table
iv)Configuration Table
Where is the FRS logs stored in and what is the database engine name?
C:\Windows\ntfrs\jet\log ,The engine used is jet database engine. Ntfrs.jdb.
What is tombstone object in AD? What is it’s life time?
Any objects deleted from Active directory will not removed from Database immediately. That object is called tombstone object. The default life time for that object is 60 days.For win 2k3 SP1 180 days
What are the FSMO roles in AD and what are the functionalities of those roles?
Every Active Directory forest must have the following roles:
1) Schema master 2) Domain naming master
These roles must be unique in the forest. This means that throughout the entire forest there can be only one schema master and one domain naming master.
Schema Master Role
The domain controller assigned the schema master role controls all updates and modifications to the schema. To update the schema of a forest, you must have access to the schema master. At any time, there can be only one schema master in the entire forest.
Domain Naming Master Role
The domain controller holding the domain naming master role controls the addition or removal of domains in the forest. There can be only one domain naming master in the entire forest at any time. Domain-Wide Operations Master Roles Every domain in the forest must have the following roles:
3)Relative identifier (RID), or relative ID, master
4) Primary domain controller (PDC) emulator
5) Infrastructure master
These roles must be unique in each domain. This means that each domain in the forest can have only one RID master, PDC emulator master, and infrastructure master.
RID Master Role
The domain controller assigned the RID master role allocates sequences of relative IDs to each of the various domain controllers in its domain. At any time, there can be only one domain controller acting as the RID master in each domain in the forest. Whenever a domain controller creates a user, group, or computer object, it assigns the object a unique security ID. The security ID consists of a domain security ID (that is the same for all security IDs created in the domain) and a relative ID that is unique for each security ID created in the domain. To move an object between domains (using Movetree.exe: Active Directory Object Manager), you must initiate the move on the domain controller acting as the RID master of the domain that currently contains the object.PDC Emulator
Note: For all Active directory administration, troubleshooting and Changes; please refer this link-
…
Recent Comments