<컴퓨터 구조 및 설계>6장 I/O 요약정리
- 최초 등록일
- 2019.07.29
- 최종 저작일
- 2019.06
- 15페이지/
MS 워드
- 가격 1,000원

목차
1.Introduction
2.I/O System Characteristics
3.Dependability Measures
4.Disk Sectors and Access
5.Disk Access Example
6.Flash Storage
7.I/O benchmarks
8.DMA(Direct memory access)
9.Measuring I/O Performance
10.Transaction Processing Benchmarks
본문내용
Introduction
I/O 디바이스는 다음과 같은 특성을 가진다..
-Behaviour : input, output, strage -Partner : human or machine -Data rage: bytes/sec, transfers/sec
I/O System Characteristics
Dependability가 중요. Fault: failure of a component
Performance는 Latency, Throughput, Desktops & embedded systems & Servers로 측정
Dependability Measures
Reliability: mean time to failure (MTTF), Service interruption: mean time to repair (MTTR),
Mean time between failures(시스템의 고장 발생 평균 시간)
MTBF = MTTF + MTTR, MTBF는 오류가 발생할 때까지 응용 프로그램이 실행되는 평균 시간
가용성은 두 성취 상태와 중단 상태 사이의 교차에 관한 서비스 성취의 척도다.
Improving Availability
1. Increase MTTF
-fault avoidance(피함) : construction에 의한 fault 발생 방지
-fault tolerance(자제) : 이중화를 사용하여 고장이 발생하더라도 서비스가 서비스 사양을 준수할 수 있도록 하며, 이는 주로 하드웨어 고장에 적용된다.
-fault forecasting(예측) : 하드웨어 및 소프트웨어 고장에 적용되는 결함의 존재 및 생성 예측, 고장 발생 전에 구성 요소를 교체할 수 있도록 함.
2. Reduce MTTR: improved tools and processes for diagnosis and repair
Disk Sectors and Access
섹터 : 디스크의 트랙의 일부. 각 섹터는 고정된 양의 사용자 접근이 가능한 데이터 저장. 하드 드라이브의 최소 기억단위.(Sector ID, Data, ECC, Synchronization fields and gaps)
참고 자료
없음