File and Input/Output System Q.35

0. Disk requests are received by a disk drive for cylinders 5, 25, 18, 3, 39, 8 and 35 in that order. A seek takes 5 m sec per cylinder moved. How much seek time is needed to serve these requests for a Shortest Seek First (SSF) algorithm ? Assume that the arm is at cylinder 20 when the last of these requests is made with none of the requests yet served

  • Option : B
  • Explanation : Shortest Seek Time First - minimizes arm movement
    Order to be followed is - (20) , 18,25,35,39, 8,5,3
    Seek = 2+5+7+10+4+31+3+2 = 59 cylinders , 295 ms
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *