Device Management, Fault tolerance Flashcards
Formula for total time taken to read
Ta = Ts + 1/2r + b/rN
Ts= average seek time
r = rotational speed
b = bytes to be transferred
N = track size/bytes on track
3 techniques performing I/O
- programmed
- interrupt-driven
- direct memory access (DMA) - best efficiency, CPU involved at start and end of transfer
Seek time
Rotational Delay
time taken for R/W head to position on right track
time taken for R/W head to position at start of right sector
RAID levels & characteristics
0: performance, no duplicate/parity bits
1/mirror: duplicate data, need twice amount of disks
4: support one hard disk failure, occupy one hard disk for parity bits
5: support one hard disk failure, occupy one hard disk for spread out parity bits
6: support two hard disk failure
occupy two hard disk for spread out parity bits
Differences in I/O device
data rate, application, complexity of control, unit of transfer, data representation, erorr condition