Computer Science Notes

Notes From CS Undergrad Courses FSU

This project is maintained by awa03

Raid and Reliability

Raid: redundant array of independent disks - standard way of organizing disks

Raid 1

Raid 2

Raid 3

Raid 4

$$$ parity = block1 \xor block2 \xor block3 parity' = block1' \xor block2 \xor block3

anything \xor anything = 0 anythin \xor 0 = anything parity \xor parity' parity' = block' \xor block1 xor parity $$$

Raid 5

Raid 6