Homework 4 Flashcards

1
Q

Consider an 𝑀/𝑀/1 model with πœ† , πœ‡ , and FIFO queue discipline.
Compute p,𝑝0,pn, 𝐿, πΏπ‘ž, π‘Š, π‘Šπ‘ž assuming that the queue can be infinitely long and the queue
system is in steady state.

A

p = πœ†/πœ‡
p0 = 1 - p
pn = pp0
L = sum from n = 0 to infinity n
pn = sum from n = 0 to infinity p0np^n = πœ†/(πœ‡βˆ’πœ†) = p/p0
π‘Š = 1/(πœ‡βˆ’πœ†) = L/πœ†
Lq = 𝐿 βˆ’p
Wq = πΏπ‘ž/πœ†

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Consider an 𝑀/𝑀/s model with πœ† , πœ‡ , and FIFO queue discipline.
Compute p,𝑝0,pn, 𝐿, πΏπ‘ž, π‘Š, π‘Šπ‘ž assuming that the queue can be infinitely long and the queue
system is in steady state.

A

p = cnp0
p0 = (1+sum(from n=1 to infinity) cn)^-1
L = p0sum(from n=0 to infinity) ncn
Lq = p0
sum(from n=s to infinity) (n-s)cn
W = L/ πœ†
Wq = Lq/ πœ†

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

cn for M/M/s/K model

A

if n<=s: cn= (1/n!)(πœ†/πœ‡)^n
if s<=n<=K: cn = (1/s!)(πœ†/πœ‡)^2(πœ†/sπœ‡)^(n-s)
n>K: xn= 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

sum from n=0 to infinity for n(x)^n

A

x/(1-x)^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

sum from n=0 to infinity for (x)^n

A

1/(1-x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly