SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 619
PERFORMANCE MEASURES FOR INTERNET SERVER BY USING
M/M/m QUEUEING MODEL
Raghunath Y. T. N. V1
, A. S. Sravani2
1
Assistant professor, Dept.of ECE, DVR & Dr. HS MIC College of Technology, Andhra Pradesh, India,
2
P.G. Scholar, Dept. of ECE, St. Annโ€™s College of Engg &Tech, Andhra Pradesh, India,
bobby_ytnv@yahoo.com, sravani.ayachitula@gmail.com
Abstract
This paper deals with the performance measurement of single queue multiple server model. This gives the performance measure for
internet server for highly dynamic traffic conditions. Our previous work is related to performance measurement of single queue single
server model. This is achieved by analyzing the performance measures and capacity planning of internet server using different
queuing models by comparing the parameters like queuing length, response time, waiting time for different links.
Keywords- Internet server, waiting time, response time, queue length, queuing models
----------------------------------------------------------------*****--------------------------------------------------------------------------
1. INTRODUCTION
Figure 1.1: Layout of Internet Server-Data Arrival/ Data departure
[1].
In Figure 1.1, the client requests for accessing the web page
through different links those are link1 and link 2. These links
may be either satellite link or optical link in real time. The
next block is exchange servers, in the above diagram there are
m exchange servers in link 1 and n exchange servers in links
[1]. These exchange servers are connected to internet server.
In this system, the client requests for the web page by typing
the domain name of particular web page. Then the exchanges
servers those are used to mapping that particular domain
name with particular IP address. After that the web server will
process the IP address and generates the client requested web
page. Like this the exchange servers and internet servers are
used process the client requests [2].
The objective of the paper is getting the performance measures
and capacity estimation of the above system by using different
queueing models i.e., M/M/1, M/G/1, M/D/1 and M/Ek/1.The
above system is modeled in queueing network by using the
above queuing models.
Analyzing a Queue System:
A full queuing situation involves arrivals and service[3],
so we need some more Greek letters:
ฮป: โ€œlambdaโ€ is the average customer arrival rate per unit
time
ฮผ : โ€œmuโ€ is the average customer service rate (when
customers are waiting) =1/(average service time)
ฯ :โ€œrhoโ€ is the server utilization factor
It uses the Poisson and exponential distributions to model both
arrival times and service times. As mentioned, the Poisson and
exponential distributions are mathematically related. If the
number of service completions per unit of time, when there is
a backlog of customers waiting, has the Poisson distribution,
then service time has the exponential distribution. It's
conventional to think of service in terms of the length of
service time.
The standard simple queuing model assumes that [4]:
1. Arrivals have the Poisson distribution
2. Service times have the exponential distribution
3. Arrivals and service times are all independent.
(Independence means, for example, that: arrivals don't come in
groups, and the server does not work faster when the line is
longer.)
The performance measures those can be done by using
queuing models are utilization, queue length, waiting time and
response time [8].
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 620
Utilization factor :- The utilization gives the fraction of time
that the server is busy. It is defined as ratio of arrival rate to
service rate.
Queue length :- It defines the maximum capacity of the queue
or number of customers in the queue.
Waiting time :- It is defined as the ratio of average queue
length to arrival rate or it defines the amount of time the
customer has to be waited in the queue.
Response time :- It defines the sum of waiting time and
service time for a particular customer [8].
2. LITERATURE REVIEW
In [1], this paper deals with an improved scheme for
autonomous performance of gateway servers under highly
dynamic traffic loads. The most wide spread contemplation is
performance, because gateway servers offer cost-effective and
high performance modeling and predictions. This paper
describes possible queuing models that can be applied in
capacity planning analysis. This is achieved by utilizing the
internal queue length measurements. Extensive simulation
study shows that the new scheme can provide smooth
performance control and better tracking ability in web server
systems.
In [2], this paper presents a workload characterization study
for Internet Web Servers. Six different data sets are used in the
study: three from academic environments, two from scientific
research organizations, and one from a commercial internet
provider. These data sets represent three different orders of
magnitude in server activity, and two different order of
magnitude in time duration, ranging from one week of activity
to one year of activity.
In [3], this paper provides information about High
performance web site design techniques. Performance and
high availability are critical at web sites that receive large
numbers of requests. This paper presents several techniques
including redundant hardware, load balancing. Web server
acceleration, and efficient management of dynamic data that
can be used at popular sites to improve performance and
availability. It describes how several techniques are deployed
at the official web site.
3. SINGLE QUEUE SINGLE SERVER MODELS
3.1 Queuing network model for Internet Server
using/M/1 model:
The M/M/1-Queue has interarrival times [6], which are
exponentially distributed with parameter and also service
times with exponential distribution with parameter . The
system has only a single server and uses the FIFO service
discipline. The waiting line is of infinite size.
Fig 3.1 Block diagram for queuing network model for Internet
server using M/M/1.
Different Queueing models [6]:
1. M/M/1
2. M/D/1
3. M/G/1
4. M/Ek/1
Previous work is related to the comparison of server
performance with different queueing models. This paper deals
with the performance of single queue multiple server model.
4. SINGLE QUEUE MULTIPLE SERVER MODEL
4.1 M/M/m queueing model:
In this M/M/m queueing model, the 1st M indicates the
interarrival time distribution arrivals follows Poisson
distribution with parameter ฮป, and 2nd M indicates service
time distribution [15]. Here, it is exponential distribution with
parameter ฮผ and 3rd m indicates number of servers available
those are in parallel. The system has multiple server and uses
the FIFO service discipline. The waiting line is of infinite size.
In the case M/M/1 queueing model, there is only one single
server. It means that the system can process a single request at
a time. But in this M/M/m queueing model, there are m
number of servers that are connected in parallel [15]. That
means, this model can process m requests at a time. So
compared with the M/M/1 queueing model, this model gives
better performance measures.
In figure 3.1, the M/M/m queueing model comprises m
internet servers. In this system, the client requests for
accessing the web page is by using domain name of that
particular web page. then the request arrives at one of the m
exchange servers. These exchange servers are used to map the
client request domain name with the corresponding IP address
and that result is arrived at any one of the internet servers,
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 621
because this system uses multiple servers that are connected in
parallel. Based on that arrived IP address, these internet
servers that generate the web page which is displayed in the
clientโ€™s monitor.
The performance measures those can be done by using this
queueing model are ulilization, queue length, waiting time and
response time [15].
Utilization factor :- The utilization gives the fraction of time
that the server is busy. It is defined as ratio of arrival rate to
service rate.
Queue length :- It defines the maximum capacity of the queue
or number of customers in the queue.
Waiting time :- It is defined as the ratio of average queue
length to arrival rate or it defines the amount of time the
customer has to be waited in the queue.
Response time :- It defines the sum of waiting time and
service time for a particular customer.
4.2. Queueing network model for Internet Server
using M/M/m model:
Fig 4.1. Block diagram for queueing network model for Internet
server using M/M/m.
The analysis of queueing network for internet server is
described as follows:
In figure 4.1, there are two links which are connected to the
internet server to provides services to the users. In figure 4.1,
๐‘†๐‘œ , ๐‘†1 are two source indicators that are used to request the
web pages. Let ๐ด1 , ๐ด2 ,โ€ฆ, ๐ด ๐‘š be the m parallel exchange
servers in link 1 and let ๐ด1,
โ€ฒ
๐ด2,
โ€ฒ
โ€ฆ, ๐ด ๐‘›
โ€ฒ
be the n parallel
exchange servers and ๐ด ๐‘ 1
, ๐ด ๐‘ 2
,โ€ฆ, ๐ด ๐‘  ๐‘˜
be the k parallel internet
servers. Let ๐œ† be the arrival at link 1 and ๐œ†โ€ฒ
be the arrival rate
at link 2. After the request arrives from the source, it arrives
into the queue which is connected to the m exchange servers
in link1 and n exchange servers in link 2. These exchanges are
used for mapping the domain name with the corresponding IP
address. Later, it arrives at any one of the k parallel internet
servers that are used to process the IP address and generate the
web page.
4.3. Performance measures for M/M/m model:
The performance measure for single queue multiple server
system can be obtained by finding the utilization factor, queue
length, waiting time, response time.
Utilization factor: - The utilization gives the fraction of time
that the server is busy. It is defined as ratio of arrival rate to
service rate.
According to figure 4.1, the utilization factor can be expressed
as follows:
๐œŒ =
๐œ†
๐‘š๐œ‡
+
๐œ† ๐‘ 
๐œ…๐œ‡ ๐‘ 
, (for link 1) (4.1)
๐œŒโ€ฒ
=
๐œ†โ€ฒ
๐‘›๐œ‡โ€ฒ +
๐œ† ๐‘ 
๐œ…๐œ‡ ๐‘ 
. (for link 2) (4.2)
Queue length: - It defines the maximum capacity of the queue
or number of customers in the queue.
According to figure 4.1, the total queue length can be
expressed as follows:
E [๐‘๐‘ก๐‘œ๐‘ก ] = E [N] + E [๐‘๐‘ ], (for link 1) (4.3)
E [๐‘๐‘ก๐‘œ๐‘ก
โ€ฒ
] = E [๐‘โ€ฒ
] + E [๐‘๐‘ ]. (for link 2) (4.4)
Where,
E [N] = m (
๐œ†
๐‘š๐œ‡
) + (
๐œ†
๐‘š๐œ‡
)
(
๐œ†
๐œ‡
) ๐‘š
๐‘š!
1
๐œ†
๐œ‡
๐‘ฅ
๐‘ฅ!
๐‘š โˆ’1
๐‘ฅ=0 +
๐œ†
๐œ‡
๐‘š
๐‘š !
1
1โˆ’
๐œ†
๐‘š๐œ‡
(1โˆ’
๐œ†
๐‘š๐œ‡
)2
,
(for link 1) (4.5)
E [๐‘โ€ฒ
] = n (
๐œ†โ€ฒ
๐‘›๐œ‡โ€ฒ) + (
๐œ†โ€ฒ
๐‘› ๐œ‡โ€ฒ)
(
๐œ†โ€ฒ
๐œ‡ โ€ฒ) ๐‘›
๐‘›!
1
๐œ†โ€ฒ
๐œ‡ โ€ฒ
๐‘ฅ
๐‘ฅ!
๐‘›โˆ’1
๐‘ฅ=0 +
๐œ†โ€ฒ
๐œ‡ โ€ฒ
๐‘›
๐‘›!
1
1โˆ’
๐œ†โ€ฒ
๐‘› ๐œ‡ โ€ฒ
(1โˆ’
๐œ†โ€ฒ
๐‘› ๐œ‡ โ€ฒ)2
,
(for link 2) โ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆ.(4.6)
E [๐‘๐‘ ] = k (
๐œ† ๐‘ 
๐‘˜๐œ‡ ๐‘ 
) + (
๐œ† ๐‘ 
๐‘˜๐œ‡ ๐‘ 
)
(
๐œ†
๐œ‡
) ๐‘˜
๐‘˜!
1
๐œ† ๐‘ 
๐œ‡ ๐‘ 
๐‘ฅ
๐‘ฅ!
๐‘˜โˆ’1
๐‘ฅ=0 +
๐œ† ๐‘ 
๐œ‡ ๐‘ 
๐‘˜
๐‘˜!
1
1โˆ’
๐œ† ๐‘ 
๐‘˜๐œ‡ ๐‘ 
(1โˆ’
๐œ† ๐‘ 
๐‘˜๐œ‡ ๐‘ 
)2
.
(for internet server) (4.7)
Waiting time: - It is defined as the ratio of average queue
length to arrival rate or it defines the amount of time the
customer has to be waited in the queue.
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 622
According to figure 4.1, the total waiting time can be
expressed as follows:
E [๐‘Š๐‘ก๐‘œ๐‘ก ] = E [W] + E [๐‘Š๐‘ ] (for link 1)
E [๐‘Š๐‘ก๐‘œ๐‘ก
โ€ฒ
] = E [๐‘Šโ€ฒ
] + E [๐‘Š๐‘ ] (for link 2)
Where,
E [W] = m (
1
๐‘š๐œ‡
) + (
1
๐‘š๐œ‡
)
(
๐œ†
๐œ‡
) ๐‘š
๐‘š!
1
๐œ†
๐œ‡
๐‘ฅ
๐‘ฅ!
๐‘š โˆ’1
๐‘ฅ=0 +
๐œ†
๐œ‡
๐‘š
๐‘š !
1
1โˆ’
๐œ†
๐‘š๐œ‡
(1โˆ’
๐œ†
๐‘š๐œ‡
)2
,
(for link 1) (4.8)
E [๐‘Šโ€ฒ
] = n (
1
๐‘›๐œ‡โ€ฒ) + (
1
๐‘›๐œ‡โ€ฒ)
(
๐œ†โ€ฒ
๐œ‡ โ€ฒ) ๐‘›
๐‘›!
1
๐œ†โ€ฒ
๐œ‡ โ€ฒ
๐‘ฅ
๐‘ฅ!
๐‘›โˆ’1
๐‘ฅ=0 +
๐œ†โ€ฒ
๐œ‡ โ€ฒ
๐‘›
๐‘›!
1
1โˆ’
๐œ†โ€ฒ
๐‘› ๐œ‡ โ€ฒ
(1โˆ’
๐œ†โ€ฒ
๐‘› ๐œ‡ โ€ฒ)2
,
(for link 2) (4.9)
E [๐‘Š๐‘ ] = k (
1
๐‘˜๐œ‡ ๐‘ 
) + (
1
๐‘˜๐œ‡ ๐‘ 
)
(
๐œ†
๐œ‡
) ๐‘˜
๐‘˜!
1
๐œ† ๐‘ 
๐œ‡ ๐‘ 
๐‘ฅ
๐‘ฅ!
๐‘˜โˆ’1
๐‘ฅ=0 +
๐œ† ๐‘ 
๐œ‡ ๐‘ 
๐‘˜
๐‘˜!
1
1โˆ’
๐œ† ๐‘ 
๐‘˜๐œ‡ ๐‘ 
(1โˆ’
๐œ† ๐‘ 
๐‘˜๐œ‡ ๐‘ 
)2
(for internet server) (4.10)
Response time: - It defines the sum of waiting time and
service time for a particular customer.
According to figure 4.1, the total response time can be
expressed as follows:
E [๐‘…๐‘ก๐‘œ๐‘ก ] = E [R] + E [๐‘… ๐‘ ] (for link 1)
E [๐‘…๐‘ก๐‘œ๐‘ก
โ€ฒ
] = E [๐‘…โ€ฒ
] + E [๐‘… ๐‘ ] (for link 2)
Where,
E [R] = m (
1
๐‘š๐œ‡
) + (
1
๐‘š๐œ‡
)
(
๐œ†
๐œ‡
) ๐‘š
๐‘š!
1
๐œ†
๐œ‡
๐‘ฅ
๐‘ฅ!
๐‘š โˆ’1
๐‘ฅ=0 +
๐œ†
๐œ‡
๐‘š
๐‘š !
1
1โˆ’
๐œ†
๐‘š๐œ‡
(1โˆ’
๐œ†
๐‘š๐œ‡
)2
+
1
๐œ‡
, (for link 1) (4.11)
E [๐‘…โ€ฒ
] = n (
1
๐‘›๐œ‡โ€ฒ) + (
1
๐‘›๐œ‡โ€ฒ)
(
๐œ†โ€ฒ
๐œ‡ โ€ฒ) ๐‘›
๐‘›!
1
๐œ†โ€ฒ
๐œ‡ โ€ฒ
๐‘ฅ
๐‘ฅ!
๐‘›โˆ’1
๐‘ฅ=0 +
๐œ†โ€ฒ
๐œ‡ โ€ฒ
๐‘›
๐‘›!
1
1โˆ’
๐œ† โ€ฒ
๐‘› ๐œ‡ โ€ฒ
(1โˆ’
๐œ† โ€ฒ
๐‘› ๐œ‡ โ€ฒ)2
+
1
๐œ‡ โ€ฒ
, (for link 2) (4.12)
E [ ๐‘… ๐‘  ] = k (
1
๐‘˜ ๐œ‡ ๐‘ 
) + (
1
๐‘˜ ๐œ‡ ๐‘ 
)
(
๐œ†
๐œ‡
) ๐‘˜
๐‘˜ !
1
๐œ† ๐‘ 
๐œ‡ ๐‘ 
๐‘ฅ
๐‘ฅ !
๐‘˜ โˆ’1
๐‘ฅ =0 +
๐œ† ๐‘ 
๐œ‡ ๐‘ 
๐‘˜
๐‘˜ !
1
1โˆ’
๐œ† ๐‘ 
๐‘˜ ๐œ‡ ๐‘ 
(1โˆ’
๐œ† ๐‘ 
๐‘˜ ๐œ‡ ๐‘ 
)2
+
1
๐œ‡ ๐‘ 
. (for internet server)
(4.13)
5. Numerical Results
Fig 4.2: Plot for finding the Utilization factor for internet server
using M/M/m queuing model.
Figure 4.2 shows the curves for utilization versus arrival rate
with different m values. Here, m represents the number of
servers. In the above figure, there are three different curves for
three different m values. Higher the value m, lower is the
utilization factor because, if the number of servers increases,
the incoming arrivals will be shared for service with different
servers. Then, the utilization factor for each internet server
decreases.
Fig 4.3: Plot for finding the queue length for internet server using
M/M/m queuing model.
Figure 4.3 shows the curves for queue length versus arrival
rate with different m values. Here, m represents the number of
servers. In the above figure, there are three different curves for
three different m values. Higher the value m, lower is the
queue length, if the number of servers increases, the incoming
arrivals will be waited in the queue, they will be shared for
service with different servers. Then, the queue length
decreases.
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 623
Fig 4.4: Plot for finding the waiting time for internet server using
M/M/m queuing model.
Figure 4.4 shows the curves for waiting time versus arrival
rate with different m values. Here, m represents the number of
servers. In the above figure, there are three different curves for
three different m values. Higher the value m, lower is the
waiting time, if the number of servers increases, the incoming
arrivals will be waited in the queue, they will be shared for
service with different servers. Then, the waiting time
decreases.
Fig 4.5: Plot for finding the response time for internet server using
M/M/m queuing model.
Figure 4.5 shows the curves for response time versus arrival
rate with different m values. Here, m represents the number of
servers. In the above figure, there are three different curves for
three different m values. Higher the value m, lower is the
response time, if the number of servers increases, the
incoming arrivals will be waited in the queue, they will be
shared for service with different servers. Then, the response
time decreases.
CONCLUSIONS
In this paper, performance measures for Internet server such as
average queue length, average response times and average
waiting times are derived and plotted by using M/M/m queuing
model.
REFERENCES
[1] Dr. L.K. Singh, Riktesh Srivastava, โ€œEstimation of Buffer
Size of Internet Gateway Server via G/M/1 Queuing
Modelโ€, International Journal of Applied Science,
Engineering and Technology, Volume 4, No.1, pp. 474-
482, January 2007.
[2] M. Arlitt and C. Williamson, "Internet Web Servers:
Workload Characterization And Performance
Implications", IEEE/ACMTransactions on Networking,
Vol. 5, No. 5, pp. 631-645, Oct. 1997.
[3] A. Iyengar, et al., "High-Performance Web Site Design
Techniques", IEEE Internet Computing, Vol. 4, No. 2, pp.
17-26, 2000.
[4]. Kishor S.Trivedi, Probability & Statistics with Reliability,
Queuing, andComputer Science Applications. Prentice-
Hall of India Private Limited. New Delhi-110 001 2004.
[5] J.P.Buzzen, A Queueing network model of MVS, ACM
Computing surveys, Sept 1978, Vol. 10, No 3, pp-319-
331.
[6] Anderson, Darrell et. al.( 1999), โ€œA Case for Buffer
Serversโ€, pp. 82-88, IEEE Seventh Workshop on Hot
Topics in Operating Systems.
[7] Dimitri Bertsekas, Robert Gallager, Data Networks,
Second Edition, Prentice Hall of India Private Limited,
1997.
[8] A. Iyengar, et al., "High-Performance Web Site Design
Techniques", IEEE Internet Computing, Vol. 4, No. 2, pp.
17-26, 2000.
[9] D. Dias, et al., "A Scalable And Highly Available Web
Server", in COMPCON '96. Technologies for the
Information Superhighway Digest of Papers., San Jose,
CA., pp. 85-92, 1996.
BIOGRAPHIES:
Raghunath Y. T. N. V, Assistant
Professor, ECE dept. in DVR & Dr. HS
MIC College of Technology, Vijayawada,
Andhra Pradesh, India.
A.S.Sravani, P.G Scholor, ECE Dept.
in St. Anns College of Engineering
and Technology, Chirala, Andhra
Pradesh, India

More Related Content

Viewers also liked

ะฑะปะฐะณะพะดั–ะนะฝะฐ ะฐะบั†ั–ั ะฑั–ะฑะปั–ะพั‚ะตะบะธ โ„– 13
ะฑะปะฐะณะพะดั–ะนะฝะฐ ะฐะบั†ั–ั ะฑั–ะฑะปั–ะพั‚ะตะบะธ โ„– 13ะฑะปะฐะณะพะดั–ะนะฝะฐ ะฐะบั†ั–ั ะฑั–ะฑะปั–ะพั‚ะตะบะธ โ„– 13
ะฑะปะฐะณะพะดั–ะนะฝะฐ ะฐะบั†ั–ั ะฑั–ะฑะปั–ะพั‚ะตะบะธ โ„– 13
evlana
ย 
I montesa enduro360h7-manualdeinstrucc
I montesa enduro360h7-manualdeinstruccI montesa enduro360h7-manualdeinstrucc
I montesa enduro360h7-manualdeinstrucc
Juan Perez Lobera
ย 
tamer Ali-technical sales-V4
tamer Ali-technical sales-V4tamer Ali-technical sales-V4
tamer Ali-technical sales-V4
tamer ali
ย 
Proses perkembangan kolonialisme dan imperialisme
Proses perkembangan kolonialisme dan imperialismeProses perkembangan kolonialisme dan imperialisme
Proses perkembangan kolonialisme dan imperialisme
Widoyo Negoro
ย 

Viewers also liked (13)

Allama Iqbal Medical College Lahore Merit List 2013
Allama Iqbal Medical College Lahore Merit List 2013Allama Iqbal Medical College Lahore Merit List 2013
Allama Iqbal Medical College Lahore Merit List 2013
ย 
Colombia Desarrollo Tecnolรณgico y cientรญfico
Colombia Desarrollo Tecnolรณgico y cientรญficoColombia Desarrollo Tecnolรณgico y cientรญfico
Colombia Desarrollo Tecnolรณgico y cientรญfico
ย 
ะฑะปะฐะณะพะดั–ะนะฝะฐ ะฐะบั†ั–ั ะฑั–ะฑะปั–ะพั‚ะตะบะธ โ„– 13
ะฑะปะฐะณะพะดั–ะนะฝะฐ ะฐะบั†ั–ั ะฑั–ะฑะปั–ะพั‚ะตะบะธ โ„– 13ะฑะปะฐะณะพะดั–ะนะฝะฐ ะฐะบั†ั–ั ะฑั–ะฑะปั–ะพั‚ะตะบะธ โ„– 13
ะฑะปะฐะณะพะดั–ะนะฝะฐ ะฐะบั†ั–ั ะฑั–ะฑะปั–ะพั‚ะตะบะธ โ„– 13
ย 
Triumph tridentt150partsmanual
Triumph tridentt150partsmanualTriumph tridentt150partsmanual
Triumph tridentt150partsmanual
ย 
Manjistha Naidu Portfolio
Manjistha Naidu PortfolioManjistha Naidu Portfolio
Manjistha Naidu Portfolio
ย 
Dress and Deportment
Dress and DeportmentDress and Deportment
Dress and Deportment
ย 
I montesa enduro360h7-manualdeinstrucc
I montesa enduro360h7-manualdeinstruccI montesa enduro360h7-manualdeinstrucc
I montesa enduro360h7-manualdeinstrucc
ย 
tamer Ali-technical sales-V4
tamer Ali-technical sales-V4tamer Ali-technical sales-V4
tamer Ali-technical sales-V4
ย 
Kamu Lodge in Top 5 Camping Grounds, Vietnam Traveller Magazine
Kamu Lodge in Top 5 Camping Grounds, Vietnam Traveller MagazineKamu Lodge in Top 5 Camping Grounds, Vietnam Traveller Magazine
Kamu Lodge in Top 5 Camping Grounds, Vietnam Traveller Magazine
ย 
Facebook
FacebookFacebook
Facebook
ย 
Research regarding calculation of the tensile forces
Research regarding calculation of the tensile forcesResearch regarding calculation of the tensile forces
Research regarding calculation of the tensile forces
ย 
Proses perkembangan kolonialisme dan imperialisme
Proses perkembangan kolonialisme dan imperialismeProses perkembangan kolonialisme dan imperialisme
Proses perkembangan kolonialisme dan imperialisme
ย 
Deferred
DeferredDeferred
Deferred
ย 

Similar to Performance measures for internet server by using m mm queueing model

ENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEM
ENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEMENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEM
ENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEM
Shakas Technologies
ย 
A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Comp...
A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Comp...A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Comp...
A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Comp...
1crore projects
ย 
A Survey and Comparison of SDN Based Traffic Management Techniques
A Survey and Comparison of SDN Based Traffic Management TechniquesA Survey and Comparison of SDN Based Traffic Management Techniques
A Survey and Comparison of SDN Based Traffic Management Techniques
Associate Professor in VSB Coimbatore
ย 
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
Shakas Technologies
ย 

Similar to Performance measures for internet server by using m mm queueing model (20)

A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Com...
 A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Com... A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Com...
A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Com...
ย 
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
ย 
A profit maximization scheme with guaranteed
A profit maximization scheme with guaranteedA profit maximization scheme with guaranteed
A profit maximization scheme with guaranteed
ย 
A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Com...
 A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Com... A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Com...
A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Com...
ย 
A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Com...
 A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Com... A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Com...
A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Com...
ย 
ENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEM
ENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEMENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEM
ENERGY-AWARE LOAD BALANCING AND APPLICATION SCALING FOR THE CLOUD ECOSYSTEM
ย 
A survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environmentA survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environment
ย 
A survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environmentA survey on various resource allocation policies in cloud computing environment
A survey on various resource allocation policies in cloud computing environment
ย 
A compendium on load forecasting approaches and models
A compendium on load forecasting approaches and modelsA compendium on load forecasting approaches and models
A compendium on load forecasting approaches and models
ย 
A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Comp...
A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Comp...A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Comp...
A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Comp...
ย 
An Efficient Queuing Model for Resource Sharing in Cloud Computing
	An Efficient Queuing Model for Resource Sharing in Cloud Computing	An Efficient Queuing Model for Resource Sharing in Cloud Computing
An Efficient Queuing Model for Resource Sharing in Cloud Computing
ย 
A Survey and Comparison of SDN Based Traffic Management Techniques
A Survey and Comparison of SDN Based Traffic Management TechniquesA Survey and Comparison of SDN Based Traffic Management Techniques
A Survey and Comparison of SDN Based Traffic Management Techniques
ย 
AVAILABILITY METRICS: UNDER CONTROLLED ENVIRONMENTS FOR WEB SERVICES
AVAILABILITY METRICS: UNDER CONTROLLED ENVIRONMENTS FOR WEB SERVICES AVAILABILITY METRICS: UNDER CONTROLLED ENVIRONMENTS FOR WEB SERVICES
AVAILABILITY METRICS: UNDER CONTROLLED ENVIRONMENTS FOR WEB SERVICES
ย 
AVAILABILITY METRICS: UNDER CONTROLLED ENVIRONMENTS FOR WEB SERVICES
AVAILABILITY METRICS: UNDER CONTROLLED ENVIRONMENTS FOR WEB SERVICES AVAILABILITY METRICS: UNDER CONTROLLED ENVIRONMENTS FOR WEB SERVICES
AVAILABILITY METRICS: UNDER CONTROLLED ENVIRONMENTS FOR WEB SERVICES
ย 
AVAILABILITY METRICS: UNDER CONTROLLED ENVIRONMENTS FOR WEB SERVICES
AVAILABILITY METRICS: UNDER CONTROLLED ENVIRONMENTS FOR WEB SERVICES AVAILABILITY METRICS: UNDER CONTROLLED ENVIRONMENTS FOR WEB SERVICES
AVAILABILITY METRICS: UNDER CONTROLLED ENVIRONMENTS FOR WEB SERVICES
ย 
AN OPEN JACKSON NETWORK MODEL FOR HETEROGENEOUS INFRASTRUCTURE AS A SERVICE O...
AN OPEN JACKSON NETWORK MODEL FOR HETEROGENEOUS INFRASTRUCTURE AS A SERVICE O...AN OPEN JACKSON NETWORK MODEL FOR HETEROGENEOUS INFRASTRUCTURE AS A SERVICE O...
AN OPEN JACKSON NETWORK MODEL FOR HETEROGENEOUS INFRASTRUCTURE AS A SERVICE O...
ย 
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
A PROFIT MAXIMIZATION SCHEME WITH GUARANTEED QUALITY OF SERVICE IN CLOUD COMP...
ย 
Orchestration of web services based on t qo s using user and web services agent
Orchestration of web services based on t qo s using user and web services agentOrchestration of web services based on t qo s using user and web services agent
Orchestration of web services based on t qo s using user and web services agent
ย 
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (โˆž/GDMOD...
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (โˆž/GDMOD...PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (โˆž/GDMOD...
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (โˆž/GDMOD...
ย 
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (โˆž/GDMOD...
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (โˆž/GDMOD...PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (โˆž/GDMOD...
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (โˆž/GDMOD...
ย 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
ย 
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
eSAT Publishing House
ย 
Hudhud cyclone โ€“ a severe disaster in visakhapatnam
Hudhud cyclone โ€“ a severe disaster in visakhapatnamHudhud cyclone โ€“ a severe disaster in visakhapatnam
Hudhud cyclone โ€“ a severe disaster in visakhapatnam
eSAT Publishing House
ย 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
ย 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
ย 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
ย 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
ย 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
ย 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
ย 
Shear strength of rc deep beam panels โ€“ a review
Shear strength of rc deep beam panels โ€“ a reviewShear strength of rc deep beam panels โ€“ a review
Shear strength of rc deep beam panels โ€“ a review
eSAT Publishing House
ย 
Role of voluntary teams of professional engineers in dissater management โ€“ ex...
Role of voluntary teams of professional engineers in dissater management โ€“ ex...Role of voluntary teams of professional engineers in dissater management โ€“ ex...
Role of voluntary teams of professional engineers in dissater management โ€“ ex...
eSAT Publishing House
ย 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
eSAT Publishing House
ย 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
ย 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
ย 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
ย 
Coastal zones โ€“ seismic vulnerability an analysis from east coast of india
Coastal zones โ€“ seismic vulnerability an analysis from east coast of indiaCoastal zones โ€“ seismic vulnerability an analysis from east coast of india
Coastal zones โ€“ seismic vulnerability an analysis from east coast of india
eSAT Publishing House
ย 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
ย 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
ย 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
ย 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
ย 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
ย 
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
ย 
Hudhud cyclone โ€“ a severe disaster in visakhapatnam
Hudhud cyclone โ€“ a severe disaster in visakhapatnamHudhud cyclone โ€“ a severe disaster in visakhapatnam
Hudhud cyclone โ€“ a severe disaster in visakhapatnam
ย 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
ย 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
ย 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
ย 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
ย 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
ย 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
ย 
Shear strength of rc deep beam panels โ€“ a review
Shear strength of rc deep beam panels โ€“ a reviewShear strength of rc deep beam panels โ€“ a review
Shear strength of rc deep beam panels โ€“ a review
ย 
Role of voluntary teams of professional engineers in dissater management โ€“ ex...
Role of voluntary teams of professional engineers in dissater management โ€“ ex...Role of voluntary teams of professional engineers in dissater management โ€“ ex...
Role of voluntary teams of professional engineers in dissater management โ€“ ex...
ย 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
ย 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
ย 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
ย 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
ย 
Coastal zones โ€“ seismic vulnerability an analysis from east coast of india
Coastal zones โ€“ seismic vulnerability an analysis from east coast of indiaCoastal zones โ€“ seismic vulnerability an analysis from east coast of india
Coastal zones โ€“ seismic vulnerability an analysis from east coast of india
ย 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
ย 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
ย 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
ย 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
ย 

Recently uploaded

Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
SUHANI PANDEY
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
KreezheaRecto
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
amitlee9823
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
ย 

Recently uploaded (20)

Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 

Performance measures for internet server by using m mm queueing model

  • 1. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 619 PERFORMANCE MEASURES FOR INTERNET SERVER BY USING M/M/m QUEUEING MODEL Raghunath Y. T. N. V1 , A. S. Sravani2 1 Assistant professor, Dept.of ECE, DVR & Dr. HS MIC College of Technology, Andhra Pradesh, India, 2 P.G. Scholar, Dept. of ECE, St. Annโ€™s College of Engg &Tech, Andhra Pradesh, India, bobby_ytnv@yahoo.com, sravani.ayachitula@gmail.com Abstract This paper deals with the performance measurement of single queue multiple server model. This gives the performance measure for internet server for highly dynamic traffic conditions. Our previous work is related to performance measurement of single queue single server model. This is achieved by analyzing the performance measures and capacity planning of internet server using different queuing models by comparing the parameters like queuing length, response time, waiting time for different links. Keywords- Internet server, waiting time, response time, queue length, queuing models ----------------------------------------------------------------*****-------------------------------------------------------------------------- 1. INTRODUCTION Figure 1.1: Layout of Internet Server-Data Arrival/ Data departure [1]. In Figure 1.1, the client requests for accessing the web page through different links those are link1 and link 2. These links may be either satellite link or optical link in real time. The next block is exchange servers, in the above diagram there are m exchange servers in link 1 and n exchange servers in links [1]. These exchange servers are connected to internet server. In this system, the client requests for the web page by typing the domain name of particular web page. Then the exchanges servers those are used to mapping that particular domain name with particular IP address. After that the web server will process the IP address and generates the client requested web page. Like this the exchange servers and internet servers are used process the client requests [2]. The objective of the paper is getting the performance measures and capacity estimation of the above system by using different queueing models i.e., M/M/1, M/G/1, M/D/1 and M/Ek/1.The above system is modeled in queueing network by using the above queuing models. Analyzing a Queue System: A full queuing situation involves arrivals and service[3], so we need some more Greek letters: ฮป: โ€œlambdaโ€ is the average customer arrival rate per unit time ฮผ : โ€œmuโ€ is the average customer service rate (when customers are waiting) =1/(average service time) ฯ :โ€œrhoโ€ is the server utilization factor It uses the Poisson and exponential distributions to model both arrival times and service times. As mentioned, the Poisson and exponential distributions are mathematically related. If the number of service completions per unit of time, when there is a backlog of customers waiting, has the Poisson distribution, then service time has the exponential distribution. It's conventional to think of service in terms of the length of service time. The standard simple queuing model assumes that [4]: 1. Arrivals have the Poisson distribution 2. Service times have the exponential distribution 3. Arrivals and service times are all independent. (Independence means, for example, that: arrivals don't come in groups, and the server does not work faster when the line is longer.) The performance measures those can be done by using queuing models are utilization, queue length, waiting time and response time [8].
  • 2. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 620 Utilization factor :- The utilization gives the fraction of time that the server is busy. It is defined as ratio of arrival rate to service rate. Queue length :- It defines the maximum capacity of the queue or number of customers in the queue. Waiting time :- It is defined as the ratio of average queue length to arrival rate or it defines the amount of time the customer has to be waited in the queue. Response time :- It defines the sum of waiting time and service time for a particular customer [8]. 2. LITERATURE REVIEW In [1], this paper deals with an improved scheme for autonomous performance of gateway servers under highly dynamic traffic loads. The most wide spread contemplation is performance, because gateway servers offer cost-effective and high performance modeling and predictions. This paper describes possible queuing models that can be applied in capacity planning analysis. This is achieved by utilizing the internal queue length measurements. Extensive simulation study shows that the new scheme can provide smooth performance control and better tracking ability in web server systems. In [2], this paper presents a workload characterization study for Internet Web Servers. Six different data sets are used in the study: three from academic environments, two from scientific research organizations, and one from a commercial internet provider. These data sets represent three different orders of magnitude in server activity, and two different order of magnitude in time duration, ranging from one week of activity to one year of activity. In [3], this paper provides information about High performance web site design techniques. Performance and high availability are critical at web sites that receive large numbers of requests. This paper presents several techniques including redundant hardware, load balancing. Web server acceleration, and efficient management of dynamic data that can be used at popular sites to improve performance and availability. It describes how several techniques are deployed at the official web site. 3. SINGLE QUEUE SINGLE SERVER MODELS 3.1 Queuing network model for Internet Server using/M/1 model: The M/M/1-Queue has interarrival times [6], which are exponentially distributed with parameter and also service times with exponential distribution with parameter . The system has only a single server and uses the FIFO service discipline. The waiting line is of infinite size. Fig 3.1 Block diagram for queuing network model for Internet server using M/M/1. Different Queueing models [6]: 1. M/M/1 2. M/D/1 3. M/G/1 4. M/Ek/1 Previous work is related to the comparison of server performance with different queueing models. This paper deals with the performance of single queue multiple server model. 4. SINGLE QUEUE MULTIPLE SERVER MODEL 4.1 M/M/m queueing model: In this M/M/m queueing model, the 1st M indicates the interarrival time distribution arrivals follows Poisson distribution with parameter ฮป, and 2nd M indicates service time distribution [15]. Here, it is exponential distribution with parameter ฮผ and 3rd m indicates number of servers available those are in parallel. The system has multiple server and uses the FIFO service discipline. The waiting line is of infinite size. In the case M/M/1 queueing model, there is only one single server. It means that the system can process a single request at a time. But in this M/M/m queueing model, there are m number of servers that are connected in parallel [15]. That means, this model can process m requests at a time. So compared with the M/M/1 queueing model, this model gives better performance measures. In figure 3.1, the M/M/m queueing model comprises m internet servers. In this system, the client requests for accessing the web page is by using domain name of that particular web page. then the request arrives at one of the m exchange servers. These exchange servers are used to map the client request domain name with the corresponding IP address and that result is arrived at any one of the internet servers,
  • 3. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 621 because this system uses multiple servers that are connected in parallel. Based on that arrived IP address, these internet servers that generate the web page which is displayed in the clientโ€™s monitor. The performance measures those can be done by using this queueing model are ulilization, queue length, waiting time and response time [15]. Utilization factor :- The utilization gives the fraction of time that the server is busy. It is defined as ratio of arrival rate to service rate. Queue length :- It defines the maximum capacity of the queue or number of customers in the queue. Waiting time :- It is defined as the ratio of average queue length to arrival rate or it defines the amount of time the customer has to be waited in the queue. Response time :- It defines the sum of waiting time and service time for a particular customer. 4.2. Queueing network model for Internet Server using M/M/m model: Fig 4.1. Block diagram for queueing network model for Internet server using M/M/m. The analysis of queueing network for internet server is described as follows: In figure 4.1, there are two links which are connected to the internet server to provides services to the users. In figure 4.1, ๐‘†๐‘œ , ๐‘†1 are two source indicators that are used to request the web pages. Let ๐ด1 , ๐ด2 ,โ€ฆ, ๐ด ๐‘š be the m parallel exchange servers in link 1 and let ๐ด1, โ€ฒ ๐ด2, โ€ฒ โ€ฆ, ๐ด ๐‘› โ€ฒ be the n parallel exchange servers and ๐ด ๐‘ 1 , ๐ด ๐‘ 2 ,โ€ฆ, ๐ด ๐‘  ๐‘˜ be the k parallel internet servers. Let ๐œ† be the arrival at link 1 and ๐œ†โ€ฒ be the arrival rate at link 2. After the request arrives from the source, it arrives into the queue which is connected to the m exchange servers in link1 and n exchange servers in link 2. These exchanges are used for mapping the domain name with the corresponding IP address. Later, it arrives at any one of the k parallel internet servers that are used to process the IP address and generate the web page. 4.3. Performance measures for M/M/m model: The performance measure for single queue multiple server system can be obtained by finding the utilization factor, queue length, waiting time, response time. Utilization factor: - The utilization gives the fraction of time that the server is busy. It is defined as ratio of arrival rate to service rate. According to figure 4.1, the utilization factor can be expressed as follows: ๐œŒ = ๐œ† ๐‘š๐œ‡ + ๐œ† ๐‘  ๐œ…๐œ‡ ๐‘  , (for link 1) (4.1) ๐œŒโ€ฒ = ๐œ†โ€ฒ ๐‘›๐œ‡โ€ฒ + ๐œ† ๐‘  ๐œ…๐œ‡ ๐‘  . (for link 2) (4.2) Queue length: - It defines the maximum capacity of the queue or number of customers in the queue. According to figure 4.1, the total queue length can be expressed as follows: E [๐‘๐‘ก๐‘œ๐‘ก ] = E [N] + E [๐‘๐‘ ], (for link 1) (4.3) E [๐‘๐‘ก๐‘œ๐‘ก โ€ฒ ] = E [๐‘โ€ฒ ] + E [๐‘๐‘ ]. (for link 2) (4.4) Where, E [N] = m ( ๐œ† ๐‘š๐œ‡ ) + ( ๐œ† ๐‘š๐œ‡ ) ( ๐œ† ๐œ‡ ) ๐‘š ๐‘š! 1 ๐œ† ๐œ‡ ๐‘ฅ ๐‘ฅ! ๐‘š โˆ’1 ๐‘ฅ=0 + ๐œ† ๐œ‡ ๐‘š ๐‘š ! 1 1โˆ’ ๐œ† ๐‘š๐œ‡ (1โˆ’ ๐œ† ๐‘š๐œ‡ )2 , (for link 1) (4.5) E [๐‘โ€ฒ ] = n ( ๐œ†โ€ฒ ๐‘›๐œ‡โ€ฒ) + ( ๐œ†โ€ฒ ๐‘› ๐œ‡โ€ฒ) ( ๐œ†โ€ฒ ๐œ‡ โ€ฒ) ๐‘› ๐‘›! 1 ๐œ†โ€ฒ ๐œ‡ โ€ฒ ๐‘ฅ ๐‘ฅ! ๐‘›โˆ’1 ๐‘ฅ=0 + ๐œ†โ€ฒ ๐œ‡ โ€ฒ ๐‘› ๐‘›! 1 1โˆ’ ๐œ†โ€ฒ ๐‘› ๐œ‡ โ€ฒ (1โˆ’ ๐œ†โ€ฒ ๐‘› ๐œ‡ โ€ฒ)2 , (for link 2) โ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆ.(4.6) E [๐‘๐‘ ] = k ( ๐œ† ๐‘  ๐‘˜๐œ‡ ๐‘  ) + ( ๐œ† ๐‘  ๐‘˜๐œ‡ ๐‘  ) ( ๐œ† ๐œ‡ ) ๐‘˜ ๐‘˜! 1 ๐œ† ๐‘  ๐œ‡ ๐‘  ๐‘ฅ ๐‘ฅ! ๐‘˜โˆ’1 ๐‘ฅ=0 + ๐œ† ๐‘  ๐œ‡ ๐‘  ๐‘˜ ๐‘˜! 1 1โˆ’ ๐œ† ๐‘  ๐‘˜๐œ‡ ๐‘  (1โˆ’ ๐œ† ๐‘  ๐‘˜๐œ‡ ๐‘  )2 . (for internet server) (4.7) Waiting time: - It is defined as the ratio of average queue length to arrival rate or it defines the amount of time the customer has to be waited in the queue.
  • 4. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 622 According to figure 4.1, the total waiting time can be expressed as follows: E [๐‘Š๐‘ก๐‘œ๐‘ก ] = E [W] + E [๐‘Š๐‘ ] (for link 1) E [๐‘Š๐‘ก๐‘œ๐‘ก โ€ฒ ] = E [๐‘Šโ€ฒ ] + E [๐‘Š๐‘ ] (for link 2) Where, E [W] = m ( 1 ๐‘š๐œ‡ ) + ( 1 ๐‘š๐œ‡ ) ( ๐œ† ๐œ‡ ) ๐‘š ๐‘š! 1 ๐œ† ๐œ‡ ๐‘ฅ ๐‘ฅ! ๐‘š โˆ’1 ๐‘ฅ=0 + ๐œ† ๐œ‡ ๐‘š ๐‘š ! 1 1โˆ’ ๐œ† ๐‘š๐œ‡ (1โˆ’ ๐œ† ๐‘š๐œ‡ )2 , (for link 1) (4.8) E [๐‘Šโ€ฒ ] = n ( 1 ๐‘›๐œ‡โ€ฒ) + ( 1 ๐‘›๐œ‡โ€ฒ) ( ๐œ†โ€ฒ ๐œ‡ โ€ฒ) ๐‘› ๐‘›! 1 ๐œ†โ€ฒ ๐œ‡ โ€ฒ ๐‘ฅ ๐‘ฅ! ๐‘›โˆ’1 ๐‘ฅ=0 + ๐œ†โ€ฒ ๐œ‡ โ€ฒ ๐‘› ๐‘›! 1 1โˆ’ ๐œ†โ€ฒ ๐‘› ๐œ‡ โ€ฒ (1โˆ’ ๐œ†โ€ฒ ๐‘› ๐œ‡ โ€ฒ)2 , (for link 2) (4.9) E [๐‘Š๐‘ ] = k ( 1 ๐‘˜๐œ‡ ๐‘  ) + ( 1 ๐‘˜๐œ‡ ๐‘  ) ( ๐œ† ๐œ‡ ) ๐‘˜ ๐‘˜! 1 ๐œ† ๐‘  ๐œ‡ ๐‘  ๐‘ฅ ๐‘ฅ! ๐‘˜โˆ’1 ๐‘ฅ=0 + ๐œ† ๐‘  ๐œ‡ ๐‘  ๐‘˜ ๐‘˜! 1 1โˆ’ ๐œ† ๐‘  ๐‘˜๐œ‡ ๐‘  (1โˆ’ ๐œ† ๐‘  ๐‘˜๐œ‡ ๐‘  )2 (for internet server) (4.10) Response time: - It defines the sum of waiting time and service time for a particular customer. According to figure 4.1, the total response time can be expressed as follows: E [๐‘…๐‘ก๐‘œ๐‘ก ] = E [R] + E [๐‘… ๐‘ ] (for link 1) E [๐‘…๐‘ก๐‘œ๐‘ก โ€ฒ ] = E [๐‘…โ€ฒ ] + E [๐‘… ๐‘ ] (for link 2) Where, E [R] = m ( 1 ๐‘š๐œ‡ ) + ( 1 ๐‘š๐œ‡ ) ( ๐œ† ๐œ‡ ) ๐‘š ๐‘š! 1 ๐œ† ๐œ‡ ๐‘ฅ ๐‘ฅ! ๐‘š โˆ’1 ๐‘ฅ=0 + ๐œ† ๐œ‡ ๐‘š ๐‘š ! 1 1โˆ’ ๐œ† ๐‘š๐œ‡ (1โˆ’ ๐œ† ๐‘š๐œ‡ )2 + 1 ๐œ‡ , (for link 1) (4.11) E [๐‘…โ€ฒ ] = n ( 1 ๐‘›๐œ‡โ€ฒ) + ( 1 ๐‘›๐œ‡โ€ฒ) ( ๐œ†โ€ฒ ๐œ‡ โ€ฒ) ๐‘› ๐‘›! 1 ๐œ†โ€ฒ ๐œ‡ โ€ฒ ๐‘ฅ ๐‘ฅ! ๐‘›โˆ’1 ๐‘ฅ=0 + ๐œ†โ€ฒ ๐œ‡ โ€ฒ ๐‘› ๐‘›! 1 1โˆ’ ๐œ† โ€ฒ ๐‘› ๐œ‡ โ€ฒ (1โˆ’ ๐œ† โ€ฒ ๐‘› ๐œ‡ โ€ฒ)2 + 1 ๐œ‡ โ€ฒ , (for link 2) (4.12) E [ ๐‘… ๐‘  ] = k ( 1 ๐‘˜ ๐œ‡ ๐‘  ) + ( 1 ๐‘˜ ๐œ‡ ๐‘  ) ( ๐œ† ๐œ‡ ) ๐‘˜ ๐‘˜ ! 1 ๐œ† ๐‘  ๐œ‡ ๐‘  ๐‘ฅ ๐‘ฅ ! ๐‘˜ โˆ’1 ๐‘ฅ =0 + ๐œ† ๐‘  ๐œ‡ ๐‘  ๐‘˜ ๐‘˜ ! 1 1โˆ’ ๐œ† ๐‘  ๐‘˜ ๐œ‡ ๐‘  (1โˆ’ ๐œ† ๐‘  ๐‘˜ ๐œ‡ ๐‘  )2 + 1 ๐œ‡ ๐‘  . (for internet server) (4.13) 5. Numerical Results Fig 4.2: Plot for finding the Utilization factor for internet server using M/M/m queuing model. Figure 4.2 shows the curves for utilization versus arrival rate with different m values. Here, m represents the number of servers. In the above figure, there are three different curves for three different m values. Higher the value m, lower is the utilization factor because, if the number of servers increases, the incoming arrivals will be shared for service with different servers. Then, the utilization factor for each internet server decreases. Fig 4.3: Plot for finding the queue length for internet server using M/M/m queuing model. Figure 4.3 shows the curves for queue length versus arrival rate with different m values. Here, m represents the number of servers. In the above figure, there are three different curves for three different m values. Higher the value m, lower is the queue length, if the number of servers increases, the incoming arrivals will be waited in the queue, they will be shared for service with different servers. Then, the queue length decreases.
  • 5. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 04 | Dec-2012, Available @ http://www.ijret.org 623 Fig 4.4: Plot for finding the waiting time for internet server using M/M/m queuing model. Figure 4.4 shows the curves for waiting time versus arrival rate with different m values. Here, m represents the number of servers. In the above figure, there are three different curves for three different m values. Higher the value m, lower is the waiting time, if the number of servers increases, the incoming arrivals will be waited in the queue, they will be shared for service with different servers. Then, the waiting time decreases. Fig 4.5: Plot for finding the response time for internet server using M/M/m queuing model. Figure 4.5 shows the curves for response time versus arrival rate with different m values. Here, m represents the number of servers. In the above figure, there are three different curves for three different m values. Higher the value m, lower is the response time, if the number of servers increases, the incoming arrivals will be waited in the queue, they will be shared for service with different servers. Then, the response time decreases. CONCLUSIONS In this paper, performance measures for Internet server such as average queue length, average response times and average waiting times are derived and plotted by using M/M/m queuing model. REFERENCES [1] Dr. L.K. Singh, Riktesh Srivastava, โ€œEstimation of Buffer Size of Internet Gateway Server via G/M/1 Queuing Modelโ€, International Journal of Applied Science, Engineering and Technology, Volume 4, No.1, pp. 474- 482, January 2007. [2] M. Arlitt and C. Williamson, "Internet Web Servers: Workload Characterization And Performance Implications", IEEE/ACMTransactions on Networking, Vol. 5, No. 5, pp. 631-645, Oct. 1997. [3] A. Iyengar, et al., "High-Performance Web Site Design Techniques", IEEE Internet Computing, Vol. 4, No. 2, pp. 17-26, 2000. [4]. Kishor S.Trivedi, Probability & Statistics with Reliability, Queuing, andComputer Science Applications. Prentice- Hall of India Private Limited. New Delhi-110 001 2004. [5] J.P.Buzzen, A Queueing network model of MVS, ACM Computing surveys, Sept 1978, Vol. 10, No 3, pp-319- 331. [6] Anderson, Darrell et. al.( 1999), โ€œA Case for Buffer Serversโ€, pp. 82-88, IEEE Seventh Workshop on Hot Topics in Operating Systems. [7] Dimitri Bertsekas, Robert Gallager, Data Networks, Second Edition, Prentice Hall of India Private Limited, 1997. [8] A. Iyengar, et al., "High-Performance Web Site Design Techniques", IEEE Internet Computing, Vol. 4, No. 2, pp. 17-26, 2000. [9] D. Dias, et al., "A Scalable And Highly Available Web Server", in COMPCON '96. Technologies for the Information Superhighway Digest of Papers., San Jose, CA., pp. 85-92, 1996. BIOGRAPHIES: Raghunath Y. T. N. V, Assistant Professor, ECE dept. in DVR & Dr. HS MIC College of Technology, Vijayawada, Andhra Pradesh, India. A.S.Sravani, P.G Scholor, ECE Dept. in St. Anns College of Engineering and Technology, Chirala, Andhra Pradesh, India