in Operating System retagged by
254 views
0 votes
0 votes
when and why is disk scheduling used?

 

also who performs disk scheduling?
in Operating System retagged by
by
254 views

1 Answer

0 votes
0 votes
Best answer
The goal of all disk scheduling algorithms is to reduce seek time.

In a real life scenario, multiple disk access requests are placed, and the expectation is that accesses are completed as fast as possible.

As to who performs disk scheduling, lets recall who is our Resource Manager... the OS. These algorithms are coded inside the OS. (disclaimer - this is my understanding, kindly verify)

(in these algorithms we assume we already have the requests lined up.)
selected by
by

Related questions