Purchase Solution

Hard Disk Access

Not what you're looking for?

Ask Custom Question

A certain hard disk has 480 cylinders, 16 tracks, and 32 sectors of 512 bytes each. It spins at 4800 revolutions per minute, and has an adjacent cylinder seek time of 80 msec, and a max seek time of 100 msec. Switching between tracks in the same cylinder is instantaneous. Use this information to answer the following 4 questions.
1. What is the total available storage capacity of the disk?
2. What is the minimum worst-case time required to read all the data on the disk, starting with the first track of the first cylinder, reading all the tracks in that cylinder, advancing to the next cylinder, etc.?
3. How much bandwidth (Mbytes/second) would a bus need to keep up with this drive at its maximum sustained data rate? Round your answer to three significant digits.
4. How large a buffer would be needed to allow a complete cylinder to be stored to permit reading or writing to occur at top speed?

Purchase this Solution

Solution Summary

The following problem is resolved in this material.

A certain hard disk has 480 cylinders, 16 tracks, and 32 sectors of 512 bytes each. It spins at 4800 revolutions per minute, and has an adjacent cylinder seek time of 80 msec, and a max seek time of 100 msec. Switching between tracks in the same cylinder is instantaneous. Use this information to answer the following 4 questions.

1. What is the total available storage capacity of the disk?
2. What is the minimum worst-case time required to read all the data on the disk, starting with the first track of the first cylinder, reading all the tracks in that cylinder, advancing to the next cylinder, etc.?
3. How much bandwidth (Mbytes/second) would a bus need to keep up with this drive at its maximum sustained data rate? Round your answer to three significant digits.
4. How large a buffer would be needed to allow a complete cylinder to be stored to permit reading or writing to occur at top speed?

Solution Preview

1. What is the total available storage capacity of the disk?
125,829,120 Bytes (= 480 * 16 * 32 * 512)

This is 120 MB

2. What is the minimum worst-case time required to read all the data on the disk, starting with the first track of the first cylinder, ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Basic Networking Questions

This quiz consists of some basic networking questions.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C++ Operators

This quiz tests a student's knowledge about C++ operators.