I was just revising for a test and I was reading the book and came across something very confusing.
The SCAN algorithm is supposed to go to the end of the disk doing various services on the way then go in reverse to the start of the disk doing the same.
But in the book theres a diagram where the SCAN algorithm goes to the start of the disk first before it goes to the end, when it starts in the middle.
So I was just wondering, from 0 - 100 if the 'head' starts at position 20,
does it go to 0 first or 100, given the SCAN algorithm?
Hope thats alright, thanks for the help! :D