nerdexam
CompTIA

SK0-003 · Question #458

A technician manages a server that contains sensitive data. The server currently has two hard drives, one hosting the operating system and other generic files and the second hosting sensitive data. Th

The correct answer is B. RAID 1. To protect sensitive data from loss using only one additional hard drive without reformatting existing drives, the technician should implement RAID 1 on the drive containing sensitive data.

Security and disaster recovery

Question

A technician manages a server that contains sensitive data. The server currently has two hard drives, one hosting the operating system and other generic files and the second hosting sensitive data. The technician needs to implement a technology that would guard against data loss for only the sensitive data, while adding only one additional hard drive. Which of the following should the technician implement to avoid reformatting any drives?

Options

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

How the community answered

(37 responses)
  • A
    5% (2)
  • B
    84% (31)
  • C
    3% (1)
  • D
    8% (3)

Why each option

To protect sensitive data from loss using only one additional hard drive without reformatting existing drives, the technician should implement RAID 1 on the drive containing sensitive data.

ARAID 0

RAID 0 (striping) provides no data redundancy and increases the risk of data loss, making it unsuitable for protecting sensitive data.

BRAID 1Correct

RAID 1 (mirroring) duplicates data from one drive to another, providing full redundancy. If the drive containing sensitive data fails, the mirrored drive ensures the data is still available, and many RAID controllers allow for dynamically adding a mirror drive without requiring a full reformat of the original data drive.

CRAID 3

RAID 3 (byte-level striping with a dedicated parity drive) requires at least three drives and typically involves reformatting all drives to create the array.

DRAID 5

RAID 5 (block-level striping with distributed parity) requires a minimum of three drives and typically involves reformatting all drives to create the array.

Concept tested: RAID 1 for data redundancy with minimal drives

Source: https://learn.microsoft.com/en-us/windows-server/storage/disk-management/create-a-mirrored-volume

Topics

#RAID 1#Data redundancy#Data protection#Hard drive configuration

Community Discussion

No community discussion yet for this question.

Full SK0-003 Practice