CS计算机代考程序代写 capacity planning COMP9334

COMP9334
Capacity Planning of Computer Systems and Networks
Week 1A: Revision problems
COMP9334
1

Question 1
• An important part of performance analysis is to model the workload. In this question, you will look at a very simple model and we will generalise it to a very well known model in performance analysis in the lecture in Week 2.
• Consider a user who may send HTTP requests to a web server. In the time interval [k d, (k+1) d ) where k is a non- negative integer, there is a probability of p that this user will send an HTTP request to a web server and there is a probability of (1-p) that this user will not send. Assuming that the probability the user sends (or not send) in each time interval is independent. Assuming that the current time is 10d, what is the probability that this user will not send an HTTP request to the web server before 30d ?
T1,2021 COMP9334 2

Question 2
• This is a revision question on probability distribution which you should be able to solve if you have the pre-requisites.
• Consider a continuous probability distribution with sample space is [1,∞ ) and probability density function
• f(x)=a/x^3forx31
• What is the value of a in order that f(x) be a valid
probability density function?
• What is the probability the probability that a number drawn from this distribution is exactly 10?
• Given this probability density function, what is the probability that a number drawn from this distribution has a value greater than 10?
T1,2021 COMP9334 3