in Probability recategorized by
5,157 views
2 votes
2 votes

An experimental file server is up $75$% of the time and down for $25$% of the time due to bugs. How many times does this file server have to be replicated to give an availability of at least $99$% ?

  1. $2$ 
  2. $4$
  3. $8$
  4. $16$
in Probability recategorized by
5.2k views

2 Answers

3 votes
3 votes

Lets us check each option

  • a) if there are 2 replications, probability of failing both at same time = .25*.25 = .0625 =6.25%
    Availiability = 100-6.25=93%  //Not the answer
  • b) In case of 4 replications probability of failing all at same time =(0.25) 4 =0.0039=0.39%
    Availiability = 100-0.39 ~ 99% //Hence the answer

No need to check furthur as all options are more than 4

Answer is B

by
0 votes
0 votes
25%=0.25....down tine

100%-99%=1%... this translates to 0.01

therefore, no. of replications = n log (0.25)= log 0.01

                                              n = (log(0.25)) / ( log (0.01))

                                                  = 4 replications

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true