Math Problem Statement

Consider a disk drive with a disk speed of 4400 rpm and an average seek time of 8 milliseconds. Each track has 64 sectors, each sector is 512 bytes and each page is 4KB. How long will it take in milliseconds to read 4 arbitrary pages (say 2, 70, 7, 90) in a file without knowing much else about the placement of those pages on the disk?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Disk Performance Calculation
Rotational Latency
Seek Time
Transfer Time

Formulas

Time for one revolution = 60,000 ms / Disk RPM
Average Rotational Latency = Time for one revolution / 2
Transfer Time per Page = Sectors per Page * Time per Sector
Total Time = Seek Time + Rotational Latency + Transfer Time

Theorems

-

Suitable Grade Level

Undergraduate (Computer Science/Engineering)