OS | FCFS Disk Scheduling | Exp - 9


FCFS Disk Scheduling

In this Jobs or Processes are Executed in the Manner in which they are entered into the Computer. In this Operating System Creates a Queue which contains the Sequence Order in which they are to be Executed and the Sequence in which the CPU will Execute the Process.. In this all the Jobs are performed according to their Sequence Order as they have entered. In this the Job which had Requested first will firstly performed by the CPU. And the Jobs those are entered Later will be Executed in to their Entering Order. 

Advantages:
  • Every request gets a fair chance
  • No indefinite postponement
Disadvantages:
  • Does not try to optimize seek time
  • May not provide the best possible service

For more info visit EComputer Notes

Problem Statement

Find out the total distance covered by postman through the First come first serve (FCFS) disk Scheduling.

File: Download here

No comments:

Powered by Blogger.