Disk Scheduling Algorithms
Disk Scheduling Algorithms
Introduction
Types of disk Scheduling Algorithm
1. First Come First Served Scheduling
Algorithm(FCFS)
2. Shortest Seek Time First Scheduling
Algorithm(SSTF)
3. SCAN Scheduling Algorithm/Elevator
Algorithm
C-SCAN Scheduling Algorithm
4. LOOK Scheduling Algorithm
C-LOOK Scheduling Algorithm
INTRODUCTON
1. Seek Time:-
“Seek time is the time for disk arm to move the
heads to the track containing desired sector”.
2. Rotational Latency:-
“Rotational Latency is the additional time for
disk to rotate desired sector to the disk head”.
3. Bandwidth:-
“The disk bandwidth is total number of bytes
transferred , divided by the total time between
the first request for service and the completion of
last transfer”.
1.First Come First Served Scheduling Algorithm(FCFS):-
This algorithm is easy to program, but generally does not
provide the fastest service.
QUEUE:-98,183,37,122,14,124,65,67
Head start at:-53
0 14 37 53 65 67 98 122 124 183
Seek Distance
59 Seek Distance