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)
Related Recommendation
Calculate Total Time to Read a File with Disk Rotation and Seek Time
Disk Storage Capacity and Access Time Calculation: 8-Platter Disk with 2.5 Inch Diameter
Identifying Clean RPMs from Number Patterns Using Ratios and Scaling
Determine Valid Reading Rates Based on Units of Time and Pages
Calculate Average Waiting and Turnaround Time using Round Robin and FCFS Scheduling