There are three components A, B, C in a cloud infrastructure. Each…
Question Answered step-by-step There are three components A, B, C in a cloud infrastructure. Each… There are three components A, B, C in a cloud infrastructure. Each of them has MTTR = 1 hour. Assume the availability for A, B and C is 95%, 96%, and 97% respectively. Please compute the availability for the following system:def Load_Balancer(A, B, C): if isFail(A): run_task_on(C) else: run_task_on(A, B) Engineering & Technology Computer Science COMP COMP7940 Share QuestionEmailCopy link Comments (0)


