339 views
2 votes
2 votes
Given Ts : Transfer time.

b: Number of bytes to be transfered.

N: Number of bytes on a track.

r: Rotational speed.

Which of the following expression gives the total avg access time?

a. Ts+(r/2)+(rb/N)

b. Ts+(1/2r)+(rb/N)

c. Ts+(1/2r)+(N/rb)

d. Ts+(1/2r)+(b/rN)

1 Answer

Best answer
2 votes
2 votes
Avg access time=seek time+rotational latency+ transfer

Rotational latency=1/2 rotational time

=1/2r

Transfer time =b/Nr

 So ans is d
selected by

No related questions found