nerdexam
CompTIA

SK0-005 · Question #404

A systems administrator is provisioning a SQL server with a RAID controller. The management team requires that the server be able to withstand at least a single hard drive failure, but the…

The correct answer is C. RAID 10. The administrator should choose RAID 10 for the SQL server, as it provides single hard drive fault tolerance with better performance than parity-based RAID levels.

Server hardware installation and management

Question

A systems administrator is provisioning a SQL server with a RAID controller. The management team requires that the server be able to withstand at least a single hard drive failure, but the administrator is concerned that a computationally intensive RAID level may reduce server performance. Which of the following should the administrator choose?

Options

  • ARAID 0
  • BRAID 5
  • CRAID 10
  • DRAID 50
  • ERAID 60

How the community answered

(50 responses)
  • A
    2% (1)
  • B
    8% (4)
  • C
    74% (37)
  • D
    2% (1)
  • E
    14% (7)

Why each option

The administrator should choose RAID 10 for the SQL server, as it provides single hard drive fault tolerance with better performance than parity-based RAID levels.

ARAID 0

RAID 0 provides no data redundancy and will result in data loss if any single hard drive fails, failing to meet the requirement for single drive failure tolerance.

BRAID 5

RAID 5 offers single disk failure tolerance but involves parity calculations, which can be computationally intensive and may reduce write performance for a SQL server compared to RAID 10.

CRAID 10Correct

RAID 10 (also known as RAID 1+0) combines mirroring (RAID 1) and striping (RAID 0), offering both fault tolerance against single drive failures and high performance for database operations. It avoids the performance overhead of parity calculations present in RAID 5 and 6, making it suitable for computationally intensive workloads like SQL servers.

DRAID 50

RAID 50 is a nested RAID level (RAID 0 of RAID 5) that provides good performance and fault tolerance but still relies on parity, making it more computationally intensive than RAID 10.

ERAID 60

RAID 60 is a nested RAID level (RAID 0 of RAID 6) offering high fault tolerance but is the most computationally intensive due to double parity, which would significantly impact performance.

Concept tested: RAID levels and performance characteristics

Source: https://learn.microsoft.com/en-us/windows-server/storage/disk-management/raid-levels

Topics

#RAID levels#Storage management#Server performance#Fault tolerance

Community Discussion

No community discussion yet for this question.

Full SK0-005 Practice