1/55
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is a queue?
process flow with input &/ service variability
What explains why a queue has a buffer?
variability
What are the queue model uses?
describe variable system’s unit behaviour
determine service level
evaluate alternate service
What are the queue parts?
arrival
wait
service
system notation
performance measure
What are the arrival aspects?
population
behaviour
distribution
What are the wait aspects?
max size
discipline
line number
What are the service aspects?
server number
distribution
What are the queue performance measures?
time
queue
system
count / length
other
utilization
wait probability
What are the arrival’s population attributes?
infinite
>
finite
What are the arrival’s distribution attributes?
scheduled
random
What is the arrival’s random distribution?
exponential
density
mean // standard deviation
variance
What is the arrival’s random distribution density formula?
f(t)=λe−λt
What is the λ arrival’s random distribution notation?
arrival rate
What is the arrival’s random distribution mean // standard deviation formula?
λ1
What is the arrival’s random distribution variance formula?
λ21
What is the memoryless property?
next arrival does NOT depend on last arrival → poisson distribution
What is the Nt arrival’s random distribution notation?
arrival number before t
What is the occurrence number = n probability formula?
P(Nt=n)=n!((λt)ne−λt)
What is the first occurrence wait time formula?
P(Nt=0)=e−λt
What are the arrival’s behaviour attributes?
balk
renege
jockey
patient
What is balking?
customers arrive & leave after inspecting queue
observable queue
NOT enter wait area
if NO buffer, balk
What is reneging?
customers join & leave queue
NOT needed observable queue
impatient
What is jockeying?
customers join queue & switch lines
What is the wait’s max size attribute?
NO buffer limit BUT physical limit
What are the wait’s discipline attributes?
FIFO // FCFS
LIFO
random
priority
What are the wait’s line number attributes?
1 line
>
1/server
What are the service’s server number attributes?
more servers → more timely service / happier customer BUT cost
cross-train server
What are the service’s time distribution attributes?
deterministic
random
What is the service’s time distribution?
exponential
density
mean
variance
What is the service’s time distribution density formula?
g(t)=μe−μt
What is the service’s time distribution mean // standard deviation formula?
μ1
What is the service’s time distribution variance formula?
μ21
What is the queue notation?
Kendall
A
S
c // s
K
N
D
What is the A Kendall notation?
arrival time distribution
What is the S Kendall notation?
service time distribution
What is the c Kendall notation?
server number
What are the A parameters?
M
memoryless IF exponential
G
general
D
deterministic
What are the S parameters?
M
memoryless
G
general
D
deterministic
What are the c // s parameters?
1
s
What are some Kendall notation examples?
M/M/1
M/M/s
M/G/1
M/D/1
What does M/M/1 mean?
poisson arrival
poisson service
1 server
What does M/M/s mean?
poisson arrival
poisson service
1/server
What does M/G/1 mean?
general service
What does M/D/1 mean?
constant service
What are the predictable variation performance measures?
average
utilization
What are the unpredictable variation performance measures?
average
wait / service time & size
probability
idle
system number
utilization
What are the Little’s Flow equations?
average system / queue time & average system / queue units relation
L=λ⋅W
Lq=λ⋅Wq
W=λL=Wq+μ1
Wq=λLq
What increases throughput if the arrival rate is variable?
increase staff
decrease service time
buffer
What are the operation change characteristics?
arrival rate
smooth demand by price promotion
server number / type
dedicate server to task
server efficiency
add resource / tech
line number
dedicate server to transaction
phase number
priority
What are the M/M/1 characteristics?
homogeneous / infinite / patient population & 1 queue
FIFO
1 server
exponential arrival & service time distribution
What if Wq is long?
hire cashier assistant → increase service rate
hire cashier → decrease service rate
What is the Lq M/M/1 shortcut formula?
Lq=ρL
What is the Wq M/M/1 shortcut formula?
Wq=pW
What is the Pn M/M/1 shortcut formula?
Pn=(1−ρ)ρn
What are the M/M/s characteristics?
homogeneous / infinite / patient population & 1 queue
FIFO
multiple servers
exponential arrival & service time distribution
What is the M/G/1 use?
NOT all service time → exponential distribution