Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. Develop a public function that calculates and returns the average length of a server queue. For an M/M/1 queue (single server, exponential processing and
2. Develop a public function that calculates and returns the average length of a server queue. For an M/M/1 queue (single server, exponential processing and arrival rates), Lq=- p2 while for an M/G/1 queue (single 1-p server, exponential arrival rate and any distribution for processing rate) Lq 2203+p2 p is utilization of the 2(1-p) server (a value >0 and 0), and os is the standard deviation of the server processing time (value > 0). These values should be passed to the function (2 and os should be optional arguments). Use an enumeration to define the queue type. The function should print an error message and then throw an exception if any of the arguments are out of range.
** PLEASE USE C#**
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started