nerdexam
GIAC

GSLC · Question #208

You work as a Network Administrator for Net Perfect Inc. The company has a Windows Server 2008 network environment. The network is configured as a Windows Active Directory-based single forest…

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.

Security Architecture & Engineering

Question

You work as a Network Administrator for Net Perfect Inc. The company has a Windows Server 2008 network environment. The network is configured as a Windows Active Directory-based single forest network. You have recently added three new SCSI hard disk drives to a domain controller that already has two physical disk drives. The new SCSI disk drives are configured in a RAID-5 array. You are required to enhance the performance of the Active Directory database on the domain controller. Which of the following steps will you take to accomplish the task? Each correct answer represents a part of the solution. Choose two.

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.

How the community answered

(49 responses)
  • A
    82% (40)
  • B
    6% (3)
  • D
    12% (6)

Why each option

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.

AMove the log files to a separate physical disk other than the one used in RAID-5 or used by theCorrect

Placing transaction log files on a dedicated physical disk - separate from both the RAID-5 array and the operating system disk - isolates sequential log write operations from other I/O workloads, eliminating contention that would degrade domain controller responsiveness.

BMove the log files to the RAID-5 array.

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.

CMove the NTDS.DIT file to the RAID-5 array.Correct

Moving the NTDS.DIT Active Directory database file to the RAID-5 array leverages RAID-5's strong read performance and built-in fault tolerance, which directly benefits the read-heavy query workload typical of an AD database.

DMove the NTDS.DIT file to a disk other than the one used in RAID-5 or used by the operating system.

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

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/move-active-directory-database-log-files

Topics

#Active Directory database#RAID-5#NTDS.DIT#performance optimization

Community Discussion

No community discussion yet for this question.

Full GSLC Practice