December2015 Cs Q28

0. Consider a disk with 16384 bytes per track having a rotation time of 16 msec and average seek time of 40 msec. What is the time in msec to read a block of 1024 bytes from this disk?

  • Option : B
  • Explanation :
    Time in msec to read a block of 1024 bytes (Access time or Disk Latency) = seek time +average rotational delay + transfer time
    If there are 16384 bytes per track there are 1024/16384 tracks to be read for this block. Seek time = 40 msec
    Rotational delay = 16 msec
    Transfer time = (sectors_read/sectors per rev.) x rotational delay = (1024/16384) x 16 = 1
    average rotational delay = rotational delay/2 = 16/2 = 8
    access time = 40 + 8 + 1 = 49
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 *