[SOLVED] PEAP Lab 13-Performance indices of an M/M/2 queue

25.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

 

Consider a dual-core server that executes jobs arriving according to a Poisson process of rate l = 0.95 job/s, and serves them with an average service time D = 1.8 s.

Determine:

• Compute the average utilization
• Compute the probability of having 4 jobs in the system
• Compute the average number of jobs in the system
• Compute the average response time and the average time spent in the queue
• Compare the previous results with the ones of an M/M/1 system, with average service D = 0.9 s.

Performance indices of an M/M/c queue

Consider an M/M/3 system, with arrival rate l = 0.95 j/s, and average service D = 2.7 s.
1. Compute the average utilization
2. Compute the probability of having 4 jobs in the system
3. Compute the average number of jobs in the system
4. Compute the average response time and the average time spent in the queue
5. Compare the previous results with the ones of an M/M/1 system, with average service D = 0.9 s, and the ones of an M/M/2 system, with D = 1.8 s.

Performance indices of an M/M/oo queue

Consider an M/M/3 system, with arrival rate l = 0.95 j/s, and average service D = 2.7 s.
1. Compute the probability of having 4 jobs in the system
2. Compute the average number of jobs in the system
3. Compute the average response time and the average time spent in the queue
4. Compare the previous results with the ones of an M/M/1 system, with average service D = 0.9 s, the ones of an M/M/2 system, with D = 1.8 s, and the one of an M/M/3 with D = 2.7 s.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.