Essential Terms
Completion requirements
Browse the glossary using this index
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL
R
RAID 1Every block of data written to Drive 1 is identically duplicated onto Drive 2. It offers exceptional fault tolerance and faster read speeds, but cuts your physical storage capacity exactly in half. | |
RAID 5Data blocks are striped across a minimum of three drives, and mathematical checksum data (parity) is scattered across the disks. It provides a balanced middle-ground: it optimizes read performance and can survive the complete hardware death of any single drive in the array without losing data, while only sacrificing the capacity of one disk's worth of space. Current RAID 5 systems often have slow rebuild times and increased risk during rebuilds on very large disks. | |
RISC-V architectureAn open-source, royalty-free Reduced Instruction Set Computer (RISC) Instruction Set Architecture (ISA) based on established architectural design principles. | |