nerdexam
CompTIA

SK0-004 · Question #156

A server administrator is implementing disk redundancy in all database servers. Which of the following RAID configurations should the administrator use so that a MINIMUM number of disks are required?

The correct answer is B. RAID 1. RAID 1 (disk mirroring) requires only two disks and still provides full redundancy, making it the minimum-disk option among all redundant RAID levels.

Server hardware installation and management

Question

A server administrator is implementing disk redundancy in all database servers. Which of the following RAID configurations should the administrator use so that a MINIMUM number of disks are required?

Options

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

How the community answered

(27 responses)
  • A
    11% (3)
  • B
    78% (21)
  • C
    7% (2)
  • D
    4% (1)

Why each option

RAID 1 (disk mirroring) requires only two disks and still provides full redundancy, making it the minimum-disk option among all redundant RAID levels.

ARAID 0

RAID 0 stripes data across disks for performance but provides zero redundancy - a single disk failure results in complete data loss.

BRAID 1Correct

RAID 1 mirrors data identically across exactly two disks, so only two total disks are required to achieve redundancy. If one disk fails, the surviving mirror disk contains a complete copy of all data and operations continue uninterrupted. No other standard redundant RAID level can be implemented with fewer than two disks.

CRAID 5

RAID 5 uses distributed parity and requires a minimum of three disks to function, which is more than RAID 1 needs.

DRAID 6

RAID 6 uses dual distributed parity for two-disk fault tolerance but requires a minimum of four disks, the highest minimum disk count among these options.

Concept tested: Minimum disk requirements for RAID redundancy levels

Source: https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/storage-spaces-fault-tolerance

Topics

#RAID 1#disk redundancy#RAID levels#minimum disk count

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice