QP On Indexing
QP On Indexing
N.B: MTBF, or Mean Time Between Failures, is the estimated time it will
take for a device to fail.
QP
• What is the availability of a Database Management System having the
following reliability parameters?
• Mean Time Between Failure (MTBF) = 36 days
• Mean Time to Repair (MTTR) = 18 hours
• Availability = Total uptime / (total uptime + total downtime)=
MTBF/(MTBF+MTTR)*100= 36*24/(36*24 + 18) *100= 97.95
• Mean time between failures is not the average time that the system is
working and then fail. It is the average time between failures.
• Mean time between failures (MTBF) = total uptime / number of failures.
• Mean time to repair is the average time taken to repair the system after
failure. Mean time to repair (MTTR) = total down time/number of failures.
Seek time: It is the time required by read/write head to move from one track to other.
Rotational Latency: The time required by the read/write head to rotate to the requested sector from the current
position is called Rotational Latency.
QP
• Consider a disk pack with the following specifications: 16 double-sided
platters, 256 tracks per surface, 512 sectors per track and 1024 bytes per
sector. Which of the following is the correct capacity of disk
(approximately)?
QP
Suppose, there is a disk with 200 sectors per track, size of one sector is
512 bytes and one disk block unit is 4 kilobytes. What will be the access
time of a single block unit if its average seek time and rotational speed
is 6 ms, and 12000 RPM. respectively, assuming the data rate is 128
kilobytes per second?
HW