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 a structure member in c?
Why malloc is faster than calloc?
Why c is a mother language?
What is the difference between constant pointer and constant variable?
How can you avoid including a header more than once?
Explain two-dimensional array.
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is function pointer c?
What is volatile c?
What are the types of variables in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Is javascript based on c?
What is the difference between near, far and huge pointers?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
How can I direct output to the printer?