A hard disk has average seek time 9ms, 7200 revolutions per
minute, disk transfer rate
of 30 MBytes/sec and controller transfer rate of 500 MBits/sec.
What is the average
time to read or write a 1KB sector to this hard disk?
`Hey,
Note: Brother if you have any queries related the answer please do comment. I would be very happy to resolve all your queries.
Disk latency = Seek Time + Rotation Time + Transfer Time + Controller Overhead
Seek Time? Depends no. tracks the arm moves and seek speed of disk
Rotation Time? depends on rotational speed and how far the sector is from the head
Transfer Time? depends on data rate (bandwidth) of disk (bit density) and the size of request
Disk latency = Seek Time + Rotation Time +
Transfer Time + Controller Overhead
Average Rotational Time = (0.5)/(7200/60) = 4.166 miliseconds
[On average half rotation is made]
So Avg. Seek Time = 9 miliseconds.
Transfer Time = 1000/ (30 × 106 bytes/sec)
= 33.33 microseconds
Controller Overhead = 500*125000/(30 × 106 bytes/sec)
= 0.208 miliseconds
Disk latency = Seek Time + Rotation Time +
Transfer Time + Controller Overhead
= 9 + 4.166 + 30.33 * 10-3 + 0.2 miliseconds
= 13.4 miliseconds
Kindly revert for any queries
Thanks.
A hard disk has average seek time 9ms, 7200 revolutions per minute, disk transfer rate of...
7. [1+1+1-3 points] Compute the (a) transfer time, (b) average rotational latency, and(c) disk access time for the following input data for a disk? Rotational speed- 7200 rpm, sector size- 0.5 KB, average seek time 5.7 ms, transfer rate 24.5 MB per sec, controller overhead -1 ms
7. [1+1+1-3 points] Compute the (a) transfer time, (b) average rotational latency, and(c) disk access time for the following input data for a disk? Rotational speed- 7200 rpm, sector size- 0.5 KB, average...
Suppose we have a magnetic disk with the following parameters: Average seek time = 5 ms Rotation rate = 7200 RPM Transfer rate = 150 MB/second Sector size = 512 bytes [8 points] What is the average time to read a single sector? Hint: read pages 382-383 in the text.
Suppose we have a magnetic disk with the following parameters: • Average seek time = 5 ms • Rotation rate = 7200 RPM • Transfer rate = 150 MB/second • Sector size = 512 bytes What is the average time to read a single sector? Please DO NOT answer the question if you going to copy the answer from somewhere. If you don't know the answer let someone who knows the answer to reply. Thank you!
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...
Suppose we have a magnetic disk with the following parameters : • Average seek time = 6 ms • Rotation rate = 5400 RPM • Transfer rate = 100 MB/second • Sector size = 512 bytes What is the average time to read a single sector?
Suppose a disk drive in your system has a rotation speed of 7,200 rpm. and seek times of 0.75 ms track-to-track, or 22 ms full ‘stroke’ (inner edge to outer edge). (a) What is the average latency to access this drive? (b) If the sustained read rate is 36 Mbits/sec, how much more time after the average latency (you calculated above) will it take to read 750 Kbytes (assuming all those bytes are in sequential sectors on the same track)?...
Consider a single-platter disk with the following parameters: rotation speed: 7200 rpm; number of tracks on one side of platter: 30,000; number of sectors per track: 600; seek time: one ms for every hundred tracks traversed. Let the disk receive a request to access a random sector on a random track and assume the disk head starts at track 0. a. What is the average seek time? b. What is the average rotational latency? c. What is the transfer time...
2) b. A disk drive has a speed of 12000 RPM, an average seek time of 5 ms, and a transfer rate of 140 MB/sec. How much time does it take to perform 50 random reads of 10 KB? (In other words, the 50 reads are from random spots on the drive, but each individual read is performed sequentially.) Give your answer in units of seconds. c. Given the same information as in b) above, what is the I/O rate...
???
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)...
Q1/A 7200 RPM drive has a full-stroke seek time of 18 ms. It transfers data internally at a rate of 40 MB s−1 and has a block size of 32 kB. Determine the IOPS for that drive. Q2/The disk service time is 18 ms when the controller utilisation is 50 % . Calculate the expected disk service time when the controller utilisation is 70 %