Disk scheduling algorithms are essential components in operating systems, designed to optimize the movement of the disk head. The primary goal is to reduce the total seek time, which is the time taken for the disk arm to move to the correct cylinder, and thereby improve the overall efficiency of disk I/O operations.
The question asks to identify the disk scheduling algorithm that specifically prioritizes requests based on their proximity to the current position of the disk head. In simpler terms, it looks for the request that is nearest to where the head is currently located.
The SSTF (Shortest Seek Time First) algorithm is designed precisely to find the track closest to the current head position. By minimizing the seek time for each step, it aims to provide faster response times compared to FCFS, although it can potentially lead to starvation for requests farther away.
| List-I | List-II |
| Electronic Configuration | First Ionisation energy (kJ mol$^{-1}$) |
| (A). ns$^2$ | (I). 2100 |
| (B). ns$^2$np$^1$ | (II). 1400 |
| (C). ns$^2$np$^3$ | (III). 800 |
| (D). ns$^2$np$^6$ | (IV). 900 |
| List-I | List-II |
| Spectroscopy | Property |
| (A). Raman | (I). Polarizability |
| (B). FTIR | (II). Dipole Moment |
| (C). UV-Visible | (III). Absorbance |
| (D). NMR | (IV). Spin |