Device Management, Fault tolerance Flashcards

1
Q

Formula for total time taken to read

A

Ta = Ts + 1/2r + b/rN
Ts= average seek time
r = rotational speed
b = bytes to be transferred
N = track size/bytes on track

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

3 techniques performing I/O

A
  1. programmed
  2. interrupt-driven
  3. direct memory access (DMA) - best efficiency, CPU involved at start and end of transfer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Seek time
Rotational Delay

A

time taken for R/W head to position on right track
time taken for R/W head to position at start of right sector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

RAID levels & characteristics

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Differences in I/O device

A

data rate, application, complexity of control, unit of transfer, data representation, erorr condition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly