Which scheduling algorithm ensures fairness among processes in terms of CPU allocation?

  • First Come First Serve (FCFS)
  • Priority Scheduling
  • Round Robin
  • Shortest Job Next (SJN)
Priority Scheduling ensures fairness by assigning priorities to processes based on criteria such as importance or resource requirements. This ensures that critical tasks get appropriate CPU time, promoting fairness.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *