This document discusses disk scheduling algorithms. It provides background on disk drives and describes several disk scheduling algorithms - First Come First Serve (FCFS), Shortest Seek Time First (SSTF), SCAN, CSCAN, LOOK, and CLOOK. It defines key terms like seek time, rotational latency, transfer time, and response time. For each algorithm, it provides an example to illustrate how the algorithm works and calculates the total seek time. The goal of disk scheduling is to minimize seek times and optimize disk bandwidth utilization.