RAID: Difference between revisions
From IT Wiki
(→RAID-5: 1-n배 -> n-1배. 오타 정정) |
(→RAID-5: 회전 패리티 방식으로 병목현상을 줄인다.) |
||
Line 121: | Line 121: | ||
*가장 많이 쓰인다. | *가장 많이 쓰인다. | ||
*블록 스트라이핑과 분산된 패리티를 사용한다. | *블록 스트라이핑과 분산된 패리티를 사용한다. | ||
*회전 패리티 방식으로 병목현상을 줄인다. | |||
|- | |- | ||
|| | || |
Latest revision as of 13:13, 19 September 2024
- 하드디스크 여러 개를 활용하여 속도 향상이나 안전성 향상을 높이는 기술
기본 모델[edit | edit source]
RAID-0[edit | edit source]
- Striped disk array without fault tolerance
구조 | 설명 |
---|---|
| |
|
RAID-1[edit | edit source]
- Mirroring and duplexing
구조 | 설명 |
---|---|
| |
|
RAID-2[edit | edit source]
- Hamming code ECC
구조 | 설명 |
---|---|
| |
|
RAID-3[edit | edit source]
- Parallel transfer with parity
구조 | 설명 |
---|---|
| |
|
RAID-4[edit | edit source]
- Independent data disks with shared parity disk
구조 | 설명 |
---|---|
| |
|
RAID-5[edit | edit source]
- Independent data disks with distributed parity blocks
구조 | 설명 |
---|---|
| |
|
RAID-6[edit | edit source]
- Independent data disks with two independent distributed parity schemas
구조 | 설명 |
---|---|
| |
|
RAID-7[edit | edit source]
- 비공식
구조 | 설명 |
---|---|
사진 없음 |
|
|
조합 모델[edit | edit source]
RAID-0-1[edit | edit source]
구조 | 설명 |
---|---|
| |
|
RAID-1-0[edit | edit source]
구조 | 설명 |
---|---|
| |
|
관련 기출[edit | edit source]
미러링(Mirroring)
- 디스크에 에러 발생 시 데이터의 손실을 막기 위해, 추가로 하나 이상의 장치에 중복 저장하는 기술
스트라이핑(Striping)