What are the AD database types and its flow?



What are the AD database types and its flow?..

Answer / siddhartha rath

The Active Directory creates and stores four types of log
files on the maintenance and management of transactions.
These files are stored in %system/NTDS and include

•Transaction log files. The current transaction file is
Edb.log, which by default contains information about recent
transactions and is limited to 10MB. When this limit is
reached, transaction files are automatically created with
the name edbxxxxx.log (where x is a sequential number).
They are retained until the transactions are committed to
the Active Directory. Once every 12 hours, old previous
transaction files are purged during a process known as
garbage collection. If you do not want previous transaction
files created, it is possible to set circular logging, in
which the current file is overridden when it is filled.
This action is not recommended because it could limit your
ability to recover recent transactions.

•Checkpoint files. The checkpoint is Edb.chk, and it is
used to list transactions that have been committed to the
Active Directory and those that remain uncommitted. Each
time a transaction is committed, it advances to the next
entry. If all transactions are not committed at the time of
shutdown, the checkpoint file is read when the system is
rebooted, and all remaining transactions are then committed
to the Active Directory.

•Reserved log files. The reserved log file can be a number
sequence of logs, with a maximum size of 10MB, named
res1.log, res2.log, and so on. These logs are used in place
of the transaction log when the creation of a new log file
is attempted, but insufficient disk space is available.
When this occurs, the system will automatically shut down.

•Patch files. Patch files (with a .pat suffix) are used
during the backup-and-restore process of the Active
Directory. Database entries are sometimes divided during
backup into what is known as split transactions. The patch
files are used to record these splits, and "patch" the
transaction back together during restoration.

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More Windows General Interview Questions

Where do I find my windows product key?

0 Answers  


Does windows 10 have a kernel?

0 Answers  


Does windows 10 have office?

0 Answers  


What was the original name of windows?

0 Answers  


How do I open windows error reporting?

0 Answers  






Is windows defender sufficient protection?

0 Answers  


How long should a windows startup repair take?

0 Answers  


What is getmac command?

0 Answers  


How do I run windows startup repair?

0 Answers  


How to use query performance counter?

0 Answers  


Is it safe to delete previous windows installations?

0 Answers  


What is taskhostw exe?

0 Answers  


Categories