SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 9, Issue 3 (December 2013), PP. 10-16

Optimal Assembly Plan and Control of Networks
Vaya Dinopoulou1, Konstantinos Kakoulis2, Panagiotis Kyratsis3*
TEI of Western Macedonia, Dept. Mechanical & Industrial Design Engineering, Kila Kozani GR50100 Greece
Abstract:- The routing problem of jobs/customers arriving in a network of parallel queues, constitutes a
problem of queuing theory with important applications. Consider N parallel queues each with finite buffer size.
The buffer size of queue i is denoted by Ni and it is equal with the number of processors in the queue. Jobs
arrive according to a Poisson process with rate λ. A controller assigns new arrivals to queues. Arriving jobs, that
find all buffers occupied, are lost according to the system. A job assigned to a processor may not change in the
future. The time it takes for a job to be processed is exponentially distributed with rate μ. Processing times and
arrival times are all assumed to be independent. The problem is the determination of the assembly plan of such
systems and their control. The criterion that is used is the minimisation of sum of the services quality cost and
server holding cost.
Keywords:- Optimal server allocation; optimal control of parallel queues; service level agreement.

I.

INTRODUCTION

The routing problem of jobs/customers arriving in a network of parallel queues, constitutes a problem
of queuing theory with particular interest and important applications (e.g. networks of computers-parallel
processors, telecommunications-telephone networks etc). As an example consider the telecommunicationstelephone networks. All calls (jobs/customers) arriving at the call centre, must be assigned to the operators for
servicing. Also computer networks (i.e. web sites, internet providers) offer to their customers, the use of
hardware and software, in order several services to be executed (information searching, e-commerce etc). In
these cases, a serious problem of managing high quality services with the minimum cost arises. The total cost of
such system comes up as a combination of both, the services quality cost (Quality of Service - QoS) and the cost
from keeping the resources (equipments) idle (Server Holding Cost). Service level agreements are agreed
between application providers and customers, in order to secure high level services. If violated it results in QoS
cost which comprises of penalties for poor performance and customer dissatisfaction when they need to use the
service and the system is unable to provide it due to overload. Figure 1 depicts an example of cost estimation for
QoS ([1], [2]). This cost approximates an exponential function of the time that a customer needs to be served
from the system and this cannot be accomplished because processors are not available. In order to avoid this
situation, more resources (processors) must be added. As a result the service to the customer will be of a better
quality, while at the same time, penalties due to low service quality will be avoided. Unfortunately, this leads to
cost increase, because more processors remain idle when no customer seeks for their services in a specific
period of time. In the example of the telecommunications-telephone network, this cost comes from the labor
cost when these people remain without work, because no calls are entered into the centre. In the case of
computer networks, this cost includes the running cost (i.e. electricity) and the fixed assets depreciation (a
percentage of the initial investment).
Consider a system of N groups of processors, every group with Ni processors (i.e. Ni computers or
alternatively the system comprises of N computers while each of them is able to execute Ni jobs simultaneously).
An appropriate example of such system is an internet provider that offers a group of processors (computer
network) in every major city and receives the customer requests for execution.
The present paper proposes an assembly plan of such systems and a routing policy of jobs in
multiprocessor queues, such that minimized the total cost of the system. The remainder of this paper is
organized as follows. Section 2 develops the cost model. Section 3 describes the formulation of the problem
(3.1), the optimised control policy of the system (3.2) and the optimal assembly plan (3.3). Finally, Section 4
contains the conclusions.

10
Optimal Assembly Plan and Control of Networks
1
0.9

Services Quality Cost (%)

0.8
0.7

Exponential approach
Staircase function

0.6
0.5
0.4
0.3
0.2
0.1
0
0

10

20

30

40

50

60

70

80

90

100

Time of not response

Fig. 1. Staircase function of QoS cost.

II.

COST MODEL

This section describes the system’s cost model. This model quantifies the cost of QoS and the server
holding cost. A similar model was proposed by [1] and it approximates the real cost occurring within application
providers.
Consider the function of the total cost of the system ct(y1, y2, …, yN), where yi is the number of
processors which are available, at the ith queue, in every specific time period t. Assuming that the system
remains in the same condition ((y1, y2, …, yN), i.e. the number of the idle processors remain constant) for a
period of Τ, the subscript t is omitted and the total cost function of the system for a period T is redefined to c(y1,
y2, …, yN). Lets assume that cQ(y1, y2, …, yN) is the cost of the services quality (QoS) and cH(y1, y2, …, yN) the
server holding cost. Then

c( y1 , y 2 ,..., y N )  cQ ( y1 , y 2 ,..., y N )  c H ( y1 , y 2 ,..., y N )

(1)

A staircase function (Fig.1) is used in order to simulate the services quality cost (QoS) cQ(y1, y2, …,
yN). Lets f(y1, y2, …, yN) be a function which describes the metrics of the service quality. This function could be
the time response of the system to the customer request and is considered nonincreasing in each yi. That results:

cQ ( y1 , y2 ,...,y N )  b(1  e af ( y1 , y2 ,... yN ) )

(2)

Parameter b is a constant that determines the maximum value of the services quality cost cQ(y1, y2, …,
yN). Parameter α is considered to be the rate of the services quality cost increase.
The cost of the processors available is determined by summing a constant cost (investment capital) and several
expenditures (running cost). The service providers require to cover that cost using an appropriate depreciation
rate depending on the lifetime of every processor (this rate should be high enough in order to cover both
constant and variable costs).
Let hi the cost of one processor when it remains idle for one second. Then the total cost of all
processors remaining idle for a period of time T is:
N

c H ( y1 , y 2 ,..., y N )   hi Ty i

(3)

i 1

Substituting both equations (2) and (3) in equation (1) and dividing by b (for normalizing hi) result:
N

c( y1 , y2 ,..., y N )  1  e af ( y1 , y2 ,... yN )   hiTy i

(4)

i

The value of hi in equation (4) is normalized (divided by b). The next step is to determine the values of
α and hi. Parameter α represents how fast the cost of the services quality increases. For example the dot line in
fig 1 corresponds to α=0.1. Use of α=0.01 leads in a less steep cost of services quality increase. The normalised
value of hi represents the ratio of the investment capital plus the running cost for a period of time in which the
depreciation will take place (i.e. a year) divided by the maximum cost of the services quality (QoS). The
maximum cost of the service quality (QoS) encompasses both the cost of penalties agreed with the customers
and the lost profit because of loosing all current or future customers. A quite realistic value for this ratio is 10%
which in return means hi=0.1. In the case that the capital depreciation needs to be smaller, the ratio can take

11
Optimal Assembly Plan and Control of Networks
values down to 1%. As a result we assume that the cost function receives values of hi between 0.01 and 0.1.
Let us assume that there is only one queue of processors (Ν=1) and the time period is 1 (Τ=1). In this simplified
f ( y )

 hy . Fig 2 depicts the cost curve for a number of different
case, equation (4) becomes c( y )  1  e
values of α and h. When observing the cost curves it becomes clear that the significant cost comes from keeping
the processors idle. When h is increased, the cost of keeping the processors idle increases substantially and
becomes significantly larger than the cost of services quality (QoS). When the number of processors in the
queue increases (that means that more processors may remain idle) the cost increases rapidly. This is true for
every value of h. In the case that the number of processors in the queue equals 50 (fig.2 (c) and (d)) the cost of
services quality (QoS) becomes negligible, compared to the cost of the idle processors. In networks of service
providers, considering the ownership of at least 50 processors is quite realistic.
1.6

1.6

1.4

1.4

h=0.1

1.2

c

1.2

1

h=0.1

1

c

0.8

0.8

0.6

0.6
0.4

0.4

h=0.01

0.2

h=0.01

0.2
0

0
2

4

6

8

10

12

2

14

4

6

8

y

10

12

14

y

(b)

(a)
6

6

5

5

4

4

c

c

h=0.1

h=0.1
3

3

2

2

1

1

h=0.01

h=0.01
0

0

5

5

10

15

20

25

30

35

40

45

10

15

50

20

25

30

35

40

45

50

y

y

(d)
α=0.01

(c)
α=0.1
Fig. 2. Cost Curves for Ν=1 and Τ=1.

As a result, it becomes clear that it is crucial to minimize the cost of having idle processors. The fewer
the idle processors for a period of time, the less is their cost. The exact number of idle processors in every period
of time, depends on the number of processors available and the number of customer requesting services for the
same period of time which is a random variable. At this stage, it is true to say that, the minimization of total
cost takes place when maximizing the possibility more processors to be occupied every period of time.

III.

PROBLEM DESCRIPTION

Consider N parallel queues each with finite buffer size (capacity). The buffer size of queue i is denoted
by Ni and it is equal with the number of processors in the queue (Fig. 3). Jobs arrive according to a Poisson
process with rate λ. A controller assigns new arrivals to queues. Arriving jobs, that find all processors occupied,
are lost according to the system. A job assigned to a processor may not change in the future. The time it takes
for a job to be processed is exponentially distributed with rate μ. Processing times and arrival times are all
assumed to be independent. The problem is the determination of the assembly plan of such systems, in other

12
Optimal Assembly Plan and Control of Networks
words, the determination of the number of processors of each queue, and then, the control of the system, that is
to say the routing policy in order to optimise some criterion. The criterion that is used is the minimisation of
sum of the services quality cost and server holding cost. In particular, for mean processing time sufficiently long
(i.e. for time consuming jobs) we describe the optimal allocation of processors and the optimal job assignment
policy.
N servers
μ
controller

μ

λ

.
.
.
μ

Fig. 3. Architecture of control system.
Reference [3] examined this problem under two assumptions: (a) Ni=1, i=1, …, N and (b) infinite
buffer size for all queues. His main result was that the “join the shortest queue” (JSQ) policy stochastically
maximizes the discounted number of jobs that complete service by a certain time. Reference [4] showed that if
assumption (a) is dropped the obvious generalization of the JSQ policy (the policy that routes jobs to the queue
with “the shortest expected delay” or SED policy) does not minimize the long run average delay per customer.
Reference [5] extended Winston’s result ([10]) for finite buffer size (i.e. they dropped assumption (b) but kept
(a)). Reference [6] pointed out the usefulness of the multiserver model for telephone networks and without
assuming (a), it showed that for N=2 the SED policy performs reasonably well. Reference [1] is adding the
assumption that servers break down and repair with rates α and β respectively, it considers one queue and
determines the number of servers that minimizes the total cost.
In the present paper, we describe the optimal policy without the assumption (a) and replace (b) with the
assumption that the capacity of each queue is equal with the number of processors in the queue.
Problem formulation
The status of the system is given by a state vector x(t) with xi(t) denoting the number of jobs in queue i
at the time instant t, 0≤xi(t)≤Ni for i=1, …, N. Change in the state x means that either a job is completed and
leaves the system (–1j x)=(x1, x2, …, xj–1, …, xN) or a new job arrives in the systems (1 i x)=(x1, x2, …, xi+1, …,
xN). If we assume that the new job is assigned to the queue α(x), xα(x)<Nα(x), the possible transitions from state x
are either to a state (–1j x) for j such that xj>0 or to (1α(x) x). We will assume that a control level Ki is associated
with each queue i, such that 0<Ki≤Ni, i=1, …, N, and we examine the problem of the maximization of
probability that all queues have Ki or more occupied processors (jobs) at any time instant t.
Let c(x(t)) be the random failure process taking values 1 or 0 according to whether the following event
A: “all queues have Ki or more jobs” is true or not. The distribution of this process depends on the job allocation
policy π. To show that a policy π* maximizes the probability that (event A is true) all queues have Ki or more
jobs at any time instant t, we have to show that
Pπ*(c(x(t))=1)  Pπ(c(x(t))=1) for all policies π.
The approach used to deal with this problem takes the following steps:

The continuous-time problem is discretized via uniformization and consideration of embedded Markov
decision process ([7], [8]).

Used Dynamic Programming techniques to compare different policies ([8]).
Let I(x) denote the minimum number of jobs that have to be served when the system is in state
x such that the event A is not true. Consider the family PM, M=0,1,2,… of discrete finite horizon Dynamic
Programming problems with optimality equations given by
A.

m  1,...,M



u ( x; m)  min (1      x j )u ( x; m  1)  u (1 ( x ) x; m  1)    x j u ( 1 j x; m  1) 
 ( x) 
j
j

0
u ( x;0)  
1

if
if

I ( x)  0
I ( x)  0

(5)

13
Optimal Assembly Plan and Control of Networks
Let uπ(x; m) denote the value function of a policy π. Using uniformization and a time rescaling so that the
uniform rate is 1, one gets the following equation

P (c(x(t ))  0) 



 u (x; M )e t

M 0

tM
M!

(6)

Hence, to show that a policy is optimal in the original problem, it is sufficient (but not necessary) for its
discrete version to be optimal in the family PM, M=0,1,2,…. A necessary and sufficient condition for a
stationary policy π(x) to be strongly optimal is the following

u (1 ( x ) x; m)  u (1i x; m) i  A(x)  { (x)} m  0

(7)

The value function uπ(x; m) is a polynomial in μ.


(
u (x; m)   u ) (x; m)  

(8)

 0

The coefficients uπ(ν)(x;m) vanish for ν>ν0(x;m) for some ν0(x;m). Substituting this relation in the
optimality equations we get the following recursive equations for ν=0,1,2,… and m=0,1,2,…
(
(
(
(
(
u 1) (x; m  1)  (1   )u 1) (x; m)  u 1) (1 ( x ) x; m)   x (u ) (1 x; m)  u ) (x; m))


u (x; m  1)  (1   )u (x; m)  u (1 ( x ) x; m)
(0)

(0)

0

(
u0) (x;0)  1

0

(0)

if

I ( x)  1

if

I (x)  0 and   0

if

I (x)  0 and   0

(9)
For μ sufficiently small the optimal policy will be determined by the leading (i.e. the first non-zero)
coefficients of this power series expansion.
Optimal control
The close interconnection between reliability and queuing models is well known and has been
extensively discussed in the pertinent literature. The problem of assigned jobs to parallel queues corresponds to
the problem of maintenance for reliability of systems in series. For this type of problems, the optimal control
policy corresponds to the optimal maintenance policy. Reference [9] examined the problem of reliability of
systems operating in series and described the repair allocation policy which maximizes the reliability of the
system at any time instant t. This result is extended to the problem of controlling the corresponding network of
parallel queues as follow:
Let P(x):={i: Ki≤xi≤Ni–1} (the set of all queues that have at least Ki jobs and at least one idle server),
Q(x):={i: xi≤Ki–1} (the set of queues with less that Ki jobs),
B.

0
1

 i (x) : 

if i  Q(x)
if i  P(x)

0

 i (x) : 
 xi  K i  1

,

if i  Q(x)
,
if i  P(x)

 0 if i  Q(x)
, and
 K i if i  P(x)

 i (x) : 

Li(x):=(δi(x),  i(x), ζi(x)).
The description of the optimal policy π* may be obtained through the lexicographic ordering of the
state index Li(x). We say that a vector u:=(u1, u2, …, un) is lexicographically less than a vector v:=(v1, v2, …, vn)
if and only if the following is true: u1≤v1 and if u1=v1 then u2≤v2 and if u2=v2 then u3≤v3 and so on.
In other words, the optimal policy can be described as follow: for the routing problem and for mean
processing times sufficiently long (i.e. for time consuming jobs) the policy that maximizes the probability that
all queues have Ki or more occupied processors, in any time instant t, is the policy π* and is described by the
following steps:

14
Optimal Assembly Plan and Control of Networks
Step 1: If there exist queues with xi≤Ki–1 then assign the job to any one among them. Otherwise
Step 2: Assign the job to the queue with the minimum difference xi–Ki. If there are two or more of those queues
then
Step 3: Assign the job to the queue with the maximum Ki. If there are two or more of those queues then assign
the job to any one among them.
Optimal assembly plan
The problem studied in this paragraph is the determination of the optimal plan among all feasible
assembly plans. In other words, the assembler has to determine the capacities Ni (NiKi) for all queues i and the
amount of initial jobs allocated to each queue.
Let as assume that the following parameters are given: (i) N>0, the number of queues that will compose the
system, (ii) Ki>0 i, the threshold control level of each queue, (iii) the total number of processors Τ
C.

(T 

N

N
i 1

i

), and (iv) the number of initial jobs G. Reference [10] examined the repair allocation functioning

system with N subsystem connected in series and proved the optimal assembly plan of such system when the
component failure rate is sufficiently small. The solution interpreted in the context of problem of routing time
consuming jobs to parallel multiprocessor queues may be described as follows.
By renumbering the subsystems if necessary, the subsystems we may assume Κ1≤Κ2≤…≤ΚΝ without loss of
generality. Let S:= T 

N

K
i 1

i

be the surplus, f:= S div N and h:=S mod N, i.e. f is the integer part of S/N and h

is the remainder from dividing S by N. Then, for service rate μ sufficiently small, the optimal assembly plan (x*,
N*) is given by
N*=(K1+f, …, KN–h+f, KN–h+1+f+1, …, KN+f+1)
and
(a) if the number of initial jobs G 

N

K
i 1

N

then x* is any x such that xi≤Ki, i=1, …, N, and (x, N*) is feasible.

N

i 1

(b) if G 

i

i 1

 K i , then let s : G   K i , g:=s div N, and e:=s mod N. Then,

x*=(K1+g, …, KN–e+g, KN–e+1+g+1, …, KN+g+1).
If we assume that there are no initial jobs in the systems, then the problem is to determine the
capacities of queues only and the optimal system assembly plan tends to distribute the surplus component S
equally among all queues and, when this is not possible, queues with larger control threshold K are favored.
Hence, for mean processing time sufficiently long (consuming jobs), if we start with the assembly plan Ν* and
follow the policy π* to allocate the jobs in queues, we will obtain the maximum probability all queues have Κi
or more occupied processors at any time instant t.

IV.

CONCLUSIONS

There are two important problems in queuing networks of parallel queues (e.g. networks of computersparallel processors, telecommunications-telephone networks etc). The first problem is the determination of the
assembly plan of such systems, in other words, the determination of the number of processors of each queue,
and the second, the control of the system, that is to say the routing policy in order to optimise some criterion.
In this paper the criterion that is used is the minimisation of total cost of such a system which is the
sum of the services quality cost and server holding cost. The minimisation of total cost accomplished the
maximisation of the probability all queues have more occupied processors than a control threshold, at any time
instant t. In particular, for mean processing time sufficiently long (i.e. for time consuming jobs) the optimal
allocation of processors and the optimal job assignment policy is described. Our future work will address
optimizations for systems that the servers break down and repair.

ACKNOWLEDGMENT
This research is implemented through the Operational Program “Education and Lifelong Learning” and
is co-financed by the European Union (European Social Fund) and Greek national funds. The contents of the
paper reflect the views of the authors, who are responsible for the accuracy of the data presented herein.

15
Optimal Assembly Plan and Control of Networks
REFERENCES
[1].

[2].
[3].
[4].
[5].
[6].
[7].
[8].
[9].
[10].

J.L. Hellerstein, K. Katircioglu, and M. Surendra, “An on-Line, business-oriented optimization of
performance and availability for utility computing”, IEEE Journal on Selected Areas in
Communications, vol 23(10), pp. 2013-2021, 2005.
C. Ward, M.J. Buco, R.N. Chang, and L.Z. Luan, “A generic SLA semantic model for the execution
management of e-business”, Proc. 3rd Int. Conf. E-Commerce Web Technol., 2002, pp. 363-376.
W. Winston, “Optimality of the shortest line discipline”, J. Appl. Prob., vol. 14, pp. 181-189, 1977.
W. Whitt, “Deciding which queue to join: some counterexamples”, Operat. Res., vol. 34, pp. 55-62,
1986.
A. Hordijk, and G. Koole, “On the optimality of the generalized shortest queue policy”, Prob, Eng. Inf.
Sci., vol. 4, pp. 477-487, 1990.
D.J. Houck, “Comparison of policies for routing customers to parallel queuing systems”, Operat. Res.,
vol. 35, pp. 306-310, 1987.
S.A. Lippman, “Applying a new device in the optimization of exponential queuing systems”, Operat.
Res., vol.23, pp. 687-710, 1975.
S.M. Ross, Stochastic Processes. Wiley, New York, 1983.
V. Dinopoulou, and C. Melolidakis, “Asymptotically optimal maintenance of K-out-of-N systems
connected in series”, Proc. 11th Conf Greek Statistical Inst., 1998, pp.67-76.
V. Dinopoulou, and C. Melolidakis, “Asymptotically optimal component assembly plans in repairable
systems and server allocation in parallel multiserver queues”, Nav. Res. Logis, vol. 48(8), pp. 732-746,
2001.

16

More Related Content

What's hot

An Algorithm for Optimized Cost in a Distributed Computing System
An Algorithm for Optimized Cost in a Distributed Computing SystemAn Algorithm for Optimized Cost in a Distributed Computing System
An Algorithm for Optimized Cost in a Distributed Computing SystemIRJET Journal
 
A comparison of efficient algorithms for scheduling parallel data redistribution
A comparison of efficient algorithms for scheduling parallel data redistributionA comparison of efficient algorithms for scheduling parallel data redistribution
A comparison of efficient algorithms for scheduling parallel data redistributionIJCNCJournal
 
REDUCING FREQUENCY OF GROUP REKEYING OPERATION
REDUCING FREQUENCY OF GROUP REKEYING OPERATIONREDUCING FREQUENCY OF GROUP REKEYING OPERATION
REDUCING FREQUENCY OF GROUP REKEYING OPERATIONcsandit
 
Mean Object Size Considering Average Waiting Latency in M/BP/1 System
Mean Object Size Considering Average Waiting Latency in M/BP/1 SystemMean Object Size Considering Average Waiting Latency in M/BP/1 System
Mean Object Size Considering Average Waiting Latency in M/BP/1 SystemIJCNCJournal
 
Max Min Fair Scheduling Algorithm using In Grid Scheduling with Load Balancing
Max Min Fair Scheduling Algorithm using In Grid Scheduling with Load Balancing Max Min Fair Scheduling Algorithm using In Grid Scheduling with Load Balancing
Max Min Fair Scheduling Algorithm using In Grid Scheduling with Load Balancing IJORCS
 
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...Cemal Ardil
 
Deadline and Suffrage Aware Task Scheduling Approach for Cloud Environment
Deadline and Suffrage Aware Task Scheduling Approach for Cloud EnvironmentDeadline and Suffrage Aware Task Scheduling Approach for Cloud Environment
Deadline and Suffrage Aware Task Scheduling Approach for Cloud EnvironmentIRJET Journal
 
Reality based mobility model Analyzed over reactive and proactive routing pro...
Reality based mobility model Analyzed over reactive and proactive routing pro...Reality based mobility model Analyzed over reactive and proactive routing pro...
Reality based mobility model Analyzed over reactive and proactive routing pro...ijsrd.com
 
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGREAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGijdpsjournal
 
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIMELOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIMEijccsa
 
Scheduling of Heterogeneous Tasks in Cloud Computing using Multi Queue (MQ) A...
Scheduling of Heterogeneous Tasks in Cloud Computing using Multi Queue (MQ) A...Scheduling of Heterogeneous Tasks in Cloud Computing using Multi Queue (MQ) A...
Scheduling of Heterogeneous Tasks in Cloud Computing using Multi Queue (MQ) A...IRJET Journal
 
A BAYE'S THEOREM BASED NODE SELECTION FOR LOAD BALANCING IN CLOUD ENVIRONMENT
A BAYE'S THEOREM BASED NODE SELECTION FOR LOAD BALANCING IN CLOUD ENVIRONMENTA BAYE'S THEOREM BASED NODE SELECTION FOR LOAD BALANCING IN CLOUD ENVIRONMENT
A BAYE'S THEOREM BASED NODE SELECTION FOR LOAD BALANCING IN CLOUD ENVIRONMENThiij
 
A Baye's Theorem Based Node Selection for Load Balancing in Cloud Environment
A Baye's Theorem Based Node Selection for Load Balancing in Cloud EnvironmentA Baye's Theorem Based Node Selection for Load Balancing in Cloud Environment
A Baye's Theorem Based Node Selection for Load Balancing in Cloud Environmentneirew J
 
High virtualizationdegree
High virtualizationdegreeHigh virtualizationdegree
High virtualizationdegreesscetrajiv
 
Stochastic fractal search based method for economic load dispatch
Stochastic fractal search based method for economic load dispatchStochastic fractal search based method for economic load dispatch
Stochastic fractal search based method for economic load dispatchTELKOMNIKA JOURNAL
 

What's hot (18)

An Algorithm for Optimized Cost in a Distributed Computing System
An Algorithm for Optimized Cost in a Distributed Computing SystemAn Algorithm for Optimized Cost in a Distributed Computing System
An Algorithm for Optimized Cost in a Distributed Computing System
 
A comparison of efficient algorithms for scheduling parallel data redistribution
A comparison of efficient algorithms for scheduling parallel data redistributionA comparison of efficient algorithms for scheduling parallel data redistribution
A comparison of efficient algorithms for scheduling parallel data redistribution
 
REDUCING FREQUENCY OF GROUP REKEYING OPERATION
REDUCING FREQUENCY OF GROUP REKEYING OPERATIONREDUCING FREQUENCY OF GROUP REKEYING OPERATION
REDUCING FREQUENCY OF GROUP REKEYING OPERATION
 
D0212326
D0212326D0212326
D0212326
 
Mean Object Size Considering Average Waiting Latency in M/BP/1 System
Mean Object Size Considering Average Waiting Latency in M/BP/1 SystemMean Object Size Considering Average Waiting Latency in M/BP/1 System
Mean Object Size Considering Average Waiting Latency in M/BP/1 System
 
Max Min Fair Scheduling Algorithm using In Grid Scheduling with Load Balancing
Max Min Fair Scheduling Algorithm using In Grid Scheduling with Load Balancing Max Min Fair Scheduling Algorithm using In Grid Scheduling with Load Balancing
Max Min Fair Scheduling Algorithm using In Grid Scheduling with Load Balancing
 
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
 
E01113138
E01113138E01113138
E01113138
 
Deadline and Suffrage Aware Task Scheduling Approach for Cloud Environment
Deadline and Suffrage Aware Task Scheduling Approach for Cloud EnvironmentDeadline and Suffrage Aware Task Scheduling Approach for Cloud Environment
Deadline and Suffrage Aware Task Scheduling Approach for Cloud Environment
 
Reality based mobility model Analyzed over reactive and proactive routing pro...
Reality based mobility model Analyzed over reactive and proactive routing pro...Reality based mobility model Analyzed over reactive and proactive routing pro...
Reality based mobility model Analyzed over reactive and proactive routing pro...
 
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTINGREAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
REAL-TIME ADAPTIVE ENERGY-SCHEDULING ALGORITHM FOR VIRTUALIZED CLOUD COMPUTING
 
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIMELOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
 
Scheduling of Heterogeneous Tasks in Cloud Computing using Multi Queue (MQ) A...
Scheduling of Heterogeneous Tasks in Cloud Computing using Multi Queue (MQ) A...Scheduling of Heterogeneous Tasks in Cloud Computing using Multi Queue (MQ) A...
Scheduling of Heterogeneous Tasks in Cloud Computing using Multi Queue (MQ) A...
 
A BAYE'S THEOREM BASED NODE SELECTION FOR LOAD BALANCING IN CLOUD ENVIRONMENT
A BAYE'S THEOREM BASED NODE SELECTION FOR LOAD BALANCING IN CLOUD ENVIRONMENTA BAYE'S THEOREM BASED NODE SELECTION FOR LOAD BALANCING IN CLOUD ENVIRONMENT
A BAYE'S THEOREM BASED NODE SELECTION FOR LOAD BALANCING IN CLOUD ENVIRONMENT
 
A Baye's Theorem Based Node Selection for Load Balancing in Cloud Environment
A Baye's Theorem Based Node Selection for Load Balancing in Cloud EnvironmentA Baye's Theorem Based Node Selection for Load Balancing in Cloud Environment
A Baye's Theorem Based Node Selection for Load Balancing in Cloud Environment
 
https:::arxiv.org:pdf:2105.13813.pdf
https:::arxiv.org:pdf:2105.13813.pdfhttps:::arxiv.org:pdf:2105.13813.pdf
https:::arxiv.org:pdf:2105.13813.pdf
 
High virtualizationdegree
High virtualizationdegreeHigh virtualizationdegree
High virtualizationdegree
 
Stochastic fractal search based method for economic load dispatch
Stochastic fractal search based method for economic load dispatchStochastic fractal search based method for economic load dispatch
Stochastic fractal search based method for economic load dispatch
 

Viewers also liked

Sweet Emotions - Handout
Sweet Emotions - HandoutSweet Emotions - Handout
Sweet Emotions - HandoutBrent Jones
 
Salesforce for nonprofits
Salesforce for nonprofitsSalesforce for nonprofits
Salesforce for nonprofitsCraig Grella
 
Culture First, Tools Last: Building Successful Collaborative Development
Culture First, Tools Last: Building Successful Collaborative DevelopmentCulture First, Tools Last: Building Successful Collaborative Development
Culture First, Tools Last: Building Successful Collaborative DevelopmentGuy Martin
 
Open source culture_in_china_team
Open source culture_in_china_teamOpen source culture_in_china_team
Open source culture_in_china_teamLi Jiansheng
 
Presentación Proyecto STIC
Presentación Proyecto STICPresentación Proyecto STIC
Presentación Proyecto STICSTICCBA
 
Reporte de practica de modulo
Reporte de practica de moduloReporte de practica de modulo
Reporte de practica de moduloCinthya100998
 
دور البرامج التدريبية ال أكاديمية تجاه تطوير مهارات الوعي
دور البرامج التدريبية ال  أكاديمية تجاه تطوير مهارات الوعيدور البرامج التدريبية ال  أكاديمية تجاه تطوير مهارات الوعي
دور البرامج التدريبية ال أكاديمية تجاه تطوير مهارات الوعيDr. Ahmed Farag
 
Introduction à PHP - Forum PHP 2010 - AFUP
Introduction à PHP - Forum PHP 2010 - AFUPIntroduction à PHP - Forum PHP 2010 - AFUP
Introduction à PHP - Forum PHP 2010 - AFUPNicolas Silberman
 
InterContinental LA Downtown Renderings Jan 2016
InterContinental LA Downtown Renderings Jan 2016InterContinental LA Downtown Renderings Jan 2016
InterContinental LA Downtown Renderings Jan 2016Tommy Chow
 

Viewers also liked (14)

Sweet Emotions - Handout
Sweet Emotions - HandoutSweet Emotions - Handout
Sweet Emotions - Handout
 
Salesforce for nonprofits
Salesforce for nonprofitsSalesforce for nonprofits
Salesforce for nonprofits
 
Culture First, Tools Last: Building Successful Collaborative Development
Culture First, Tools Last: Building Successful Collaborative DevelopmentCulture First, Tools Last: Building Successful Collaborative Development
Culture First, Tools Last: Building Successful Collaborative Development
 
Clase4
Clase4Clase4
Clase4
 
2013
20132013
2013
 
Open source culture_in_china_team
Open source culture_in_china_teamOpen source culture_in_china_team
Open source culture_in_china_team
 
Presentación Proyecto STIC
Presentación Proyecto STICPresentación Proyecto STIC
Presentación Proyecto STIC
 
Indahnya Membayar Zakat
Indahnya Membayar ZakatIndahnya Membayar Zakat
Indahnya Membayar Zakat
 
Ciaspolata in Sila
Ciaspolata in Sila Ciaspolata in Sila
Ciaspolata in Sila
 
Reporte de practica de modulo
Reporte de practica de moduloReporte de practica de modulo
Reporte de practica de modulo
 
دور البرامج التدريبية ال أكاديمية تجاه تطوير مهارات الوعي
دور البرامج التدريبية ال  أكاديمية تجاه تطوير مهارات الوعيدور البرامج التدريبية ال  أكاديمية تجاه تطوير مهارات الوعي
دور البرامج التدريبية ال أكاديمية تجاه تطوير مهارات الوعي
 
Introduction à PHP - Forum PHP 2010 - AFUP
Introduction à PHP - Forum PHP 2010 - AFUPIntroduction à PHP - Forum PHP 2010 - AFUP
Introduction à PHP - Forum PHP 2010 - AFUP
 
Mule execution
Mule executionMule execution
Mule execution
 
InterContinental LA Downtown Renderings Jan 2016
InterContinental LA Downtown Renderings Jan 2016InterContinental LA Downtown Renderings Jan 2016
InterContinental LA Downtown Renderings Jan 2016
 

Similar to Optimal control and assembly of parallel queue networks

Proposed pricing model for cloud computing
Proposed pricing model for cloud computingProposed pricing model for cloud computing
Proposed pricing model for cloud computingAdeel Javaid
 
Self-adaptive container monitoring with performance-aware Load-Shedding policies
Self-adaptive container monitoring with performance-aware Load-Shedding policiesSelf-adaptive container monitoring with performance-aware Load-Shedding policies
Self-adaptive container monitoring with performance-aware Load-Shedding policiesNECST Lab @ Politecnico di Milano
 
Parallel Algorithms: Sort & Merge, Image Processing, Fault Tolerance
Parallel Algorithms: Sort & Merge, Image Processing, Fault ToleranceParallel Algorithms: Sort & Merge, Image Processing, Fault Tolerance
Parallel Algorithms: Sort & Merge, Image Processing, Fault ToleranceUniversity of Technology - Iraq
 
Area efficient parallel LFSR for cyclic redundancy check
Area efficient parallel LFSR for cyclic redundancy check  Area efficient parallel LFSR for cyclic redundancy check
Area efficient parallel LFSR for cyclic redundancy check IJECEIAES
 
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment Problem
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment ProblemIRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment Problem
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment ProblemIRJET Journal
 
A Combinatorial View Of The Service Rates Of Codes Problem, Its Equivalence T...
A Combinatorial View Of The Service Rates Of Codes Problem, Its Equivalence T...A Combinatorial View Of The Service Rates Of Codes Problem, Its Equivalence T...
A Combinatorial View Of The Service Rates Of Codes Problem, Its Equivalence T...Whitney Anderson
 
Decision support for Amazon Spot Instance
Decision support for Amazon Spot InstanceDecision support for Amazon Spot Instance
Decision support for Amazon Spot InstanceFei Dong
 
Self-adaptive container monitoring with performance-aware Load-Shedding policies
Self-adaptive container monitoring with performance-aware Load-Shedding policiesSelf-adaptive container monitoring with performance-aware Load-Shedding policies
Self-adaptive container monitoring with performance-aware Load-Shedding policiesNECST Lab @ Politecnico di Milano
 
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...IRJET Journal
 
Analysis of single server fixed batch service queueing system under multiple ...
Analysis of single server fixed batch service queueing system under multiple ...Analysis of single server fixed batch service queueing system under multiple ...
Analysis of single server fixed batch service queueing system under multiple ...Alexander Decker
 
Fuzzy Retrial Queues with Priority using DSW Algorithm
Fuzzy Retrial Queues with Priority using DSW AlgorithmFuzzy Retrial Queues with Priority using DSW Algorithm
Fuzzy Retrial Queues with Priority using DSW Algorithmijceronline
 
A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...
A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...
A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...IJERA Editor
 
Bis 311 final examination answers
Bis 311 final examination answersBis 311 final examination answers
Bis 311 final examination answersRandalHoffman
 
Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...
Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...
Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...IRJET Journal
 
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...Aminullah Assagaf
 
Queue with Breakdowns and Interrupted Repairs
Queue with Breakdowns and Interrupted RepairsQueue with Breakdowns and Interrupted Repairs
Queue with Breakdowns and Interrupted Repairstheijes
 
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...IRJET Journal
 
Secure Outsourcing Mechanism for Linear Programming in Cloud Computing
Secure Outsourcing Mechanism for Linear Programming in Cloud ComputingSecure Outsourcing Mechanism for Linear Programming in Cloud Computing
Secure Outsourcing Mechanism for Linear Programming in Cloud ComputingIJMER
 

Similar to Optimal control and assembly of parallel queue networks (20)

Proposed pricing model for cloud computing
Proposed pricing model for cloud computingProposed pricing model for cloud computing
Proposed pricing model for cloud computing
 
Self-adaptive container monitoring with performance-aware Load-Shedding policies
Self-adaptive container monitoring with performance-aware Load-Shedding policiesSelf-adaptive container monitoring with performance-aware Load-Shedding policies
Self-adaptive container monitoring with performance-aware Load-Shedding policies
 
Parallel Algorithms: Sort & Merge, Image Processing, Fault Tolerance
Parallel Algorithms: Sort & Merge, Image Processing, Fault ToleranceParallel Algorithms: Sort & Merge, Image Processing, Fault Tolerance
Parallel Algorithms: Sort & Merge, Image Processing, Fault Tolerance
 
Area efficient parallel LFSR for cyclic redundancy check
Area efficient parallel LFSR for cyclic redundancy check  Area efficient parallel LFSR for cyclic redundancy check
Area efficient parallel LFSR for cyclic redundancy check
 
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment Problem
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment ProblemIRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment Problem
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment Problem
 
A Combinatorial View Of The Service Rates Of Codes Problem, Its Equivalence T...
A Combinatorial View Of The Service Rates Of Codes Problem, Its Equivalence T...A Combinatorial View Of The Service Rates Of Codes Problem, Its Equivalence T...
A Combinatorial View Of The Service Rates Of Codes Problem, Its Equivalence T...
 
Decision support for Amazon Spot Instance
Decision support for Amazon Spot InstanceDecision support for Amazon Spot Instance
Decision support for Amazon Spot Instance
 
Self-adaptive container monitoring with performance-aware Load-Shedding policies
Self-adaptive container monitoring with performance-aware Load-Shedding policiesSelf-adaptive container monitoring with performance-aware Load-Shedding policies
Self-adaptive container monitoring with performance-aware Load-Shedding policies
 
Sample final report
Sample final reportSample final report
Sample final report
 
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
IRJET - Design of a Low Power Serial- Parallel Multiplier with Low Transition...
 
Srushti_M.E_PPT.ppt
Srushti_M.E_PPT.pptSrushti_M.E_PPT.ppt
Srushti_M.E_PPT.ppt
 
Analysis of single server fixed batch service queueing system under multiple ...
Analysis of single server fixed batch service queueing system under multiple ...Analysis of single server fixed batch service queueing system under multiple ...
Analysis of single server fixed batch service queueing system under multiple ...
 
Fuzzy Retrial Queues with Priority using DSW Algorithm
Fuzzy Retrial Queues with Priority using DSW AlgorithmFuzzy Retrial Queues with Priority using DSW Algorithm
Fuzzy Retrial Queues with Priority using DSW Algorithm
 
A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...
A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...
A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...
 
Bis 311 final examination answers
Bis 311 final examination answersBis 311 final examination answers
Bis 311 final examination answers
 
Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...
Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...
Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...
 
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
 
Queue with Breakdowns and Interrupted Repairs
Queue with Breakdowns and Interrupted RepairsQueue with Breakdowns and Interrupted Repairs
Queue with Breakdowns and Interrupted Repairs
 
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
 
Secure Outsourcing Mechanism for Linear Programming in Cloud Computing
Secure Outsourcing Mechanism for Linear Programming in Cloud ComputingSecure Outsourcing Mechanism for Linear Programming in Cloud Computing
Secure Outsourcing Mechanism for Linear Programming in Cloud Computing
 

More from IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksIJERD Editor
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEIJERD Editor
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...IJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’IJERD Editor
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignIJERD Editor
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationIJERD Editor
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...IJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRIJERD Editor
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingIJERD Editor
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string valueIJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeIJERD Editor
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraIJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...IJERD Editor
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingIJERD Editor
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...IJERD Editor
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart GridIJERD Editor
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderIJERD Editor
 

More from IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 

Recently uploaded

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

Optimal control and assembly of parallel queue networks

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 9, Issue 3 (December 2013), PP. 10-16 Optimal Assembly Plan and Control of Networks Vaya Dinopoulou1, Konstantinos Kakoulis2, Panagiotis Kyratsis3* TEI of Western Macedonia, Dept. Mechanical & Industrial Design Engineering, Kila Kozani GR50100 Greece Abstract:- The routing problem of jobs/customers arriving in a network of parallel queues, constitutes a problem of queuing theory with important applications. Consider N parallel queues each with finite buffer size. The buffer size of queue i is denoted by Ni and it is equal with the number of processors in the queue. Jobs arrive according to a Poisson process with rate λ. A controller assigns new arrivals to queues. Arriving jobs, that find all buffers occupied, are lost according to the system. A job assigned to a processor may not change in the future. The time it takes for a job to be processed is exponentially distributed with rate μ. Processing times and arrival times are all assumed to be independent. The problem is the determination of the assembly plan of such systems and their control. The criterion that is used is the minimisation of sum of the services quality cost and server holding cost. Keywords:- Optimal server allocation; optimal control of parallel queues; service level agreement. I. INTRODUCTION The routing problem of jobs/customers arriving in a network of parallel queues, constitutes a problem of queuing theory with particular interest and important applications (e.g. networks of computers-parallel processors, telecommunications-telephone networks etc). As an example consider the telecommunicationstelephone networks. All calls (jobs/customers) arriving at the call centre, must be assigned to the operators for servicing. Also computer networks (i.e. web sites, internet providers) offer to their customers, the use of hardware and software, in order several services to be executed (information searching, e-commerce etc). In these cases, a serious problem of managing high quality services with the minimum cost arises. The total cost of such system comes up as a combination of both, the services quality cost (Quality of Service - QoS) and the cost from keeping the resources (equipments) idle (Server Holding Cost). Service level agreements are agreed between application providers and customers, in order to secure high level services. If violated it results in QoS cost which comprises of penalties for poor performance and customer dissatisfaction when they need to use the service and the system is unable to provide it due to overload. Figure 1 depicts an example of cost estimation for QoS ([1], [2]). This cost approximates an exponential function of the time that a customer needs to be served from the system and this cannot be accomplished because processors are not available. In order to avoid this situation, more resources (processors) must be added. As a result the service to the customer will be of a better quality, while at the same time, penalties due to low service quality will be avoided. Unfortunately, this leads to cost increase, because more processors remain idle when no customer seeks for their services in a specific period of time. In the example of the telecommunications-telephone network, this cost comes from the labor cost when these people remain without work, because no calls are entered into the centre. In the case of computer networks, this cost includes the running cost (i.e. electricity) and the fixed assets depreciation (a percentage of the initial investment). Consider a system of N groups of processors, every group with Ni processors (i.e. Ni computers or alternatively the system comprises of N computers while each of them is able to execute Ni jobs simultaneously). An appropriate example of such system is an internet provider that offers a group of processors (computer network) in every major city and receives the customer requests for execution. The present paper proposes an assembly plan of such systems and a routing policy of jobs in multiprocessor queues, such that minimized the total cost of the system. The remainder of this paper is organized as follows. Section 2 develops the cost model. Section 3 describes the formulation of the problem (3.1), the optimised control policy of the system (3.2) and the optimal assembly plan (3.3). Finally, Section 4 contains the conclusions. 10
  • 2. Optimal Assembly Plan and Control of Networks 1 0.9 Services Quality Cost (%) 0.8 0.7 Exponential approach Staircase function 0.6 0.5 0.4 0.3 0.2 0.1 0 0 10 20 30 40 50 60 70 80 90 100 Time of not response Fig. 1. Staircase function of QoS cost. II. COST MODEL This section describes the system’s cost model. This model quantifies the cost of QoS and the server holding cost. A similar model was proposed by [1] and it approximates the real cost occurring within application providers. Consider the function of the total cost of the system ct(y1, y2, …, yN), where yi is the number of processors which are available, at the ith queue, in every specific time period t. Assuming that the system remains in the same condition ((y1, y2, …, yN), i.e. the number of the idle processors remain constant) for a period of Τ, the subscript t is omitted and the total cost function of the system for a period T is redefined to c(y1, y2, …, yN). Lets assume that cQ(y1, y2, …, yN) is the cost of the services quality (QoS) and cH(y1, y2, …, yN) the server holding cost. Then c( y1 , y 2 ,..., y N )  cQ ( y1 , y 2 ,..., y N )  c H ( y1 , y 2 ,..., y N ) (1) A staircase function (Fig.1) is used in order to simulate the services quality cost (QoS) cQ(y1, y2, …, yN). Lets f(y1, y2, …, yN) be a function which describes the metrics of the service quality. This function could be the time response of the system to the customer request and is considered nonincreasing in each yi. That results: cQ ( y1 , y2 ,...,y N )  b(1  e af ( y1 , y2 ,... yN ) ) (2) Parameter b is a constant that determines the maximum value of the services quality cost cQ(y1, y2, …, yN). Parameter α is considered to be the rate of the services quality cost increase. The cost of the processors available is determined by summing a constant cost (investment capital) and several expenditures (running cost). The service providers require to cover that cost using an appropriate depreciation rate depending on the lifetime of every processor (this rate should be high enough in order to cover both constant and variable costs). Let hi the cost of one processor when it remains idle for one second. Then the total cost of all processors remaining idle for a period of time T is: N c H ( y1 , y 2 ,..., y N )   hi Ty i (3) i 1 Substituting both equations (2) and (3) in equation (1) and dividing by b (for normalizing hi) result: N c( y1 , y2 ,..., y N )  1  e af ( y1 , y2 ,... yN )   hiTy i (4) i The value of hi in equation (4) is normalized (divided by b). The next step is to determine the values of α and hi. Parameter α represents how fast the cost of the services quality increases. For example the dot line in fig 1 corresponds to α=0.1. Use of α=0.01 leads in a less steep cost of services quality increase. The normalised value of hi represents the ratio of the investment capital plus the running cost for a period of time in which the depreciation will take place (i.e. a year) divided by the maximum cost of the services quality (QoS). The maximum cost of the service quality (QoS) encompasses both the cost of penalties agreed with the customers and the lost profit because of loosing all current or future customers. A quite realistic value for this ratio is 10% which in return means hi=0.1. In the case that the capital depreciation needs to be smaller, the ratio can take 11
  • 3. Optimal Assembly Plan and Control of Networks values down to 1%. As a result we assume that the cost function receives values of hi between 0.01 and 0.1. Let us assume that there is only one queue of processors (Ν=1) and the time period is 1 (Τ=1). In this simplified f ( y )  hy . Fig 2 depicts the cost curve for a number of different case, equation (4) becomes c( y )  1  e values of α and h. When observing the cost curves it becomes clear that the significant cost comes from keeping the processors idle. When h is increased, the cost of keeping the processors idle increases substantially and becomes significantly larger than the cost of services quality (QoS). When the number of processors in the queue increases (that means that more processors may remain idle) the cost increases rapidly. This is true for every value of h. In the case that the number of processors in the queue equals 50 (fig.2 (c) and (d)) the cost of services quality (QoS) becomes negligible, compared to the cost of the idle processors. In networks of service providers, considering the ownership of at least 50 processors is quite realistic. 1.6 1.6 1.4 1.4 h=0.1 1.2 c 1.2 1 h=0.1 1 c 0.8 0.8 0.6 0.6 0.4 0.4 h=0.01 0.2 h=0.01 0.2 0 0 2 4 6 8 10 12 2 14 4 6 8 y 10 12 14 y (b) (a) 6 6 5 5 4 4 c c h=0.1 h=0.1 3 3 2 2 1 1 h=0.01 h=0.01 0 0 5 5 10 15 20 25 30 35 40 45 10 15 50 20 25 30 35 40 45 50 y y (d) α=0.01 (c) α=0.1 Fig. 2. Cost Curves for Ν=1 and Τ=1. As a result, it becomes clear that it is crucial to minimize the cost of having idle processors. The fewer the idle processors for a period of time, the less is their cost. The exact number of idle processors in every period of time, depends on the number of processors available and the number of customer requesting services for the same period of time which is a random variable. At this stage, it is true to say that, the minimization of total cost takes place when maximizing the possibility more processors to be occupied every period of time. III. PROBLEM DESCRIPTION Consider N parallel queues each with finite buffer size (capacity). The buffer size of queue i is denoted by Ni and it is equal with the number of processors in the queue (Fig. 3). Jobs arrive according to a Poisson process with rate λ. A controller assigns new arrivals to queues. Arriving jobs, that find all processors occupied, are lost according to the system. A job assigned to a processor may not change in the future. The time it takes for a job to be processed is exponentially distributed with rate μ. Processing times and arrival times are all assumed to be independent. The problem is the determination of the assembly plan of such systems, in other 12
  • 4. Optimal Assembly Plan and Control of Networks words, the determination of the number of processors of each queue, and then, the control of the system, that is to say the routing policy in order to optimise some criterion. The criterion that is used is the minimisation of sum of the services quality cost and server holding cost. In particular, for mean processing time sufficiently long (i.e. for time consuming jobs) we describe the optimal allocation of processors and the optimal job assignment policy. N servers μ controller μ λ . . . μ Fig. 3. Architecture of control system. Reference [3] examined this problem under two assumptions: (a) Ni=1, i=1, …, N and (b) infinite buffer size for all queues. His main result was that the “join the shortest queue” (JSQ) policy stochastically maximizes the discounted number of jobs that complete service by a certain time. Reference [4] showed that if assumption (a) is dropped the obvious generalization of the JSQ policy (the policy that routes jobs to the queue with “the shortest expected delay” or SED policy) does not minimize the long run average delay per customer. Reference [5] extended Winston’s result ([10]) for finite buffer size (i.e. they dropped assumption (b) but kept (a)). Reference [6] pointed out the usefulness of the multiserver model for telephone networks and without assuming (a), it showed that for N=2 the SED policy performs reasonably well. Reference [1] is adding the assumption that servers break down and repair with rates α and β respectively, it considers one queue and determines the number of servers that minimizes the total cost. In the present paper, we describe the optimal policy without the assumption (a) and replace (b) with the assumption that the capacity of each queue is equal with the number of processors in the queue. Problem formulation The status of the system is given by a state vector x(t) with xi(t) denoting the number of jobs in queue i at the time instant t, 0≤xi(t)≤Ni for i=1, …, N. Change in the state x means that either a job is completed and leaves the system (–1j x)=(x1, x2, …, xj–1, …, xN) or a new job arrives in the systems (1 i x)=(x1, x2, …, xi+1, …, xN). If we assume that the new job is assigned to the queue α(x), xα(x)<Nα(x), the possible transitions from state x are either to a state (–1j x) for j such that xj>0 or to (1α(x) x). We will assume that a control level Ki is associated with each queue i, such that 0<Ki≤Ni, i=1, …, N, and we examine the problem of the maximization of probability that all queues have Ki or more occupied processors (jobs) at any time instant t. Let c(x(t)) be the random failure process taking values 1 or 0 according to whether the following event A: “all queues have Ki or more jobs” is true or not. The distribution of this process depends on the job allocation policy π. To show that a policy π* maximizes the probability that (event A is true) all queues have Ki or more jobs at any time instant t, we have to show that Pπ*(c(x(t))=1)  Pπ(c(x(t))=1) for all policies π. The approach used to deal with this problem takes the following steps:  The continuous-time problem is discretized via uniformization and consideration of embedded Markov decision process ([7], [8]).  Used Dynamic Programming techniques to compare different policies ([8]). Let I(x) denote the minimum number of jobs that have to be served when the system is in state x such that the event A is not true. Consider the family PM, M=0,1,2,… of discrete finite horizon Dynamic Programming problems with optimality equations given by A. m  1,...,M   u ( x; m)  min (1      x j )u ( x; m  1)  u (1 ( x ) x; m  1)    x j u ( 1 j x; m  1)   ( x)  j j  0 u ( x;0)   1 if if I ( x)  0 I ( x)  0 (5) 13
  • 5. Optimal Assembly Plan and Control of Networks Let uπ(x; m) denote the value function of a policy π. Using uniformization and a time rescaling so that the uniform rate is 1, one gets the following equation P (c(x(t ))  0)    u (x; M )e t M 0 tM M! (6) Hence, to show that a policy is optimal in the original problem, it is sufficient (but not necessary) for its discrete version to be optimal in the family PM, M=0,1,2,…. A necessary and sufficient condition for a stationary policy π(x) to be strongly optimal is the following u (1 ( x ) x; m)  u (1i x; m) i  A(x)  { (x)} m  0 (7) The value function uπ(x; m) is a polynomial in μ.  ( u (x; m)   u ) (x; m)   (8)  0 The coefficients uπ(ν)(x;m) vanish for ν>ν0(x;m) for some ν0(x;m). Substituting this relation in the optimality equations we get the following recursive equations for ν=0,1,2,… and m=0,1,2,… ( ( ( ( ( u 1) (x; m  1)  (1   )u 1) (x; m)  u 1) (1 ( x ) x; m)   x (u ) (1 x; m)  u ) (x; m))  u (x; m  1)  (1   )u (x; m)  u (1 ( x ) x; m) (0) (0) 0  ( u0) (x;0)  1  0 (0) if I ( x)  1 if I (x)  0 and   0 if I (x)  0 and   0 (9) For μ sufficiently small the optimal policy will be determined by the leading (i.e. the first non-zero) coefficients of this power series expansion. Optimal control The close interconnection between reliability and queuing models is well known and has been extensively discussed in the pertinent literature. The problem of assigned jobs to parallel queues corresponds to the problem of maintenance for reliability of systems in series. For this type of problems, the optimal control policy corresponds to the optimal maintenance policy. Reference [9] examined the problem of reliability of systems operating in series and described the repair allocation policy which maximizes the reliability of the system at any time instant t. This result is extended to the problem of controlling the corresponding network of parallel queues as follow: Let P(x):={i: Ki≤xi≤Ni–1} (the set of all queues that have at least Ki jobs and at least one idle server), Q(x):={i: xi≤Ki–1} (the set of queues with less that Ki jobs), B. 0 1  i (x) :  if i  Q(x) if i  P(x) 0   i (x) :   xi  K i  1 , if i  Q(x) , if i  P(x)  0 if i  Q(x) , and  K i if i  P(x)  i (x) :  Li(x):=(δi(x),  i(x), ζi(x)). The description of the optimal policy π* may be obtained through the lexicographic ordering of the state index Li(x). We say that a vector u:=(u1, u2, …, un) is lexicographically less than a vector v:=(v1, v2, …, vn) if and only if the following is true: u1≤v1 and if u1=v1 then u2≤v2 and if u2=v2 then u3≤v3 and so on. In other words, the optimal policy can be described as follow: for the routing problem and for mean processing times sufficiently long (i.e. for time consuming jobs) the policy that maximizes the probability that all queues have Ki or more occupied processors, in any time instant t, is the policy π* and is described by the following steps: 14
  • 6. Optimal Assembly Plan and Control of Networks Step 1: If there exist queues with xi≤Ki–1 then assign the job to any one among them. Otherwise Step 2: Assign the job to the queue with the minimum difference xi–Ki. If there are two or more of those queues then Step 3: Assign the job to the queue with the maximum Ki. If there are two or more of those queues then assign the job to any one among them. Optimal assembly plan The problem studied in this paragraph is the determination of the optimal plan among all feasible assembly plans. In other words, the assembler has to determine the capacities Ni (NiKi) for all queues i and the amount of initial jobs allocated to each queue. Let as assume that the following parameters are given: (i) N>0, the number of queues that will compose the system, (ii) Ki>0 i, the threshold control level of each queue, (iii) the total number of processors Τ C. (T  N N i 1 i ), and (iv) the number of initial jobs G. Reference [10] examined the repair allocation functioning system with N subsystem connected in series and proved the optimal assembly plan of such system when the component failure rate is sufficiently small. The solution interpreted in the context of problem of routing time consuming jobs to parallel multiprocessor queues may be described as follows. By renumbering the subsystems if necessary, the subsystems we may assume Κ1≤Κ2≤…≤ΚΝ without loss of generality. Let S:= T  N K i 1 i be the surplus, f:= S div N and h:=S mod N, i.e. f is the integer part of S/N and h is the remainder from dividing S by N. Then, for service rate μ sufficiently small, the optimal assembly plan (x*, N*) is given by N*=(K1+f, …, KN–h+f, KN–h+1+f+1, …, KN+f+1) and (a) if the number of initial jobs G  N K i 1 N then x* is any x such that xi≤Ki, i=1, …, N, and (x, N*) is feasible. N i 1 (b) if G  i i 1  K i , then let s : G   K i , g:=s div N, and e:=s mod N. Then, x*=(K1+g, …, KN–e+g, KN–e+1+g+1, …, KN+g+1). If we assume that there are no initial jobs in the systems, then the problem is to determine the capacities of queues only and the optimal system assembly plan tends to distribute the surplus component S equally among all queues and, when this is not possible, queues with larger control threshold K are favored. Hence, for mean processing time sufficiently long (consuming jobs), if we start with the assembly plan Ν* and follow the policy π* to allocate the jobs in queues, we will obtain the maximum probability all queues have Κi or more occupied processors at any time instant t. IV. CONCLUSIONS There are two important problems in queuing networks of parallel queues (e.g. networks of computersparallel processors, telecommunications-telephone networks etc). The first problem is the determination of the assembly plan of such systems, in other words, the determination of the number of processors of each queue, and the second, the control of the system, that is to say the routing policy in order to optimise some criterion. In this paper the criterion that is used is the minimisation of total cost of such a system which is the sum of the services quality cost and server holding cost. The minimisation of total cost accomplished the maximisation of the probability all queues have more occupied processors than a control threshold, at any time instant t. In particular, for mean processing time sufficiently long (i.e. for time consuming jobs) the optimal allocation of processors and the optimal job assignment policy is described. Our future work will address optimizations for systems that the servers break down and repair. ACKNOWLEDGMENT This research is implemented through the Operational Program “Education and Lifelong Learning” and is co-financed by the European Union (European Social Fund) and Greek national funds. The contents of the paper reflect the views of the authors, who are responsible for the accuracy of the data presented herein. 15
  • 7. Optimal Assembly Plan and Control of Networks REFERENCES [1]. [2]. [3]. [4]. [5]. [6]. [7]. [8]. [9]. [10]. J.L. Hellerstein, K. Katircioglu, and M. Surendra, “An on-Line, business-oriented optimization of performance and availability for utility computing”, IEEE Journal on Selected Areas in Communications, vol 23(10), pp. 2013-2021, 2005. C. Ward, M.J. Buco, R.N. Chang, and L.Z. Luan, “A generic SLA semantic model for the execution management of e-business”, Proc. 3rd Int. Conf. E-Commerce Web Technol., 2002, pp. 363-376. W. Winston, “Optimality of the shortest line discipline”, J. Appl. Prob., vol. 14, pp. 181-189, 1977. W. Whitt, “Deciding which queue to join: some counterexamples”, Operat. Res., vol. 34, pp. 55-62, 1986. A. Hordijk, and G. Koole, “On the optimality of the generalized shortest queue policy”, Prob, Eng. Inf. Sci., vol. 4, pp. 477-487, 1990. D.J. Houck, “Comparison of policies for routing customers to parallel queuing systems”, Operat. Res., vol. 35, pp. 306-310, 1987. S.A. Lippman, “Applying a new device in the optimization of exponential queuing systems”, Operat. Res., vol.23, pp. 687-710, 1975. S.M. Ross, Stochastic Processes. Wiley, New York, 1983. V. Dinopoulou, and C. Melolidakis, “Asymptotically optimal maintenance of K-out-of-N systems connected in series”, Proc. 11th Conf Greek Statistical Inst., 1998, pp.67-76. V. Dinopoulou, and C. Melolidakis, “Asymptotically optimal component assembly plans in repairable systems and server allocation in parallel multiserver queues”, Nav. Res. Logis, vol. 48(8), pp. 732-746, 2001. 16