Disk Scheduling
A we know that one of the responsibilities of the Operating System is to use all hardware resources efficiently. To achieve this, a fast access time and disk bandwidth is required. TheRead More…
A we know that one of the responsibilities of the Operating System is to use all hardware resources efficiently. To achieve this, a fast access time and disk bandwidth is required. TheRead More…
CPU scheduling deals with the problem of deciding which of each process in the ready queue is to be allocated to the CPU. There are many algorithms available for scheduling purpose eachRead More…