retagged by
1,234 views
1 votes
1 votes
One way to use contiguous allocation of disk and not suffer from holes is to compact the disk every time a file is removed. Since all files are contiguous, copying a file requires a seek and rotational delay to read the file, followed by the transfer at full speed. Writing the file back requires the same work. Assuming a seek time of 5 msec, a rotational delay of 4msec, a transfer rate of 10MB/sec and an average file size of 1MB, how long does it take to read a file into main memory then write it back to the disk at a new location?
retagged by

1 Answer

2 votes
2 votes
it takes the 9msec to start the transmission, than 100ms to transmit. then back again 9msec to position the desired block and then again 100ms to write to disk, and hence answer is 218ms.

Related questions

1 votes
1 votes
1 answer
1
dragonball asked Jan 10, 2018
614 views
Given disk size is 40 MB.Block Size is 8KB .The size of the bit map is ..... bits.Plz describe the answer with a proper diagram so that I could visualize the things as I ...
1 votes
1 votes
1 answer
2
iarnav asked Apr 11, 2017
1,847 views
Hello, please kindly list out the topics which are needed to be studied from topic file system?!You can also pinpoint the topics from Galvin book 7th edition.
1 votes
1 votes
0 answers
3
2 votes
2 votes
1 answer
4
Rahul Jain25 asked Oct 25, 2016
821 views