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

php - How to display all orders for a single product showing the most recent first? Woocommerce -

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

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -