728x90
•스토리지 Access
–스토리지에 연결
–SCSI(small computer system interface): 컴퓨터와 디스크 간에 데이터를 전송하는 표준 방법. SCSI 케이블을 통해 컴퓨터와 디스크를 연결합니다.
–FC(Faber Channel)- 스토리지와 컴퓨터를 빠른 속도로 연결해줌
–동 케이블, 광 케이블로 연결함
• 읽기/쓰기 작업
–1단계: 트랙 찾기
–2단계: 섹터 찾기
–3단계: 데이터 전송
• 스토리지 캐싱
–컴퓨터 CPU/캐시 메모리에서 데이터를 액세스하는 것이 더 빠릅니다.
RAID
RAID는 본래 Redundant Array of Inexpensive(or Independent) Disks의 약어로, 1988년 미국 U.C.버클리 소속 과학자 David a Patterson, Garth Gibson, Randyh Kats에 의해 정의된 것이다. 기본적인 RAID의 개념은, 작고 값싼 드라이브들을 연결해 비싼 대용량 드라이브 하나(Single Large Expensive Disk)를 대체하자는 것이었지만, 그 동안 하드 디스크를 포함한 스토리지 기술의 지속적인 발달로 인해 이제는 그 의미가 퇴색되어 버리고, 현재의 RAID 기술은 다음과 같이 정의된다.
•여러 개의 하드 디스크를 하나의 Virtual Disk로 구성하여 대용량 저장 장치로 사용
•여러 개의 하드 디스크에 데이터를 분할·저장하여 전송 속도의 향상
•시스템 가동 중 생길 수 있는 하드 디스크의 장애를 시스템 정지 없이 교체, 데이터 자동 복구
RAID 레벨
•RAID 0
Striped Disk Array without Fault Tolerance
• RAID 1
Mirroring and Duplexing
• RAID 2
Hamming Code ECC
• RAID 3
Parallel transfer with parity
• RAID 4
Independent Data disks with shared Parity disk
• RAID 5
Independent Data disks with distributed parity Blocks
•RAID 6
Independent Data disks with two independent
distributed parity schemes
• RAID 7
Optimized Asynchrony for High I/O Rates as well as
High Data Transfer Rates
• RAID 10
Very High Reliability combined with High Performance
• RAID 53
High I/O Rates and Data Transfer Performance
• RAID 0+1
High Data Transfer Performance