Disk Scheduling Algorithms Calculator

Analyze and simulate disk scheduling algorithms like FCFS, SSTF, SCAN, and more with our dynamic Disk Scheduling Algorithms Calculator.

Results

Seek Sequence: 35->175->14->99->182->56->140->200->48->167->3->86

Total Seek Time: 1292 milliseconds

Step-by-Step Calculations

  • Track Move from 0 to 35 Distance: 35 (0 - 35)
  • Track Move from 35 to 175 Distance: 140 (35 - 175)
  • Track Move from 175 to 14 Distance: 161 (175 - 14)
  • Track Move from 14 to 99 Distance: 85 (14 - 99)
  • Track Move from 99 to 182 Distance: 83 (99 - 182)
  • Track Move from 182 to 56 Distance: 126 (182 - 56)
  • Track Move from 56 to 140 Distance: 84 (56 - 140)
  • Track Move from 140 to 200 Distance: 60 (140 - 200)
  • Track Move from 200 to 48 Distance: 152 (200 - 48)
  • Track Move from 48 to 167 Distance: 119 (48 - 167)
  • Track Move from 167 to 3 Distance: 164 (167 - 3)
  • Track Move from 3 to 86 Distance: 83 (3 - 86)
  • Total track movement: 12 Total time taken: 1292 milliseconds

Seek Timeline: