Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

4 rader
296 B

  1. The shortest job first algorithm is definitely more fair compared to FCFS algorithm.
  2. The reason is obvious: the FCFS algorithm does care about only one thing - arival time,
  3. which doesn't mean a lot to 'fairness' of a scheduler algorithm. As fairness, I mean decreasing the wait time and TAT.