GCFA · Question #180
Which of the following provides high availability of data?
The correct answer is A. RAID. RAID (Redundant Array of Independent Disks) provides high availability of data by maintaining redundancy across multiple physical drives so the system continues serving data even if one or more drives fail.
Question
Which of the following provides high availability of data?
Options
- ARAID
- BAnti-virus software
- CEFS
- DBackup
How the community answered
(26 responses)- A73% (19)
- B8% (2)
- C15% (4)
- D4% (1)
Why each option
RAID (Redundant Array of Independent Disks) provides high availability of data by maintaining redundancy across multiple physical drives so the system continues serving data even if one or more drives fail.
RAID configurations such as RAID 1 (mirroring) and RAID 5/6 (striping with parity) keep data continuously accessible by distributing it or duplicating it across multiple disks. If any single disk fails, the array reconstructs or directly serves the data from the remaining drives without interruption, satisfying the definition of high availability. This makes RAID the standard hardware-level mechanism for ensuring storage remains online during drive failures.
Anti-virus software detects and removes malware but provides no redundancy or fault tolerance for storage hardware failures, so it does not contribute to data availability.
EFS (Encrypting File System) protects data confidentiality by encrypting files at rest but does nothing to ensure the data remains accessible if a drive or system component fails.
Backup is a recovery mechanism used to restore data after a loss event and typically requires significant downtime to complete the restore process, making it a recovery tool rather than a high-availability solution.
Concept tested: RAID redundancy for high availability of storage data
Source: https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/storage-spaces-fault-tolerance
Topics
Community Discussion
No community discussion yet for this question.