nerdexam
GIAC

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.

Advanced Incident Response & Digital Forensics Fundamentals

Question

Which of the following provides high availability of data?

Options

  • ARAID
  • BAnti-virus software
  • CEFS
  • DBackup

How the community answered

(26 responses)
  • A
    73% (19)
  • B
    8% (2)
  • C
    15% (4)
  • D
    4% (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.

ARAIDCorrect

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.

BAnti-virus software

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.

CEFS

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.

DBackup

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

#RAID#high availability#data redundancy#storage resilience

Community Discussion

No community discussion yet for this question.

Full GCFA Practice