0
1.6kviews
Apply the following disk scheduling algorithm starting track at 90. i) FCFS ii) SSTF iii) C-SCAN

Subject: Operating System

Topic: File Management

Difficulty: High

The requested tracks in the order received are - 54, 57, 40, 20, 80, 120, 150, 45, 180. Apply the following ##disk scheduling algorithm starting track at 90.

i) FCFS

ii) SSTF

iii) C-SCAN

1 Answer
0
10views

First Come First Serve (FCFS) Disk Scheduling

FCFS

Total Head Movements

= (90 - 54) + (57 - 54) + (57 - 40) + (40 - 20) + (80 - 20) + (120 - 80) + (150 - 120) + (150 - 45) + (180 - 45)

= 36 + 3 …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.