LOOK
Everything on SkillVeris tagged LOOK — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 2 libraries
Study Notes(1)
Interview Questions(2)
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…