nerdexam
CompTIA

CV0-002 · Question #343

A storage technician must implement a RAID configuration on a new database server. The database is required to process a large number of parallel read and writes; therefore, the storage administrator

The correct answer is A. RAID 0. Given the requirement for maximized read and write throughput without concern for fault tolerance, RAID 0 is the appropriate choice as it stripes data across multiple disks, enhancing performance.

Deployment

Question

A storage technician must implement a RAID configuration on a new database server. The database is required to process a large number of parallel read and writes; therefore, the storage administrator must select the appropriate array to maximize both read and write throughput. There is no concern for storage fault tolerance, since the database server will be joined to an existing cluster. Which of the following should the storage administrator implement?

Options

  • ARAID 0
  • BRAID 1
  • CRAID 5
  • DRAID 6

How the community answered

(24 responses)
  • A
    83% (20)
  • B
    4% (1)
  • C
    8% (2)
  • D
    4% (1)

Why each option

Given the requirement for maximized read and write throughput without concern for fault tolerance, RAID 0 is the appropriate choice as it stripes data across multiple disks, enhancing performance.

ARAID 0Correct

RAID 0, or striping, distributes data across multiple disks in parallel, significantly increasing both read and write throughput by allowing concurrent access to different parts of the data. The question explicitly states that fault tolerance is not a concern, making RAID 0 ideal for performance.

BRAID 1

RAID 1 (mirroring) provides excellent read performance and fault tolerance but does not maximize write throughput by striping data across multiple disks.

CRAID 5

RAID 5 (striping with parity) offers a balance of performance and fault tolerance but involves parity calculations that can impact write performance compared to RAID 0.

DRAID 6

RAID 6 (striping with dual parity) provides even greater fault tolerance than RAID 5 but at the cost of reduced write performance due to more complex parity calculations.

Concept tested: RAID levels for performance

Source: https://learn.microsoft.com/en-us/windows-server/storage/disk-management/initialize-new-disks#raid-levels-and-their-characteristics

Topics

#RAID 0#storage performance#database storage#throughput

Community Discussion

No community discussion yet for this question.

Full CV0-002 Practice