Queueing Networks. Page n. Queueing Networks
|
|
|
- Ralph Neal
- 10 years ago
- Views:
Transcription
1 Queueing Networks Simonetta Balsamo, Andrea Marin Università Ca Foscari di Venezia Dipartimento di Informatica, Venezia, Italy School on Formal Methods 2007: Performance Evaluation Bertinoro, 28/5/ Queueing Networks Stochastic models of resource sharing systems computer, communication, traffic, manufacturing systems Queueing Network a system model set of service centers representing the system resources that provide service to a collection of customers that represent the users Customers compete for the resource service => queue QN are powerful and versatile tool for system performance evaluation and prediction Stochastic models based on queueing theory * queuing system models (single service center) represent the system as a unique resource * queueing networks represent the system as a set of interacting resources => model system structure => represent traffic flow among resources System performance analysis * derive performance indices (e.g., resource utilization, system throughput, customer response time) * analytical methods exact, approximate * simulation 1
2 I) II) III) IV) Outline Queueing systems various hypotheses analysis to evaluate performance indices underlying stochastic Markov process Queueing networks (QN) model definition analysis to evaluate performance indices types of customers: multi-chain, multi-class models types of QN Markovian QN underlying stochastic Markov process Product-form QN have a simple closed form expression of the stationary state distribution BCMP theorem => efficient algorithms to evaluate average performance measures Solution algorithms for product-form QN Convolution, MVA, RECAL, Properties of QN arrival theorem - exact aggregation - insensitivity Extensions and application examples special system features (e.g., state-dependent routing, negative customers, customers batch arrivals and departures and finite capacity queues) - basic QN: Queueing Systems Introduction: the queue - Customers arrive to the service center ask for resource service possibly wait to be served => queueing discipline leave the service center arrivals queue service facility departures - under exponential and independence assumptions one can define an associated stochastic continuous-time Markov process to represent system behaviour - performance indices are derived from the solution of the Markov process 2 3
3 Stochastic processes Stochastic process: set of random variables {X(t) t T} defined over the same probability space indexed by the parameter t, called time each X(t) random variable takes values in the set Γ called state space of the process Both T (time) and Γ (space) can be either discrete or continuous Continuous-time process Discrete-time process if the time parameter t is continuous if the time parameter t is discrete {X n n T } Joint probability distribution function of the random variables X (t i ) Pr{X (t 1 ) x 1 ; X (t 2 ) x 2 ;... ; X (t n ) x n } for any set of times t i T, x i Γ, 1 i n, n 1 4 Discrete-time Markov process {X n n=1,2,...} Markov processes if the state at time n + 1 only depends on the state probability at time n and is independent of the previous history Prob{X n+1 =j X 0 =i 0 ;X 1 =i 1 ;...;X n =i n } =Prob{X n+1 =j X n =i n } n>0, j, i 0, i 1,..., i n Γ Continuos-time Markov process {X(t) t T} Prob{X (t) =j X(t 0 ) =i 0 ;X(t 1 )=i 1 ;...;X(t n )=i n } =Prob{X (t) =j X(t n )=i n } t 0,t 1,...,t n,t : t 0 <t 1 <...<t n <t, n>0, j, i 0, i 1,..., i n Γ Markov property The residence time of the process in each state is distributed according to geometric for discrete-time Markov processes negative exponential distribution for continuous-time Markov processes Discrete-space Γ Markov processes are called Markov chain 5
4 Analysis of Markov processes Discrete-time Markov chain {X n n=1,2,...} homogeneous if the one-step conditional probability is independent on time n p ij =Prob{X n+1 =j X n =i} n>0, i,j Γ P=[p ij ] state transition probability matrix If the stability conditions holds, we can compute the stationary state probability π =[π 0, π 1, π 2, ] π j =Pr{X=j} j Γ For ergodic Markov chain (irreducible and with positively recurrent aperiodic states) π can be computed as π = π P with j π j =1 system of global balance equations Continuous-time Markov chain Analysis of Markov processes {X(t) t T} homogeneous if the one-step conditional probability only depens on the interval width p ij (s) =Prob{X(t+s) =j X(t) =i} Q = lim s 0 (P(s) - I)/s Q=[q ij ] matrix of state transition rates t>0, i,j Γ (infinitesimal generator) If the stability conditions holds, we compute the stationary state probability π =[π 0, π 1, π 2, ] For ergodic Markov chain (irreducible and with positively recurrent aperiodic states) as π Q = 0 with j π j =1 system of global balance equations 6 7
5 Birth-death Markov processes State space Γ = N π =[π 0, π 1, π 2, ] The only non-zero state transitions are those from any state i to states i 1, i, i + 1, i Γ Matrix P (discrete-time) or Q (continuous-time) is tri-diagonal λ i birth transition rate, i 0 µ i death transition rate, i 1 continuos-time Markov chain q i i+1 = λ i i 0 q i i-1 = µ i i 1 q i i = -(λ i + µ i ) q 00 = -λ 0 q i j = 0 i 1 i-j >1 Birth-death Markov processes Sufficient condition for stationary distribution Special case: constant birth and death rates λ i = λ birth transition rate, i 0 µ i = µ death transition rate, i 1 Let ρ= λ / µ If ρ<1 π 0 = [ k ρ k ] -1 = 1- ρ π k = π 0 (λ / µ) k k 0 : k> k 0 λ k < µ k π k = (1- ρ) ρ k k 0 Closed-form expression Normalizing condition Geometric distribution 8 9
6 Single service center Basic queueing systems servente server 1 Single service center Basic queueing systems w n q s 1 2 servente server 2! m population popolazione queue coda servente server m t w t q t r t s Customers resources offering a service => resource contention Δ : interarrival time w : number of customers in the queue s : number of customers in service n : number of customers in the system t w : queue waiting time t s : service time t r : response time 10 11
7 Definition of a queueing systems The queueing system is described by * the arrival process * the service process * the number of servers and their service rate * the queueing discipline process * the system or queue capacity * the population constraints Kendall s notation A/B/X/Y/Z A interarrival time distribution (Δ) B service time distribution (t s ) X number of servers (m) Y system capacity (in the queue and in service) Z queueing discipline A/B/X if Y = and Z = FCFS (default) Examples: A,B : D deterministic (constant) M exponential (Markov) E k Erlang-k G general Examples of queueing systems: D/D/1, M/M/1, M/M/m (m>0), M/G/1, G/G/1 Analysis of a queueing systems system analysis Transient for a time interval, given the initial conditions Stationary in steady-state conditions, for stable systems Analysis of the associated stochastic process that represents system behavior Markov stochastic process birth and death processes Evaluation of a set of performance indices of the queueing system * number of customers in the system n * number of customers in the queue w * response time t r * waiting time t w * utilization U * throughput X random variables: evaluate probability distribution and/or the moments average performance indices * average number of customers in the system N=E[n] * mean response time R=E[t r ] 12 13
8 Some basic relations in queueing systems Relations on random variables n= w + s t r = t w + t s => N = E[w] + E[s] R = E[t w ] + E[t s ] Little s theorem N = X R E[w] = X E[t w ] The average number of customers in the system is equal to the throughput times the average response time Very general assumptions Can be applied at various abstraction levels (queue, system, subsystem) Basic relation used in several algorithms for Queueing Network models and solution algorithms for product-form QN A simple example: D/D/1 deterministic arrivals: constant interarrival time (a) deterministic service: each customers have the same service demand (s) transient analysis from time t=0 if s<a then U= if s=a if s>a then U= a s 14 15
9 A simple example: D/D/1 Basic queueing systems: M/M/1 transient analysis n(t) number of customer in the system at time t if n(0)=0 empty system at time 0 then n(t) = 0 if s<a, i a + s < t < (i+1) a, i 0 n(t) = 1 if s<a, i a t i a + s, i 0 n(t) = 1 if s=a n(t) = t/a - t/s if s>a for t 0 Arrival Poisson process, with rate λ (exponential interarrival time) Exponential service time with rate µ E[t s ] = 1/µ Single server λ µ System state: n Associated stochastic process: birth-death continuous-time Markov chain with constant rates λ and µ stationary analysis stability condition: s a If arrival rate (1/a) service rate (1/s) The system reaches the steady-state n {0,1} Prob{n=0} = (a-s)/a Prob{n=1} = s/a w = 0 t w = 0 t r = s (deterministic r.v.) X=1/a throughput U = s/a utilization λ λ µ µ µ µ λ λ λ λ 0 1 k-1 k k+1 µ µ 16 17
10 Basic queueing systems: M/M/1 stationary analysis stability condition: λ < µ traffic intensity ρ= λ / µ stationary state probability π k = Prob {n = k} k N π k = ρ k (1 - ρ) k 0 N = ρ / (1 - ρ) R = 1 / (µ - λ) X = λ U = ρ (Little s theorem) λ µ Basic queueing systems: M/M/m Arrival Poisson process, with rate λ (exponential interarrival time) Exponential service time with rate µ E[t s ] = 1/µ m servers System state: n Associated stochastic process: λ birth-death continuous-time Markov chain with rates λ k =λ µ k =min{k,m} µ λ λ λ λ λ 0 1 m-1 m m+1 λ µ µ µ 1 2 m λ λ λ λ k-1 k k+1 E[w] = ρ 2 / (1 - ρ) E[t w ] = (1 / µ) ρ / (1 - ρ) (Little s theorem) µ 2µ (m-1)µ mµ mµ mµ mµ mµ mµ mµ 18 19
11 stationary analysis Basic queueing systems: M/M/m stability condition: λ < m µ traffic intensity ρ= λ / m µ stationary state probability π k = π o (m ρ) k /k! 1 k m π k = π o m m ρ k /m! k>m m-1! 0 = " k = 0 N = m ρ + π m ρ / (1 - ρ) 2 R = π m / (m µ (1 - ρ)) 2 ) + 1 / µ (Little s theorem) X = λ U = ρ Prob{queue}= k m π k = π o (m ρ ) m /m! (1 - ρ) E[w] = π m ρ / (1 - rρ) 2 E[t w ] = π m / ((1 - ρ) 2 µ) (Little s theorem) λ (m#) k + k! (m#) m 1 m! 1-# -1 µ 1 µ µ 2 m (Erlang-C formula) Basic queueing systems: M/M/ Arrival Poisson process, with rate λ (exponential interarrival time) Exponential service time with rate µ E[t s ] = 1/µ infinite identical servers No queue System state: n Associated stochastic process: birth-death continuous-time Markov chain with rates λ k =λ µ k =k µ λ 0 1 λ µ 2µ λ λ λ λ k-1 k k+1 (k-1)µ kµ λ (k+1)µ (k+2)µ µ µ µ 20 21
12 stationary analysis Basic queueing systems: M/M/ the system is always stable traffic intensity ρ= λ / µ stationary state probability π k = e -ρ ρ k /k! k 0 Poisson distribution N = ρ R = 1 / µ X = λ U = ρ E[w] = E[t w ] = 0 Delay queue λ µ µ µ Basic queueing systems: M/G/1 Arrival Poisson process, with rate λ (exponential interarrival time) General service time with rate µ E[t s ] = 1/µ λ µ C B = (Var [ t s ]) 1/2 / E[t s ] coefficient of variation of t s Single server The state defined as n (number of customers in the system) does not lead to a Markov process State description n for system M/M/1 gives a (birth-death) continuous-time Markov chain because of the exponential distribution (memoryless property) We can use a different (more detailed) state definition to define a Markov process (e.g., the number of customers and the amount of service already provided to the customer currently in service) The associated Markov process is not birth-death Analysis of an embedded Markov process Z-transform technique 22 23
13 Basic queueing systems: M/G/1 E[t s ] = 1/µ C B = (Var [ t s ]) 1/2 / E[t s ] λ µ Khinchine Pollaczeck theorem for any queueing discipline independent of service time without pre-emption N = E[w] + l E[t s ] R = N / X Stability condition: λ < µ PASTA theorem:! 2 2 (1 + C B ) E[ w ] =! + 2(1-!) Poisson Arrivals See Time Average The state distribution and moments seen by a customer at arrival time is the same as those observed by a customer at arbitrary times in steady-state conditions Coxian distribution are formed by a network of exponential stages Coxian distribution µ 1 µ 2 µ L a 1 a L b 1 b 2 b L=1 L exponential stages Stage l service rate µ l probabilities a l, b l : a l + b l =1 Coxian distributions have rational Laplace transform Can be used - to represent general distribution with rational Laplace transform - to approximate any general distribution with known bounds PH-distributions (phase-type) have similar representation and property 24 25
14 Queueing disciplines scheduling algorithms FCFS first come first served LCFS last come first served LCFSPr * idem with pre-emption Random Round Robin each customer is served for a fixed quantum δ PS * Processor Sharing for δ 0 all the customers are served at the same time for service rate and n customers, each receives service with rate /n IS * Infinite Serves no queue (delay queue) SPTF Shortest Processing Time First SRPTF Shortest Remaining Processing Time First - with/without priority - abstract priority/dependent on service time - with/without pre-emption Queueing Networks A queueing system describes the system as a unique resource A queueing network describes the system as a set of interacting resources Queueing Network a collection of service centers that provide service to a set of customers - open external arrivals and departures - closedconstant number of customers (finite population) - mixed if it is open for some types of customers, closed for other types - Customers arrive to a service center (node) (possibly external arrival for open QN) ask for resource service possibly wait to be served (queueing discipline) at completion time exit the node and - immediately move to another node - or exit the QN in closed QN customers are always in queue or in service * Immediate service 26 27
15 Queueing Networks Examples Queueing Networks Definition open QN Informally, a QN is defined by the set of service centers Ω = {1,..., M } the set of customers the network topology closed QN 1 p 12 p 1M 2 M Each service center is defined by - the number of servers usually independent and identical servers - the service rate either constant or dependent on the station state - the queueing discipline Customers are described by - their total number (closed QN) - the arrival process to each service center (open QN) - the service demand to each service center service demand: expressed in units of service service rate of each server: units of service / units of time => service time = service demand/service rate non-negative random variable with mean denoted by 1/μ N customers 28 29
16 Queueing Networks Definition The network topology models the customer behavior among the interconnected service centers - assume a non-deterministic behavior represented by a probabilistic model - p ij probability that a customer completing its service in station i immediately moves to station j, 1 i,j M - p i0 for open QN probability that a customer completing its service in station i immediately exits the network from station i - P = [p ij ], routing probability matrix 1 i,j M where 0 p ij 1, i p ij =1 for each station i A QN is well-formed if it has a well-defined long-term customer behavior: - for a closed QN if every station is reachable from any other with a non-zero probability - for an open QN add a virtual station 0 that represents the external behavior, that generates external arrivals and absorbs all departing customers, so obtaining a closed QN. Definition as for closed QN. Types of customers: classes, chains In simple QN we often assume that all the customers are statistically identical Modeling real systems can require to identify different types of customers - - service time - routing probabilities Multiple types of customers: concepts of class and chain. A chain forms a permanent categorization of customers a customer belongs to the same chain during its whole activity in the network A class is a temporary classification of customers a customer can switch from a class to another during its activity in the network (usually with a probabilistic behavior) The customer service time in each station and the routing probabilities usually depend on the class it belongs to Multiple-class single-chain QN Multiple-class and multiple-chain QN R set of classes of the QN R number of classes C set of chains C number of chains 30 31
17 R C Types of customers: classes, chains classes chains Types of customers: classes, chains Example of multiple-class and multiple-chain QN M=2 stations R=3 classes C=2 chains R ={1,2,3} Classes can be partitioned into chains, such that there cannot be a customer switch from classes belonging to different chains P routing probability matrix of customers for each chain c C - p ir,js probability that a customer completing its service in station i class r immediately moves to station j, class s, 1 i,j M, r,s in R, classes of chain c - p ir,0 probability that a customer completing its service in station i class r immediately exits the network - K population of a closed chain c C - p 0,ir (d) probability of an external arrival to station i class r for an open chain d C A QN is said to be open if all its chains are open closed if they are all closed mixed otherwise Chain 1 is open and formed by classes 1 and 2 Chain 2 is closed and formed by class 3 Class 2 Class 1 Station 1 Class 3 Station 2 R i set of classes served by station i E c = {(i,r): r R i set, 1 i M, class r chain c} R i set of classes served by station i and belonging to chain c R 1 = {1,2,3} R 2 ={1,3} E 1 = {(1,1), (1,2),(2,1)} E 2 = {(1,3), (2,3)} R (1) 1 = {1,2} R (1) 2 ={1} R (2) 1 = R (2) 2 = {3} 32 33
18 Types of customers: classes, chains Example of single-class and multiple-chain QN (only one class in each chain) M=3 stations R=2 classes C=2 chains R ={1,2} no class switching Chain 1 is open and formed by one class Chain 2 is closed and formed by one class R=C QN performance indices Local performance indices Related to a single resource i (a service center) average indices Ui Xi Ni random variables Ri n i number of customers in station i n ir number of customers in station i and class r n i number of customers in station i and chain c utilization throughput mean queue length mean response time Chain 1 t i customer passage time through the resource Station 1 Station 2 Chain 2 Station 3 distribution of n i π i (n i ) at arbitrary times Global performance indices Related to the overall network average indices U X N R utilization throughput mean population (for open networks) mean response time passage time 34 35
19 Network model parameters (single class, single chain) M number of nodes λ total arrival rate K number of customers (closed network) µ i service rate of node i P=[p ij ] routing matrix p 0i arrival probability at node i e i visit ratio at node i, solution of traffic equations S = (S 1,,S M ) S i Notation - QN e i = λ p 0i + Σ j e j p ji 1 i M system state node i state which includes n i, 1 i M Example: M nodes, R classes and C chains, single-class multi-chain (R=C) n = (n 1,, n M ) network state n i = (n i1,, n ir ) station i state, 1 i M We can describe QN behavior by an associated stochastic process Under exponential and independence assumption we can define an homogeneous continuous-time Markov process S E E Q Markovian QN network state set of all feasible states of the QN Markovian network the network behavior can be represented by a homogeneous continuous time Markov process M discrete state space of the process infinitesimal generator if P (network routing matrix) irreducible then! stationary state distribution solution of the global balance equations π Q = 0, Σ S E π(s) = 1 the definition of S, E and Q depends on the network characteristics the network parameters π = {π(s), S E} 36 37
20 Exact analysis of Markovian QN Solution algorithm for the evaluation of average performance indices and joint queue length distribution at arbitrary times (π) in Markovian QN Example of Queueing Network: two-node cyclic closed network 1 Definition of system state and state space E 2 Definition of transition rate matrix Q 3 Solution of global balance equations to derive π 4 Computation from π of the average performance indices FCFS service discipline exponential service time Independent service time S = (S 1,S 2 ) system state S i = n i µ µ 1 2 K customers This method becomes unfeasible as E grows, i.e., proportionally to the dimension of the model (number of customers, nodes and chains) Example: single class closed QN with M nodes and K customers E = exact product-form solution under special constraints approximate solution methods M+K-1 K birth-death Markov process closed-form solution µ µ 2 2 0, K µ 2 µ 1 µ 1 µ 1 µ 1 µ 2 1, K-1 K-1, 1 K,
21 Example of Queueing Network: two-node cyclic Example of Queueing Network: tandem closed network Let ρ = (µ 1 /µ 2 ) π(n 1, n 2 )=(1/G) ρ n2 0 n 1 K, n 2 =K-n 1 G = Σ 0 k K ρ k = (1- ρ K+1 ) / (1- ρ ) µ µ 1 2 K customers closed-form solution open network Arrival Poisson process Exponential service times Independence assumption FCFS discipline S = (S 1,S 2 ) system state S i = n i E = { (n 1, n 2 ) n i 0} λ state space µ 1 π(n 1, n 2 ) stationary state probability µ 2 NON birth-death Markov process - complex structure - global balance equations π(k-k,k)= π(k,0) ρ k π(k,0)= (1- ρ ) / (1- ρ K+1 ) 0 k K BUT node 1 can be analyzed independently => it is an M/M/1 system with parameters λ and µ 1 => π 1 (k)= ρ 1 k (1-ρ 1 ) k 0 if ρ 1 = λ / µ 1 <1 node 2? arrival process at node 2? 40 41
22 Poisson(λ) Burke s Theorem exp The departure process of a stable M/M/1 is a Poisson process with the same parameters as the arrival process Burke theorem s also holds for M/M/m and M/G/ For the tandem two node network: Node 2 has a Poisson arrival process (λ) Poisson(λ) Isolated node 2 is an M/M/1 system with parameters λ and µ 2 π 2 (k) = ρ 2 k (1-ρ 2 ) k 0 if ρ 2 = λ / µ 2 <1 Some extensions An immediate application of Burke theorem s together with the property of composition and decomposition of Poisson processes leads to a closed form solution of the state probability for a class of QN with exponential service time distribution FCFS discipline exponential interarrival time (Poisson arrivals, parameter γ i ) independence assumption acyclic probabilistic routing topology (triangular routing matrix P) M! (n 1, n 2,, n M ) = " Prob i {n i } i = 1 Moreover for the independence assumption π(n 1, n 2 )= π 1 (n 1 ) π 2 (n 2 )= ρ 1 n 1 ρ 2 n 2 (1-ρ 1 ) (1-ρ 2 ) That satisfies the process global balance equation πq=0 closed-form solution where Prob i (k) = ρ i k (1-ρ i ) k 0 if ρ i = λ i / µ i <1 and λ i = γ i + Σ j λ j p ji 0 i M (traffic equations) Note: Burke s theorem does not hold when feedback is introduced, but 42 43
23 product-form solution of π (under certain constraints) "(S) = 1 M G d(n) # g i (n i=1 i ) The stationary state probability π can be computed as the product of a set of functions each dependent only on the state of a station Other average performance indices can be derived by state probability π Jackson theorem! open exponential-fcfs networks Gordon-Newell theorem closed exponential-fcfs networks BCMP theorem Product-form Queueing Networks The solution is obtained as if open, closed, mixed QN with various types of nodes the QN is formed by independent M/M/1 (or M/M/m) nodes Computationally efficient exact solution algorithms Convolution Algorithm Mean Value Analysis Types of node BCMP Queueing Networks 1) FCFS and exponential chain independent service time 2) PS 3) IS and Coxian service time 4) LCFCPr For types 2-4 the service rate may also depend on the customer chain. Let µ i denote the service rate for node i and chain c. => µ i = µ i for each chain c, for type-1 nodes. Consider single-class multiple-chain QN Consider open, closed, mixed QN with M nodes of types 1-4, Poisson arrivals with parameter λ(n) dependent on the overall QN population n, R classes and C chains, population K for each closed chain c C, external arrival probabilities p 0,i for each open chain c C, routing probability matrices P for each chain c C, that define the traffic equation system derive the visit ratio of (relative) throughputs e i e i = p 0,i + Σ j e j p ji 1 i M, 1 c C 44 45
24 BCMP Queueing Networks BCMP theorem [Baskett, Chandy, Muntz, Palacios 1975] For open, closed, mixed QN with M nodes of types 1-4 and the assumptions above, let ρ i = e i / µ i for each node i and each chain c. If the system is stable, i.e., if ρ i <1 i, c, then the steady state probability can be computed as the product-form:! M "(S) = 1 G d(n) # g i (n i ) where G is a normalizing constant, function d(n)=1 for closed network, and for open and mixed network depends on the arrival functions as follows: n - 1 R C n d(n) =! λ(k) "(k) d(n) = k = 0! (r) ! λ " r c (k) r = 1 k = 0 k=0 c=1 k=0 for arrival rates dependent on the number of customers in the network n, or in the network and chain c, i=1 functions g i (n i ) depend on node type as follows: BCMP Queueing Networks functions g i (n i ) depend only on node i parameters e i and µ i and node i state n i Where C R n (ρ " ir f i n i!! i ir ) n i g i (n i ) = n i! se for il nodes nodo i of è type FIFO, 1, PS, 2 and LIFOPr 4 (FCFS, PS and LCFSPr) r = 1 ir! n c=1 i! C (ρ i ) for nodes of type 3 (IS) g i (n i ) = n i n i! c=1 n i number of customers in node i and chain c n i number of customers in node i The proof is based on the a detailed definition of the network state and by substitution of the product-form expression into the global balance equations of the associated continuous-time Markov process
25 BCMP Queueing Networks - extensions BCMP Queueing Networks - extensions The service rate of node i may depend on the The service rate of node i may depend on the A) the state of the node n i let x i (n i ) a positive functions (capacity function) that gives the relative service rate (x i (1)=1) and the actual service rate for class r customers at node i is x i (n i ) µ ir => function g i (n i ) in the product-form is multiplied by factor C) the state of a subnetwork H n H = Σ h H n h where H is a subset of stations let z H (n H ) a positive functions defined similarly to x i above relative service rate when n H =1 => the product of functions h H g h (n h ) in the product-form is multiplied by factor n H n i (1/ x i (a)) a=1 B) the state of the node in chain c n i let y i (n i ) a positive functions defined similarly to x i above => function g i (n i ) in the product-form is multiplied by factor (1/ z H (a)) a=1 Note that multiservers can be modeled by type-a and type-b functions Example: PS or LCFSPr node with class dependent service rates and m servers can be modelled by x i (n i ) = min {m, n i }/ n i y i (n i ) = n i n i a=1 c R i (not for type 1 nodes) (1/ y i (a)) Further BCMP extensions include - other serving disciplines - special form of state-dependent routing - special cases of blocking and finite capacity queues 48 49
26 BCMP QN - multi-class multi-chain Consider multi-class multiple-chain QN Customers can move within a chain with class switching routing probability matrices P = [p ir,js ] for each chain c C, that define the traffic equation system from which we derive the visit ratio of (relative) throughputs e ir e ir = p 0,ir + Σ j Σ s Ri e js p ir,js 1 i M, s R i 1 c C BCMP QN - multi-class multi-chain functions g i (n i ) depend only on node i and class r parameters e ir and µ ir and node i and class r state n ir C g i (n i ) = n i! (ρ ir ) n ir n ir! c=1 r Ri for nodes of type 1, 2 and 4 (FCFS, PS and LCFSPr) Let ρ ir = e ir / µ ir M nodes, R classes C chains, multi-class multi-chain (R C) n = (n 1,, n M ) network state n i = (n (1) i,, n (C) i ) station i state, 1 i M n i has components n ir for each class r R i n i number of customers in station i n i number of customers in station i and chain c n ir number of customers in station i and class r of chain c C g i (n i ) = (ρ ir ) n ir n ir! c=1 r Ri for nodes of type 3 (IS) Estensions: the state dependent functions can be defined for each class r and node i capacity function: y ir (n ii ) for each class r R i 1 c C for node types 2,3 and
27 Product-form QN Under some assumptions (e.g., non-priority scheduling, infinite queue capacity, non-blocking factors, state-independent routing) it is possible to give conditions on - service time distributions - queueing disciplines to determine whether a well-formed QN yield a BCMP-like product-form solution Properties strictly related to product-form local balance M M quasi-reversibility station balance M M for each station station balance for each station local balance Product-form local balance Product-form QN and properties the effective rate at which the system i leaves state ξ due to a service completion of a chain r customer at station i = the effective rate at which the system enters state ξ due to an arrival of a chain r customer to station i If π satisfies the local balance equations => it satisfies also the global balance equations (LBEs) (GBEs) LBEs are a sufficient condition for network solution Solving LBEs is computationally easier than solving GBEs but it still requires to handle the set of reachable states (can be a problem for open chains or networks) LBE is a property of a station embedded in a QN, since the considered states are still network states Note: a service center with work-conserving discipline and independent on service time and exponentlial service time holds LBE For non priority service centers 52 53
28 M => M property Product-form QN and properties For a single queueing system: an open queueing system holds M => M property if under independent Poisson arrivals per class of customers, then the departure processes are also independent Poisson processes M M property applies to the station in isolation It can be used to decide whether a station (with given queueing discipline and service time distribution) can be embedded in a product-form QN A station with M M => the station has a product-form solution An open QN where each station has the M M => the QN has M M For a QN with stations with non-priority scheduling disciplines property M M for every station <=> local balance holds quasi-reversibility property Product-form QN and properties if the queue length at a given time t is independent of the arrival times of customers after t and of the departure times of customer before t then a queueing systems holds quasi-reversibility A QN with quasi-reversible stations => QN has product-form solution Quasi-reversibility property is defined for isolated stations One can prove that all the arrival streams to a quasi-reversible system should be independent and Poisson, and all departure streams should be independent and Poisson A system is quasi-reversible <=> it has M M 54 55
29 Station balance Product-form QN and properties A scheduling discipline holds station balance property if the service rates at which the customers in a position of the queue are served are proportional to the probability that a customer enters this position Insensitivity Product-form QN and properties For symmetric disciplines the QN steady state probabilities only depend on the average of the service time distribution and the (relative) visit ratio symmetric scheduling disciplines p position in the queue 1 p n δ(p,n+1) probability that an arrival enters position p µ(n) service rate ϕ i (p,n) proportion of the service to position p A symmetric discipline is such that: δ(p,n+1) = ϕ i (p,n+1) p, n State probabilities and average performance indices are independent of - higher moments of the service time distribution - possibly different routing matrices that yield the same (relative) visit ratios examples: IS, PS, LCFSPr are symmetric but FCFS does not yields station balance δ(p,n+1) = 1 if p=n+1, 0 otherwise, ϕ i (p,n) = 1, if p=1, 0 otherwise station balance is defined for an isolated station It is a sufficient condition for product-form Note: only symmetric scheduling disciplines allow product-form solution for non-exponential service distribution symmetric disciplines immediately start serving a customer at arrival time => they are always pre-emptive discipline 56 57
30 Product-form QN: further extensions Special forms of state-dependent routing depending on state of the entire network or of subnetworks and/or single service centers Special forms of QN with finite capacity queues and various blocking mechanisms various types of blocking constraints depending on blocking type, topology and types of stations Batch arrivals and batch departures Special disciplines example: Multiple Servers with Concurrent Classes of Customers G-networks: QN with positive and negative customers that can be used to represent special system behaviors Negative customer arriving to a station reduces the total queue length by one if the queue length is positive and it has no effect otherwise. They do not receive service. A customer moving can become either negative or remain positive Exponential and independence assumptions, solution based on a set of non linear traffic eq. Various extentions: e.g.,multi-class, reset-customers, triggered batch signal movement Product-form QN: algorithms - single chain Algorithms for closed QN with M stations and K customers (single chain) Polynomial time computational complexity Convolution evaluation of the normalizing constant G and average performance indices MVA direct computation of average performance indices (mean response time, throughput, mean queue length) PASTA theorem (arrival theorem) Convolution based on a set of recursive equations, derivation of - marginal queue length distribution π i (n i ) - mean queue length N i - mean response time R i - throughput X i - utilization U i time computational complexity: O(M K) 58 59
31 Product-form QN: Convolution Algorithm Direct and efficient computation of the normalizing constant G in productform formula Assume that stations 1,, D D + 1,,D+I have constant service rate IS discipline (type-3) (delay stations) have load independet service rates (load-independent) (simple stations) D + I + 1,, D + I + L = M have load-dependent service rates G j (k) G j = ( G j (0) G j (1) G j (K) ) G =! n " E G j (k) =! n = 0 M # f i g(n i (n i ) i ) i = 1 k normalizing constant for the QN considering a population of k customers and the first j nodes f j (n) G j-1 (k-n) g j (n) G j-1 (k-n) Then G = G M (K) convolution of vectors G j and (g j (0) g j (K) j ) Product-form QN: Convolution Algorithm G j (0) = 1 G 0 (0) = 1 G 0 (k) =0 G 1 (k) = g 1 (k) 1 j M 0<k K 0 k K For the first D stations with IS disciplines we immediately obtain, for 0 k K G M' D (k) =! k M' D " j j = 1 1 k! For the I stations with load-independent service rate we can write G j (k) = G j-1 (k) + ρ j G j (k-1) 0 k K, D+1 j D+I For the remaining stations with load-dependent service rate we apply convolution 60 61
32 Product-form QN: Convolution Algorithm Product-form QN: Convolution Algorithm Performance indices throughput X j (K) = e j G M (K-1) GM (K) utilization * U j (K) = 0 1 j D, IS node * U j (K) = X j (K) / µ j m j D+1 j D+I, simple station, m j servers K * U j (K) =! min{k, m j }! j (k) / m j k = 1 D+I+1 j M, load-dependent station Performance indices queue length distribution G M-{j} (k) normalizing constant of the network obtained by the original network with station j removed that simplifies as G M - {j} (K-k) π i (k)! j (k) = g= i (n f j (k) i ) G M (K)! j (k) =! j k { G M (K-k) -! j G M (K-k-1) } / G M (K) mean queue length * N j (K) = X j (K) / µ j 1 j D, IS node K k G * N j (K) =! M (K-k) " j D+1 j D+I, simple station G k = 1 M (K) K N * j (K) =! k! j (k) D+I+1 j M, load-dependent station k = 1 for D+1 j D+I, simple station, m j servers with G M (n)=0 if n<0 Potential numerical instability - scaling techniques Computational complexity without load-dependent service rates O(MK) with load-dependent service rates O(K+IK+L 2 K 2 ) 62 63
33 Convolution Algorithm - multi-chain QN Convolution Algorithm - multi-chain QN Performance indices for each node i and chain c K population of a closed chain c C G j (k) G j = ( G j (0) G j (K) ) normalizing constant for the QN with a population of k = (k 1, k R ) customers and the first j nodes G j (k) =! n " E(j,k) j # fg i (n i (n i ) i ) i = 1 E(j,k) state space of the QN with j stations and k customers Then G = G M (K) k G j (k) =! fg j j (n) G j-1 j-1 (k-n) convolution n = 0 For the I stations with load-independent service rate we can write CR G j (k) = G j-1 (k) +! ρ" j jr G j (k j-1 (K-1 - e r ) 0!k!K c ) r = 1 c=1 D+1 j D+I For the first D stations with IS disciplines we immediately obtain, for 0 k K n 1 M' D K (1) M' D G M' D (K) (n) =! ρ" (1) j j1! ρ" j jr j = 1 j = 1 Throughput X j = e j G M (K-1 c ) / G M (K) Utilization U j = ρ j G M (K-1 c ) / G M (K) n K R 1 K n (1) 1! n! K R!! Mean queue length N j = 1 a K n: n =a Prob{n i =n} Computational complexity H = 1 c C (K + 1) an iteration step of Convolution for a simple station requires O(C H ) for a load- dependent station requires O(H 2 ) Special case: QN where all the chains have K =K=K/C, with load-independent stations, then O(M C K C ) 64 65
34 Product-form QN: MVA MVA - directly calculates the QN performance indices - avoids the explicitly computation of the normalizing constant - based on the arrival theorem and on Little s theorem Arrival theorem [Sevcik - Mitrani 1981; Reiser - Lavenberg 1980 ] In a closed product-form QN the steady state distribution of the number of customers at station i at customer arrival times at i is identical to the steady state distribution of the number of customers at the same station at an arbitrary time with that user removed from the QN This leads to a recursive scheme Assume: 1,, D constant service rate and IS discipline (type-3) (delay stations) D + 1,,D+I load independent service rates (simple stations) D + I + 1,, D + I + L = M load-dependent service rates Product-form QN: MVA 1) Mean response time R j (K) = 1 / µ j 1 j D, IS node (delay node) 1 R j (K) = ( 1 + Nj (K-1) ) µj K R j (K) =! n = 1 X j (K) = M! e i = 1 j n µ j (n) 2) Throughput K e i Ri (K) 3) Mean queue length N j (K) = X j (K) R j (K) D+1 j D+I, simple node (load-independent)! j (n-1 K-1) K>0 D+I+1 j M, load-dependent for each node j for each node j (Arrival theorem) (Little s theorem) (Little s theorem) 66 67
35 3) For load dependent stations queue length distribution! j (n K) = Product-form QN: MVA X j (K)!j (n-1 K-1) 1"n"K, K>1 µ j (n) K! j (0 K) = 1 -!! j (n K) n = 1 Initial conditions: π j (0 0) = 1 for each node j N j (0) = 0 Potential numerical instability MMVA modified MVA X i (K)! j (0 K ) =! j (0 K-1) M - {j} X i (K) X M-{j} i (K) throughput of any node i computed for the QN with node j removed Computational complexity Product-form QN: MVA - For single-chain QN without load-dependent stations with K customers and M nodes, as Convolution O(KM ) - For single-chain QN with has only load-dependent stations O(MK 2 ) (better than Convolution O(M 2 K 2 )) - To overcome numerical instability MMVA has the same complexity as Convolution - For multi-chain QN H = 1 c C (K + 1) an iteration step of MVA for a simple station requires O(C H ) for a load- dependent station requires O(K C H ) (better than Convolution O(H 2 )) - Special case: QN where all the chains have K =K=K/C, with load-independent stations, then as Convolution O(M C K C ) - MVA considers only type A capacity function, Convolution types A and B - MVA is generalized to compute higher moments of performance measures 68 69
36 Product-form QN: algorithms for multi-chain Convolution MVA (Mean Value Analysis) Recal (Recursion by Chain Algorithm) DAC Tree convolution Tree-MVA RECAL - for networks with many customers classes but few stations - main idea: recursive scheme is based on the formulation of the normalizing constant G for C chains as function of the normalizing constant for C 1 chain - if K = K for all the chains c, M and K constant, then for C the time requirement is O(C M+1 ) Product-form QN: algorithms for multi-chain MVAC and DAC - extends MVA with a recursive scheme on the chains - direct computation of some performance parameters - numerically robust, even for load-dependent stations - possible numerical problems Tree-MVA and Tree-Convolution - for sparse network is sparse, (most of the chains visit just a small number of the QN stations) - main idea: build a tree data structure where QN stations are leaves that are combined into subnetworks in order to obtain the full QN (the root of the tree) - locality and network decomposition principle For networks with class switching: Note: it is possible to reduce a closed QN with C ergodic chains and class switching to an equivalent closed network with C chains without class switching 70 71
37 Approximate analysis of QN Many approximation methods Most of them do not provide any bound on the introduced error Validation by comparison with exact solution or simulation Basic principles - decomposition applied to the Markov process - decomposition applied to the network (aggregation theorem) - forced product-form solution - for multiple-chain models: approximate algorithms for product-form QN based on MVA - exploit structural properties for special cases - other approaches Various accuracy and time computational complexity Markov Process Decomposition Markov process with state space E and transition matrix Q Identify a partition of E into K subsets E=U 1 k K E k decomposition of Q decomposition-aggregation procedure Prob(S E k ) π a π(s) = Prob(S E k ) π a (E k ) conditional distribution aggregated probabilities computation of π(s) reduces to the computation of Prob(S E k ) S, E k the computation of π a exact computation soon becomes computationally intractable EXCEPT FOR special cases (symmetrical networks) approximation of Prob(S E k ) and Prob(E k ) 72 73
38 Process and Network Decomposition Heuristics take into account the network model characteristics NOTE: the identification of an appropriate state space partition affects the algorithm accuracy the time computational complexity If the partition of E corresponds to a NETWORK partition into subnetworks network decomposition subsystems are (possibly modified) subnetworks The decomposition principle applied to QN is based on the aggregation theorem for QN 1. network decomposition into a set of subnetworks 2. analysis of each subnetwork in isolation to define an aggregate component 3. definition and analysis of the new aggregated network Exact aggregation (Norton s theorem) holds for product-form BCMP QN Approximate analysis of QN For multiple-chain QN approximate algorithms for product-form QN based on MVA - Bard and Schweitzer Approximation - (SCAT) Self-Correcting Approximation Technique generalized as the Linearizer Algorithm Main idea: approximate the MVA recursive scheme and apply an approximate iterative scheme Mean queue length For population K, the MVA recursive equations require N j (K - 1 d ) for each chain d Approximation: N j (K - 1 d )= ( K - 1 d c / K ) N j (K ) where K - 1 d c = K if c d = K -1 if c=d 74 75
39 Example: machine repair model Example: machine repair model µ 1 µ 2 α identical machines which can achieve the same task with identical speed They operate independently, in parallel and are subject to breakdown At most β α of them can be operating simultaneously (active) An active machine operates until failure The active-time is a random time exponentially distributed with mean 1/µ 1 After a failure a machine waits for being repaired At most γ machines can be in repair, and the repair-time is a random time exponentially distributed with mean 1/ µ 2 Model: single-chain single-class closed BCMP QN With M = 2 stations, where - station 1 represents the state of operative machines - station 2 the machines in repair K= α customers. Visit ratios e 1 = e 2 Service rates µ 1 and µ 2 Multiple servers: (β servers for station 1, γ servers for station 2) BCMP representation with a single server with load-dependent service rate with capacity functions x 1 (k) = min{k, β}, x 2 (k) = min{k, γ} We can choose any BCMP-type discipline to compute product-form solution 76 77
40 Example: machine repair model Example: database mirror µ 1 µ 2 Examples of performance measures steady state probability distribution π(n 1, n 2 ) (n 1 active machines and n 1 machines in waiting to be repaired) mean number of working machines, and mean number of machines in repair (N 1 and N 2 ) the utilization at station 1 (U 1 ratio between the effective average work and the maximum work) mean time that a machine is broken (R 2 ) A database (DB) repository system with two servers: master and a mirror The arrival is dispatched to the primary or to the mirror When a query is sent to the mirror:if the data are not found, then the mirror redirects the query to master Design of the optimal dispatcher routing strategy min system response time, given the DB average service times, the cache hit probability for the slave database, and the arrival rate Under some independence and exponential assumptions: BCMP QN 78 79
41 Example: database mirror Model: open BCMP QN where a request is a customer Extension of QN Open problems M = 3 stations - station 1 represents the dispatcher - station 2 the master - station 3 the mirror - special features of real systems - models of classes of systems e.g.: software architectures, mobile systems,real time systems, LQN, G-nets, Assume Poisson arrivals of requests with rate λ If we assume request independent routing => single chain QN, otherwise we should use a multi-chain model A request can be fulfilled by the mirror with probability q and it generates a new request to the master with probability 1 q Solution algorithms and product-form QN - identify efficient algorithms to evaluate average performance measures consider the new classes of product-form QN - explore/extend product-form class of QN dispatcher -> delay station DB stations -> with PS queueing discipline Coxian service time distribution Visit ratios: e 1 =1, e 2 =p+(1 p)(1 q), e 3 = 1 p Then by setting ρ i = λe i /µ i where µ i is the mean service rate of station i, i=1,2,3 BCMP formulas if ρ i =<1 Examples: evaluate average response time for each node i R i and average overall response time R = R 1 +e 2 R 2 +e 3 R 3 Possible parametric analysis of response time R as function of probability p to identify the optimal routing strategy 80 - identify efficient approximate and bound algorithms for non product-form QN to evaluate average performance measures Properties of QN - explore the relations with other classes of stochastic models - product-form classes - hybrid modeling - explore the possible integration of various types of performance models 81
M/M/1 and M/M/m Queueing Systems
M/M/ and M/M/m Queueing Systems M. Veeraraghavan; March 20, 2004. Preliminaries. Kendall s notation: G/G/n/k queue G: General - can be any distribution. First letter: Arrival process; M: memoryless - exponential
IEOR 6711: Stochastic Models, I Fall 2012, Professor Whitt, Final Exam SOLUTIONS
IEOR 6711: Stochastic Models, I Fall 2012, Professor Whitt, Final Exam SOLUTIONS There are four questions, each with several parts. 1. Customers Coming to an Automatic Teller Machine (ATM) (30 points)
Performance Evaluation at the Software Architecture Level
Performance Evaluation at the Software Architecture Level Simonetta Balsamo, Marco Bernardo 2, and Marta Simeoni Università Ca Foscari di Venezia Dipartimento di Informatica Via Torino 55, 3072 Mestre,
How To Predict Performance From A Network Model In Unminer (Uml)
Performance Evaluation of UML Software Architectures with Multiclass Queueing Network Models Simonetta Balsamo Moreno Marzolla Dipartimento di Informatica, Università Ca Foscari di Venezia via Torino 155
The qnetworks Toolbox: a Software Package for Queueing Networks Analysis
The qnetworks Toolbox: a Software Package for Queueing Networks Analysis Moreno Marzolla Dipartimento di Scienze dell Informazione, Università di Bologna Mura Anteo Zamboni 7, I-40127 Bologna, Italy [email protected]
Basic Queuing Relationships
Queueing Theory Basic Queuing Relationships Resident items Waiting items Residence time Single server Utilisation System Utilisation Little s formulae are the most important equation in queuing theory
QNAT. A Graphical Queuing Network Analysis Tool for General Open and Closed Queuing Networks. Sanjay K. Bose
QNAT A Graphical Queuing Network Analysis Tool for General Open and Closed Queuing Networks Sanjay K. Bose QNAT developed at - Dept. Elect. Engg., I.I.T., Kanpur, INDIA by - Sanjay K. Bose [email protected]
Hydrodynamic Limits of Randomized Load Balancing Networks
Hydrodynamic Limits of Randomized Load Balancing Networks Kavita Ramanan and Mohammadreza Aghajani Brown University Stochastic Networks and Stochastic Geometry a conference in honour of François Baccelli
Analysis of a Production/Inventory System with Multiple Retailers
Analysis of a Production/Inventory System with Multiple Retailers Ann M. Noblesse 1, Robert N. Boute 1,2, Marc R. Lambrecht 1, Benny Van Houdt 3 1 Research Center for Operations Management, University
Load Balancing and Switch Scheduling
EE384Y Project Final Report Load Balancing and Switch Scheduling Xiangheng Liu Department of Electrical Engineering Stanford University, Stanford CA 94305 Email: [email protected] Abstract Load
Queueing Systems. Ivo Adan and Jacques Resing
Queueing Systems Ivo Adan and Jacques Resing Department of Mathematics and Computing Science Eindhoven University of Technology P.O. Box 513, 5600 MB Eindhoven, The Netherlands March 26, 2015 Contents
Performance of networks containing both MaxNet and SumNet links
Performance of networks containing both MaxNet and SumNet links Lachlan L. H. Andrew and Bartek P. Wydrowski Abstract Both MaxNet and SumNet are distributed congestion control architectures suitable for
Performance Analysis of a Telephone System with both Patient and Impatient Customers
Performance Analysis of a Telephone System with both Patient and Impatient Customers Yiqiang Quennel Zhao Department of Mathematics and Statistics University of Winnipeg Winnipeg, Manitoba Canada R3B 2E9
Periodic Capacity Management under a Lead Time Performance Constraint
Periodic Capacity Management under a Lead Time Performance Constraint N.C. Buyukkaramikli 1,2 J.W.M. Bertrand 1 H.P.G. van Ooijen 1 1- TU/e IE&IS 2- EURANDOM INTRODUCTION Using Lead time to attract customers
Bounding of Performance Measures for Threshold-Based Queuing Systems: Theory and Application to Dynamic Resource Management in Video-on-Demand Servers
IEEE TRANSACTIONS ON COMPUTERS, VOL 51, NO 3, MARCH 2002 1 Bounding of Performance Measures for Threshold-Based Queuing Systems: Theory and Application to Dynamic Resource Management in Video-on-Demand
Optimal Dynamic Resource Allocation in Multi-Class Queueing Networks
Imperial College London Department of Computing Optimal Dynamic Resource Allocation in Multi-Class Queueing Networks MEng Individual Project Report Diagoras Nicolaides Supervisor: Dr William Knottenbelt
The Analysis of Dynamical Queueing Systems (Background)
The Analysis of Dynamical Queueing Systems (Background) Technological innovations are creating new types of communication systems. During the 20 th century, we saw the evolution of electronic communication
UNIT 2 QUEUING THEORY
UNIT 2 QUEUING THEORY LESSON 24 Learning Objective: Apply formulae to find solution that will predict the behaviour of the single server model II. Apply formulae to find solution that will predict the
6.263/16.37: Lectures 5 & 6 Introduction to Queueing Theory
6.263/16.37: Lectures 5 & 6 Introduction to Queueing Theory Massachusetts Institute of Technology Slide 1 Packet Switched Networks Messages broken into Packets that are routed To their destination PS PS
1. (First passage/hitting times/gambler s ruin problem:) Suppose that X has a discrete state space and let i be a fixed state. Let
Copyright c 2009 by Karl Sigman 1 Stopping Times 1.1 Stopping Times: Definition Given a stochastic process X = {X n : n 0}, a random time τ is a discrete random variable on the same probability space as
Performance Analysis for Shared Services
Performance Analysis for Shared Services Hai Sobey School of Business, Saint Mary's University, Canada [email protected] ABSTRACT Shared services have widely spread in the government and private sectors as
Supplement to Call Centers with Delay Information: Models and Insights
Supplement to Call Centers with Delay Information: Models and Insights Oualid Jouini 1 Zeynep Akşin 2 Yves Dallery 1 1 Laboratoire Genie Industriel, Ecole Centrale Paris, Grande Voie des Vignes, 92290
Dynamic Multi-User Load Balancing in Distributed Systems
Dynamic Multi-User Load Balancing in Distributed Systems Satish Penmatsa and Anthony T. Chronopoulos The University of Texas at San Antonio Dept. of Computer Science One UTSA Circle, San Antonio, Texas
UNIVERSITY OF TARTU FACULTY OF MATHEMATICS AND COMPUTER SCIENCE INSTITUTE OF COMPUTER SCIENCE
UNIVERSITY OF TARTU FACULTY OF MATHEMATICS AND COMPUTER SCIENCE INSTITUTE OF COMPUTER SCIENCE Yuliya Brynzak Probabilistic Performance Testing of Web Applications Master s Thesis (30 EAP) Supervisor: Dr.
The Joint Distribution of Server State and Queue Length of M/M/1/1 Retrial Queue with Abandonment and Feedback
The Joint Distribution of Server State and Queue Length of M/M/1/1 Retrial Queue with Abandonment and Feedback Hamada Alshaer Université Pierre et Marie Curie - Lip 6 7515 Paris, France [email protected]
Software Performance and Scalability
Software Performance and Scalability A Quantitative Approach Henry H. Liu ^ IEEE )computer society WILEY A JOHN WILEY & SONS, INC., PUBLICATION Contents PREFACE ACKNOWLEDGMENTS xv xxi Introduction 1 Performance
Stochastic Processes and Queueing Theory used in Cloud Computer Performance Simulations
56 Stochastic Processes and Queueing Theory used in Cloud Computer Performance Simulations Stochastic Processes and Queueing Theory used in Cloud Computer Performance Simulations Florin-Cătălin ENACHE
SPECTRAL POLYNOMIAL ALGORITHMS FOR COMPUTING BI-DIAGONAL REPRESENTATIONS FOR PHASE TYPE DISTRIBUTIONS AND MATRIX-EXPONENTIAL DISTRIBUTIONS
Stochastic Models, 22:289 317, 2006 Copyright Taylor & Francis Group, LLC ISSN: 1532-6349 print/1532-4214 online DOI: 10.1080/15326340600649045 SPECTRAL POLYNOMIAL ALGORITHMS FOR COMPUTING BI-DIAGONAL
SOLVING LINEAR SYSTEMS
SOLVING LINEAR SYSTEMS Linear systems Ax = b occur widely in applied mathematics They occur as direct formulations of real world problems; but more often, they occur as a part of the numerical analysis
Master s Theory Exam Spring 2006
Spring 2006 This exam contains 7 questions. You should attempt them all. Each question is divided into parts to help lead you through the material. You should attempt to complete as much of each problem
1. Repetition probability theory and transforms
1. Repetition probability theory and transforms 1.1. A prisoner is kept in a cell with three doors. Through one of them he can get out of the prison. The other one leads to a tunnel: through this he is
TRAFFIC ENGINEERING OF DISTRIBUTED CALL CENTERS: NOT AS STRAIGHT FORWARD AS IT MAY SEEM. M. J. Fischer D. A. Garbin A. Gharakhanian D. M.
TRAFFIC ENGINEERING OF DISTRIBUTED CALL CENTERS: NOT AS STRAIGHT FORWARD AS IT MAY SEEM M. J. Fischer D. A. Garbin A. Gharakhanian D. M. Masi January 1999 Mitretek Systems 7525 Colshire Drive McLean, VA
Response Times in an Accident and Emergency Service Unit. Apurva Udeshi [email protected]
IMPERIAL COLLEGE, LONDON Department of Computing Response Times in an Accident and Emergency Service Unit Apurva Udeshi [email protected] Supervisor: Professor Peter Harrison Second Marker: Dr. William
Scheduling Policies, Batch Sizes, and Manufacturing Lead Times
To appear in IIE Transactions Scheduling Policies, Batch Sizes, and Manufacturing Lead Times Saifallah Benjaafar and Mehdi Sheikhzadeh Department of Mechanical Engineering University of Minnesota Minneapolis,
Random access protocols for channel access. Markov chains and their stability. Laurent Massoulié.
Random access protocols for channel access Markov chains and their stability [email protected] Aloha: the first random access protocol for channel access [Abramson, Hawaii 70] Goal: allow machines
Manufacturing Systems Modeling and Analysis
Guy L. Curry Richard M. Feldman Manufacturing Systems Modeling and Analysis 4y Springer 1 Basic Probability Review 1 1.1 Basic Definitions 1 1.2 Random Variables and Distribution Functions 4 1.3 Mean and
Web Server Software Architectures
Web Server Software Architectures Author: Daniel A. Menascé Presenter: Noshaba Bakht Web Site performance and scalability 1.workload characteristics. 2.security mechanisms. 3. Web cluster architectures.
4 The M/M/1 queue. 4.1 Time-dependent behaviour
4 The M/M/1 queue In this chapter we will analyze the model with exponential interarrival times with mean 1/λ, exponential service times with mean 1/µ and a single server. Customers are served in order
We consider the optimal production and inventory control of an assemble-to-order system with m components,
MANAGEMENT SCIENCE Vol. 52, No. 12, December 2006, pp. 1896 1912 issn 0025-1909 eissn 1526-5501 06 5212 1896 informs doi 10.1287/mnsc.1060.0588 2006 INFORMS Production and Inventory Control of a Single
How To Find The Optimal Base Stock Level In A Supply Chain
Optimizing Stochastic Supply Chains via Simulation: What is an Appropriate Simulation Run Length? Arreola-Risa A 1, Fortuny-Santos J 2, Vintró-Sánchez C 3 Abstract The most common solution strategy for
Introduction to Queueing Theory and Stochastic Teletraffic Models
Introduction to Queueing Theory and Stochastic Teletraffic Models Moshe Zukerman EE Department, City University of Hong Kong Copyright M. Zukerman c 2000 2015 Preface The aim of this textbook is to provide
Modeling and Performance Evaluation of Computer Systems Security Operation 1
Modeling and Performance Evaluation of Computer Systems Security Operation 1 D. Guster 2 St.Cloud State University 3 N.K. Krivulin 4 St.Petersburg State University 5 Abstract A model of computer system
CALL CENTER PERFORMANCE EVALUATION USING QUEUEING NETWORK AND SIMULATION
CALL CENTER PERFORMANCE EVALUATION USING QUEUEING NETWORK AND SIMULATION MA 597 Assignment K.Anjaneyulu, Roll no: 06212303 1. Introduction A call center may be defined as a service unit where a group of
Optimal Hiring of Cloud Servers A. Stephen McGough, Isi Mitrani. EPEW 2014, Florence
Optimal Hiring of Cloud Servers A. Stephen McGough, Isi Mitrani EPEW 2014, Florence Scenario How many cloud instances should be hired? Requests Host hiring servers The number of active servers is controlled
LECTURE 4. Last time: Lecture outline
LECTURE 4 Last time: Types of convergence Weak Law of Large Numbers Strong Law of Large Numbers Asymptotic Equipartition Property Lecture outline Stochastic processes Markov chains Entropy rate Random
The Exponential Distribution
21 The Exponential Distribution From Discrete-Time to Continuous-Time: In Chapter 6 of the text we will be considering Markov processes in continuous time. In a sense, we already have a very good understanding
Simple Markovian Queueing Systems
Chapter 4 Simple Markovian Queueing Systems Poisson arrivals and exponential service make queueing models Markovian that are easy to analyze and get usable results. Historically, these are also the models
Development of dynamically evolving and self-adaptive software. 1. Background
Development of dynamically evolving and self-adaptive software 1. Background LASER 2013 Isola d Elba, September 2013 Carlo Ghezzi Politecnico di Milano Deep-SE Group @ DEIB 1 Requirements Functional requirements
OPTIMIZED PERFORMANCE EVALUATIONS OF CLOUD COMPUTING SERVERS
OPTIMIZED PERFORMANCE EVALUATIONS OF CLOUD COMPUTING SERVERS K. Sarathkumar Computer Science Department, Saveetha School of Engineering Saveetha University, Chennai Abstract: The Cloud computing is one
ENGINEERING SOLUTION OF A BASIC CALL-CENTER MODEL
ENGINEERING SOLUTION OF A BASIC CALL-CENTER MODEL by Ward Whitt Department of Industrial Engineering and Operations Research Columbia University, New York, NY 10027 Abstract An algorithm is developed to
How To Balance In A Distributed System
6 IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 11, NO. 1, JANUARY 2000 How Useful Is Old Information? Michael Mitzenmacher AbstractÐWe consider the problem of load balancing in dynamic distributed
OPTIMAL CONTROL OF FLEXIBLE SERVERS IN TWO TANDEM QUEUES WITH OPERATING COSTS
Probability in the Engineering and Informational Sciences, 22, 2008, 107 131. Printed in the U.S.A. DOI: 10.1017/S0269964808000077 OPTIMAL CONTROL OF FLEXILE SERVERS IN TWO TANDEM QUEUES WITH OPERATING
CPU Scheduling 101. The CPU scheduler makes a sequence of moves that determines the interleaving of threads.
CPU Scheduling CPU Scheduling 101 The CPU scheduler makes a sequence of moves that determines the interleaving of threads. Programs use synchronization to prevent bad moves. but otherwise scheduling choices
Pull versus Push Mechanism in Large Distributed Networks: Closed Form Results
Pull versus Push Mechanism in Large Distributed Networks: Closed Form Results Wouter Minnebo, Benny Van Houdt Dept. Mathematics and Computer Science University of Antwerp - iminds Antwerp, Belgium Wouter
The Characteristic Polynomial
Physics 116A Winter 2011 The Characteristic Polynomial 1 Coefficients of the characteristic polynomial Consider the eigenvalue problem for an n n matrix A, A v = λ v, v 0 (1) The solution to this problem
An Overview of the JMT Queueing Network Simulator
An Overview of the JMT Queueing Network Simulator M.Bertoli, G.Casale, G.Serazzi Politecnico di Milano - DEI Via Ponzio 34/5, I-20133, Milan, Italy {bertoli, casale, serazzi}@elet.polimi.it Abstract This
Basic Queueing Theory
Basic Queueing Theory Dr. János Sztrik University of Debrecen, Faculty of Informatics Reviewers: Dr. József Bíró Doctor of the Hungarian Academy of Sciences, Full Professor Budapest University of Technology
Functional Optimization Models for Active Queue Management
Functional Optimization Models for Active Queue Management Yixin Chen Department of Computer Science and Engineering Washington University in St Louis 1 Brookings Drive St Louis, MO 63130, USA [email protected]
Tutorial: Stochastic Modeling in Biology Applications of Discrete- Time Markov Chains. NIMBioS Knoxville, Tennessee March 16-18, 2011
Tutorial: Stochastic Modeling in Biology Applications of Discrete- Time Markov Chains Linda J. S. Allen Texas Tech University Lubbock, Texas U.S.A. NIMBioS Knoxville, Tennessee March 16-18, 2011 OUTLINE
7 Gaussian Elimination and LU Factorization
7 Gaussian Elimination and LU Factorization In this final section on matrix factorization methods for solving Ax = b we want to take a closer look at Gaussian elimination (probably the best known method
Network Design Performance Evaluation, and Simulation #6
Network Design Performance Evaluation, and Simulation #6 1 Network Design Problem Goal Given QoS metric, e.g., Average delay Loss probability Characterization of the traffic, e.g., Average interarrival
Programma della seconda parte del corso
Programma della seconda parte del corso Introduction Reliability Performance Risk Software Performance Engineering Layered Queueing Models Stochastic Petri Nets New trends in software modeling: Metamodeling,
Basic Multiplexing models. Computer Networks - Vassilis Tsaoussidis
Basic Multiplexing models? Supermarket?? Computer Networks - Vassilis Tsaoussidis Schedule Where does statistical multiplexing differ from TDM and FDM Why are buffers necessary - what is their tradeoff,
Fluid Approximation of a Priority Call Center With Time-Varying Arrivals
Fluid Approximation of a Priority Call Center With Time-Varying Arrivals Ahmad D. Ridley, Ph.D. William Massey, Ph.D. Michael Fu, Ph.D. In this paper, we model a call center as a preemptive-resume priority
Exponential Approximation of Multi-Skill Call Centers Architecture
Exponential Approximation of Multi-Skill Call Centers Architecture Ger Koole and Jérôme Talim Vrije Universiteit - Division of Mathematics and Computer Science De Boelelaan 1081 a - 1081 HV Amsterdam -
Chapter 1. Introduction
Chapter 1 Introduction 1.1. Motivation Network performance analysis, and the underlying queueing theory, was born at the beginning of the 20th Century when two Scandinavian engineers, Erlang 1 and Engset
Structure Preserving Model Reduction for Logistic Networks
Structure Preserving Model Reduction for Logistic Networks Fabian Wirth Institute of Mathematics University of Würzburg Workshop on Stochastic Models of Manufacturing Systems Einhoven, June 24 25, 2010.
Discrete-Event Simulation
Discrete-Event Simulation Prateek Sharma Abstract: Simulation can be regarded as the emulation of the behavior of a real-world system over an interval of time. The process of simulation relies upon the
A QUEUEING-INVENTORY SYSTEM WITH DEFECTIVE ITEMS AND POISSON DEMAND. [email protected]
A QUEUEING-INVENTORY SYSTEM WITH DEFECTIVE ITEMS AND POISSON DEMAND Rasoul Hai 1, Babak Hai 1 Industrial Engineering Department, Sharif University of Technology, +98-1-66165708, [email protected] Industrial
Appendix: Simple Methods for Shift Scheduling in Multi-Skill Call Centers
MSOM.1070.0172 Appendix: Simple Methods for Shift Scheduling in Multi-Skill Call Centers In Bhulai et al. (2006) we presented a method for computing optimal schedules, separately, after the optimal staffing
A Model-driven Approach to Predictive Non Functional Analysis of Component-based Systems
A Model-driven Approach to Predictive Non Functional Analysis of Component-based Systems Vincenzo Grassi Università di Roma Tor Vergata, Italy Raffaela Mirandola {vgrassi, mirandola}@info.uniroma2.it Abstract.
QUEUING THEORY. 1. Introduction
QUEUING THEORY RYAN BERRY Abstract. This paper defines the building blocks of and derives basic queuing systems. It begins with a review of some probability theory and then defines processes used to analyze
Modern Optimization Methods for Big Data Problems MATH11146 The University of Edinburgh
Modern Optimization Methods for Big Data Problems MATH11146 The University of Edinburgh Peter Richtárik Week 3 Randomized Coordinate Descent With Arbitrary Sampling January 27, 2016 1 / 30 The Problem
EquiLoad: a load balancing policy for clustered web servers
EquiLoad: a load balancing policy for clustered web servers Gianfranco Ciardo Alma Riska Evgenia Smirni Department of Computer Science College of William and Mary Williamsburg, VA 23187-8795, USA {ciardo,riska,esmirni}@cswmedu
Reinforcement Learning
Reinforcement Learning LU 2 - Markov Decision Problems and Dynamic Programming Dr. Martin Lauer AG Maschinelles Lernen und Natürlichsprachliche Systeme Albert-Ludwigs-Universität Freiburg [email protected]
On the Traffic Capacity of Cellular Data Networks. 1 Introduction. T. Bonald 1,2, A. Proutière 1,2
On the Traffic Capacity of Cellular Data Networks T. Bonald 1,2, A. Proutière 1,2 1 France Telecom Division R&D, 38-40 rue du Général Leclerc, 92794 Issy-les-Moulineaux, France {thomas.bonald, alexandre.proutiere}@francetelecom.com
Optimization under uncertainty: modeling and solution methods
Optimization under uncertainty: modeling and solution methods Paolo Brandimarte Dipartimento di Scienze Matematiche Politecnico di Torino e-mail: [email protected] URL: http://staff.polito.it/paolo.brandimarte
Lectures on Stochastic Processes. William G. Faris
Lectures on Stochastic Processes William G. Faris November 8, 2001 2 Contents 1 Random walk 7 1.1 Symmetric simple random walk................... 7 1.2 Simple random walk......................... 9 1.3
Proposed Pricing Model for Cloud Computing
Computer Science and Information Technology 2(4): 211-218, 2014 DOI: 10.13189/csit.2014.020405 http://www.hrpub.org Proposed Pricing Model for Cloud Computing Muhammad Adeel Javaid Member Vendor Advisory
CHAPTER 3 CALL CENTER QUEUING MODEL WITH LOGNORMAL SERVICE TIME DISTRIBUTION
31 CHAPTER 3 CALL CENTER QUEUING MODEL WITH LOGNORMAL SERVICE TIME DISTRIBUTION 3.1 INTRODUCTION In this chapter, construction of queuing model with non-exponential service time distribution, performance
Q UEUING ANALYSIS. William Stallings
Q UEUING ANALYSIS William Stallings WHY QUEUING ANALYSIS?...2 QUEUING MODELS...3 The Single-Server Queue...3 Queue Parameters...4 The Multiserver Queue...5 Basic Queuing Relationships...5 Assumptions...5
Efficient Parallel Processing on Public Cloud Servers Using Load Balancing
Efficient Parallel Processing on Public Cloud Servers Using Load Balancing Valluripalli Srinath 1, Sudheer Shetty 2 1 M.Tech IV Sem CSE, Sahyadri College of Engineering & Management, Mangalore. 2 Asso.
The International Journal Of Science & Technoledge (ISSN 2321 919X) www.theijst.com
THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE Efficient Parallel Processing on Public Cloud Servers using Load Balancing Manjunath K. C. M.Tech IV Sem, Department of CSE, SEA College of Engineering
Homework set 4 - Solutions
Homework set 4 - Solutions Math 495 Renato Feres Problems R for continuous time Markov chains The sequence of random variables of a Markov chain may represent the states of a random system recorded at
