GSLC · Question #208
GSLC Question #208: Real Exam Question with Answer & Explanation
The correct answer is A. Move the log files to a separate physical disk other than the one used in RAID-5 or used by the C. Move the NTDS.DIT file to the RAID-5 array.. To maximize Active Directory database performance, best practice is to place the NTDS.DIT file on the RAID-5 array for read throughput and move transaction logs to a separate physical disk to isolate sequential write I/O.
Question
Options
- AMove the log files to a separate physical disk other than the one used in RAID-5 or used by the
- BMove the log files to the RAID-5 array.
- CMove the NTDS.DIT file to the RAID-5 array.
- DMove the NTDS.DIT file to a disk other than the one used in RAID-5 or used by the operating system.
Explanation
To maximize Active Directory database performance, best practice is to place the NTDS.DIT file on the RAID-5 array for read throughput and move transaction logs to a separate physical disk to isolate sequential write I/O.
Common mistakes.
- B. Placing log files on the same RAID-5 array as the database creates I/O contention between sequential log writes and random database reads, defeating the purpose of having separate storage for each.
- D. Moving NTDS.DIT away from the RAID-5 array to a plain disk would forfeit both the read-performance advantage and the redundancy that RAID-5 provides for the database file.
Concept tested. Active Directory NTDS.DIT and log file placement for performance
Community Discussion
No community discussion yet for this question.