124k views
5 votes
Some request lists might cause the disk scheduler to act the same when the three different algorithms are run. Create a request list of five track numbers that will cause all three algorithms to visit the same tracks in the same order. Enter those five track numbers here.

User Clark
by
5.5k points

1 Answer

2 votes

Answer:

35, 25, 50, 75, 95

Step-by-step explanation:

List of five track numbers that will cause all three algorithms to visit the same tracks in the same order are -

35

25

50

75

95

Please go to attachment for the diagram how these 5 tracks will be traversed by various algorithms.

All the algorithms traverse in the order 35 -> 25 -> 50 -> 75 -> 95

Some request lists might cause the disk scheduler to act the same when the three different-example-1
User Anton Kasianchuk
by
5.7k points