Calculating the data transfer rate is reasonably simple, provided you know the true specifications of the drive; figuring the transfer rate will show you what design parameters have an impact on this performance measure. The transfer rate is a measure of the amount of data that can be accessed over a period of time. So we need to know how much data is able to pass under the read/write heads in one second. This is dependent on the density of the data (how tightly packed the data is into each linear inch of disk track), and also how fast the disk is spinning. The density of the data can be calculated easily if we know how many sectors are on the track, since we know how many bytes there are in a sector. The speed of the disk is calculated in RPM, so we divide it by 60 to get revolutions per second. This gives us a calculation of the data transfer rate in megabits per second as follows (to get the result in megabytes per second, simply divide by 8Data Transfer Rate = (Spindle Speed / 60 * Sectors-Per-Track * 512 * 8 / 1,000,000