管理者はベンダーから受け取った新しいサーバーを確認し、RAID 0 で構成された 2 ドライブ アレイに OS がインストールされていることを確認しました。そのアレイ内のドライブに障害が発生した場合に何が起こるかを最もよく説明しているものは次のうちどれですか?
正解:B
RAID 0 is a configuration that splits data evenly across two or more disks without parity or mirroring. This improves performance but offers no fault tolerance. If a drive in a RAID 0 array fails, the data on the array becomes inaccessible and the server will immediately crash. The other options are not applicable to RAID 0. References: [CompTIA Server+ Certification Exam Objectives], Domain 3.0: Storage, Objective 3.2: Given a scenario, configure RAID using best practices.