scheduling - First Come First Served, Shortest Job First, Shortest Job First Remaining Time First - Do they have similarities? -


i thought that, did not find similarity shared 3 procedures.

  • fcfs fair - sjf , srtf not fair.
  • fcfs , sjf non preemptive - srtf preemptive
  • fcfs not prefer processes short processing time - sjf , srtf prefer processes short processing time
  • fcfs has high average waiting time - sjf , srtf have low average wating times


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -