Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Please help --------------------------------------------------------------------

ID: 3254758 • Letter: P

Question

Please help ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Q1. (15 points) In cloud systems, one tries to scale-out his server-based system by deploying images on virtual machines. In some cases the virtual machines are identical in terms of resources. This happens with probability a. So with probability (1-a) the virtual machines are not identical. With identical virtual machines, obviously the performance levels of the deployed images are the same. However, even without identical virtual machines, one could still have the same performance level. Without knowing the virtual machine resources, one cannot exactly determine if the virtual machines are the same. Suppose that the performance are the same with probability b, and not the same with probability (1-b) a) Suppose you are an engineer at Amazin. After several runs within your cluser of servers, you have the performance data of virtual machines deployed for a client. In n-18898 pairs of measurement, n1-5.902 pairs all have a high level of performance, whereas n2 5.440 pairs all have a low level of performance. The remaining 7.556 pairs have one low and one high level of performance. Estimate a, the probability that a pair of server software instances run on identical virtual machines b) Estimate b, the probability that the performance of any server instance is high.

Explanation / Answer

a) a = probability that a pair of server software instances run on identical virtual machines = (Pairs with high level performance + Pairs with low level performance) / Total Pairs = (5902 + 5440) / 18898 = 0.6. (Ans)

b) b = probability that the performance of any server instance is high = (5902 + 7556) / 18898 = 0.71. (Ans).