...
Question 8904 – ISRO CS 2020
December 26, 2023
Queues-and-Stacks
December 26, 2023
Question 8904 – ISRO CS 2020
December 26, 2023
Queues-and-Stacks
December 26, 2023

Software-Engineering

Question 152
What is the availability of the software with following reliability figures

Mean Time Between Failures (MTBF) is 20 days

Mean Time To Repair (MTTR) is 20 hours
A
90%
B
96%
C
24%
D
50%
Question 152 Explanation: 
Mean time between failures is not the average time something works then fail.
It’s the average time between failures Mean time between failure(MTBF)s= total uptime / number of breakdowns Mean time to repair is the average time taken to repair something. Mean time to repair(MTTR)= total time down/number of breakdowns
Availability = Total uptime/(total uptime+total downtime)
= MTBF/(MTBF+MTTR)*100
= 20*24/(20*24 + 20) * 100
= 96 %
Correct Answer: B
Question 152 Explanation: 
Mean time between failures is not the average time something works then fail.
It’s the average time between failures Mean time between failure(MTBF)s= total uptime / number of breakdowns Mean time to repair is the average time taken to repair something. Mean time to repair(MTTR)= total time down/number of breakdowns
Availability = Total uptime/(total uptime+total downtime)
= MTBF/(MTBF+MTTR)*100
= 20*24/(20*24 + 20) * 100
= 96 %

Leave a Reply

Your email address will not be published. Required fields are marked *