In tandem queue with two queuing system, each server has exp(mu0) and exp(mu1) service time distribution and arrival rate is poisson(lambda). Scheduling policy is FCFS. What would be the response time distribution in the system?
Using laplace transform, I know how to calculate for single queue (M/M/1) but how to calculate for 2 queues in tandem network. What would be the conditional laplace transform of response time given n jobs n the system?
Thanks.
With jackson's result, each subqueue of the tandem queue would behave as if its a separate M/M/1 queue. The resultant response time of the system is hence summation of response times of all the components.
$R = \displaystyle\sum_{i}R_i$
With this reasoning, distribution of the response time of the whole system should be hypoexponential. If response time distributions of all the 'n' queues are same (with same parameter), then the resultant distribution would be n-stage erlang.