A disk takes 1 ms per track seek time , and the is head is currently on track 70. Assume it takes 5 ms to service a request on the head is at right track. The following set of requests are pending , given as (ID , track) in order of arrival. How much time does it take to service all the requests if the elevator algorithm is used and the current direction is down?
Requests ( A, 80) , (B,75) , (C,82) , (D,90) , (E,45)
Total time?
Given,
Track seek time = 1ms
Service request time = 5 ms
Elevator algorithm is referred to the SCAN algorithm.

Number of movements = | 70 - 45 | + | 45 - 0 | + | 0 - 75 | + | 75 - 80 | + | 80 - 82 | + | 82 - 90 |
= 35 + 45 + 75 + 5 + 2 + 8
= 70 + 80 + 10
= 160
Time taken for seek = 160 * 1 ms = 160 ms
Time taken for servicing request = Number of tracks * Time for each track = 5*6 = 30
Total time = 160 + 30 = 190 ms.
A disk takes 1 ms per track seek time , and the is head is currently...
A disk takes 1 ms per track seek time , and the is head is currently on track 70. Assume it takes 5 ms to service a request on the head is at right track. The following set of requests are pending , given as (ID , track) in order of arrival. How much time does it take to service all the requests if the elevator algorithm is used and the current direction is down? Requests ( A, 80) ,...
A disk takes 1 ms per track seek time , and the is head is currently on track 50. Assume it takes 5 ms to service a request on the head is at right track. The following set of requests are pending , given as (ID , track) in order of arrival. What is the order in which requests are service if the police is SSF( aka SSTF) Requests ( A, 3, 55) , (B,4, 53) , (C,8,40) , (D,10,48)...
???
4) A disk has a rotation time of 6 ms and a controller overhead of 1 ms. It takes 106 ms to ac record 2,304,000 bytes long from the disk. The data transfer time for this record is 90 ms. a) What is the seek time for this disk? b) How many tracks does the record occupy? c) How big is a track on this disk in bytes? d) What is the disk's bandwidth in megabytes per second? e)...
please help
4) A disk has a rotation time of 6 ms and a controller overhead of 1 ms. It takes 106 ms to ac record 2,304,000 bytes long from the disk. The data transfer time for this record is 90 ms. a) What is the seek time for this disk? b) How many tracks does the record occupy? c) How big is a track on this disk in bytes? d) What is the disk's bandwidth in megabytes per second?...
8.) [12 pts.] Suppose that a disk drive is currently serving a request at cylinder 1010, the previous red cylinder 1000. The queue of pending requests, in FIFO order, is: drive has 2,000 cylinders, numbered O to 1,999. The 1010, 1310, 1950, 800, 200, 750, 1000 Starting from the current head position, what is the total distance (in cylinders) that the disk arm moves to satisty all the pending requests for each of the following disk scheduling algorithms a.) FCFS...
(c) Assume that . accessing and searching the TLB takes 5 ns, . transferring the data from the TLB into a register takes 10 ns, . updating a record in the TLB takes 15 ns, .accessing and searching the PT takes 50 ns, .transferring the data from the PT into a register takes 70 ns, . the TLB hit ratio is 0.6. How many nanoseconds are needed on average to perform all the TLB and PT operations needed to compute...
1. Suppose that a disk drive has 5,000 cylinders, numbered 0 to 4,999. The drive is currently serving a request at cylinder 2,150, and the previous request was at cylinder 1,805. The queue of pending requests, in FIFO order, is: 2,069 1,212 2,296 2,800 544 1,618 356 1,523 4,956 3,681 Starting from the current head position, what is the total distance (in cylinders) that the disk arm moves to satisfy all the pending requests for each of the following disk-scheduling...
A hard disk has average seek time of 70 ms, rotation speed of 4150 rpm, and 333 byte sectors with 55 sectors per track. We need to read a file consisting 130 sectors. Answer the following? Total average access time can be expressed as T a = T s+1/(2r)+b/rN ̈ What is the total file size to be transferred? ̈ What is the total time for the transfer if data is organized sequentially? ̈ What is the total time for...
A given disk drive has the following parameters: Average seek time of 7 ms Rotates at 6000 RPM Transfers data at 100 MB/s What is the average amount of time it takes to read one sector (512 bytes) of data? Your answer should be in seconds to three digits of precision (e.g., X.XXX s).
Map A runner is training for an upcoming race. In order to track the pace of the run, the runner is able to record given below. velocity versus time The run is broken into six segments. Answer the questions below concerning this graph 5 00 V 47s 4.00 3 50 2 2.75 (m/s) 250 2 25 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 0 95 100 105 110 time...