×

Difference between SSTF and LOOK Disk Scheduling Algorithm

Shortest Seek Time First / SSTF

Shortest Seek Time First (SSTF) is an acronym for "shortest seek time first." The task request that is closest to the present position of the head or pointer is served by this algorithm. The direction of the head is crucial in estimating total head movement in this case. If there is a tie between requests, the request that confronts it in its current direction will be served by the head. The SSTF algorithm, unlike C-LOOK, is particularly efficient in terms of overall search time. Requests with least time demand are first processed in SSTF. As a result, every request's seek time is computed ahead of time in the queue, and requests are scheduled according to their predicted seek time. As a result, the request that is closest to the disc arm will be processed first. SSTF is a significant improvement over FCFS, since it reduces average response time and enhances system throughput.

It's a suitable batch processing system solution. It does not always assure justice because hunger is a possibility with this schedule. This policy is often unsuitable for interactive systems, as it leads to greater response time fluctuations.

Benefits:

  • When compared to FCFS, it decreases overall seek time.
  • It has a higher throughput and has a shorter average response time and waiting time.

Drawback:

  • There is a cost associated with locating the most recent request.
  • And queries that aren't close to the head may run out of CPU resources.
  • It offers a wide range of response and waiting times.
  • The algorithm is slowed by often changing the orientation of the head.

LOOK Disc Scheduling Algorithm

The LOOK algorithm is a better version of the SCAN algorithm. The head begins serving the first request on one side of the disc and advances to the opposite end of the disc, fulfilling all requests in between. Unlike SCAN, the head goes to the last request instead of the final track, and then the direction is adjusted. It does not, unlike SSTF, serve the task request that is closest to the current head or pointer location. It's identical to the SCAN disc scheduling method, except that instead of travelling to the end of the disc, the disc arm only goes to the last request to be handled in front of the head and then reverses course from there. As a result, the additional time caused by unneeded traversal to the disk's end is avoided.

Benefits:

  • When there are no requests to be served, it does not force the head to move until the end of the disc.
  • When compared to the SCAN Algorithm, it performs better.
  • It does not result in hunger.
  • It has a low reaction time and waiting time variance.

Drawback:

  • There is a cost associated with locating the final requests.
  • It also results in a significant delay for the cylinders that the head has just visited.

Main Difference

S no.SSTFLOOK
1.SCAN Even if there are no requests at the ends, the algorithm scans all of the cylinders on the drive from one end to the other.  Starting with the initial request at one end and ending with the final request at the other, the LOOK Algorithm examines all of the cylinders on the disc.  
2.The performance of the SSTF disc scheduling method is slow.The LOOK disc scheduling technique outperforms SSTF in terms of performance.
3.When compared to the LOOK disc scheduling technique, it decreases overall seek time.The overall seek time has been raised by the LOOK disc scheduling technique.
4.The average response time and waiting time for this method have both high variation.It has a low standard deviation in average waiting and response times.
5.The orientation of the head, as indicated in the picture above, is critical in breaking the tie between requests.When the LOOK disc scheduling algorithm fulfils the final request in one direction, the head's orientation is reversed.
6.There is a cost to identifying the nearest request in the SSTF disc scheduling method.There is a cost to locating end requests in this method.
7.The request that is distant from the head will be starved in the SSTF disc scheduling mechanism.The request that is far from the top of the queue will be starved. Any request is not starved by the LOOK disc scheduling mechanism.
8.Request handling is not as excellent in the SSTF disc scheduling method as it is in the LOOK algorithm.The LOOK disc scheduling technique is more efficient than SSTF at handling requests.

Related Topics

Kernel in OS

What is Kernel in OS? The kernel is the core component in the operating system. The job of the kernel is to handle the communication between the hardware and the software. ...

2 minutes read.

Interested Variable Mechanism

Interested Variable Mechanism It is a must to provide progress to the process synchronization mechanism. In variable mechanism, if there is a process that doesn’t need to enter into the critical section, then due...

5 minutes read.

Round-Robin Scheduling Algorithm in OS

Round-Robin is a Preemptive Scheduling Algorithm and is the most commonly used algorithm in CPU Scheduling.In this, each Process is assigned with a fix time interval to execute, which is...

5 minutes read.

Free Space Management in Operating System

What is Free Space Management? The system always keeps the records of the free disks blocks for allocating space to files when they are created. To use the space free from...

4 minutes read.

Types of Operating System

There are various types of operating system: Simple Batch Operating SystemMultiprogramming batch Operating SystemTime-sharing Operating SystemMultiprocessor Operating SystemDistributed Operating SystemNetwork Operating SystemReal-time Operating SystemMobile Operating System Simple Batch operating system In the simple batch operating system, there is no direct communication between...

6 minutes read.

Operating System Services

The Operating System provides various types of services:   I/O operationProgram executionFile system manipulationCommunicationError HandlingResource allocationAccountingProtection 1. I/O Operation: - To execute a program, needs I/O, which consists of a file, or I/O device. Due to the protection...

3 minutes read.

SJF Scheduling in OS

Shortest Job First (SJF) Scheduling in OS Shortest Job First is a Preemptive or Non-Preemptive algorithm. In the shortest job first algorithm, the job having shortest or less burst time will...

4 minutes read.

Virtual Memory in Operating System

What is Virtual Memory Virtual Memory is a storage scheme in which the users have an illusion that users have a significant amount of Main Memory. We can perform this by taking a...

3 minutes read.

Disk Scheduling Algorithms

Disk Scheduling Algorithms Disk scheduling algorithms are the algorithms that are used for scheduling a disk. Generally, the scheduling refers to a time-table for completing any task or a job. With the help...

2 minutes read.

Evolution of Operating System

Evolution of Operating System The evolution of various types of operating systems can be briefly described as follows: Serial Processing Since 1950, the operating system started to be in use. Before 1950, there...

5 minutes read.

Batch Operating System

Computers were once quite huge devices that operated from a console. Tape drives, punch cards, line printers were often utilized for the output, and tape drivers or card readers for...

4 minutes read.

Difference between SCAN and FCFS Disk Scheduling Algorithm

SCAN / Elevator Algorithm A different form of disc scheduling method is the SCAN disc scheduling algorithm. We move the disc arm in a certain direction in this process (the direction...

3 minutes read.

Banker’s Algorithm in Operating System

What is Banker’s Algorithm? Bankers algorithm is an algorithm which is used for deadlock avoidance and resource allocation. It was established by Edsger Dijkstra. The reason behind the name ‘banker’s algorithm’...

8 minutes read.

Linux Operating System

What is Linux? The Linux operating system is used on various devices, including cellphones, automobiles, supercomputers, household gadgets, personal computers, and business servers. You can find Linux on your phones, thermostats, vehicles,...

8 minutes read.

HRRN Scheduling in OS

Highest Response Ratio Next (HRRN) Scheduling in OS Highest Response Ratio Next Scheduling is a Non-Preemptive Scheduling algorithm. This algorithm provides the benefits of the shortest job first scheduling algorithm and also removes...

6 minutes read.

Difference between SSTF and LOOK Disk Scheduling Algorithm

Shortest Seek Time First / SSTF Shortest Seek Time First (SSTF) is an acronym for "shortest seek time first." The task request that is closest to the present position of the...

4 minutes read.

File Allocation Methods in Operating System

A file allocation method is a way that an operating system stores and retrieves files on a storage device, such as a hard drive or SSD. The file allocation method...

4 minutes read.

Fixed Partitioning in Operating System

Fixed Partitioning in OS Fixed Partitioning is also known as Contiguous memory allocation. Fixed Partitioning is the easiest method, which is used to load more than one process into the main memory. In Fixed...

5 minutes read.

Real-time Operating System

In this essay, we will thoroughly understand the real-time operating system. Real-Time Operating System: What do you mean? For any task to be completed, a real-time operating system (RTOS), a special-purpose operating...

5 minutes read.

Process Management in OS

A Program will not do anything unless a CPU executes its instructions. An executing program is called a process. The Process requires computer resources to complete its task. More than...

3 minutes read.