What Is An Active Directory?: Answer
What Is An Active Directory?: Answer
This first part covers basic Windows Server Interview Questions and answers
2. What are some of the roles of FSMO (flexible single master operations)?
Answer:
3. Tell me about Active Directory Database And List The Active Directory Database Files?
Answer:
The Active Directory database files as follows:
DIT
Log
Che
log and Res2.log
All the Active Directory changes are not written directly to the NTDS.DIT database file. They are first
written to EDB.Log and thereon from the log file to the database.
EDB.Che is used to tracking the updates to the database it acts as an update log file to check what
operations are performed to the database.
View Course
Related Courses
JWS Java Web Services Training (4 Courses, 11 Projects)Java Training (40 Courses, 29 Projects, 4
Quizzes)
NTDS.DIT: This is the Active Directory database and contains all the AD objects. The default
location is %system root%nrdsnrds.dit, this database is based upon the Jet database.
EDB.Log: This file is to track the transactions on the database, when EDB.Log is full it gets
renamed to EDB Num.log where a num is a number starting from 1 like EDB1.log
EDB.Che: This file is used to check for the data that is not yet written to a database. This file has
the starting point to the data can be recovered during failures.
Res1.log and Res2.log: Res stands for reserved transaction file which provides the transaction
log file enough time to shut down if the disk runs out of space.
4. What is the use of Active Directory Partitions? And How to Find the Active Directory Partitions
and there Location?
Answer:
The different type’s of active directory partitions are as below:
Schema Partition–This partition stores all the details of the objects and their attributes, it also
replicates to other domain controllers which are present in the Forest
Configuration Partition– This partition stores all the information about the Active Directory. The
information includes Site, site-link, subnet etc. this partition also replicates to all domain
controllers which are present in the Forest
Domain Partitions– This partition stores the information of the domain which includes user,
computer, group, printer etc. this partition also replicates to all domain controllers which are
present in the domain.
Application Partition– This partition stores the applications information in Active
Directory.Exampels– ForestDNSZones and DomainDNSZones
Nonlocal Group Policy objects: These are available only in an Active Directory environment and
are stored on a domain controller
Local Group Policy Objects: These are stored on local computers (individual computers)
A logical group of network objects for example computers, users, devices etc which share the same active
directory database is known as a domain.
The collection of one or more domains is known as a tree. This may also include a contiguous namespace
linked in a transitive trust hierarchy.
The collection of domains is known as the forest which shares a common global catalog, logical structure,
directory configuration and directory schema. It also defines the security boundaries for users, groups,
and computers.
Now for updating the Active Directory database, queries are fetched by the domain controller from
replication partners to ensure that the Active Directory is up to date and accurate. Whenever there is data
loss or corruption in the Active Directory this method is used (default).
9. Explain in windows DNS server What is Primary, Secondary and Stub zone?
Answer:
DNS stands for domain name system, which is used as a reference table to match the domain names to
the ip addresses
The below are the three types of zones in Windows DNS server:
Primary Zone: In the primary zone, the file is saved as a text file with extension being (.dns)
Secondary Zone: This is a backup for the primary server which acts as load balancing and also
provides fault tolerance. This is usually read-only file which is placed in another DNS server
Stub Zone: This consists of the name server and SOA records which help in reducing the DNS
search orders
10. Explain what is the major difference between NTFS (New Technology File System) or FAT (File
Allocation Table) on a local server?
Answer:
The major differences between FAT32 and NTFS are as below: