Home CPU Scheduling Disk Scheduling Page Replacement Deadlock


Shortest Remaining Time First (SRTF)

The full form of SRT is Shortest remaining time. It is also known as SJF preemptive scheduling. In this method, the process will be allocated to the task, which is closest to its completion. This method prevents a newer ready state process from holding the completion of an older process.

Lets try to Run and Understand how this Algorithms actually WORK