Hamdy A. Taha, OPERATIONS RESEARCH, AN INTRODUCTION, 5 th edition, Maxwell Macmillan International, 1992

Size: px
Start display at page:

Download "Hamdy A. Taha, OPERATIONS RESEARCH, AN INTRODUCTION, 5 th edition, Maxwell Macmillan International, 1992"

Transcription

1 Reference books: Anderson, Sweeney, and Williams, AN INTRODUCTION TO MANAGEMENT SCIENCE, QUANTITATIVE APPROACHES TO DECISION MAKING, 7 th edition, West Publishing Company,1994 Hamdy A. Taha, OPERATIONS RESEARCH, AN INTRODUCTION, 5 th edition, Maxwell Macmillan International, 1992 Burley and O Sullivan, OPERATIONAL RESEARCH, MacMillan, 1986 Lecture 1 Queuing Models Imagine the following situations: Shoppers waiting in front of a check-out stand in a supermarket; Cars waiting at a red traffic light; Patients waiting in a lounge of a medical centre; Planes waiting for taking off in an airport; Customers waiting for tables in Pizza Hut (especially at weekends); What these situations have in common is the phenomenon of waiting. Waiting causes inconvenience, but like it or not, it is part of our daily life. All we hope to achieve is to reduce the inconvenience to bearable levels. The waiting phenomenon is the direct result of randomness in the operation service facilities. In general, the customer s arrival and service time are not known in advance. Our objective in studying the operation of a service facility under random conditions is to secure some characteristics that measure the performance of the system under study. Some of the characteristics that are of interest are the following: 1) The probability that there are no customers in the system 2) The average number of customers in the queue 3) The average number of customers in the system (the number in queue + the number being served) 4) The average time a customer spends in the queue 5) The average time a customer spends in the system (the waiting time plus the service time) 6) The probability that an arriving customer has to wait for service 7) The probability of n customers in the system Managers who have the above information are better able to make decisions that balance desirable service levels against the cost of providing the service. 1. The Structure of a Queue 1

2 As customers arrive at a facility, they join a queue. The server chooses a customer from the queue to begin service. Upon the completion of a service, the process of choosing a new waiting customer is repeated. This is how a queuing situation is created. It is assumed that no time is lost between the completion of a service and the admission of a new customer into the facility. A simple queuing system is illustrated in Figure 1. This diagram depicts a single channel queue, i.e., all customers entering the system must pass through the one channel. When more customers arrives at the facility, It is necessary the system have multiple channel queue to serve the customers. System Customer arrivals Queue Server Customer leaves Figure 1. A single channel queue system Obviously, the main actors in a queuing system are the customers and the server. The elements that are of most interest in the queuing system are the pattern in which the customers arrive, the service time per customer, and the queue discipline. The process of arrivals Defining the arrival process for a queue involves determining the probability distribution for the number of arrivals in a given period of time. In many queuing situations the arrivals occur in a random fashion; that is, each arrival is independent of other arrivals, and we cannot predict when an arrival will occur. In such cases, the Poisson probability distribution is used to describe the arrival pattern. Using Poisson probability function, the probability of x arrivals in a specific time period is defined as follows: x λ e Px ( ) = x! λ (for x = 0, 1, 2 ) (1) where x = the number of arrivals in the period λ = the average or mean number of arrivals per period e = Example: 2

3 The North-west Fried Chicken has analysed data on customer arrivals and has concluded that the mean arrival rate is 45 customers per hour. For a 1-minute period, the mean number of arrival would be λ = 45/60 = 0.75 arrivals per minute. We can use the following probability function to compute the probability of x arrivals during a 1-minute period: Px ( ) = x 075. e x! 075. The Poisson probability distribution during a 1-minute period is listed as follows: x P(x) The distribution of service times The service time is the time the customer spends at the service facility once the service has started. Service time normally varies according to the individual situations. In the North-west Fried Chicken example, each customer s order may be of different sizes. It may take 1 minute to fill a small order, but 2 or 3 minutes to fill a larger order. It has been determined that the exponential probability distribution often provides a good approximation of service times in queuing situations. If the probability distribution for service times follows an exponential probability distribution, the probability that the service time will be less than or equal to a time of length t is given by P(service time t) = 1 - e -μt (2) where μ = the average or mean number of customers that can be served per time period Example: Suppose that North-west Fried Chicken has studied the order-taking and order- filling process and has found that the single server can process an average of 60 customer orders per hour. On a 1-minute basis, the average or mean service rate would be μ = 60/60 = 1 customer per minute. This makes the equation (2) become 3

4 for this case. For example P(service time t) = 1 - e -t P(service time 0.5 min.) = 1 - e -1(0.5) = = P(service time 1.0 min.) = 1 - e -1(1.0) = = P(service time 2.0 min.) = 1 - e -1(2.0) = = Queue discipline In describing a queuing system, we must define the manner in which the queuing customers are arranged for service. The possible queue disciplines are 1) First-in-first-out (FIFO) or first-come-first-served (FCFS) 2) Last-in-first-served (LIFO) 3) Service-in-random-order (SIRO) 4) Others The FIFO or FCFS queue discipline applies to many situations. Steady-state operation A queuing system gradually builds up to a normal or steady state from its beginning. The start-up period is known as the transient period. This period ends when the system reaches the normal or steady-state operation. Queuing models describe the steady-state operating characteristics of the queue. Lecture 2 2. The Single-channel Queue Model with Poisson Arrivals and Exponential Service Times This is the simplest queuing model and it assumes the following: 1) The queue has a single channel 2) The pattern of arrivals follows a Poisson probability distribution 3) The service times follow an exponential probability distribution 4) The queue discipline is FCFS The formulas that can be used to develop the steady-state operating characteristics in this situation are given below, with 4

5 λ = the mean or average number of arrivals per time period (the mean arrival rate) μ = the mean or average number of services per time period (The mean service rate) The probability that there are no customers in the system P 0 = 1 - λ/μ (3) The average number of customers in the queue L q = λ 2 /[μ(μ-λ)] (4) The average number of customers in the system (the number in queue + the number being served) L = L q + λ/μ (5) The average time a customer spends in the queue W q = L q /λ (6) The average time a customer spends in the system (the waiting time plus the service time) W = W q + 1/μ (7) The probability that an arriving customer has to wait for service P w = λ/μ (8) The probability of n customers in the system P n = (λ/μ) n P 0 (9) Formula (8) provides the probability the service facility is busy, and thus the ratio λ/μ is often referred to as the utilisation factor for the service facility. The above formulas are applicable only when the mean service rate μ is greater than the mean arrival rate λ, i.e., when λ/μ < 1. If this condition does not exist, the queue will grow without limit since the service facility does not have sufficient ability to handle the arriving customers. Therefore, to use these formulas, we must have μ > λ. Example: Recall that for the North-west Fried Chicken problem we had a mean arrival rate of λ = 0.75 customers per minute and a mean service rate of μ = 1 5

6 customers per minute. Obviously the condition λ/μ < 1 is satisfied. Then we can use the formulae to calculate the operation characteristics for North-west Fried Chicken single queue: P 0 = 1 - λ/μ = /1 = 0.25 L q = λ 2 /[μ(μ-λ)] = /[(1(1-0.75)] = 2.25 customers L = L q + λ/μ = /1 = 3 customers W q = L q /λ = 2.25/0.75 = 3 minutes W = W q + 1/μ = 3 + 1/1 = 4 minutes P w = λ/μ = 0.75/1 = 0.75 Equation P n = (λ/μ) n P 0 can be used to determine the probability of any number of customers in the system. Some computation results are listed in the following table. Numbers of Customers Probability Looking at the results of the single-channel queue for the North-west Fried Chicken, we can learn several important things about the operation of the queuing system: Customers wait an average of 3 minutes before beginning to place an order, which is somewhat long for a business based on fast service; the average number of customers waiting in line is 2.25 and 75% of the arriving customers have to wait for service; this indicates something needs to be done to improve the efficiency of the queue operation; There is a probability that seven or more customers are in the queuing system at one time, which indicates a fairly high probability that the North-west Fried Chicken will periodically experience some very long queues if it continues to use the single channel operation. If the operating characteristics are unsatisfactory in terms of meeting companies standards for service, something will need to be done to improve the queue operation. To reduce the waiting time mainly means to improve the services rate. The service improvements can be made by either 6

7 increasing the mean service rate μ by making a creative change or by employing new technology; or adding parallel service channels so that more customers can be served at a time. Example: Suppose that the North-west Fried Chicken management decides to increase the mean service rate μ by employing an order filler who will assist the order taker at the cash machine. By this change, the management estimates that the mean service rate can be increased from the current 60 customers/hour to 75 customers/hour. The mean service rate for the revised system is μ = 75/60 = 1.25 customers per minute. Then using λ = 0.75 and μ = 1.25, the characteristics of the revised system are calculated as follows: Operating Characteristics Original Revised Probability of no customers in the system Average number of customers in the queue Average number of customers in the system Average time a customer spends in the queue min min. Average time a customer spends in the system min min. Probability of an arriving customer has to wait for service Probability of 7 or more customers in the system Comparison between the original system and the revised system shows the service of the North-west Fried Chicken has been greatly improved due to the action taken. Lecture 3 3. The Multiple-channel Queuing Model with Poisson Arrivals and Exponential Service times A multiple-channel queue consists of two or more channels or service locations that are assumed to be identical in terms of service capability. In the multiple channel system, arriving customers wait in a single queue and then move to the first available channel to be served (such as the queue waiting to pass the security check in Manchester airport). A 3-channel queuing system is depicted in Figure 2. 7

8 System Server1 Customer leaves Customer arrivals Queue Server2 Customer leaves Server3 Customer leaves Figure 2. A three channel queue system Assumptions for the queue in the multiple-channel system: The queue has two or more channels The pattern of arrivals follows a Poisson probability distribution The service time for each channel follows an exponential probability distribution The mean service time μ is the same for each channel The arrivals wait in the single queue and then move to the first open channel for service The queue discipline is first-come, first-served (FCFS) Notations: Formulas: λ = the mean arrival rate for the system μ = the mean service rate for each channel k = the number of the channels 1) The probability that there are no customers in the system P 0 = 1 k 1 n k k ( λ / μ ) ( λ/ μ) μ + n! k! kμ λ n= 0 (10) 2) The average number of customers in the queue 8

9 L q k ( λ/ μ) λμ = 2 P0 (11) ( k 1)!( kμ λ) 3) The average number of customers in the system L = L q + λ/μ (12) 4) The average time a customer spends in the queue W q = L q /λ (13) 5) The average time a customer spends in the system W = W q + 1/μ (14) 6) The probability that an arriving customer has to wait for service P w = k 1 λ kμ P0 k! μ kμ λ (15) 7) The probability of n customers in the system P n = ( λ / μ ) n! n P 0 for n k (16) P n ( λ/ μ) n k k k n =! ( ) P 0 for n > k (17) While some of the formulas for the operating characteristics of multiple-channel queues are more complex than their single-channel counterparts, the expressions provide the same information. The following table is provided to simplify the use of the formulas. Values of P 0 for multiple-channel queue with Poisson arrivals and exponential service time Ratio λ/μ k=2 k=3 k=4 k=

10 Example: Consider the North-west Fried Chicken situation again. If the management decided to add a parallel service channel to improve the service rather than to increase the mean service rate μ, let s evaluate the operating characteristics for the two-channel system. We know that k = 2, λ = 0.75, and μ = 1. So, P 0 = (from table) L q = customer L = customer W q = 0.16 min. W = 1.16 min. P w = P n 7 = Operating Characteristics Original Revised 1 Revised 2 Probability of no customers in the system Average number of customers in the queue Average number of customers in the system Average time a customer spends in the queue min min min. Average time a customer spends in the system min min min. Probability of an arriving customer has to wait for service Probability of 7 or more customers in the system It is clear that the two-channel system will greatly improve the operating characteristics of the queue. Lecture 4 10

11 4. Some General Relationships for Queuing Models In sections 2 and 3, we have come across a number of operating characteristics including L q = the average number of customers in the queue L = The average number of customers in the system W q = the average time a customer spends the queue W = the average time a customer spends in the system John D. C. Little showed that general relationships existing among these four characteristics apply to a variety of different queues. Two of the relationships, referred to as Little s flow equation, are as follows: L = λw (18) L q = λw q (19) Another general relationship is the expression for the average time in the system: W = W q + 1/μ The importance of these relations is that they apply to any queuing models regardless the arrival patterns and the service time probability distribution. 5. Economic Analysis of Queues For a queuing system, the manager has to decide at what level the system should be run so that it is most economical. In other word, the manager has to make sure that the total cost for operating the queuing system is minimised. In queuing systems, the total cost comes from two directions, i.e. the waiting cost and the service cost. Let s use the following notations: c w = the waiting cost per time period for each customer L = the average number of customers in the system per time period c s = the service cost per time period for each channel k = the number of channels TC = the total cost Then the total cost is TC = c w L + c s k (20) A critical issue in conducting an economic analysis of a queue is to obtain reasonable estimates of the waiting cost and service cost per period. Of these two, the waiting cost per period is usually more difficult to evaluate. This is not a direct cost to a company. However, if this cost is ignored and the queue is allowed to grow, customers will ultimately take their business to elsewhere. In this way, the company 11

12 will experience lost sales, and incur a cost. The service cost is generally easier to determine. This cost is the relevant cost associated with operating each service channel. Example: Assume that in the case of Northwest Fried Chicken, the waiting cost rate is 10 per hour for customer waiting time and the service cost rate is 7 per hour. Calculate the total cost for single-channel and two-channel queuing system: Single-channel system: We knew that the average number of customers in the system L = 3. So TC = 10 (3) + 7 (1) = per hour Two-channel system: L = TC = 10 (0.8727) + 7 (2) = per hour Thus, given the cost data provided by the North-west Fried Chicken, the two-channel system provides the more economical operation. The general shapes of the cost curves in the economic analysis of queues are show in Figure 3. Total Cost per Hour Total cost Service cost Waiting cost Figure 3 Number of Channels (k) 12

13 4. Other queuing Models D G Kendall suggested a notation that is helpful in classifying the wide variety of different queuing models that have been developed. The three-symbol notation Kendall notation is as follows: A/B/s where A denotes the probability distribution for the number of arrivals B denotes the probability distribution for the service time s denotes the number of channels The values for A and B that are commonly used are as follows: M D G designates a Poisson probability distribution for the number of arrivals or an exponential probability distribution for service time designates that the number of arrivals or service time is deterministic or constant designates a general distribution with a known mean and variance for the number of arrivals or service time Using the Kendall notation, the single-channel queuing model with Poisson arrivals and exponential service times is classified as an M/M/1 model. The two-channel queuing model with Poisson arrivals and exponential service times would be classified as an M/M/2 model. We will not cover the other queuing models because of time limitation and the similarity of the equations for the operating characteristics. These equations can be found in the listed reference books. 13

14 Exercise 3 Queuing Models 1. The reference desk of a university library receives requests for assistance. Assume that a Poisson probability distribution with a mean rate of 10 requests per hour can be used to describe the arrival pattern and that service times follow the exponential probability distribution with a mean service rate of 12 request per hour. a. What is the probability that there are no requests for assistance in the system? b. What is the average number of requests that will be waiting for service? c. What is the average waiting time in minutes before the service begins? d. What is the average time at the reference desk in minutes (waiting time + service time)? e. What is the probability that a new arrival has to wait for service? 2. Trucks using a single-channel loading dock arrive according to Poisson probability distribution. The time required to load/unload follows the exponential probability distribution. The mean arrival rate is 12 trucks per day, and the mean service rate is 18 trucks per day. a. What is the probability that there are no trucks in the system? b. What is the average number of trucks waiting for service? c. What is the average time a truck waits for loading/unloading service to begin? d. What is the probability that a new arrival will have to wait? 3. Marty s Barber Shop has one barber. Customers arrive at the rate of 2.2 customers per hour, and haircuts are given at the average rate of 5 per hour. Use the Poisson arrivals and exponential service times model to answer the following questions: a. What is the probability that there are no customers in the system? b. What is the probability that 1 customer is receiving a haircut and no one is waiting? c. What is the probability that 1 customer is receiving a haircut and 1 customer is waiting? d. What is the probability that 1 customer is receiving a haircut and 2 customers are waiting? e. What is the probability that more than two customers are waiting? f. What is the average time a customer waits for service? 4. Trosper Tire Company has decided to hire a new mechanic to handle all tire changes for customers ordering a new set of tires. Two mechanics have applied for the job. One mechanic has limited experience and can be hired for $14 per hour. It is expected that this mechanic can serve an average of 3 customers per hour. The other mechanic has several years of experience. This mechanic can service a average of 4 customers per hour, but must be paid $20 per hour. Assume the customers arrive at the Trosper garage at the rate of 2 customers per hour. 14

15 a. Compute the waiting line characteristics for each mechanic, assuming Poisson arrivals and exponential service times. b. If the company assigns a customer waiting cost of $30 per hour, which mechanic provides the lowest operating cost? 5. Consider a two-channel waiting line with Poisson arrivals and exponential service times. The mean arrival rate 14 units per hour, and the mean service rate is 10 units per hour for each channel. a. What is the probability that there are no units in the system? b. What is the average number of units in the system? c. What is the average time a unit waits for service? d. What is the average time a unit is in the system? e. What is the probability of having to wait for service? 6. Refer to Problem 5. Assume that the system is expanded to a three-channel operation. a. Compute the operating characteristics for this waiting line system. b. If the service goal is to provide sufficient capacity so that at most 25% of the customers have to wait for service, is the two- or three-channel system preferred? 7. Patients arrive at a dentist s office at a mean rate of 2.8 patients per hour. The dentist can service patients at the mean rate of 3 patient per hour. A study of patient waiting times shows that, on average, a patient waits 30 minutes before seeing the dentist. a. What are the mean arrival rate and mean service rate in terms of patients per minute? b. What is the average number of patients in the waiting room? c. If a patient arrives at 10:19 am. What is the expected time the patient will leave the office? 8. The City Beverage Drive-Thru is constructing a two channel service system. Cars arrive according to the Poisson probability distribution, with a mean arrival rate of 6 cars per hour. The service times have an exponential probability distribution, with a mean service rate of 10 cars per hour for each channel. a. What is the probability that there are no cars in the system? b. What is the average number of cars waiting for service? c. What is the average time waiting for service? d. What is the average time in the system? e. What is the probability that an arrival will have to wait for service? 15

INTRODUCTION AND CLASSIFICATION OF QUEUES 16.1 Introduction

INTRODUCTION AND CLASSIFICATION OF QUEUES 16.1 Introduction INTRODUCTION AND CLASSIFICATION OF QUEUES 16.1 Introduction The study of waiting lines, called queuing theory is one of the oldest and most widely used Operations Research techniques. Waiting lines are

More information

Textbook: pp Chapter 12: Waiting Lines and Queuing Theory Models

Textbook: pp Chapter 12: Waiting Lines and Queuing Theory Models 1 Textbook: pp. 445-478 Chapter 12: Waiting Lines and Queuing Theory Models 2 Learning Objectives (1 of 2) After completing this chapter, students will be able to: Describe the trade-off curves for cost-of-waiting

More information

WAITING LINE MODELS Introduction

WAITING LINE MODELS Introduction WAITING LINE MODELS Introduction Professor Robert Saltzman Operations Analysis Queuing Analysis: The Study of Waiting Lines Lines are everywhere in the service sector: Grocery store checkout Airport bag

More information

Chapter 13. Waiting Lines and Queuing Theory Models

Chapter 13. Waiting Lines and Queuing Theory Models Chapter 13 Waiting Lines and Queuing Theory Models To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning

More information

Queuing Models. Queue. System

Queuing Models. Queue. System Queuing Models Introduction The goal of Queuing model is achievement of an economical balance between the cost of providing service and the cost associated with the wait required for that service This

More information

Queuing Theory 1.1 Introduction

Queuing Theory 1.1 Introduction Queuing Theory 1.1 Introduction A common situation occurring in everyday life is that of queuing or waiting in a line. Queues (waiting lines) are usually seen at bus stop, ticket booths, doctor s clinics,

More information

Chapter 14. Waiting Lines and Queuing Theory Models

Chapter 14. Waiting Lines and Queuing Theory Models Chapter 4 Waiting Lines and Queuing Theory Models To accompany Quantitative Analysis for Management, Tenth Edition, by Render, Stair, and Hanna Power Point slides created by Jeff Heyl 2008 Prentice-Hall,

More information

Chapter III TRANSPORTATION SYSTEM. Tewodros N.

Chapter III TRANSPORTATION SYSTEM. Tewodros N. Chapter III TRANSPORTATION SYSTEM ANALYSIS www.tnigatu.wordpress.com tedynihe@gmail.com Lecture Overview Traffic engineering studies Spot speed studies Volume studies Travel time and delay studies Parking

More information

Waiting Line Models. 4EK601 Operations Research. Jan Fábry, Veronika Skočdopolová

Waiting Line Models. 4EK601 Operations Research. Jan Fábry, Veronika Skočdopolová Waiting Line Models 4EK601 Operations Research Jan Fábry, Veronika Skočdopolová Waiting Line Models Examples of Waiting Line Systems Service System Customer Server Doctor s consultancy room Patient Doctor

More information

Mathematical approach to the analysis of waiting lines

Mathematical approach to the analysis of waiting lines Queueing Theory Mathematical approach to the analysis of waiting lines This theory is applicable to a wide range of service operations, including call centers, banks, post offices, restaurants, theme parks,

More information

An-Najah National University Faculty of Engineering Industrial Engineering Department. System Dynamics. Instructor: Eng.

An-Najah National University Faculty of Engineering Industrial Engineering Department. System Dynamics. Instructor: Eng. An-Najah National University Faculty of Engineering Industrial Engineering Department System Dynamics Instructor: Eng. Tamer Haddad Introduction Knowing how the elements of a system interact & how overall

More information

Queuing Theory. Carles Sitompul

Queuing Theory. Carles Sitompul Queuing Theory Carles Sitompul Syllables Some queuing terminology (22.1) Modeling arrival and service processes (22.2) Birth-Death processes (22.3) M/M/1/GD/ / queuing system and queuing optimization model

More information

Queuing Theory: A Case Study to Improve the Quality Services of a Restaurant

Queuing Theory: A Case Study to Improve the Quality Services of a Restaurant Queuing Theory: A Case Study to Improve the Quality Services of a Restaurant Lakhan Patidar 1*, Trilok Singh Bisoniya 2, Aditya Abhishek 3, Pulak Kamar Ray 4 Department of Mechanical Engineering, SIRT-E,

More information

Queueing Theory and Waiting Lines

Queueing Theory and Waiting Lines Queueing Theory and Waiting Lines Most waiting line problems are trying to find the best service Large staff => Good Service Small staff => Poor Service What is Best It depends on the organization! Most

More information

UNIVERSIDAD COOPERATIVA DE COLOMBIA Bucaramanga Facultad de Ciencias Administrativas y Económicas BUSINESS ADMINISTRATION

UNIVERSIDAD COOPERATIVA DE COLOMBIA Bucaramanga Facultad de Ciencias Administrativas y Económicas BUSINESS ADMINISTRATION UNIVERSIDAD COOPERATIVA DE COLOMBIA Bucaramanga Facultad de Ciencias Administrativas y Económicas BUSINESS ADMINISTRATION OPERATION RESEARCH I (120301451) Professor: HÉCTOR FLORENTINO HERNÁNDEZ CÁRDENAS

More information

QUEUING THEORY 4.1 INTRODUCTION

QUEUING THEORY 4.1 INTRODUCTION C h a p t e r QUEUING THEORY 4.1 INTRODUCTION Queuing theory, which deals with the study of queues or waiting lines, is one of the most important areas of operation management. In organizations or in personal

More information

Queues (waiting lines)

Queues (waiting lines) Queues (waiting lines) Non-people queues Great inefficiencies also occur because of other kinds of waiting than people standing in line. For example, making machines wait to be repaired may result in lost

More information

Chapter 7A Waiting Line Management. OBJECTIVES Waiting Line Characteristics Suggestions for Managing Queues Examples (Models 1, 2, 3, and 4)

Chapter 7A Waiting Line Management. OBJECTIVES Waiting Line Characteristics Suggestions for Managing Queues Examples (Models 1, 2, 3, and 4) Chapter 7A Waiting Line Management 1 OBJECTIVES Waiting Line Characteristics Suggestions for Managing Queues Examples (Models 1, 2, 3, and 4) Components of the Queuing System 2 Customer Arrivals Servicing

More information

ANALYSING QUEUES USING CUMULATIVE GRAPHS

ANALYSING QUEUES USING CUMULATIVE GRAPHS AALYSIG QUEUES USIG CUMULATIVE GRAPHS G A Vignaux March 9, 1999 Abstract Queueing theory is the theory of congested systems. Usually it only handles steady state stochastic problems. In contrast, here

More information

Managing Waiting Lines. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

Managing Waiting Lines. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Managing Waiting Lines McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. 12-2 Where the Time Goes In a life time, the average person will spend: SIX MONTHS Waiting

More information

Assume only one reference librarian is working and M/M/1 Queuing model is used for Questions 1 to 7.

Assume only one reference librarian is working and M/M/1 Queuing model is used for Questions 1 to 7. 3 Test 2, Spring 2009 During a normal week, the reference desk of JMU East Library serves students at the rate of one every 6 minutes. Assume the service time is exponentially distributed. It is observed

More information

Introduction - Simulation. Simulation of industrial processes and logistical systems - MION40

Introduction - Simulation. Simulation of industrial processes and logistical systems - MION40 Introduction - Simulation Simulation of industrial processes and logistical systems - MION40 1 What is a model? A model is an external and explicit representation of part of reality as seen by the people

More information

THE APPLICATION OF QUEUEING MODEL/WAITING LINES IN IMPROVING SERVICE DELIVERING IN NIGERIA S HIGHER INSTITUTIONS

THE APPLICATION OF QUEUEING MODEL/WAITING LINES IN IMPROVING SERVICE DELIVERING IN NIGERIA S HIGHER INSTITUTIONS International Journal of Economics, Commerce and Management United Kingdom Vol. III, Issue 1, Jan 2015 http://ijecm.co.uk/ ISSN 2348 0386 THE APPLICATION OF QUEUEING MODEL/WAITING LINES IN IMPROVING SERVICE

More information

Queueing and Service Patterns in a University Teaching Hospital F.O. Ogunfiditimi and E.S. Oguntade

Queueing and Service Patterns in a University Teaching Hospital F.O. Ogunfiditimi and E.S. Oguntade Available online at http://ajol.info/index.php/njbas/index Nigerian Journal of Basic and Applied Science (2010), 18(2): 198-203 ISSN 0794-5698 Queueing and Service Patterns in a University Teaching Hospital

More information

OPERATIONS RESEARCH Code: MB0048. Section-A

OPERATIONS RESEARCH Code: MB0048. Section-A Time: 2 hours OPERATIONS RESEARCH Code: MB0048 Max.Marks:140 Section-A Answer the following 1. Which of the following is an example of a mathematical model? a. Iconic model b. Replacement model c. Analogue

More information

Queuing CEE 320. Anne Goodchild CEE 320

Queuing CEE 320. Anne Goodchild CEE 320 Queuing Anne Goodchild Fundamentals of Queuing Theory Microscopic traffic flow Different analysis than theory of traffic flow Intervals between vehicles is important Rate of arrivals is important Queuing

More information

VARIABILITY PROFESSOR DAVID GILLEN (UNIVERSITY OF BRITISH COLUMBIA) & PROFESSOR BENNY MANTIN (UNIVERSITY OF WATERLOO)

VARIABILITY PROFESSOR DAVID GILLEN (UNIVERSITY OF BRITISH COLUMBIA) & PROFESSOR BENNY MANTIN (UNIVERSITY OF WATERLOO) VARIABILITY PROFESSOR DAVID GILLEN (UNIVERSITY OF BRITISH COLUMBIA) & PROFESSOR BENNY MANTIN (UNIVERSITY OF WATERLOO) Istanbul Technical University Air Transportation Management M.Sc. Program Logistic

More information

Simulating Queuing Models in SAS

Simulating Queuing Models in SAS ABSTRACT Simulating Queuing Models in SAS Danny Rithy, California Polytechnic State University, San Luis Obispo, CA This paper introduces users to how to simulate queuing models using SAS. SAS will simulate

More information

Prof. John W. Sutherland. March 20, Lecture #25. Service Processes & Systems Dept. of Mechanical Engineering - Engineering Mechanics

Prof. John W. Sutherland. March 20, Lecture #25. Service Processes & Systems Dept. of Mechanical Engineering - Engineering Mechanics Lecture #25 Prof. John W. Sutherland March 20, 2006 Where the Time Goes In a life time, the average American will spend-- SIX MONTHS Waiting at stoplights EIGHT MONTHS Opening junk mail ONE YEAR Looking

More information

Use of Queuing Models in Health Care - PPT

Use of Queuing Models in Health Care - PPT University of Wisconsin-Madison From the SelectedWorks of Vikas Singh December, 2006 Use of Queuing Models in Health Care - PPT Vikas Singh, University of Arkansas for Medical Sciences Available at: https://works.bepress.com/vikas_singh/13/

More information

Chapter C Waiting Lines

Chapter C Waiting Lines Supplement C Waiting Lines Chapter C Waiting Lines TRUE/FALSE 1. Waiting lines cannot develop if the time to process a customer is constant. Answer: False Reference: Why Waiting Lines Form Keywords: waiting,

More information

Queuing Model to Study the Need of Capacity Expansion at a Food Factory

Queuing Model to Study the Need of Capacity Expansion at a Food Factory Queuing Model to Study the Need of Capacity Expansion at a Food Factory 1 Gaurav Aggarwal*, 2 Vijay Kumar 1 Senior Executive, 2 P.G. Student 1 Bikanervala Foods Pvt. Ltd., Greater Noida, India Abstract-

More information

Efficiency of Controlled Queue system in Supermarket using Matlab / Simulink

Efficiency of Controlled Queue system in Supermarket using Matlab / Simulink Volume 114 No. 6 2017, 283-288 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Efficiency of Controlled Queue system in Supermarket using Matlab /

More information

Harold s Hot Dog Stand Part I: Deterministic Process Flows

Harold s Hot Dog Stand Part I: Deterministic Process Flows The University of Chicago Booth School of Business Harold s Hot Dog Stand Part I: Deterministic Process Flows December 28, 2011 Harold runs a hot dog stand in downtown Chicago. After years of consulting

More information

Global Journal of Advance Engineering Technology and Sciences

Global Journal of Advance Engineering Technology and Sciences Global Journal of Advanced Engineering Technologies and Sciences AN IMPROVED MODEL FOR ATM IN A WIRELESS COMMUNICATION NETWORK USING QUEUING TECHNIQUE Orji Hope Ekpereamaka *1, Udeh Ikemefuna James 2,

More information

Revista Economică 66:5 (2014) THE IMPORTANCE OF PROPER MANAGEMENT OF WAITING LINES

Revista Economică 66:5 (2014) THE IMPORTANCE OF PROPER MANAGEMENT OF WAITING LINES THE IMPORTANCE OF PROPER MANAGEMENT OF WAITING LINES TROANCA Dumitru 1 Lucian Blaga University of Sibiu, Romania Abstract The waiting lines are a part o our existence, more or less. Nobody wants to spend

More information

Optimizing Capacity Utilization in Queuing Systems: Parallels with the EOQ Model

Optimizing Capacity Utilization in Queuing Systems: Parallels with the EOQ Model Optimizing Capacity Utilization in Queuing Systems: Parallels with the EOQ Model V. Udayabhanu San Francisco State University, San Francisco, CA Sunder Kekre Kannan Srinivasan Carnegie-Mellon University,

More information

Business Process Management - Quantitative

Business Process Management - Quantitative Business Process Management - Quantitative November 2013 Alberto Abelló & Oscar Romero 1 Knowledge objectives 1. Recognize the importance of measuring processes 2. Enumerate the four performance measures

More information

COMPUTATIONAL ANALYSIS OF A MULTI-SERVER BULK ARRIVAL WITH TWO MODES SERVER BREAKDOWN

COMPUTATIONAL ANALYSIS OF A MULTI-SERVER BULK ARRIVAL WITH TWO MODES SERVER BREAKDOWN Mathematical and Computational Applications, Vol. 1, No. 2, pp. 249-259, 25. Association for cientific Research COMPUTATIONAL ANALYI OF A MULTI-ERVER BULK ARRIVAL ITH TO MODE ERVER BREAKDON A. M. ultan,

More information

Application of Queuing Theory to Libraries and Information Centres

Application of Queuing Theory to Libraries and Information Centres DTC Workshop on Information Management 6-8 January 1999 PAPE: BF Application of Queuing Theory to Libraries and Information Centres U H Acharya, and G avindran, SQC Unit, Indian Statistical Institute Bangalore-59.

More information

Abstract. Introduction

Abstract. Introduction Queuing Theory and the Taguchi Loss Function: The Cost of Customer Dissatisfaction in Waiting Lines Ross Fink and John Gillett Abstract As customer s wait longer in line they become more dissatisfied.

More information

ISM 270. Service Engineering and Management Lecture 7: Queuing Systems, Capacity Management

ISM 270. Service Engineering and Management Lecture 7: Queuing Systems, Capacity Management ISM 270 Service Engineering and Management Lecture 7: Queuing Systems, Capacity Management 1 Queuing Systems CHARACTERISTICS OF A WAITING LINE SYSTEM Arrival Characteris=cs Wai=ng Line Characteris=cs Service

More information

Service efficiency evaluation of automatic teller machines a study of Taiwan financial institutions with the application of queuing theory

Service efficiency evaluation of automatic teller machines a study of Taiwan financial institutions with the application of queuing theory Service efficiency evaluation of automatic teller machines a study of Taiwan financial institutions with the application of queuing theory Pei-Chun Lin Department of Transportation and Communication Science

More information

Simulation Technique for Queuing Theory: A Case Study

Simulation Technique for Queuing Theory: A Case Study Oct - Dec 2015 Transactions 2(8): 388-396 eissn : 2349 0020 pissn : 2394-4544 S T A T I S T I C S C A S E S T U D Y Simulation Technique f Queuing They: A Case Study Dr. R. Ramakrishna 1 and Mr. KedirMohamedhusien

More information

Introduction to Computer Simulation

Introduction to Computer Simulation Introduction to Computer Simulation EGR 260 R. Van Til Industrial & Systems Engineering Dept. Copyright 2013. Robert P. Van Til. All rights reserved. 1 What s It All About? Computer Simulation involves

More information

OPERATING SYSTEMS. Systems and Models. CS 3502 Spring Chapter 03

OPERATING SYSTEMS. Systems and Models. CS 3502 Spring Chapter 03 OPERATING SYSTEMS CS 3502 Spring 2018 Systems and Models Chapter 03 Systems and Models A system is the part of the real world under study. It is composed of a set of entities interacting among themselves

More information

The Study of Difference of Efficiency of a Bank in a Rural Area and a Bank in a Town

The Study of Difference of Efficiency of a Bank in a Rural Area and a Bank in a Town International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 4, Issue 4 (October 2012), PP. 22-33 The Study of Difference of Efficiency of a

More information

The Queueing Theory. Chulwon Kim. November 8, is a concept that has driven the establishments throughout our history in an orderly fashion.

The Queueing Theory. Chulwon Kim. November 8, is a concept that has driven the establishments throughout our history in an orderly fashion. The Queueing Theory Chulwon Kim November 8, 2010 1 Introduction The idea of a queue is one that has been around for as long as anyone can remember. It is a concept that has driven the establishments throughout

More information

Midterm for CpE/EE/PEP 345 Modeling and Simulation Stevens Institute of Technology Fall 2003

Midterm for CpE/EE/PEP 345 Modeling and Simulation Stevens Institute of Technology Fall 2003 Midterm for CpE/EE/PEP 345 Modeling and Simulation Stevens Institute of Technology Fall 003 The midterm is open book/open notes. Total value is 100 points (30% of course grade). All questions are equally

More information

International Journal of Scientific & Engineering Research, Volume 8, Issue 1, January ISSN

International Journal of Scientific & Engineering Research, Volume 8, Issue 1, January ISSN International Journal of Scientific & Engineering Research, Volume 8, Issue 1, January-2017 1700 ANALYSIS OF MULTIPLE-QUEUE MULTIPLE-SERVER QUEUING SYSTEM: A CASE STUDY OF FIRST BANK NIG. PLC, AFIKPO BRANCH

More information

The application of queuing theory in the effective management of time in money deposit banks - A study of Zenith bank PLC in Enugu Metropolis

The application of queuing theory in the effective management of time in money deposit banks - A study of Zenith bank PLC in Enugu Metropolis The application of queuing theory in the effective management of time in money deposit banks - A study of Zenith bank PLC in Enugu Metropolis ABSTRACT Ugwa Magnus Department of Business Administration

More information

Cost Effective Decisions on Service Rate at a Customer Care Centre with Multi-Server Queuing Model

Cost Effective Decisions on Service Rate at a Customer Care Centre with Multi-Server Queuing Model Journal of Modern Science and Technology Vol. 4. No. 1. September 2016 Issue. Pp. 144 153 Cost Effective Decisions on Service Rate at a Customer Care Centre with Multi-Server Queuing Model Khairun Nahar*,

More information

Cost Effective Decisions on Service Rate at a Customer Care Centre with Multi-Server Queuing Model

Cost Effective Decisions on Service Rate at a Customer Care Centre with Multi-Server Queuing Model Cost Effective Decisions on Service Rate at a Customer Care Centre with Multi-Server Queuing Model Khairun Nahar*, Md. Zahidul Islam and Md. Minarul Islam Telecom sector is a very large, competitive and

More information

System Analysis and Optimization

System Analysis and Optimization System Analysis and Optimization Prof. Li Li Mobile: 18916087269 E-mail: lili@tongji.edu.cn Office: E&I-Building, 611 Department of Control Science and Engineering College of Electronics and Information

More information

THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE

THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE Queue Analysis, Applications of Probability & Concept of Urban Planning to Solve the Queue Problem in Transportation Engineering Dipanjan Mukherjee M.Tech

More information

G54SIM (Spring 2016)

G54SIM (Spring 2016) G54SIM (Spring 2016) Lecture 03 Introduction to Conceptual Modelling Peer-Olaf Siebers pos@cs.nott.ac.uk Motivation Define what a conceptual model is and how to communicate such a model Demonstrate how

More information

BANKING QUEUE SYSTEM IN NIGERIA

BANKING QUEUE SYSTEM IN NIGERIA * Correspondence Author BANKING QUEUE SYSTEM IN NIGERIA 1 * J.C. Odirichukwu Department of Computer Science Federal University of Technology Owerri, Imo State chiomajaco@yahoo.com Tonye Lekara Department

More information

APPLICABILITY OF INFORMATION TECHNOLOGIES IN PARKING AREA CAPACITY OPTIMIZATION

APPLICABILITY OF INFORMATION TECHNOLOGIES IN PARKING AREA CAPACITY OPTIMIZATION APPLICABILITY OF INFORMATION TECHNOLOGIES IN PARKING AREA CAPACITY OPTIMIZATION 43 APPLICABILITY OF INFORMATION TECHNOLOGIES IN PARKING AREA CAPACITY OPTIMIZATION Maršanić Robert, Phd Rijeka Promet d.d.

More information

Mathematical Modeling and Analysis of Finite Queueing System with Unreliable Single Server

Mathematical Modeling and Analysis of Finite Queueing System with Unreliable Single Server IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-5728, p-issn: 2319-765X. Volume 12, Issue 3 Ver. VII (May. - Jun. 2016), PP 08-14 www.iosrjournals.org Mathematical Modeling and Analysis of Finite Queueing

More information

APPLICATION OF BINOMIAL DISTRIBUTION AND UNIFORM DISTRIBUTION TO STUDY THE FINITE QUEUE LENGTH MULTIPLE SERVER QUEUING MODEL

APPLICATION OF BINOMIAL DISTRIBUTION AND UNIFORM DISTRIBUTION TO STUDY THE FINITE QUEUE LENGTH MULTIPLE SERVER QUEUING MODEL Volume 120 No. 6 2018, 10189-10205 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ APPLICATION OF BINOMIAL DISTRIBUTION AND UNIFORM DISTRIBUTION TO STUDY

More information

CH-1. A simulation: is the imitation of the operation of a real-world process WHEN SIMULATION IS THE APPROPRIATE TOOL:

CH-1. A simulation: is the imitation of the operation of a real-world process WHEN SIMULATION IS THE APPROPRIATE TOOL: CH-1 A simulation: is the imitation of the operation of a real-world process WHEN SIMULATION IS THE APPROPRIATE TOOL: 1. Simulation enables the study of, and experimentation with, the internal interactions

More information

Intro to O/S Scheduling. Intro to O/S Scheduling (continued)

Intro to O/S Scheduling. Intro to O/S Scheduling (continued) Intro to O/S Scheduling 1. Intro to O/S Scheduling 2. What is Scheduling? 3. Computer Systems Scheduling 4. O/S Scheduling Categories 5. O/S Scheduling and Process State 6. O/S Scheduling Layers 7. Scheduling

More information

Application of queuing theory in construction industry

Application of queuing theory in construction industry Application of queuing theory in construction industry Vjacheslav Usmanov 1 *, Čeněk Jarský 1 1 Department of Construction Technology, FCE, CTU Prague, Czech Republic * Corresponding author (usmanov@seznam.cz)

More information

A Simple EOQ-like Solution to an Inventory System with Compound Poisson and Deterministic Demand

A Simple EOQ-like Solution to an Inventory System with Compound Poisson and Deterministic Demand A Simple EOQ-like Solution to an Inventory System with Compound Poisson and Deterministic Demand Katy S. Azoury San Francisco State University, San Francisco, California, USA Julia Miyaoka* San Francisco

More information

Application the Queuing Theory in the Warehouse Optimization Jaroslav Masek, Juraj Camaj, Eva Nedeliakova

Application the Queuing Theory in the Warehouse Optimization Jaroslav Masek, Juraj Camaj, Eva Nedeliakova Application the Queuing Theory in the Warehouse Optimization Jaroslav Masek, Juraj Camaj, Eva Nedeliakova Abstract The aim of optimization of store management is not only designing the situation of store

More information

2WB05 Simulation Lecture 6: Process-interaction approach

2WB05 Simulation Lecture 6: Process-interaction approach 2WB05 Simulation Lecture 6: Process-interaction approach Marko Boon http://www.win.tue.nl/courses/2wb05 December 6, 2012 This approach focusses on describing processes; In the event-scheduling approach

More information

STATISTICAL TECHNIQUES. Data Analysis and Modelling

STATISTICAL TECHNIQUES. Data Analysis and Modelling STATISTICAL TECHNIQUES Data Analysis and Modelling DATA ANALYSIS & MODELLING Data collection and presentation Many of us probably some of the methods involved in collecting raw data. Once the data has

More information

AN M/M/1/N FEEDBACK QUEUING SYSTEM WITH REVERSE BALKING

AN M/M/1/N FEEDBACK QUEUING SYSTEM WITH REVERSE BALKING Journal of Reliability and Statistical Studies ISSN (Print): 0974-8024, (Online):2229-5666 Vol. 8, Issue 1 (2015): 31-38 AN M/M/1/N FEEDBACK QUEUING SYSTEM WITH REVERSE BALKING 1 Rakesh Kumar, 2 Bhupender

More information

Application of Queuing Theory in a Small Enterprise

Application of Queuing Theory in a Small Enterprise Application of Queuing Theory in a Small Enterprise Anindita Sharma 1#, Parimal Bakul Barua 2# 1 M.E. student, 2 Professor and H.O.D. # Department of Mechanical Engineering, Jorhat Engineering College,

More information

Solutions Manual Discrete-Event System Simulation Fifth Edition

Solutions Manual Discrete-Event System Simulation Fifth Edition Solutions Manual Discrete-Event System Simulation Fifth Edition Jerry Banks John S. Carson II Barry L. Nelson David M. Nicol August 10, 2009 Contents 1 Introduction to Simulation 1 2 Simulation Examples

More information

Lecture 3. Questions? Friday, January 14 CS 470 Operating Systems - Lecture 3 1

Lecture 3. Questions? Friday, January 14 CS 470 Operating Systems - Lecture 3 1 Lecture 3 Questions? Friday, January 14 CS 470 Operating Systems - Lecture 3 1 Outline CPU scheduling Comparison criteria Scheduling algorithms First Come, First Serviced (FCFS) Shortest Job First (SJF)

More information

Chapter 14. Simulation Modeling. Learning Objectives. After completing this chapter, students will be able to:

Chapter 14. Simulation Modeling. Learning Objectives. After completing this chapter, students will be able to: Chapter 14 Simulation Modeling To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning Objectives After completing

More information

BSc (Hons) Business Information Systems. Examinations for / Semester 2

BSc (Hons) Business Information Systems. Examinations for / Semester 2 BSc (Hons) Business Information Systems Cohort: BIS/14B/FT Examinations for 2015-2016 / Semester 2 MODULE: QUANTITATIVE ANALYSIS FOR BUSINESS MODULE CODE: Duration: 3 Hours Instructions to Candidates:

More information

Introduction CHAPTER 1

Introduction CHAPTER 1 CHAPTER 1 Introduction The purpose of this thesis is to combine several concepts from queuing theory and inventory and use them in modelling and analysis. Until 1947 it was assumed, while analyzing problems

More information

A Study on the Optimum Bucket Size for Master Scheduling:

A Study on the Optimum Bucket Size for Master Scheduling: The Josai Journal of Business Administration 2010, Vols.6 & 7, No.1, 19 30 2010, Josai University A Study on the Optimum Bucket Size for Master Scheduling: For the Case of Hierarchically Structured Products

More information

UDC Transient Analysis of a Multi-Server Queuing Model with Discouraged Arrivals and Retention of Reneging Customers

UDC Transient Analysis of a Multi-Server Queuing Model with Discouraged Arrivals and Retention of Reneging Customers UDC 004.4 Transient Analysis of a Multi-Server Queuing Model with Discouraged Arrivals and Retention of Reneging Customers Rakesh Kumar, Sapana Sharma Department of Mathematics, Shri Mata Vaishno Devi

More information

BUSSINES SIMULATING PROCES FOR THE PRODUCTION SURROUND, USING QUEUEING SYSTEM SIMULATION WITH WINQSB

BUSSINES SIMULATING PROCES FOR THE PRODUCTION SURROUND, USING QUEUEING SYSTEM SIMULATION WITH WINQSB 7 th International Conference Research and Development in Mechanical Industry RaDMI 2007 16-20. September 2007, Belgrade, Serbia BUSSINES SIMULATING PROCES FOR THE PRODUCTION SURROUND, USING QUEUEING SYSTEM

More information

Model, analysis and application of employee assignment for quick service restaurant

Model, analysis and application of employee assignment for quick service restaurant Model, analysis and application of employee assignment for quic service restaurant Chun-Hsiung Lan Graduate Institute of Management Sciences Nanhua University Dalin, Chiayi Taiwan 622 R.O.C. Kuo-Torng

More information

4 BUILDING YOUR FIRST MODEL. L4.1 Building Your First Simulation Model. Knowing is not enough; we must apply. Willing is not enough; we must do.

4 BUILDING YOUR FIRST MODEL. L4.1 Building Your First Simulation Model. Knowing is not enough; we must apply. Willing is not enough; we must do. Pro, Second Edition L A B 4 BUILDING YOUR FIRST MODEL Knowing is not enough; we must apply. Willing is not enough; we must do. Johann von Goethe In this lab we build our first simulation model using Pro.

More information

IE221: Operations Research Probabilistic Methods

IE221: Operations Research Probabilistic Methods IE221: Operations Research Probabilistic Methods Fall 2001 Lehigh University IMSE Department Tue, 28 Aug 2001 IE221: Lecture 1 1 History of OR Britain, WWII (1938). Multi-disciplinary team of scientists

More information

WAYNE STATE UNIVERSITY Department of Industrial and Manufacturing Engineering May, 2010

WAYNE STATE UNIVERSITY Department of Industrial and Manufacturing Engineering May, 2010 WAYNE STATE UNIVERSITY Department of Industrial and Manufacturing Engineering May, 2010 PhD Preliminary Examination Candidate Name: 1- Sensitivity Analysis (20 points) Answer ALL Questions Question 1-20

More information

QUEUING THEORY APPLICATION AT TICKET WINDOWS IN RAILWAY STATIONS (A STUDY OF THE LAGOS TERMINUS, IDDO, LAGOS STATE, NIGERIA)

QUEUING THEORY APPLICATION AT TICKET WINDOWS IN RAILWAY STATIONS (A STUDY OF THE LAGOS TERMINUS, IDDO, LAGOS STATE, NIGERIA) Equatorial Journal of Computational and Theoretical Science, 2 (1): 1-5 Journal Homepage: www.erjournals.com ISSN: 0184-7937 QUEUING THEORY APPLICATION AT TICKET WINDOWS IN RAILWAY STATIONS (A STUDY OF

More information

Volume 6, Issue 2, February 2018 International Journal of Advance Research in Computer Science and Management Studies

Volume 6, Issue 2, February 2018 International Journal of Advance Research in Computer Science and Management Studies Volume 6, Issue 2, February 2018 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com

More information

Module 7:Application of stochastic processes in queueing theory Lecture 30:Examples of application of stochastic processes in Queueing Theory

Module 7:Application of stochastic processes in queueing theory Lecture 30:Examples of application of stochastic processes in Queueing Theory The Lecture Contains: Example Solution file:///e /courses/introduction_stochastic_process_application/lecture30/30_1.htm[9/30/2013 1:06:58 PM] Example 7.9 (a) Consider a single queue model where only one

More information

DESIGN OF SERVICE SYSTEM FOR INSURANCE BUSINESS FACING CUSTOMER IMPATIENCE USING QUEUING THEORY

DESIGN OF SERVICE SYSTEM FOR INSURANCE BUSINESS FACING CUSTOMER IMPATIENCE USING QUEUING THEORY DESIGN OF SERVICE SYSTEM FOR INSURANCE BUSINESS FACING CUSTOMER IMPATIENCE USING QUEUING THEORY Rakesh Kumar 1, Bhupender Kumar Som 2 1 School of Mathematics, Shri Mata Vaishno Devi University, Katra,

More information

Motivating Examples of the Power of Analytical Modeling

Motivating Examples of the Power of Analytical Modeling Chapter 1 Motivating Examples of the Power of Analytical Modeling 1.1 What is Queueing Theory? Queueing theory is the theory behind what happens when you have lots of jobs, scarce resources, and subsequently

More information

INDE 411: Stochastic Models and Decision Analysis Winter 2015 Activity 7: Problem Session. Case 17.1 Reducing In-Process Inventory

INDE 411: Stochastic Models and Decision Analysis Winter 2015 Activity 7: Problem Session. Case 17.1 Reducing In-Process Inventory INDE 411: Stochastic Models and Decision Analysis Winter 2015 Activity 7: Problem Session Case 17.1 Reducing In-Process Inventory Jim Wells, vice-president for manufacturing of the Northern Company, is

More information

SIMULATION OF MACHINE INTERFERENCE IN RANDOMLY CHANGING ENVIRONMENTS J. SZTRIK O. MŒLLER

SIMULATION OF MACHINE INTERFERENCE IN RANDOMLY CHANGING ENVIRONMENTS J. SZTRIK O. MŒLLER Yugoslav Journal of Operations Research 12 (2002), Number 2, 237-246 SIMULATION OF MACHINE INTERFERENCE IN RANDOMLY CHANGING ENVIRONMENTS J. SZTRIK Institute of Mathematics and Informatics University of

More information

Optimal staffing policy for queuing systems with cyclic demands: waiting cost approach

Optimal staffing policy for queuing systems with cyclic demands: waiting cost approach 007-0417 Optimal staffing policy for queuing systems with cyclic demands: waiting cost approach Pen-Yuan Liao Department of Business Management, College of Management, National United University, 1 Lien

More information

and type II customers arrive in batches of size k with probability d k

and type II customers arrive in batches of size k with probability d k xv Preface Decision making is an important task of any industry. Operations research is a discipline that helps to solve decision making problems to make viable decision one needs exact and reliable information

More information

Development of Mathematical Models for Predicting Customers Satisfaction in the Banking System with a Queuing Model Using Regression Method

Development of Mathematical Models for Predicting Customers Satisfaction in the Banking System with a Queuing Model Using Regression Method American Journal of Operations Management and Information Systems 2017; 2(3): 86-91 http://www.sciencepublishinggroup.com/j/ajomis doi: 10.11648/j.ajomis.20170203.14 Development of Mathematical Models

More information

PRACTICE PROBLEM SET Topic 1: Basic Process Analysis

PRACTICE PROBLEM SET Topic 1: Basic Process Analysis The Wharton School Quarter II The University of Pennsylvania Fall 1999 PRACTICE PROBLEM SET Topic 1: Basic Process Analysis Problem 1: Consider the following three-step production process: Raw Material

More information

PERFORMANCE EVALUATION OF DEPENDENT TWO-STAGE SERVICES

PERFORMANCE EVALUATION OF DEPENDENT TWO-STAGE SERVICES PERFORMANCE EVALUATION OF DEPENDENT TWO-STAGE SERVICES Werner Sandmann Department of Information Systems and Applied Computer Science University of Bamberg Feldkirchenstr. 21 D-96045, Bamberg, Germany

More information

D.K.M.COLLEGE FOR WOMEN (AUTONOMOUS), VELLORE-1. OPERATIONS RESEARCH

D.K.M.COLLEGE FOR WOMEN (AUTONOMOUS), VELLORE-1. OPERATIONS RESEARCH D.K.M.COLLEGE FOR WOMEN (AUTONOMOUS), VELLORE-1. OPERATIONS RESEARCH UNIT-1 DECISION THEORY SECTION -A 1. Define Essential Elements in Decision Model? 2. Explain steps in Decision theory approach. 3. A

More information

Lecture: Operations Management 1 (t.oma1-en), bodr

Lecture: Operations Management 1 (t.oma1-en), bodr Points: Grade: The duration of the exam is 90 minutes. Allowed resources are any printed documents, manuscripts and books (open book policy), and a pocket calculator. The use of a computer, tablet or smartphone

More information

USING GENETIC ALGORITHMS WITH SIMULATION IN VALUE BASED ROUTING IN CONTACT CENTERS

USING GENETIC ALGORITHMS WITH SIMULATION IN VALUE BASED ROUTING IN CONTACT CENTERS USING GENETIC ALGORITHMS WITH SIMULATION IN ALUE BASED ROUTING IN CONTACT CENTERS Ehsan Mohammady Ardehaly, Dr. Shahriar Mohammadi Ehsan@rasatech.com ABSTRACT Customer contact centers, usually handle several

More information

ESTIMATING AMBULANCE REQUIREMENTS IN AUCKLAND, NEW ZEALAND. Private Bag Private Bag 92019

ESTIMATING AMBULANCE REQUIREMENTS IN AUCKLAND, NEW ZEALAND. Private Bag Private Bag 92019 Proceedings of the 1999 Winter Simulation Conference P. A. Farrington, H. B. Nembhard, D. T. Sturrock, and G. W. Evans, eds. ESTIMATING AMBULANCE REQUIREMENTS IN AUCKLAND, NEW ZEALAND Shane G. Henderson

More information

Operator Scheduling Using Queuing Theory and Mathematical Programming Models

Operator Scheduling Using Queuing Theory and Mathematical Programming Models STOCHASTIC MODELS OF MANUFACTURING AND SERVICE OPERATIONS SMMSO 2009 Operator Scheduling Using Queuing Theory and Mathematical Programming Models Hesham K. Alfares Systems Engineering Department King Fahd

More information

Service Rate Optimization of Finite Population Queueing Model with State Dependent Arrival and Service Rates

Service Rate Optimization of Finite Population Queueing Model with State Dependent Arrival and Service Rates 60 TUTA/IOE/PCU Journal of the Institute of Engineering, 2017, 13(1): 60-68 TUTA/IOE/PCU Printed in Nepal Service Rate Optimization of Finite Population Queueing Model with State Dependent Arrival and

More information

An Optimal Service Ordering for a World Wide Web Server

An Optimal Service Ordering for a World Wide Web Server An Optimal Service Ordering for a World Wide Web Server Amy Csizmar Dalal Hewlett-Packard Laboratories amy dalal@hpcom Scott Jordan University of California at Irvine sjordan@uciedu Abstract We consider

More information