Math question time!
Let's start by defining some terminology:
Level 1 RAID: 5 disks in RAID5
Level 2 RAID: 5 Level 1 RAIDs in RAID5
Level 3 RAID: 5 Level 2 RAIDs in RAID5
and so on...
Notice that a full Level 1 RAID will have 1 disk of parity data (divided among the 5 disks, of course). A full Level 2 RAID will have 9 disks of parity data (1 Level 1 RAID worth, and an additional 4 disks worth).
The question: In a full N-level RAID, how many disks of parity data will there be? Give a formulation in terms of N.
Additional question: What level RAID (by the above definition) will have a data redundancy ratio (redundant i.e. parity data / total data) lower than a traditional RAID 1 (which has a data redundancy ratio of 0.5)?
(Solution will be posted later, if I can work it out)
[disclaimer: I am aware that
standard RAID levels are ostensibly not how I have defined them; I adopt these definitions only in this question as it makes it easier to visualise. I am also aware that RAID 5 does not use a dedicated disk for parity, unlike RAID 3/4, and that parity data is distributed across all disk members, but let's not complicate things more just yet]