--> Given hard drive that spins at 9000 RPM. means 9000 revolutions per minute
--> So, for second It will be :
9000 / 60 = 150
--> Each revolution It serves a track which has 100 sectors of 512 Bytes each.
--> So Total transfer is :
150 * 100 * 512 Bytes / Sec
= 150 * 50 KBytes / Sec
= 7.3242 MBytes / Sec
Suppose you have a hard drive that spins at 9000 RPM, and has 100 sectors of...
a drive has 512 sectors per track a block size of 512 bytes and spins at 12000 rpm. (a)what is the max file size in terms of blocks for a unix file system with 1024 byte blocks and 32 bit bloack addresses if every i-node has 10 direct block addresses, 1 indirect block address, 1 double indirect block address and 1 triple indirect block address. (B) consider the prefix code : b: 1111 a:1110 i:1101 j:1100 s:101 t:100 1:01 3:00...
Question 7. A hard disk has the following parameters 8 surfaces 40,000 tracks per surface • 512 sectors per track 1024 bytes per sector Rotational speed 10,000 rpm a) What is the capacity of the drive? b) What is the rotational latency? c) Once a sector has been accessed, what is the rate at which data is read?
A typical hard drive consists of 4 platters. For each platter is single sided. Each surface consists of 4096 tracks, each divided into 256 sectors. Each sector can hold 1024 bytes of data. The platters rotate at a speed of 14,400 rpm. The track to track arm movement time is 0.002ms. Show your work. What is the maximum amount of data that can be stored on the entire drive, including all platters and sides? Express your answer both in bytes...
Assume a rather old disk drive is configured as follows. The total storage is divided among 32 surfaces. There are 2048 tracks per sector. There are 512 sectors per track. There are 512 Bytes per sector. The interleaving factor is 4. The disk turns at 7200 rpm. The average startup time for the read/write arm is 15 ms and the average time to move the arm is 0.2 ms per track. Now assume that there is 8 MB file on...
A given disk drive has the following parameters: Average seek time of 7 ms Rotates at 6000 RPM Transfers data at 100 MB/s What is the average amount of time it takes to read one sector (512 bytes) of data? Your answer should be in seconds to three digits of precision (e.g., X.XXX s).
Suppose a disk drive in your system has a rotation speed of 7,200 rpm. and seek times of 0.75 ms track-to-track, or 22 ms full ‘stroke’ (inner edge to outer edge). (a) What is the average latency to access this drive? (b) If the sustained read rate is 36 Mbits/sec, how much more time after the average latency (you calculated above) will it take to read 750 Kbytes (assuming all those bytes are in sequential sectors on the same track)?...
Question 12 Consider a magnetic disk drive with 10 double sided platters, 512(=2^9) tracks per surface, and 1024 (=2^10) sectors per track. Sector size is 2KBytes (=2^10 Bytes ). Assume the average seek time 0.02 ms, the seek time from a track to its adjacent track can be ignored. The drive rotates at 5400 rpm. Successive tracks in a cylinder can be read without head movement. Furthermore, disks can be handled independently, so multiple tracks in a cylinder can be...
Please write this computer platform questions ( OS and Network) Suppose you have a hard disk with 2400 tracks per surface, each track divided into 120 sectors, eight platters and a block size of 512 bytes (i.e., ½ kilobyte), what is the total raw capacity of the disk drive? A program may be written in a language that is compiled to ‘native’ binary (to the instruction opcodes the actual CPU knows how to do), or it may be interpreted (translated...
Suppose the daytime processing load consists of 60% CPU activity and 40% disk activity. Your customers are complaining that the system is slow. After doing some research, you have learned that you can upgrade your disks for $8,000 to make them 2.5 times as fast as they are currently. You have also learned that you can upgrade your CPU to make it 1.5 times as fast as the current CPU for $5,000. a. Which upgrade option would give a faster...
The ACME Manufacturing Company has hired you to help automate
their production assembly line. Cameras have been placed above a
conveyer belt to enables parts on the belt to be photographed and
analyzed. You are to augment the system that has been put in place
by writing C code to detect the number of parts on the belt, and
the positions of each object. The process by which you will do this
is called Connected Component Labeling (CCL). These positions...