Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Single Server Queue system: M / U / 1 For a single - server queue, customers arrive one at a time and served one at

Single Server Queue system: M/U/1
For a single-server queue, customers arrive one at a time and served one at a time (the 1st customer arrives at time 0 to find the system empty and idle)
Inter-arrival times have exponential distribution with arrival rate =0.5 customer/minute
Service times have a continuous uniform distribution between a=0.4 minute and b=2.7 minutes.
You are required to just watch the waiting times in the queue WQ1,WQ2,dots,WQ400
For customer i,
a.Si : time in service for customer i
b.Ai : inter-arrival time between customers i and i-1
c.WQi=max(WQi-1+Si-I-Ai,0)
Remember:
To generate inter-arrival times from the expo distribution:
Ai=-(1)ln(1-U)
And to generate service times from the uniform distribution:
Si=a+(b-a)U
Calculate the steady state expected mean wait time in queue =E(WQ)=Var(Si)+(E(Si))22(1-E(Si))
Where: service time
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases DeMYSTiFieD

Authors: Andy Oppel

2nd Edition

0071747990, 978-0071747998

More Books

Students also viewed these Databases questions

Question

What is the basis for Security Concerns in Cloud Computing?

Answered: 1 week ago

Question

Describe the three main Cloud Computing Environments.

Answered: 1 week ago