Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan(Elevator) Disk Scheduling Algorithm #1785

Conversation

AshmitaBarthwal
Copy link
Contributor

The SCAN (Elevator) algorithm improves seek time over simpler scheduling methods like First-Come, First-Served (FCFS) by reducing unnecessary back-and-forth movement of the disk arm. It is called the "Elevator" algorithm because it works similarly to an elevator moving up and down to pick up passengers, servicing requests in one direction before reversing.

@AshmitaBarthwal
Copy link
Contributor Author

@pankaj-bind Please Review My PR

@AshmitaBarthwal AshmitaBarthwal closed this by deleting the head repository Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant