in Operating System
544 views
2 votes
2 votes
Why sjf is not a practical implementation ?
in Operating System
544 views

1 Answer

2 votes
2 votes
As SJF is based on shortest Burst time and we cannot predict burst time before execution it makes the whole SJF impractical

2 Comments

then all scheduling depend upon burst time.is not it?
0
0
Yes all of them depends upon burst time. But majority of them of are not practically possible as you dont know burst time before hand. For that some prediction methods to predict burst time and then scheduling algorithms can be applied. Also there is no accurate prediction method as of now so this makes all of the scheduling algorithm more or less practically impossible to be implemented ACCURATELY.
0
0