retagged by
1,777 views
3 3 votes
Consider a disk pack with following specifications -  16 platters, 128 tracks/surface, 256 sector/track and 512Bytes/sector. Now, the disk is rotating at 9200RPM, what is the disk data transfer rate. in KBPS and MBPS?

2 Answers

0 0 votes
Disk is rotating at 9200 rpm. This means:

In 60 sec                   ------                       9200 rotations

In 1 sec                     ------                       9200 / 60

                                                              153 rotations (appx)

 

In 1 rotation                -------                      1 track can be read

                                                               256 sectors x 512 bytes

                                                               $2^17$ bytes can be read

So, in 153 rotations      -------                     $2^17$ x 153 bytes can be read

                                                              20,054,016 bytes can be read

 

However, it is also possible that there can be 16 heads, one on each surface.

And all can read simultaneously. In that case,

In 1 sec                       -------                    20054016 x 16 bytes can be read

                                                              306 MB/s
Position:
Show:

Related questions

0 0 votes
0 0 answers
587
587 views
Mayank Gupta 3 asked Dec 14, 2018
587 views
In case of disk, while doing questions , we have to find the data transfer rate . We do by how much data can be read in 1 rotation depending on whether there is 1read wr...
0 0 votes
1 1 answer
1.9k
1.9k views
rahul sharma 5 asked May 22, 2017
1,942 views
A disk unit has 20 recording surfaces. It has a total of 14,000cylinders. There is an average of 400 sectors per track and eachsector contains 512 bytes of data. Find the...
2 2 votes
4 4 answers
4.1k
4.1k views
worst_engineer asked Jan 14, 2016
4,052 views
A hard disk with transfer rate of 20 kbps is constantly transferring data to memory using DMA cycle stealing mode. The size of data transfer is 32 bytes. The processor ru...