what is relation between SJF and SRTN
Answers
Answered by
1
Answer:
Hey Buddy here's ur answer
SJF/SRTF: Not fair, but average waiting time is minimized assuming we can accurately predict the length of the next CPU burst.
Answered by
0
Explanation:
SRTF stands for shortest remaining times first and SJF stands for Shortest job first.
Both these algorithms are related to the way a computer processes its requests.
Now SRTF is a pre-emptive version of the SJF. The computer processes that have the same arrival time, will make SRTF equivalent to SJF. However SRTF is usually faster than SJF in many cases considering average waiting time
Similar questions