Queing Theory

Total Page:16

File Type:pdf, Size:1020Kb

Queing Theory QUEUING THEORY Jaroslav Sklenar Department of Statistics and Operations Research University of Malta Contents Introduction 1 Elements of Queuing Systems 2 Kendall Classification 3 Birth and Death Processes 4 Poisson Process 4.1 Merging and Splitting Poisson Processes 4.2 Model M/G/ 5 Model M/M/1 5.1 PASTA 6 General Results 6.1 Markovian Systems with State Dependent Rates 7 Model with Limited Capacity 8 Multichannel Model 9 Model with Limited Population 9.1 Model with Spares 10 Other Markovian Models 10.1 Multichannel with Limited Capacity and Limited Population 10.2 Multichannel with Limited Capacity and Unlimited Population 10.3 Erlang’s Loss Formula 10.4 Model with Unlimited Service 11 Model M/G/1 12 Simple Non-Markovian Models 13 Queuing Networks 13.1 Feed Forward Networks 13.2 Open Jackson Networks 13.3 Closed Jackson Networks 14 Selected Advanced Models 14.1 State Dependent Rates Generalized 14.2 Impatience 14.3 Bulk Input 14.4 Bulk Service 14.5 Systems with Priorities 14.6 Model G/M/1 15 Other Results and Methods References Appendices Introduction This text is supposed to be used in courses oriented to basic theoretical background and practical application of most important results of Queuing Theory. The assumptions are always clearly explained, but some proofs and derivations are either presented in appendices or skipped. After reading this text, the reader is supposed to understand the basic ideas, and to be able to apply the theoretical results in solving practical problems. Symbols used in this text are unified with the book [1]. Acknowledgement: Many thanks go to Ms. Nadia Tagliaferro who wrote down many examples and derivations presented during my lectures. Due to her hard work the text is now more complete and easier to understand. 1 Elements of Queuing Systems The following figure shows the basic parts of a single queue queuing system: Population of Customers Arrival Queue Service Output Population of Customers can be considered either limited or unlimited. Unlimited population is an abstraction used in theoretical models of systems with a large number of possible customers (a bank on a busy street, a motorway petrol station). In unlimited population systems the number of customers in the system does not affect the arrival process. Example of a limited population may be a number of processes to be run (served) by a computer or a certain number of machines to be repaired by a service man. In limited population systems the number of customers in the system affects the arrival (more customers in the system means less frequent arrivals; if all are in there are no arrivals at all). It is necessary to take the term “customer” very generally. Customers may be people, machines of various nature, computer processes, telephone calls, data packets, manufactured components, etc. Arrival defines the way customers enter the system. Mostly customers arrive randomly with random intervals between two adjacent arrivals. Typically the arrival is described by a random distribution of intervals also called Arrival Pattern. Models exist both for single and batch (bulk) arrivals. Queue represents customers waiting for service (of course the queue may be empty). Typically the customers being served are considered not to be in the queue. Sometimes the customers form a queue literally (people waiting in a line for a bank teller). Sometimes the 2 queue is an abstraction (planes waiting for a runway to land, machines waiting for a repair). There are two important properties of a queue: Maximum Size and Queuing Discipline. Maximum Queue Size is the maximum number of customers that can wait in the queue. System Capacity is the maximum number of customers in the system (maximum queue size plus the number of service channels). Queue is always limited, but some theoretical models assume an unlimited queue length. If the queue length is limited, some customers are forced to renounce without being served. Queuing Discipline represents the way the queue is organised (rules of inserting and removing customers to/from the queue). There are these typical ways: 1) FIFO (First In First Out) also called FCFS (First Come First Serve) - orderly queue. 2) LIFO (Last In First Out) also called LCFS (Last Come First Serve) - stack. 3) SIRO (Serve In Random Order). 4) Priority Queue that may be viewed as a collection of FIFO queues for various priorities. 5) Many other more complex queuing methods that typically change the customer’s position in the queue according to the time spent already in the queue, expected service duration, and/or priority. These methods are typical for computer multi-access systems. Many quantitative parameters (like average queue length, average time spent in the system) do not depend on the queuing discipline. That’s why most models either do not take the queuing discipline into account at all or assume the normal FIFO queue. In fact if there are no priorities the most important parameter that depends on the queuing discipline is the variance of the waiting time. There is this general rule (that may be used for example to verify results of simulation experiments): The two extreme values of the waiting time variance are for the FIFO queue (minimum) and the LIFO queue (maximum). Theoretical models (except priorities and networks) assume only one queue. This is not considered as a serious limiting factor because practical systems with more queues (bank with several tellers with separate queues) may be viewed as a system with one queue, because the customers always select the shortest queue. Of course, it is assumed that the customers leave after being served. Systems with more queues (and more channels) where the customers may be served more times are called Queuing Networks. Service represents some activity that takes time and that the customers ask and possibly wait for. Again take it very generally. It may be a real service carried on persons or machines, but it may be a CPU time slice, connection created for a telephone call, being shot down for an enemy plane, etc. Typically a service takes random time. Theoretical models are based on random distribution of service duration also called Service Pattern. Another important parameter is the number of servers that are called channels. Systems with one channel only are called Single Channel Systems; systems with more channels are called Multichannel Systems. Theoretical models assume that the channels are all equal and the load is distributed evenly. Similarly to arrival there are models for single and batch services. Output represents the way customers leave the system. Output is mostly ignored by theoretical models, but sometimes the customers leaving the server enter the queue again (“round robin” time-sharing systems). Also in limited population models leaving customers are assumed to ask again (typically after some random time) for service. 3 Queuing Theory is a collection of mathematical models of various queuing systems that take as inputs parameters of the above elements and that provide quantitative effectiveness parameters describing the system performance. Because of random nature of processes involved; queuing theory is rather demanding and most models are based on very strong assumptions (not always satisfied in practice). Many systems (especially queuing networks) are not soluble at all, so the only feasible technique that may be applied for their analysis is simulation. Nevertheless models of queuing systems are practically very important because of the typical trade-off between various costs of providing service and the costs associated with waiting for the service (or leaving the system without being served). High quality fast service is expensive, but costs caused by customers waiting in the queue are minimum. On the other hand long queues may cost a lot because customers (machines e.g.) do not work while waiting in the queue or customers leave because of long queues. So a typical problem is to find an optimum system configuration (e.g. the optimum number of channels). The solution may be found by applying queuing theory or by simulation. From the Optimization theory point of view, systems optimized by using queuing theory mostly don’t provide a continuous objective function. Typically there are several configurations and the problem is to select the best one. 2 Kendall Classification The Kendall classification of queuing systems and their models (1953) exists in several modifications. The one used in [1] is based on 5 symbols: A/B/X/Y/Z Where: A is the arrival pattern (distribution of intervals between successive arrivals). B is the service pattern (distribution of service duration). X is the number of parallel service channels. Y is the restriction on system capacity. Omitted for unlimited queues. Z is the queue discipline (FIFO, LIFO, ...). Omitted for FIFO or if not specified. Sometimes another symbol is added for a limited population size (number of possible customers). These symbols are used for arrival and service patterns: M is the exponential distribution of intervals between arrivals or service duration respectively (M comes from the adjective Markovian). Ek is the Erlang type k distribution of intervals or service duration. D is the symbol for deterministic (known) arrivals and constant service duration. G is a general (any) distribution. GI is a general (any) distribution with independent random values. Examples (both with FIFO or unspecified queue and unlimited population): D/M/1 = Deterministic (known) input times, one exponential channel. M/G/3/20 = Poisson input (see later), three channels with any distribution, maximum number of customers in the system 20 (maximum queue length 17). 4 3 Birth and Death Processes Stochastic process is a collection of random variables {X(t), t T} defined on a probability space and indexed by a parameter t (usually assumed to be time).
Recommended publications
  • Slides As Printed
    Computer Systems Modelling Ian Leslie Notes by Dr R.J. Gibbens (minor edits by Ian Leslie) Computer Laboratory University of Cambridge Computer Science Tripos, Part II Lent Term 2016/17 CSM 2016/17 (1) Course overview 12 lectures covering: ◮ Introduction to modelling: ◮ what is it and why is it useful? ◮ Simulation techniques: ◮ random number generation, ◮ Monte Carlo simulation techniques, ◮ statistical analysis of results from simulation and measurements; ◮ Queueing theory: ◮ applications of Markov Chains, ◮ single/multiple servers, ◮ queues with finite/infinite buffers, ◮ queueing networks. CSM 2016/17 (2) Recommended books Ross, S.M. Probability Models for Computer Science Academic Press, 2002 Mitzenmacher, M & Upfal, E. Probability and computing: randomized algorithms and probabilistic analysis Cambridge University Press, 2005 Jain, A.R. The Art of Computer Systems Performance Analysis Wiley, 1991 Kleinrock, L. Queueing Systems — Volume 1: Theory Wiley, 1975 CSM 2016/17 (3) Introduction to modelling CSM 2016/17 (4) Why model? ◮ A manufacturer may have a range of compatible systems with different characteristics — which configuration would be best for a particular application? ◮ A system is performing poorly — what should be done to improve it? Which problems should be tackled first? ◮ Fundamental design decisions may affect performance of a system. A model can be used as part of the design process to avoid bad decisions and to help quantify a cost/benefit analysis. CSM 2016/17 (5) A simple queueing system arrival queue server departure ◮
    [Show full text]
  • Product-Form in Queueing Networks
    Product-form in queueing networks VRIJE UNIVERSITEIT Product-form in queueing networks ACADEMISCH PROEFSCHRIFT ter verkrijging van de graad van doctor aan de Vrije Universiteit te Amsterdam, op gezag van de rector magnificus dr. C. Datema, hoogleraar aan de faculteit der letteren, in het openbaar te verdedigen ten overstaan van de promotiecommissie van de faculteit der economische wetenschappen en econometrie op donderdag 21 mei 1992 te 15.30 uur in het hoofdgebouw van de universiteit, De Boelelaan 1105 door Richardus Johannes Boucherie geboren te Oost- en West-Souburg Thesis Publishers Amsterdam 1992 Promotoren: prof.dr. N.M. van Dijk prof.dr. H.C. Tijms Referenten: prof.dr. A. Hordijk prof.dr. P. Whittle Preface This monograph studies product-form distributions for queueing networks. The celebrated product-form distribution is a closed-form expression, that is an analytical formula, for the queue-length distribution at the stations of a queueing network. Based on this product-form distribution various so- lution techniques for queueing networks can be derived. For example, ag- gregation and decomposition results for product-form queueing networks yield Norton's theorem for queueing networks, and the arrival theorem implies the validity of mean value analysis for product-form queueing net- works. This monograph aims to characterize the class of queueing net- works that possess a product-form queue-length distribution. To this end, the transient behaviour of the queue-length distribution is discussed in Chapters 3 and 4, then in Chapters 5, 6 and 7 the equilibrium behaviour of the queue-length distribution is studied under the assumption that in each transition a single customer is allowed to route among the stations only, and finally, in Chapters 8, 9 and 10 the assumption that a single cus- tomer is allowed to route in a transition only is relaxed to allow customers to route in batches.
    [Show full text]
  • Markovian Queueing Networks
    Richard J. Boucherie Markovian queueing networks Lecture notes LNMB course MQSN September 5, 2020 Springer Contents Part I Solution concepts for Markovian networks of queues 1 Preliminaries .................................................. 3 1.1 Basic results for Markov chains . .3 1.2 Three solution concepts . 11 1.2.1 Reversibility . 12 1.2.2 Partial balance . 13 1.2.3 Kelly’s lemma . 13 2 Reversibility, Poisson flows and feedforward networks. 15 2.1 The birth-death process. 15 2.2 Detailed balance . 18 2.3 Erlang loss networks . 21 2.4 Reversibility . 23 2.5 Burke’s theorem and feedforward networks of MjMj1 queues . 25 2.6 Literature . 28 3 Partial balance and networks with Markovian routing . 29 3.1 Networks of MjMj1 queues . 29 3.2 Kelly-Whittle networks. 35 3.3 Partial balance . 39 3.4 State-dependent routing and blocking protocols . 44 3.5 Literature . 50 4 Kelly’s lemma and networks with fixed routes ..................... 51 4.1 The time-reversed process and Kelly’s Lemma . 51 4.2 Queue disciplines . 53 4.3 Networks with customer types and fixed routes . 59 4.4 Quasi-reversibility . 62 4.5 Networks of quasi-reversible queues with fixed routes . 68 4.6 Literature . 70 v Part I Solution concepts for Markovian networks of queues Chapter 1 Preliminaries This chapter reviews and discusses the basic assumptions and techniques that will be used in this monograph. Proofs of results given in this chapter are omitted, but can be found in standard textbooks on Markov chains and queueing theory, e.g. [?, ?, ?, ?, ?, ?, ?]. Results from these references are used in this chapter without reference except for cases where a specific result (e.g.
    [Show full text]
  • Product Form Queueing Networks S.Balsamo Dept
    Product Form Queueing Networks S.Balsamo Dept. of Math. And Computer Science University of Udine, Italy Abstract Queueing network models have been extensively applied to represent and analyze resource sharing systems such as communication and computer systems and they have proved to be a powerful and versatile tool for system performance evaluation and prediction. Product form queueing networks have a simple closed form expression of the stationary state distribution that allow to define efficient algorithms to evaluate average performance measures. We introduce product form queueing networks and some interesting properties including the arrival theorem, exact aggregation and insensitivity. Various special models of product form queueing networks allow to represent particular system features such as state-dependent routing, negative customers, batch arrivals and departures and finite capacity queues. 1 Introduction and Short History System performance evaluation is often based on the development and analysis of appropriate models. Queueing network models have been extensively applied to represent and analyze resource sharing systems, such as production, communication and computer systems. They have proved to be a powerful and versatile tool for system performance evaluation and prediction. A queueing network model is a collection of service centers representing the system resources that provide service to a collection of customers that represent the users. The customers' competition for the resource service corresponds to queueing into the service centers. The analysis of the queueing network models consists of evaluating a set of performance measures, such as resource utilization and throughput and customer response time. The popularity of queueing network models for system performance evaluation is due to a good balance between a relative high accuracy in the performance results and the efficiency in model analysis and evaluation.
    [Show full text]
  • Queuing Networks
    Intro Refresher Reversibility Open networks Closed networks Multiclass networks Other networks Queuing Networks Florence Perronnin Polytech'Grenoble - UGA March 23, 2017 F. Perronnin (UGA) Queuing Networks March 23, 2017 1 / 46 Intro Refresher Reversibility Open networks Closed networks Multiclass networks Other networks Outline 1 Introduction to Queuing Networks 2 Refresher: M/M/1 queue 3 Reversibility 4 Open Queueing Networks 5 Closed queueing networks 6 Multiclass networks 7 Other product-form networks F. Perronnin (UGA) Queuing Networks March 23, 2017 2 / 46 Intro Refresher Reversibility Open networks Closed networks Multiclass networks Other networks Introduction to Queuing Networks Single queues have simple results They are quite robust to slight model variations We may have multiple contention resources to model: I servers I communication links I databases with various routing structures. Queuing networks are direct results for interaction of classical single queues with probabilistic or static routing. F. Perronnin (UGA) Queuing Networks March 23, 2017 3 / 46 Intro Refresher Reversibility Open networks Closed networks Multiclass networks Other networks Outline 1 Introduction to Queuing Networks 2 Refresher: M/M/1 queue 3 Reversibility 4 Open Queueing Networks 5 Closed queueing networks 6 Multiclass networks 7 Other product-form networks F. Perronnin (UGA) Queuing Networks March 23, 2017 4 / 46 Intro Refresher Reversibility Open networks Closed networks Multiclass networks Other networks Refresher: M/M/1 Infinite capacity λµ Poisson(λ) arrivals Exp(µ) service times M/M/1 queue FIFO discipline Definition λ ρ = µ is the traffic intensity of the queueing system. λ λ λ λ λλ i−1 i+1 . .. 0 1 ..
    [Show full text]
  • Queueing Modelling Fundamentals: with Applications In
    Queueing Modelling Fundamentals With Applications in Communication Networks Second Edition Ng Chee-Hock and Soong Boon-Hee Both of Nanyang Technological University, Singapore Queueing Modelling Fundamentals Queueing Modelling Fundamentals With Applications in Communication Networks Second Edition Ng Chee-Hock and Soong Boon-Hee Both of Nanyang Technological University, Singapore Copyright © 2008 John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England Telephone (+44) 1243 779777 Email (for orders and customer service enquiries): [email protected] Visit our Home Page on www.wiley.com All Rights Reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except under the terms of the Copyright, Designs and Patents Act 1988 or under the terms of a licence issued by the Copyright Licensing Agency Ltd, 90 Tottenham Court Road, London W1T 4LP, UK, without the permission in writing of the Publisher. Requests to the Publisher should be addressed to the Permissions Department, John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England, or emailed to [email protected], or faxed to (+44) 1243 770620. Designations used by companies to distinguish their products are often claimed as trademarks. All brand names and product names used in this book are trade names, service marks, trademarks or registered trademarks of their respective owners. The Publisher is not associated with any product or vendor mentioned in this book. All trademarks referred to in the text of this publication are the property of their respective owners.
    [Show full text]
  • Elements of Probability and Queueing Theory
    APPENDIX A Elements of Probability and Queueing Theory The primary purpose of this appendix is to summarize for the reader's conve­ nience those parts of the elements of probability theory, Markov process, and queueing theory that are most relevant to the subject matter of and in consistent notations with this book. Mathematical terminologies are used only for the pur­ pose of introducing the language to the intended readers. No pretense at rigor is attempted. Except for some relatively new material and interpretations, the reader can find a more thorough introduction of this material in [Kleinrock 1975 Chapters 2 - 4] and [Cinlar 1975]. A.1 Elements of Probability Theory Let (Q, F, P) be a probability space, where F is a O'-field in Q and P is a prob- ability measure defined on F. A random variable X is areal (measurable) function defined on the probability space. For any roe Q, X(ro)e R is areal number. The distribution function of X is defined as F(x) = P(ro: X(ro) ~x). Function fex) is called the probability density of the random variable X if for any subset Ae R, we have P( Xe A) =i f(x) dx. If F(x) is differentiable at x, then fex) = dF(x)/dx. If X takes values only in a countable set of real numbers, X and F(x) are called discrete. A familiar dis­ crete distribution is the binomial distribution: 312 APPENDIX A r=O,I,2, ... ,n. If n=l, the distribution is called a Bernoulli distribution. For engineering pur­ poses, we can think of F(x) or f(x) as a function defining or characterizing the random variable, X.
    [Show full text]
  • Stability and Heavy Traffic Limits for Queueing Networks
    Maury Bramson University of Minnesota Stability and Heavy Traffic Limits for Queueing Networks May 15, 2006 Springer Berlin Heidelberg NewYork Hong Kong London Milan Paris Tokyo Contents 1 Introduction . 5 1.1 The M=M=1 Queue . 6 1.2 Basic Concepts of Queueing Networks . 8 1.3 Queueing Network Equations and Fluid Models . 17 1.4 Outline of Lectures . 20 2 The Classical Networks . 23 2.1 Main Results . 24 2.2 Stationarity and Reversibility . 29 2.3 Homogeneous Nodes of Kelly Type . 33 2.4 Symmetric Nodes . 38 2.5 Quasi-Reversibility . 45 3 Instability of Subcritical Queueing Networks . 59 3.1 Basic Examples of Unstable Networks . 60 3.2 Examples of Unstable FIFO Networks . 66 3.3 Other Examples of Unstable Networks . 77 4 Stability of Queueing Networks . 83 4.1 Some Markov Process Background . 86 4.2 Results for Bounded Sets . 97 4.3 Fluid Models and Fluid Limits . 106 4.4 Demonstration of Stability . 121 4.5 Appendix . 132 5 Applications and Some Further Theory . 145 5.1 Single Class Networks . 146 5.2 FBFS and LBFS Reentrant Lines . 150 5.3 FIFO Networks of Kelly Type . 153 5.4 Global Stability . 161 5.5 Relationship Between QN and FM Stability . 169 1 Introduction Queueing networks constitute a large family of models in a variety of settings, involving \jobs" or \customers" that wait in queues until being served. Once its service is completed, a job moves to the next prescribed queue, where it remains until being served. This procedure continues until the job leaves the network; jobs also enter the network according to some assigned rule.
    [Show full text]
  • Performance Engineering with Product-Form Models: Efficient Solutions and Applications
    Performance Engineering with Product-form Models: Efficient Solutions and Applications Simonetta Balsamo Andrea Marin Dipartimento di Informatica Dipartimento di Informatica Università Ca’ Foscari Venezia Università Ca’ Foscari Venezia via Torino, 155 via Torino, 155 Venice, Italy Venice, Italy [email protected] [email protected] ABSTRACT 1. INTRODUCTION Performance engineering plays a pivotal role in the success- Performance engineering plays a pivotal role in the soft- ful design of software system and the software development ware development process and the successful design of soft- process. Stochastic modelling has been widely applied to ware architectures [42], communication protocols, or hard- predict and evaluate or estimate system performance. We ware architectures all along the development process. Mod- consider the specification of models in terms of compositions elling is an important and useful approach for performance of simpler components and their efficient solution. Various evaluation and system validation and it can provide predic- formalisms or classes of stochastic models have been ap- tion and comparison of design alternatives. System perfor- plied for system performance engineering and evaluation. mance engineering deals with the representation and analy- These formalisms includes queueing networks, Stochastic sis of the system dynamic based on models to provide feed- Petri Nets, and Stochastic Process Algebras. Their dy- back in the system development process. In this context, namic behaviour can be usually represented by an under- stochastic modelling has been widely applied to evaluate or lying stochastic (Markov) process. For each formalism some estimate the performance of both software [8] and hardware classes of product-form models have been identified, start- architectures of computer systems.
    [Show full text]
  • Networks of Queues
    Networks of queues c University of Bristol, 2012 1 Time reversal of Markov chains In studying the M=M=1 queue, we made use of reversibility in order to compute its invariant distribution. While this could have been done, in principle, by solving the global balance equations, reversibility made it much easier as we only needed to solve the local balance equations. This becomes even more important when trying to obtain the invariant distribution of Markov chains whose state space is multi-dimensional, as is the case for networks of queues. (For an M=M=1 queue, the state space is Z+, the set of non-negative integers, whereas for a network of d such queues, it would be d Z+.) In general, there is no good way of obtaining the invariant distribution unless the Markov chain is reversible. Unfortunately, not all Markov chains of interest are reversible! However, there is a class of queueing networks called Jackson networks which, while they aren't reversible, can be analysed using techniques related to time reversal. So we'll start with a study of those ideas, leading up to the development of Kelly's lemma. Let (Xt; t 2 R) be a continuous time Markov chain on some countable state space S, with transition rate matrix Q. Recall that any probability vector π on the state space S which solves the global balanace equations πQ = 0 P P (or, writing it out componentwise, j6=k πjqjk = −πkqkk = πk j6=k qkj for all k 2 S) is an invariant distribution of this Markov chain.
    [Show full text]
  • Decomposition-Based Analysis of Queueing Networks
    Decomposition-Based Analysis of Queueing Networks Ramin Sadre CTIT Ph.D.-thesis Series No. 06-95 Centre for Telematics and Information Technology University of Twente, P.O. Box 217, NL-7500 AE Enschede ISSN 1381-3617 c Ramin Sadre 2006 ° ISBN 90-365-2444-X DECOMPOSITION-BASED ANALYSIS OF QUEUEING NETWORKS DISSERTATION to obtain the degree of doctor at the University of Twente, on the authority of the rector magnificus, prof. dr. W.H.M. Zijm, on account of the decision of the graduation committee, to be publicly defended on Wednesday, January 10th, 2007 at 13.15 by Ramin Sadre born on June 13th, 1974 in Tehran (Iran) This dissertation has been approved by the promotor, prof. dr. ir. B.R. Haverkort. Abstract Model-based numerical analysis is an important branch of the model-based per- formance evaluation. Especially state-oriented formalisms and methods based on Markovian processes, like stochastic Petri nets and Markov chains, have been suc- cessfully adopted because they are mathematically well understood and allow the intuitive modeling of many processes of the real world. However, these methods are sensitive to the well-known phenomenon called state space explosion. One way to handle this problem is the decomposition approach. In this thesis, we present a decomposition framework for the analysis of a fairly general class of open and closed queueing networks. The decomposition is done at queueing station level, i.e., the queueing stations are independently analyzed. Dur- ing the analysis, traffic descriptors are exchanged between the stations, representing the streams of jobs flowing between them. Networks with feedback are analyzed using a fixed-point iteration.
    [Show full text]
  • Queueing Theory
    Outline • Mean value analysis for Jackson networks – Arrival theorem • Cyclic network • Extension of Jackson networks • BCMP network • More than classical queueing theory Li Xia, Tsinghua Univ. 1 Mean value analysis • Two methods to analyze closed Jackson network – Buzen’s algorithm to compute G(N) and distribution – Mean value analysis to recursively compute the average performance metrics; also can recursively compute marginal distribution • Mean value analysis, proposed by 1. Reiser, M.; Lavenberg, S. S. (1980). "Mean-Value Analysis of Closed Multichain Queuing Networks". Journal of the ACM 27(2): 313-322. (IBM Zurich research, IBM Watson research) 2. Sevcik, K. C.; Mitrani, I. (1981). "The Distribution of Queuing Network States at Input and Output Instants". Journal of the ACM 28 (2): 358-371. Li Xia, Tsinghua Univ. 2 Arrival theorem • Arrival theorem – A general case of PASTA theorem – Also called random observer property (ROP) or job observer property – “upon arrival at a station, a job observes the system as if in steady state at an arbitrary instant for the system without that job” Li Xia, Tsinghua Univ. 3 Arrival theorem • Applicability condition – always hold in open product-form networks with unbounded queues at each node (not Poisson arrival) – may not hold for some networks • Cyclic queue with M=2 and N=2, D/D/1, μ=1 and each server starts with 1 job, # of jobs seen by job 1 is 0, not equals 0.5 – for Poisson arrival, PASTA Theorem – for open Jackson network • q(n)=p(n) – for closed Jackson network • qi(N,n-i)=p(N-1,n-i), the statistics seen by an arrival customer is equal to that of the steady network with one customer less.
    [Show full text]