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?
total time= (70-45) + (45-0) +(75-0) +(80-75) +(82-80) +(90-82) + (6*5) ; [6= number of tracks to be serviced, 5= service time]
=25 +45+ 75 + 5 +2 + 8 +30
=190 ms.
A disk takes 1 ms per track seek time , and the is head is currently on track 70. Assume it takes...
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?...
(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...
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...
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...
Solve it for java
Question Remember: You will need to read this assignment many times to understand all the details of the you need to write. program Goal: The purp0se of this assignment is to write a Java program that models an elevator, where the elevator itself is a stack of people on the elevator and people wait in queues on each floor to get on the elevator. Scenario: A hospital in a block of old buildings has a nearly-antique...
== Programming Assignment == For this assignment you will write a program that controls a set of rovers and sends them commands to navigate on the Martian surface where they take samples. Each rover performs several missions and each mission follows the same sequence: deploy, perform one or more moves and scans, then return to base and report the results. While on a mission each rover needs to remember the scan results, in the same order as they were taken,...
Can someone please read this case for me and answer this question and thank you. 1. Utilize the triple bottom line to measure Uber’s performance under Kalanick’s leadership. Make sure to incorporate examples from the case in your response. Uber - A Startup’s Origins and Early Days Case: Criticizing customers. Short-changing workers. Sassing regulators. Deceiving authorities. Emphasizing rule breaking and ruthlessness in a “win at all costs” workplace culture. Is this what it takes to go from startup to a...