Homework 11
1. (10 points) Consider an M/M/1 queueing system with service rate of two customers per second.
(a) (5 pts) Find the maximum allowable arrival rate if 90% of customers should not have a delay of more than 3 seconds.
(b) (5 pts) Under such case (maximum arrival rate in (a)), what is the average queue length?
2. (20 points) Consider an M/M/1 system where the customer arrival rate is π, the service times the server is an exponential random variable having mean 1/π, and the customers are impatient. Specifically, upon arrival, customers check the number of customers in the system and join the queue with probability 1/(π + 1) (or equivalently, leave with probability π/(π + 1)), where π is the number of customers in the system.
(a) (5 pts) Draw the transition rate diagram.
(b) (5 pts) Find the limiting probability ππ of finding π in the system, π ³ 0.
(c) (5 pts) Find the average number of customers in the system.
Hint: Use the math fact ∑∞ π₯ = ππ₯
(d) (5 pts) Find the average amount of time a customer spends in the system.
3. (20 pts) Inquiries arrive at an information center according to a Poisson process of rate 2 inquiries per second. It takes a server an exponential amount of time with a mean ½ second to answer each query.
(a) (5 pts) If there are two servers. What is the probability that an arriving customer must wait to be served?
(b) (5 pts) Find the mean number of customers in the system and the mean time spent in the system.
(c) (10 pts) If the arrival rate increases to 10 inquiries per second and the number of servers is increased to 6, what is the resulting probability that an arriving customer finds all servers busy? What is the mean total delay for each inquiry? What is the percentage of all queries with a waiting time of less than 1 second?
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme