Home » Operating Systems » Operating systems miscellaneous » Question

Operating systems miscellaneous

  1. Consider an operating system capable of loading and executing a single sequential user process at a time. The disk head scheduling algorithm used is First Come First Served (FCFS). If FCFS is replaced by Shortest Seek Time First (SSTF), claimed by the vendor to give 50% better benchmark results, what is the expected improvement in the IN/OUT performance of user programs?
    1. 50%
    2. 40%
    3. 25%
    4. 0%
Correct Option: D

I/O performance is not entirely dependent upon disk access, it has effect of various other devices, so using SSTF in place of FCFS may reduce disk access time but no improvement in the I/O is done. For slightly larger loads, SSTF offers better performance than FCFS. Hence (d) is correct option.



Your comments will be displayed only after manual approval.