Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We are trying to open a file and to read data from a hard disk. Assume that the time needed for read/write header to skip

We are trying to open a file and to read data from a hard disk. Assume that the time needed for read/write header to skip each block is .5 s, and the speed of the step motor is .5 s per track and each track contains 4096 blocks. Assume that the read/write header is currently located at track #123 and block #456 at t=0. Assume that 3 I/O requests are given and the blocks that will be accessed are in the following order {#34567, #801010, #48552}. Compute the time needed to finish these I/Os. Note: you need to calculate the track # and block # for each associated block.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago