Which algorithm is used for disk scheduling?
Which algorithm is used for disk scheduling? FCFS: 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. What is C-Scan Disk scheduling algorithm in OS? Circular SCAN (C-SCAN) scheduling algorithm is a modified version of SCAN disk scheduling algorithm […]