サーバー管理者は、新しいストレージ サーバーのペアを構築しています。サーバーは複製されます。したがって、冗長性は必要ありませんが、使用可能な容量を最大化する必要があります。サーバー管理者は次の RAID レベルのうちどれを実装する必要がありますか?
正解:A
The RAID level that should be implemented to maximize usable capacity without requiring redundancy is RAID 0. RAID (Redundant Array of Independent Disks) is a technology that combines multiple physical disks into a logical unit that provides improved performance, reliability, or both. RAID 0 is a RAID level that splits data evenly across two or more disks without parity or mirroring. RAID 0 does not provide any redundancy or fault tolerance, but it increases usable capacity and performance by allowing parallel read and write operations.
References: CompTIA Server+ SK0-005 Certification Study Guide, Chapter 1, Lesson 1.2, Objective 1.2