DISK SCHEDULING ALGORITHMS

FCFS
Algorithm

FCFS is the simplest of all the Disk Scheduling Algorithms. In FCFS, the requests are addressed in the order they arrive in the disk queue.

Explore

SSTF
Algorithm

In SSTF (Shortest Seek Time First), requests having shortest seek time are executed first.

Explore

SCAN
Algorithm

In SCAN algorithm the disk arm moves into a particular direction and services the requests coming in its path.

Explore

CSCAN
Algorithm

The disk arm moves in a circular fashion and this algorithm is also similar to SCAN algorithm and hence it is known as C-SCAN (Circular SCAN).

Explore

Watch to learn how to deep dive into the world of Disk Scheduling Algorithms.

Watch

LOOK
Algorithm

Here, the disk arm in spite of going to the end of the disk goes only to the last request to be serviced in front of the head and then reverses its direction from there only.

Explore

CLOOK
Algorithm

In CLOOK, the disk arm in spite of going to the end goes only to the last request to be serviced in front of the head and then from there goes to the other end’s last request.

Explore

LIFO
Algorithm

LIFO (Last In First Out) is a method for handling data structures where the last element is processed first and the first element is processed last.

Explore

COMPARISON

ANALYSIS of all the 7 Algorithms. Let's check, which is the MOST OPTIMAL !!!

Explore

DEVELOPERS

Riyank Makwana

19BCP107

Sahil Panchasara

19BCP115

Saumya Patel

19BCP117

Uday Khokhariya

19BCP135

Yash Patel

19BCP143