技術者は、4 つの大きなハード ドライブを備えた新しい CAD ワークステーションを構成しています。ワークステーションは大規模で重要なファイルの編集に使用されるため、ストレージ構成は高速かつ冗長である必要があります。これらの要件を最もよく満たす RAID レベルは次のうちどれですか?
正解:D
RAID 10 combines the benefits of RAID 0 and RAID 1. It uses a striped configuration across multiple disks (similar to RAID 0) to provide high-speed read and write access. Additionally, it also mirrors the striped array onto a second set of drives (similar to RAID 1), providing redundancy in case of a drive failure.