SCAN
Everything on SkillVeris tagged SCAN — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 2 libraries
Study Notes(1)
Interview Questions(4)
What is SCAN Disk Scheduling?
SCAN disk scheduling moves the disk head in one direction across the disk, servicing every pending request it passes along the way, until it reaches the far ed…
What is the C-SCAN Disk Scheduling Algorithm?
C-SCAN (Circular SCAN) services disk requests by sweeping the head in one direction only to the end of the disk, then jumping immediately back to the starting…
What is the LOOK Disk Scheduling Algorithm?
LOOK is a disk scheduling algorithm that moves the head in one direction servicing requests, but reverses as soon as there are no more requests in that directi…
What are I/O Scheduling Strategies?
I/O scheduling strategies are the algorithms an OS uses to order pending disk requests so as to minimize seek time and maximize throughput, with FCFS, SSTF, SC…