This document summarizes several disk scheduling algorithms used in operating systems to efficiently manage disk drive access. It describes the First Come First Served (FCFS), Shortest Seek Time First (SSTF), SCAN, C-SCAN, and C-LOOK algorithms. Each algorithm is illustrated with an example request queue to show how it would schedule and service the requests to minimize the total disk head movement and seek time. The document concludes by noting that SSTF and LOOK are commonly used default algorithms but performance depends on the workload, and different algorithms may perform better for systems with heavy disk loads.