Redundat Array of Inexpensive Disk
Striping: 논리적으로 연속된 data segment를 물리적으로 여러개의 디스크에 RR 방식으로 나눠 저장.
Mirroring: Data Replicatin
Striped disk array without fault tolerance

Mirrroing and duplexing

Hamming code ECC

Parallel transfer with parity
하나의 디스크를 Parity 용으로 사용

Independent data disk with shared parity disk
하나의 디스크를 Parity 용으로 사용하 되, 블락 단위로 분산 저장.

Independent data disk with distributed parity blocks
3개 이상의 디스크를 붙여서 하나의 디스크로 사용하고 각각에서 parity를 저장.
1개의 디스크 에러는 다른 2개의 디스크를 통해 복구 됨.

Parity를 2개씩 사용, 2개의 디스크 에러도 복구 될 수 있음.


