Question
Queueing system with three servers in series: Consider a three server system in which customers arrive in accordance with a nonhomogeneous Poisson process with the
Queueing system with three servers in series:
Consider a three server system in which customers arrive in accordance with a nonhomogeneous Poisson process with the intensity function as follows:
(t) = 0.0001t^2 + 0.05t,0 t 480
Suppose that each arrivel mush first be served by server 1 and upon completion of service at server 1 the customer go es over to server 2, and Similarly, upon completion of service at server 2 the customer goes over to server 3.
Upon arrival the customer will either enter service with server 1 if the server 1 is free, or join the waiting line of server 1 otherwise.
Similarly, when the customer completes service at server 1 then either enters service with server 2 if that server is free, or else it joins its waiting line.
Also, when the customer completes service at server 2 then either enters service with server 3 if that server is free, or else it joins the waiting line at server 3.
After being served at server 3 the customer departs the system.
The service time at server 1,2,3 have the exponential distribution with rate 1 = 5, 2 = 4 , 3 = 3.5, respectively.
Using simulation, estimate the average amount of time that a customer spends at server 1, at server 2, and at server 3 in time interval [0, 480].
Please give R code for this simulation
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