CompTIA Server+ (SK0-005) — Question 245

An engineer is configuring the RAID on a new server that will support a large database handling real-time data processing. The system needs to have the largest available space with the best write performance. Given the following disks and configurations:

• Four 300GB SSD disks
• Eight 1.2TB 15K SAS disks
• Must include redundant OS disk

Which of the following configurations would meet all the necessary requirements for the new database server?

Answer options

Correct answer: C

Explanation

The correct answer is C because it utilizes RAID 1 for the OS and DB logs, ensuring redundancy, while RAID 5 for the data provides good write performance and efficient use of storage space. Option A does not meet space requirements due to the reduced number of SAS disks used, B uses RAID 6 which is less optimal for write performance than RAID 5 in this scenario, and D compromises the OS redundancy by employing RAID 0, which is not acceptable.