Queueing Theory Frank Y. S. Lin Information Management Dept.

Slides:



Advertisements
Similar presentations
UNIT-II Queuing Theory
Advertisements

Introduction to Queuing Theory
1 Chapter 8 Queueing models. 2 Delay and Queueing Main source of delay Transmission (e.g., n/R) Propagation (e.g., d/c) Retransmission (e.g., in ARQ)
Lecture 13 – Continuous-Time Markov Chains
Model Antrian By : Render, ect. Outline  Characteristics of a Waiting-Line System.  Arrival characteristics.  Waiting-Line characteristics.  Service.
ECS 152A Acknowledgement: slides from S. Kalyanaraman & B.Sikdar
1 Performance Evaluation of Computer Networks Objectives  Introduction to Queuing Theory  Little’s Theorem  Standard Notation of Queuing Systems  Poisson.
Waiting Line Management
1 TCOM 501: Networking Theory & Fundamentals Lectures 9 & 10 M/G/1 Queue Prof. Yannis A. Korilis.
Rensselaer Polytechnic Institute © Shivkumar Kalvanaraman & © Biplab Sikdar1 ECSE-4730: Computer Communication Networks (CCN) Network Layer Performance.
Queueing Theory.
7/3/2015© 2007 Raymond P. Jefferis III1 Queuing Systems.
Introduction to Queuing Theory. 2 Queuing theory definitions  (Kleinrock) “We study the phenomena of standing, waiting, and serving, and we call this.

Queueing Theory I. Summary Little’s Law Queueing System Notation Stationary Analysis of Elementary Queueing Systems  M/M/1  M/M/m  M/M/1/K  …
Network Analysis A brief introduction on queues, delays, and tokens Lin Gu, Computer Networking: A Top Down Approach 6 th edition. Jim Kurose.
Introduction to Queuing Theory
CS433 Modeling and Simulation Lecture 13 Queueing Theory Dr. Anis Koubâa 03 May 2009 Al-Imam Mohammad Ibn Saud University.
Introduction to Queueing Theory
Network Design and Analysis-----Wang Wenjie Queueing System IV: 1 © Graduate University, Chinese academy of Sciences. Network Design and Analysis Wang.
Queuing Theory Basic properties, Markovian models, Networks of queues, General service time distributions, Finite source models, Multiserver queues Chapter.
1 Queueing Theory Frank Y. S. Lin Information Management Dept. National Taiwan University
Queueing Theory What is a queue? Examples of queues: Grocery store checkout Fast food (McDonalds – vs- Wendy’s) Hospital Emergency rooms Machines waiting.
TexPoint fonts used in EMF.
1 Elements of Queuing Theory The queuing model –Core components; –Notation; –Parameters and performance measures –Characteristics; Markov Process –Discrete-time.
Modeling and Analysis of Computer Networks
M/M/1 queue λn = λ, (n >=0); μn = μ (n>=1) λ μ λ: arrival rate
CS433 Modeling and Simulation Lecture 12 Queueing Theory Dr. Anis Koubâa 03 May 2008 Al-Imam Mohammad Ibn Saud University.
1 Chapters 8 Overview of Queuing Analysis. Chapter 8 Overview of Queuing Analysis 2 Projected vs. Actual Response Time.
Queuing Theory and Traffic Analysis Based on Slides by Richard Martin.
CS352 - Introduction to Queuing Theory Rutgers University.
Network Design and Analysis-----Wang Wenjie Queueing Theory II: 1 © Graduate University, Chinese academy of Sciences. Network Design and Performance Analysis.
Chapter 1 Introduction. “Wait-in-line” is a common phenomenon in everywhere. Reason: Demand is more than service. “How long must a customer wait?” or.
Maciej Stasiak, Mariusz Głąbowski Arkadiusz Wiśniewski, Piotr Zwierzykowski Model of the Nodes in the Packet Network Chapter 10.
Introduction Definition M/M queues M/M/1 M/M/S M/M/infinity M/M/S/K.
Queuing Theory.  Queuing Theory deals with systems of the following type:  Typically we are interested in how much queuing occurs or in the delays at.
Chapter 5 Elementary Stochastic Analysis Prof. Ali Movaghar.
Chap 2 Network Analysis and Queueing Theory 1. Two approaches to network design 1- “Build first, worry later” approach - More ad hoc, less systematic.
© 2015 McGraw-Hill Education. All rights reserved. Chapter 17 Queueing Theory.
Queueing Fundamentals for Network Design Application ECE/CSC 777: Telecommunications Network Design Fall, 2013, Rudra Dutta.
Queueing Theory. The study of queues – why they form, how they can be evaluated, and how they can be optimized. Building blocks – arrival process and.
Mohammad Khalily Islamic Azad University.  Usually buffer size is finite  Interarrival time and service times are independent  State of the system.
Simple Queueing Theory: Page 5.1 CPE Systems Modelling & Simulation Techniques Topic 5: Simple Queueing Theory  Queueing Models  Kendall notation.
CPE 619 Introduction to Queuing Theory
WAITING LINES AND SIMULATION
Chapter 1 Introduction.
Al-Imam Mohammad Ibn Saud University
CTMCs & N/M/* Queues.
Queueing Theory What is a queue? Examples of queues:
Internet Queuing Delay Introduction
Lecture on Markov Chain
Finite M/M/1 queue Consider an M/M/1 queue with finite waiting room.
Internet Queuing Delay Introduction
Birth-Death Process Birth – arrival of a customer to the system
Queueing Theory Carey Williamson Department of Computer Science
Introduction Notation Little’s Law aka Little’s Result
Queuing models Basic definitions, assumptions, and identities
Queuing Theory.
System Performance: Queuing
Queuing models Basic definitions, assumptions, and identities
Handling Routing Transport Haifa JFK TLV BGN To: Yishay From: Vered
TexPoint fonts used in EMF.
Queueing Theory II.
Queuing Theory By: Brian Murphy.
September 1, 2010 Dr. Itamar Arel College of Engineering
Queueing Theory 2008.
Carey Williamson Department of Computer Science University of Calgary
Waiting Line Models Waiting takes place in virtually every productive process or service. Since the time spent by people and things waiting in line is.
Course Description Queuing Analysis This queuing course
CS723 - Probability and Stochastic Processes
Presentation transcript:

Queueing Theory Frank Y. S. Lin Information Management Dept. National Taiwan University yslin@im.ntu.edu.tw

References Leonard Kleinrock, “Queueing Systems Volume I: Theory”, New York: Wiley, 1975-1976. D. Gross and C. M. Harris, “Fundamentals of Queueing Theory”, New York: Wiley, 1998.

Agenda Introduction Stochastic Process General Concepts M/M/1 Model M/M/1/K Model Discouraged Arrivals M/M/∞ and M/M/m Models M/M/m/m Model

Introduction

Queueing System A queueing system can be described as customers arriving for service, waiting for service if it is not immediate, and if having waited for service, leaving the system after being served.

Why Queueing Theory Performance Measurement Average waiting time of customer / distribution of waiting time. Average number of customers in the system / distribution of queue length / current work backlog. Measurement of the idle time of server / length of an idle period. Measurement of the busy time of server / length of a busy period. System utilization.

Why Queueing Theory (cont’d) Delay Analysis Network Delay = Queueing Delay + Propagation Delay (depends on the distance) + Node Delay Processing Delay (independent of packet length, e.g. header CRC check) Adapter Delay (constant)

Characteristics of Queueing Process Arrival Pattern of Customers Probability distribution Patient / impatient (balked) arrival Stationary / nonstationary Service Patterns State dependent / independent service

Characteristics of Queueing Process (cont’d) Queueing Disciplines First come, first served (FCFS) Last come, first served (LCFS) Random selection for service (RSS) Priority queue Preemptive / nonpreemptive System Capacity Finite / infinite waiting room.

Characteristics of Queueing Process (cont’d) Number of Service Channels Single channel / multiple channels Single queue / multiple queues Stages of Service Single stage (e.g. hair-styling salon) Multiple stages (e.g. manufacturing process) Process recycling or feedback

Notation A queueing process is described by A/B/X/Y/Z

Notation (cont’d) For example, M/D/2/∞/FCFS indicates a queueing process with exponential inter-arrival time, deterministic service times, two parallel servers, infinite capacity, and first-come, first-served queueing discipline. Y and Z can be omitted if Y = ∞ and Z = FCFS.

Stochastic Process

Stochastic Process Stochastic process: any collection of random variables Χ(t), t T, on a common probability space where t is a subset of time. Continuous / discrete time stochastic process Example: Χ(t) denotes the temperature in the class on t = 7:00, 8:00, 9:00, 10:00, … (discrete time) We can regard a stochastic process as a family of random variables which are “indexed” by time. For a random process X(t), the PDF is denoted by FX(x;t) = P[X(t) <= x]

Some Classifications of Stochastic Process Stationary Processes: independent of time FX (x; t + τ) = FX (x; t) Independent Processes: independent variables FX (x; t) = FX1,…, Xn(x1,…, xn ; t1,…,tn) = FX1(x1; t1) …FXn(xn; tn) Markov Processes: the probability of the next state depends only upon the current state and not upon any previous states. P[X(tn+1) = xn+1 | X(tn) = xn, …., X(t1) = x1] = P[X(tn+1) = xn+1 | X(tn) = xn]

Some Classifications of Stochastic Process (cont’d) Birth-death Processes: state transitions take place between neighboring states only. Random Walks: the next position the process occupies is equal to the previous position plus a random variable whose value is drawn independently from an arbitrary distribution.

General Concepts

Continuous-time Memoryless Property If X ~Exp(λ), for any a,b > 0, P[X > a + b | X > a] = P[X > b] Proof: P[X > a + b | X > a]

Global Balance Equation Define Pi = P[system is in state i] Pij = P[get into state j right after leaving state i] rate out of state j = rate into state j

General Balance Equation Define S = a subset of the state space S j rate in = rate out

General Equilibrium Solution Notation: Pk = the probability that the system contains k customers (in state k) λk= the arrival rate of customers when the system is in state k. μk= the service rate when the system is in state k.

General Equilibrium Solution (cont’d) Consider state  k: λk-1 λk k-1 k k+1 μk μk+1 . #

General Equilibrium Solution (cont’d)

Little’s Result = average number of customers in the system T = system time (service time + queueing time) λ= arrival rate  Black box Service time … Queueing time System time T

Single Server, Single Queue (The Classical Queueing System) M/M/1 Model Single Server, Single Queue (The Classical Queueing System)

M/M/1 Queue Single server, single queue, infinite population: Interarrival time distribution: Service time distribution Stability condition λ < μ

M/M/1 Queue (cont’d) System utilization Define state Sn = n customers in the system (n-1 in the queue and 1 in service) S0 = empty system rate out rate in S

M/M/1 Queue (cont’d) Define pn = P[n customers in the system] (rate in = rate out)  Since   #

M/M/1 Queue (cont’d) Average number of customers in the system #

M/M/1 Queue (cont’d) Average system time (Little’s Result) P[≧ k customers in the system] (Little’s Result) #

Single Server, Finite Storage M/M/1/K Model Single Server, Finite Storage

M/M/1/K Model The system can hold at most a total of K customers (including the customer in service) λk = λ if k < K 0 if k  K μk = μ

M/M/1/K Model (cont’d)

Discouraged Arrivals

Discouraged Arrivals Arrivals tend to get discouraged when more and more people are present in the system.

Discouraged Arrivals (cont’d)

Discouraged Arrivals (cont’d)

M/M/∞ and M/M/m M/M/∞ - Infinite Servers, Single Queue (Responsive Servers) M/M/m - Multiple Servers, Single Queue (The m-Server Case)

M/M/∞ Queue There is always a new server available for each arriving customer.

M/M/∞ Queue (cont’d) (Little’s Result)

M/M/m Queue The M/M/m queue An M/M/m queue is shorthand for a single queue served by multiple servers. Suppose there are m servers waiting for a single line. For each server, the waiting time for a queue is a system with service rateμ and arrival rate λ/m. The M/M/1 analysis has been done, at risk conclusion: delay = throughput

M/M/m Queue (cont’d) λk = λ μk = kμ if k  m mμ if k > m For k  m

M/M/n Queue (cont’d) ∴ P[queueing] = Total system time =

Comparisons (cont’d) M/M/1 v.s M/M/4 If we have 4 M/M/1 systems: 4 parallel communication links that can each handle 50 pps (μ), arrival rate λ = 25 pps per queue. average delay = 40 ms. Whereas for an M/M/4 system, average delay = 21.7 ms.

Comparisons (cont’d) Fast Server v.s A Set of Slow Servers #1 If we have an M/M/4 system with service rate μ=50 pps for each server, and another M/M/1 system with service rate 4μ = 200 pps. Both arrival rate is λ = 100 pps delay for M/M/4 = 21.7 ms delay for M/M/1 = 10 ms

Comparisons (cont’d) Fast Server v.s A Set of Slow Servers #2 If we have n M/M/1 system with service rate μ pps for each server, and another M/M/1 system with service rate nμ pps. Both arrival rate is nλ pps S1 S2 μ λ nλ nμ μ λ … μ λ

Multiple Servers, No Storage (m-Server Loss Systems) M/M/m/m Multiple Servers, No Storage (m-Server Loss Systems)

M/M/m/m There are available m servers, each newly arriving customers is given a server, if a customers arrives when all servers are occupied, that customer is lost e.g. telephony system.

M/M/m/m (cont’d)

M/M/m/m (cont’d) Let pm describes the fraction of time that all m servers are busy. The name given to this probability expression is Erlang’s loss formula and is given by This equation is also referred to as Erlang’s B formula and is commonly denoted by B(m,λ/μ) http://www.erlang.com