Home > Operation Research calculators > Queuing Theory M/M/s/N Queuing Model (M/M/c/K) example

5. Queuing Theory, M/M/s/N Queuing Model (M/M/c/K) example ( Enter your problem )
Algorithm and examples
  1. Formula
  2. Example-1: `lambda=30`, `mu=20`, `s=2`, `N=3`
  3. Example-2: `lambda=30`, `mu=20`, `s=2`, `N=3`
  4. Example-3: `lambda=40`, `mu=1`, `s=10`, `N=10`
  5. Example-4: `lambda=45`, `mu=15`, `s=2`, `N=12`
  6. Example-5: `lambda=1.5`, `mu=2.1`, `s=3`, `N=10`
  7. Example-6: `lambda=1/10`, `mu=1/4`, `s=2`, `N=5`
Other related methods
  1. M/M/1 Model
  2. M/M/1/N Model (M/M/1/K Model)
  3. M/M/1/N/N Model (M/M/1/K/K Model)
  4. M/M/s Model (M/M/c Model)
  5. M/M/s/N Model (M/M/c/K Model)
  6. M/M/s/N/N Model (M/M/c/K/K Model)
  7. M/M/Infinity Model

4. M/M/s Model (M/M/c Model)
(Previous method)
2. Example-1: `lambda=30`, `mu=20`, `s=2`, `N=3`
(Next example)

1. Formula





Queuing Model : M/M/s/N

Arrival rate `lambda,` Service rate `mu,` Number of servers `s,` Capacity `N`


1. Traffic Intensity
`rho=lambda/mu`


2. Probability of no customers in the system
`P_0=[sum_{n=0}^(s-1) (rho^n)/(n!) + sum_{n=s}^(N) (rho^n)/(s! *s^(n-s))]^(-1)`


3. Probability that there are n customers in the system
`P_n={((rho^n)/(n!)*P_0, "for "0<=n< s),((rho^n)/(s!*s^(n-s))*P_0, "for "s<=n<=N):}`


4. Average number of customers in the system
`L_s=sum_{n=0}^(N) nP_n`


5. Average number of customers in the queue
`L_q=sum_{n=s}^(N) (n-s)P_n`


6. Effective Arrival rate
`lambda_e=lambda*(1-P_N)`


7. Average Time spent in the queue
`W_q=(L_q)/(lambda_e)=L_q/(lambda*(1-P_N))`


8. Average Time spent in the queue
`W_s=(L_s)/(lambda_e)=L_s/(lambda*(1-P_N))`

Or
`W_s=W_q+1/mu`


9. Utilization factor
`U=(L_s-L_q)/s`




This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here



4. M/M/s Model (M/M/c Model)
(Previous method)
2. Example-1: `lambda=30`, `mu=20`, `s=2`, `N=3`
(Next example)





Share this solution or page with your friends.


 
Copyright © 2025. All rights reserved. Terms, Privacy
 
 

.