how to estimate the disk access time?
e.g. the time between read one byte and another byte in the
disk.
Answer Posted / prasad jvv
Disks are block devices. Mean one block of data can be read
at one point of time. So there is no point of time between
read one byte and another byte. If intended to calculate
time to read one byte, first of all we need to calculate
the time required to read one block and devide that by
block size.
Access Time = Command Overhead Time + Seek Time + Settle
Time + Latency
This equation is not universal standard.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What Is The Difference Between Null And Void Pointer?
What the advantages of using Unions?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
In C language, a variable name cannot contain?
Which driver is a pure java driver
provide an example of the Group by clause, when would you use this clause
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What are the advantages of using new operator as compared to the function malloc ()?
What is the difference between printf and scanf )?
When was c language developed?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Difference between linking and loading?
Is c a great language, or what?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE