1987
DOI: 10.1145/7351.8929
|View full text |Cite
|
Sign up to set email alerts
|

A continuum of disk scheduling algorithms

Abstract: A continuum of disk scheduling algorithms, V(R), having endpoints V(0) = SSTF and V(1) = SCAN, is defined. V(R) maintains a current SCAN direction (in or out) and services next the request with the smallest effective distance. The effective distance of a request that lies in the current direction is its physical distance (in cylinders) from the read/write head. The effective distance of a request in the opposite direction is its physical distance plus R X (total number of cylinders on the disk). By use of simu… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
38
0

Year Published

1990
1990
2012
2012

Publication Types

Select...
5
2
2

Relationship

0
9

Authors

Journals

citations
Cited by 106 publications
(38 citation statements)
references
References 8 publications
0
38
0
Order By: Relevance
“…This same understanding has also led to a variety of algorithms for reducing mechanical delays via disk request scheduling (e.g., [2,4,14,19]). …”
Section: Introductionmentioning
confidence: 98%
“…This same understanding has also led to a variety of algorithms for reducing mechanical delays via disk request scheduling (e.g., [2,4,14,19]). …”
Section: Introductionmentioning
confidence: 98%
“…Most traditional disk scheduling algorithms, such as FCFS, SCAN, C-SCAN, LOOK, C-LOOK, and SSTF are designed to reduce disk-seek time and increase its throughput [2,3,4]. FCFS algorithm performs operations in order the task arrives.…”
Section: Related Workmentioning
confidence: 99%
“…Disks are currently four orders of magnitude slower than main memory, so many researches are going on to enhance the efficiency of disks [4]. Scheduling algorithms for moving head-disks have been studied for many years, but which algorithm is "best" is still an open question [5]. Most scheduling algorithms in use today are variations of a few central themes.…”
Section: Introductionmentioning
confidence: 99%
“…Most scheduling algorithms in use today are variations of a few central themes. FCFS is still a preferable choice [5]. It is easy to implement and it is fair in the sense that once a request has arrived, its place in the schedule is fixed.…”
Section: Introductionmentioning
confidence: 99%