Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is a structure member in c?

1050


Why malloc is faster than calloc?

1121


Why c is a mother language?

1095


What is the difference between constant pointer and constant variable?

1276


How can you avoid including a header more than once?

1021


Explain two-dimensional array.

1129


any "C" function by default returns an a) int value b) float value c) char value d) a & b

1133


What is function pointer c?

1188


What is volatile c?

1085


What are the types of variables in c?

1079


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

1167


Is javascript based on c?

1115


What is the difference between near, far and huge pointers?

1152


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

3656


How can I direct output to the printer?

1370