nerdexam
CompTIA

220-802 · Question #892

A mirrored set is another name for which of the following?

The correct answer is B. RAID 1. A mirrored set writes identical data to two separate drives simultaneously, which is the defining characteristic of RAID 1, providing full redundancy at the cost of half the total raw capacity.

Hardware

Question

A mirrored set is another name for which of the following?

Options

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

How the community answered

(61 responses)
  • A
    2% (1)
  • B
    92% (56)
  • C
    2% (1)
  • D
    5% (3)

Why each option

A mirrored set writes identical data to two separate drives simultaneously, which is the defining characteristic of RAID 1, providing full redundancy at the cost of half the total raw capacity.

ARAID 0

RAID 0 is disk striping, which splits data across two or more drives for performance but provides no redundancy and no mirroring.

BRAID 1Correct

RAID 1, known as disk mirroring, maintains an exact duplicate copy of all data on a second drive in real time. If one drive fails, the mirror drive contains a complete and immediately usable copy, allowing the system to continue operating without data loss. This configuration requires a minimum of two drives and provides 50 percent storage efficiency since both drives hold the same data.

CRAID 3

RAID 3 uses byte-level striping across multiple drives with a dedicated parity drive, not mirroring.

DRAID 5

RAID 5 uses block-level striping with distributed parity across three or more drives, providing fault tolerance through parity rather than mirroring.

Concept tested: RAID 1 disk mirroring for redundancy

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

Topics

#RAID 1#disk mirroring#fault tolerance#storage arrays

Community Discussion

No community discussion yet for this question.

Full 220-802 Practice