Load Balancing For Web-based Grid Application

Size: px
Start display at page:

Download "Load Balancing For Web-based Grid Application"

Transcription

1 Balancing For -based Grid Application Gan Keng Hoon, Chan Huah Yong and Fazilah Haron School of Computer Sciences University Science Malaysia Minden Penang Abstract: Our load balancing service is a generic tool for enhancing performance of accessing distributed objects from the web interface. We concentrate on objects with massive dynamic processing. The deployment of grid application on the web enable us to apply our load balancing service at the front end of the grid application in order to deal with bottlenecks at the application tier in web architecture. Keywords: Grid application, web, dynamic, load balancing, middleware. I. INTRODUCTION The computational grid is a combination of distributed and heterogeneous computing resources for executing largescale applications. These applications include modeling and simulation for solving complex scientific and engineering problems, diagnosis for medical conditions, weather forecasting etc. In grid environment, there are different layers in the architecture that represent grid fabric, grid middleware, grid tools and grid application ([23] & [24]). Each layer consists of components that reflect the functionality of the layer. The grid application layer consists of applications or portals built with grid-enabled language such HPC++, MPI etc. Grid portals offer web-enabled applications services where users can submit and collect results for their jobs on remote resources through a web interface. It provides an environment that hides the users from complexity of heterogeneous, distributed and high performance back end. In the following section, we introduce the general architecture of web application and the grid application on web environment. Then in Section 3, we discuss on some ways of load balancing attempted for general web applications architecture and state some problems in the relevant works done. In Section 4, we define our research scope in the grid-based web applications. In Section 5, we propose a load balancing service framework related to the identified problems. This is followed by some brief explanation of the load balancing policy in Section 6. Finally, we conclude our work. II. GRID APPLICATIONS ON THE WEB Grid applications on the web provide users with a variety of services through the web interface. Similarly to the general architecture of a web-based application (Figure 1), the webbased grid application has multi-tier architecture. Client Browser Server Engine Middle Application Back Data Storage Figure 1: A General -based Application Architecture Figure 1 depicts the overview of general web application architecture. Generally, there are three tiers in web application architecture. The application tier can be expanded to enable the architecture to become multi-tier architecture. In such way, different aspects of the web application can be developed independently. Separate optimization can be done to different type of services as well. s at the application tier are object-based components. For load balancing purpose, they are distributed across the network at different locations. The multi-tier architecture of grid applications (Figure 2) consists of web browser, the middle tier and also the back tier. The web browser based front tier enables visualization of complex computational tasks and to act as interacting interfaces for carry out operations, analysis, formatting of results etc. The middle-tier of the architecture is divided into two tiers. The web server tier process static requests, simple logic, formatting of results etc. The application tier provides transparent mapping of task from the requests at web tier to the real grid applications that are hidden at the back tier. The real applications are presented at the application tier by service components playing the role of proxies to the grid applications. It is important to keep the existing grid applications without the need to modify the 1

2 internal codes when deploys it on the web. Thus, a service component is a simple object that merely knows how to submit tasks to the application it represents but does not contain any application code. The back tier consists of the real grid application where it is executed by using heterogeneous back-end resources such as high performance systems, mass storage systems, database system etc. It also involves features and services like scheduling of complex task, parallel implementation of jobs, resource management, fault tolerance etc. Client Middle Back Browser static component logic component Application proxies service component Grid Applications Engineering Scientific Collaboration Prob. Solving Env. Grid Tools Languages Libraries Debuggers Monitoring Resource Broker Tools Grid Middleware Comm. Sign On & Security Information Process QoS Local Resources Managers OS Queuing Sys. Lib & App. Kernel TCP/IP & UDP Grid Fabric Networked Resources Computers Clusters Storage Sys. Data Sources Scientific Instruments Legend: Distributed Grid Application Component Figure 2: Multi-tier Architecture for Grid Applications III. RELATED WORKS A. Balancing Approaches for General Architecture Currently, most load balancing solutions for increasing web application performances are provided at the network layer and transportation layer of the OSI 1 model. This type of load balancing can be categorized as network-based load balancing. In this category, an earlier load balancing approach used by NCSA s web server [21], which is known as Round Robin DNS carried out load balancing by rotating a list of predefined IP address representing different web servers. However, this approach is static and only provides some degree of load sharing among multiple identical servers. Intelligent load balancing solution was introduced later and used in commercialized products. F5 3-DNS Controller provides comprehensive load balancing algorithms such as dynamic ratio, HOPS, random, least connections, round trip time etc. [8]. IBM Secure Way Network Dispatcher has an intelligent DNS-based component with load monitoring service [3]. 1 Open System Interconnection, an ISO standard for worldwide communications that defines a networking framework for implementing protocols in seven layers. Another load balancing approach in this category is IP-level load balancing. Residing behind the real IP address, there is a collection of virtual IP address to represent a collection of servers. These servers can be added or removed dynamically from the collection. [18]. Cisco Local Director monitors IP server load balancing by using three key variables, which are the network bandwidth, server performance and job size [5]. F5 BIG-IP identifies specific traffic based on HTTP header information [9]. There are much research done on the HTTP requests redirection. [6] develops a multi-faceted scheduling scheme by considering the aggregate impact of multiple parameters on system performance. [12] classifies HTTP requests to different service quality classes and service priority weight. It has a dynamic scheduling scheme that adapts to varying request resource demands and periodically repartitions servers. Master/slave architecture of web clustering is introduced in [11] for the scheduling optimization. This scheduling scheme considers the characteristics of web workloads, separates the static and dynamic content processing so that the static and dynamic requests are redirected to different resources in the architecture. Despite massive research on network-based load balancing, another load balancing technique was introduced by [19]. This approach can be categorized as application-based load balancing as it explores application-level techniques for distributing web content. The Distributed Cooperative Server (DCWS) distributes the load evenly among web 2

3 servers by dynamically manipulating hyperlinks stored within the web documents. B. Problematic According to [15], load balancing can be done at OS, network and middleware level of distributed system. In addition to this, there is research done on application level load balancing [19]. At the lowest level for the hierarchy, OS-based load balancing is done by distributed operating system in the form of lowest system level scheduling among processor [16]. It is a generic load balancing mechanism for any applications running on distributed operating system. Although network-based load balancing has been carried out successfully in different works, this approach is still limited for older web application architecture. Usually, this approach ensures load balancing for the web tier of web architecture. It works for web application that is only displaying static pages or processing simple logic or scripts. each service component represents complex grid application component. In this paper, the load balancing service is to be applied on distributed components of grid applications. Each service component is coupled with a real grid application component from the back end. Therefore, the application tier can be expanded to become multi tier architecture that accommodates different service components. In such way, different grid application component can be provided through the application tier independently. Separate optimization can be done according to different service components as well. Client Middle Application Component Replicas Back Both OS-based and network-based load balancing face limitation of inability to adapt load balancing based on the characteristics of web services, such as web service types, service priority, dynamic web contents, demand etc. Browser Server Engine Balancing Grid Environment The middleware-based load balancing resides between network level and application level. [15] contributes in this level by introducing common load balancing techniques implemented on CORBA ORB. Another similar approach is Microsoft s component load balancing [4] where the DCOM mechanism is based upon RPC. Application-based load balancing can be conducted in different ways. A new approach is through hyperlinks manipulation as mentioned above. For grid application on the web, application-based load balancing can done through parallel implementation on complex or computation intensive modules. This approach is specific for particular application and the load distribution task is usually considered during the design phase. IV. SCOPES This paper focuses on the middleware-based load balancing at the application tier of web architecture. Therefore, we will provide load balancing service for distributed components with the considerations of factors that cause the bottleneck at the application tier. According to [1], high performance web servers can typically deliver several hundreds of static pages per second. In contrast, generation of a dynamic page might take a couple seconds. Dynamic processing has become the cause of bottleneck for multi-tier application. From Figure 2, we could see similar problems at the application tier as Legend: Replica for different grid components Figure 3: Balancing in General Architecture Group Grid applications are usually dedicated in solving problems such as computation intensive functions, simulation, modeling etc. in domains such as scientific, engineering and so forth, some of them are already designed with load distribution or parallel algorithms. From Figure 3, we place our load balancing service at the application tier of web application architecture to complement the existing load balancing solutions in the grid environment. A. Technology components at application tier are object-based components that can be distributed or remotely located. To enable communication between these service components and load balancing service, we will use distributed objectbased middleware technology. Our load balancing service is a system-level service where it can be introduce to the application tier by using IDL-specified interfaces. System services are discussed in [10]. It is similar to the CORBA services [17]. 3

4 B. Goals Our method will directly address to problems at the application tier by i.) provide load balancing service for grid application components through service components. ii.) prevent bottlenecks at the application tier by enabling replication of service components in a scalable way to provide more access to the high performance back end resources. iii.) enabling high-availability of service components at application tier. There are a group of replicas of the same service to standby for any fail over. V. THE FRAMEWORK OF LOAD BALANCING SERVICE Balancing User Balancing Balancing Policy Decision Maker Monitor Agent Group Resource Allocation invokes Legend: A B Component Replicas Figure 4: Components of the Balancing The load balancing service functions as an independent module at the application tier. It actually augments the basic CORBA architecture. It does not interfere the implementation of services at this tier. For this research, the load balancing service user are system developers who need to apply load balancing mechanism to their application services. Figure 4 features the core components in our load balancing service. These components are the Decision Maker, Monitor, Agent, Resource Allocation and Group. 1) Group To use our load balancing service, object implementations (CORBA compliant object) of dynamic services need to register with the Group. A service group will be created whenever a new service registers itself with the group. It enables adding and removing of replica. Its main purpose is to provide a view containing simple information about the references to the locations of all replicas registered with group. We do not need to know exactly where the replica is located. 2) Decision Maker This component assigns the best replica in the service group to serve the request. The service decision maker acts as a proxy between the client and the dynamic service. It enables transparency between them without letting the client knowing about the multiple distributed service replicas. Thus, a client only need to invoke the service decision maker to get the best reference for the service and proceed with its normal procedure such as calling methods from the service etc. The implementation of service decision maker can be carried out in a simple manner to avoid the overhead cause by complexity of this component. First, this component has to be independent from other components, which are running real time processes. Second, it need to make decision as fast as possible. Therefore, it needs processed information from other components. Lastly, the decision maker makes its decision based on the algorithms defined in our load balancing policy. 3) Monitor monitor collects load information (CPU level usage) from every load agent within certain time interval. We are concern on the usefulness of information provided by load monitor. Two main concerns are the load information must well process and efficient for the usage of other component the load information is refreshed at a suitable interval so that the information provided is not expired. There are a few ways to carry out information processing at the load monitor. First, we can categorize the machines into groups such as below threshold, above threshold and idle. Second, we can sort the machines into a list ranging from the least busy to the most busy. Both information processing approaches that we mentioned above need high refresh rate. Otherwise, bottleneck will occur at the least busy machine. However, we notice that high refresh rate will cause overhead. We suggest an approach that can be practiced to overcome this problem. First, impose a moderate interval for load monitor to collect load information from every load agent. Second, place certain limit on number of request that can be assigned to single machine. Third, trigger an event to refresh only the machine that has been assigned with one or more request. 4) Agent The purpose of load agent is to provide load information of the machine it resides when requested by load monitor. We determine the load metric as the percentage of CPU usage. As different services might have replicas in the same machine, it is hard to presume the percentage of resource is being used by which service at particular moment. Therefore, a general metric is needed to indicate the level of 4

5 available resources at the machine during particular moment. 5) Resource Allocation The resource is limited. It is necessary to allocate the resource properly to optimize the load balancing performance result. The purpose of this component is to dynamically adjust the resource to achieve a balance load distribution among different services. This component makes decisions on some mechanisms such as service replication, services coordination, dynamic adjustment and requests prediction. In order to carry out service replication, we determine parameters such as initial number of replica, maximum number of replica, when to replicate, where to replicate etc. As different service contains different characteristics such as process time, priority and popularity, we coordinate services in order to avoid monopolizing of resource by popular service and unfair treatment for high priority service. For dynamic adjustment mechanism, we determine the events that will trigger the adjustment of resource. Lastly, we propose a mechanism that will contribute to the dynamic adjustment. As the dynamic adjustment is always based on current workload, the workload pattern might change after some time. We analyze the pattern of requests arrival rate for each service within certain period. Based on this history, we will predict the number of future requests for each service. VI. LOAD BALANCING POLICY The load balancing policy is deployed to share or equalize the workload among the available resources in order to optimize performance. We will discuss some policies that have been suggested or analyzed in previous works. A general purpose scheduling taxonomy is introduced by [20] to address resource management problems as well as to provide a common terminology and classification mechanisms to address these problems. Another load distribution taxonomy is introduced by [13]. This taxonomy presents a load distribution scheme, which separated the load distribution policy and the load distribution mechanism. sharing taxonomy in [22] presents analysis of level of information dependency for both source-initiative and server-initiative approaches. Different works [14,7,13,2] present their own set of policies for considerations and decisions in its load balancing algorithms or scheduling algorithms. For example, [14] presents transfer policy, selection policy, location policy and information policy. Although there are differences in the terminology of policies determined by these works, however their works provide similarities where these components co-operate with each other to ensure successive load balancing policy. In [7], three location policies were studied to address the appropriate level of complexity for load sharing policies. These policies include Random, Threshold and Shortest Queue. This work proves that simple policies offer performance that is close to performance expected from complex policies. Our load balancing policy will adapt three typical components from set of policies defined by current works. These policies are selection policy, location policy and information policy. We will briefly discuss these components to clarify its definition in our load balancing policy. 1) Selection policy This policy selects a task for transferring. As our task selection is based on incoming request, all newly arrive request will be selected as candidate for transferring. Therefore, there is no need for information for task selection. This policy is relatively simple as it selects the task based on First Come First Serve basis. 2) Location policy This policy selects a location for transferring the selected task. Basically, this policy will need to rely on the information policy for collecting certain information (e.g. load level) from different locations. Usually, this policy will attempt to choose the location with the least load level or below certain threshold. However, random location policy that was mentioned earlier does not need collection of any information. 3) Information policy This policy determines the level of information needed for task selection or location selection. It decides on when to collect the information and what information to be collected. It also decides whether to collect information from every locations or just part of them, to distribute the information at different locations or to centralize them etc. VII. CONCLUSION In this research work, we propose a generic load balancing tool for the application tier of web architecture. This paper introduces the general web application architecture and relates it with grid application architecture. When deploy grid application on the web, bottlenecks might occur at the middle tier of web application architecture. We see that the web only has one entry point for accessing grid applications at the back tier. With assumption that the back tier consists of high performance resources for the grid applications, we ensure that the middle tier does not become the bottleneck when handling requests for these grid applications. This work is still under implementation. REFERENCE [1] A. Iyengar, J. Challenger, D. Dias and P. Dantzig, Techniques for Designing High-Performance Sites, In IEEE Internet Computing, Vol. 4, No.2, Mar./Apr

6 [2] B. A. Shirazi, A. R. Hurson and K. M. Kavi, Scheduling and Balancing in Parallel and Distributed Systems, IEEE Computer Society Press, Los Alamitos, CA, [3] C. Gage, IBM Secure Way Network Dispatcher Version 2.1: Scalability, Availability and -balancing for TCP/IP Application, IBM Corp., Apr [4] C. Rees, Microsoft Application Center 2000 Component Balancing Technology Overview, Microsoft Corp., Sept [5] Cisco Systems, Inc., Balancing: A Multifaceted Solution for Improving Server Availability, m, [6] D. Andresen, T. Yang and O. H. Ibarra, Toward A Scalable Distributed WWW Server on Workstation Clusters, Journal of Parallel and Distributed Computing, 42(1): , Apr [7] D. L. Eager, E. D. Lazowska and J. Zahorjan, Adaptive Sharing in Homogeneous Distributed Systems, IEEE Transactions on Software Engineering, vol. 12, pages , May [8] F5 Networks Inc., The 3-DNS Controller Helps Companies Attain Their Global Internet Business Objectives, [9] F5 Networks Inc., The Advantages of F5 s HTTP Header Balancing over Single-Point URL Parsing Solutions, [10] H. Y. Chan, P. Chatonnay, B. Herrmann and L. Philippe, Auto- Adaptive Administration of Resource Allocation, ERSADS 99, Madeira Island-Portugal, Apr [11] H. Zhu, B. Smith and T. Yang, A Scheduling Framework for Server Clusters with Intensive Dynamic Content Processing, Technical Report TRCS-98-29, CS Dept., UCSB, Nov [12] H. Zhu, H. Tang and T. Yang, Demand-driven Differentiation for Cluster-based Network Servers, In Proc. of IEEE INFOCOM 2001, Anchorage, AK, Apr [13] K. P. Bubendorfer, Resource Based Policies for Distribution, Master of Science Thesis, Victoria University of Wellington, Aug [14] N. G. Shivaratri, P. Krueger, and M. Singhal, Distributing for Locally Distributed Systems, IEEE Computer, vol. 25, pages , Dec [15] O. Othman, C. O Ryan and D. C. Schmidt, Strategies for CORBA Middleware-based Balancing, IEEE Distributed Systems Online, Vol. 2, No. 3, Mar [16] R. Chow and T. Johnson, Distributed Operating Systems and Algorithms, Addison Wesley Long, Inc., [17] R. Orfali and D. Harkey, Client/Server Programming with Java and CORBA: 2nd Ed., John Wiley & Sons, [18] S. Deshpande, Clustering Transparent Replication, Balancing, and Failover Building Scalable and Highly Available E-Commerce Applications with the Inprise Application Server, CustomWare, Jan [19] S. M. Baker and B. Moon, Distributed Cooperative Servers, In Proc. of The Eight International WWW Conference, Toronto, Canada, May 11-14, [20] T. L. Casavant and J. G. Kuhl, A Taxonomy of Scheduling in General-Purpose Distributed Computing Systems, IEEE Trans. on Software Eng., vol. 14, no. 2, pages , Feb [21] T. T. Kwan, R. E. McGrath and D. A. Reed, NCSA's World Wide Server: Design and Performance, IEEE Computer 28(11): , Nov [22] Y. T. Wang and R. J. T. Morris, Sharing in Distributed Systems, IEEE Trans. Computer, pages , Mar [23] J. Giddy, D. Abramson and R. Buyya, Internet-Wide Global Supercomputing, AUUG 2000, Canberra. [24] M. Baker, R. Buyya and D. Laforenza, The Grid: International Efforts In Global Computing, SSGRR 2000, The Computer & ebusiness Conference, I`Aquila, Italy, Jul 31-Aug

AN EFFICIENT LOAD BALANCING ALGORITHM FOR A DISTRIBUTED COMPUTER SYSTEM. Dr. T.Ravichandran, B.E (ECE), M.E(CSE), Ph.D., MISTE.,

AN EFFICIENT LOAD BALANCING ALGORITHM FOR A DISTRIBUTED COMPUTER SYSTEM. Dr. T.Ravichandran, B.E (ECE), M.E(CSE), Ph.D., MISTE., AN EFFICIENT LOAD BALANCING ALGORITHM FOR A DISTRIBUTED COMPUTER SYSTEM K.Kungumaraj, M.Sc., B.L.I.S., M.Phil., Research Scholar, Principal, Karpagam University, Hindusthan Institute of Technology, Coimbatore

More information

An Empirical Study and Analysis of the Dynamic Load Balancing Techniques Used in Parallel Computing Systems

An Empirical Study and Analysis of the Dynamic Load Balancing Techniques Used in Parallel Computing Systems An Empirical Study and Analysis of the Dynamic Load Balancing Techniques Used in Parallel Computing Systems Ardhendu Mandal and Subhas Chandra Pal Department of Computer Science and Application, University

More information

How To Balance A Web Server With Remaining Capacity

How To Balance A Web Server With Remaining Capacity Remaining Capacity Based Load Balancing Architecture for Heterogeneous Web Server System Tsang-Long Pao Dept. Computer Science and Engineering Tatung University Taipei, ROC Jian-Bo Chen Dept. Computer

More information

How To Understand The Concept Of A Distributed System

How To Understand The Concept Of A Distributed System Distributed Operating Systems Introduction Ewa Niewiadomska-Szynkiewicz and Adam Kozakiewicz ens@ia.pw.edu.pl, akozakie@ia.pw.edu.pl Institute of Control and Computation Engineering Warsaw University of

More information

A Study on the Application of Existing Load Balancing Algorithms for Large, Dynamic, Heterogeneous Distributed Systems

A Study on the Application of Existing Load Balancing Algorithms for Large, Dynamic, Heterogeneous Distributed Systems A Study on the Application of Existing Load Balancing Algorithms for Large, Dynamic, Heterogeneous Distributed Systems RUPAM MUKHOPADHYAY, DIBYAJYOTI GHOSH AND NANDINI MUKHERJEE Department of Computer

More information

High Performance Cluster Support for NLB on Window

High Performance Cluster Support for NLB on Window High Performance Cluster Support for NLB on Window [1]Arvind Rathi, [2] Kirti, [3] Neelam [1]M.Tech Student, Department of CSE, GITM, Gurgaon Haryana (India) arvindrathi88@gmail.com [2]Asst. Professor,

More information

LOAD BALANCING AS A STRATEGY LEARNING TASK

LOAD BALANCING AS A STRATEGY LEARNING TASK LOAD BALANCING AS A STRATEGY LEARNING TASK 1 K.KUNGUMARAJ, 2 T.RAVICHANDRAN 1 Research Scholar, Karpagam University, Coimbatore 21. 2 Principal, Hindusthan Institute of Technology, Coimbatore 32. ABSTRACT

More information

Cluster, Grid, Cloud Concepts

Cluster, Grid, Cloud Concepts Cluster, Grid, Cloud Concepts Kalaiselvan.K Contents Section 1: Cluster Section 2: Grid Section 3: Cloud Cluster An Overview Need for a Cluster Cluster categorizations A computer cluster is a group of

More information

Performance Prediction, Sizing and Capacity Planning for Distributed E-Commerce Applications

Performance Prediction, Sizing and Capacity Planning for Distributed E-Commerce Applications Performance Prediction, Sizing and Capacity Planning for Distributed E-Commerce Applications by Samuel D. Kounev (skounev@ito.tu-darmstadt.de) Information Technology Transfer Office Abstract Modern e-commerce

More information

SHIV SHAKTI International Journal of in Multidisciplinary and Academic Research (SSIJMAR) Vol. 4, No. 3, June 2015 (ISSN 2278 5973)

SHIV SHAKTI International Journal of in Multidisciplinary and Academic Research (SSIJMAR) Vol. 4, No. 3, June 2015 (ISSN 2278 5973) SHIV SHAKTI International Journal of in Multidisciplinary and Academic Research (SSIJMAR) Vol. 4, No. 3, June 2015 (ISSN 2278 5973) Dynamic Load Balancing In Web Server Systems Ms. Rashmi M.Tech. Scholar

More information

Fair Scheduling Algorithm with Dynamic Load Balancing Using In Grid Computing

Fair Scheduling Algorithm with Dynamic Load Balancing Using In Grid Computing Research Inventy: International Journal Of Engineering And Science Vol.2, Issue 10 (April 2013), Pp 53-57 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Fair Scheduling Algorithm with Dynamic

More information

Load balancing as a strategy learning task

Load balancing as a strategy learning task Scholarly Journal of Scientific Research and Essay (SJSRE) Vol. 1(2), pp. 30-34, April 2012 Available online at http:// www.scholarly-journals.com/sjsre ISSN 2315-6163 2012 Scholarly-Journals Review Load

More information

Public Cloud Partition Balancing and the Game Theory

Public Cloud Partition Balancing and the Game Theory Statistics Analysis for Cloud Partitioning using Load Balancing Model in Public Cloud V. DIVYASRI 1, M.THANIGAVEL 2, T. SUJILATHA 3 1, 2 M. Tech (CSE) GKCE, SULLURPETA, INDIA v.sridivya91@gmail.com thaniga10.m@gmail.com

More information

System types. Distributed systems

System types. Distributed systems System types 1 Personal systems that are designed to run on a personal computer or workstation Distributed systems where the system software runs on a loosely integrated group of cooperating processors

More information

Grid Computing Approach for Dynamic Load Balancing

Grid Computing Approach for Dynamic Load Balancing International Journal of Computer Sciences and Engineering Open Access Review Paper Volume-4, Issue-1 E-ISSN: 2347-2693 Grid Computing Approach for Dynamic Load Balancing Kapil B. Morey 1*, Sachin B. Jadhav

More information

The Three-level Approaches for Differentiated Service in Clustering Web Server

The Three-level Approaches for Differentiated Service in Clustering Web Server The Three-level Approaches for Differentiated Service in Clustering Web Server Myung-Sub Lee and Chang-Hyeon Park School of Computer Science and Electrical Engineering, Yeungnam University Kyungsan, Kyungbuk

More information

@IJMTER-2015, All rights Reserved 355

@IJMTER-2015, All rights Reserved 355 e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com A Model for load balancing for the Public

More information

Protagonist International Journal of Management And Technology (PIJMT)

Protagonist International Journal of Management And Technology (PIJMT) Protagonist International Journal of Management And Technology (PIJMT) Online ISSN- 2394-3742 Vol 2 No 3 (May-2015) A Qualitative Approach To Design An Algorithm And Its Implementation For Dynamic Load

More information

1. Comments on reviews a. Need to avoid just summarizing web page asks you for:

1. Comments on reviews a. Need to avoid just summarizing web page asks you for: 1. Comments on reviews a. Need to avoid just summarizing web page asks you for: i. A one or two sentence summary of the paper ii. A description of the problem they were trying to solve iii. A summary of

More information

An Evaluation of Economy-based Resource Trading and Scheduling on Computational Power Grids for Parameter Sweep Applications

An Evaluation of Economy-based Resource Trading and Scheduling on Computational Power Grids for Parameter Sweep Applications An Evaluation of Economy-based Resource Trading and Scheduling on Computational Power Grids for Parameter Sweep Applications Rajkumar Buyya, Jonathan Giddy, and David Abramson School of Computer Science

More information

CS550. Distributed Operating Systems (Advanced Operating Systems) Instructor: Xian-He Sun

CS550. Distributed Operating Systems (Advanced Operating Systems) Instructor: Xian-He Sun CS550 Distributed Operating Systems (Advanced Operating Systems) Instructor: Xian-He Sun Email: sun@iit.edu, Phone: (312) 567-5260 Office hours: 2:10pm-3:10pm Tuesday, 3:30pm-4:30pm Thursday at SB229C,

More information

Load Balancing of Web Server System Using Service Queue Length

Load Balancing of Web Server System Using Service Queue Length Load Balancing of Web Server System Using Service Queue Length Brajendra Kumar 1, Dr. Vineet Richhariya 2 1 M.tech Scholar (CSE) LNCT, Bhopal 2 HOD (CSE), LNCT, Bhopal Abstract- In this paper, we describe

More information

Statistics Analysis for Cloud Partitioning using Load Balancing Model in Public Cloud

Statistics Analysis for Cloud Partitioning using Load Balancing Model in Public Cloud Statistics Analysis for Cloud Partitioning using Load Balancing Model in Public Cloud 1 V.DIVYASRI, M.Tech (CSE) GKCE, SULLURPETA, v.sridivya91@gmail.com 2 T.SUJILATHA, M.Tech CSE, ASSOCIATE PROFESSOR

More information

USING VIRTUAL MACHINE REPLICATION FOR DYNAMIC CONFIGURATION OF MULTI-TIER INTERNET SERVICES

USING VIRTUAL MACHINE REPLICATION FOR DYNAMIC CONFIGURATION OF MULTI-TIER INTERNET SERVICES USING VIRTUAL MACHINE REPLICATION FOR DYNAMIC CONFIGURATION OF MULTI-TIER INTERNET SERVICES Carlos Oliveira, Vinicius Petrucci, Orlando Loques Universidade Federal Fluminense Niterói, Brazil ABSTRACT In

More information

Development of Software Dispatcher Based. for Heterogeneous. Cluster Based Web Systems

Development of Software Dispatcher Based. for Heterogeneous. Cluster Based Web Systems ISSN: 0974-3308, VO L. 5, NO. 2, DECEMBER 2012 @ SRIMC A 105 Development of Software Dispatcher Based B Load Balancing AlgorithmsA for Heterogeneous Cluster Based Web Systems S Prof. Gautam J. Kamani,

More information

Performance Comparison of Server Load Distribution with FTP and HTTP

Performance Comparison of Server Load Distribution with FTP and HTTP Performance Comparison of Server Load Distribution with FTP and HTTP Yogesh Chauhan Assistant Professor HCTM Technical Campus, Kaithal Shilpa Chauhan Research Scholar University Institute of Engg & Tech,

More information

Comparative Study of Load Balancing Algorithms

Comparative Study of Load Balancing Algorithms IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 3 (Mar. 2013), V2 PP 45-50 Comparative Study of Load Balancing Algorithms Jyoti Vashistha 1, Anant Kumar Jayswal

More information

Virtual machine interface. Operating system. Physical machine interface

Virtual machine interface. Operating system. Physical machine interface Software Concepts User applications Operating system Hardware Virtual machine interface Physical machine interface Operating system: Interface between users and hardware Implements a virtual machine that

More information

Implementing Parameterized Dynamic Load Balancing Algorithm Using CPU and Memory

Implementing Parameterized Dynamic Load Balancing Algorithm Using CPU and Memory Implementing Parameterized Dynamic Balancing Algorithm Using CPU and Memory Pradip Wawge 1, Pritish Tijare 2 Master of Engineering, Information Technology, Sipna college of Engineering, Amravati, Maharashtra,

More information

Purpose-Built Load Balancing The Advantages of Coyote Point Equalizer over Software-based Solutions

Purpose-Built Load Balancing The Advantages of Coyote Point Equalizer over Software-based Solutions Purpose-Built Load Balancing The Advantages of Coyote Point Equalizer over Software-based Solutions Abstract Coyote Point Equalizer appliances deliver traffic management solutions that provide high availability,

More information

MEASURING WORKLOAD PERFORMANCE IS THE INFRASTRUCTURE A PROBLEM?

MEASURING WORKLOAD PERFORMANCE IS THE INFRASTRUCTURE A PROBLEM? MEASURING WORKLOAD PERFORMANCE IS THE INFRASTRUCTURE A PROBLEM? Ashutosh Shinde Performance Architect ashutosh_shinde@hotmail.com Validating if the workload generated by the load generating tools is applied

More information

Proposal of Dynamic Load Balancing Algorithm in Grid System

Proposal of Dynamic Load Balancing Algorithm in Grid System www.ijcsi.org 186 Proposal of Dynamic Load Balancing Algorithm in Grid System Sherihan Abu Elenin Faculty of Computers and Information Mansoura University, Egypt Abstract This paper proposed dynamic load

More information

Improved Dynamic Load Balance Model on Gametheory for the Public Cloud

Improved Dynamic Load Balance Model on Gametheory for the Public Cloud ISSN (Online): 2349-7084 GLOBAL IMPACT FACTOR 0.238 DIIF 0.876 Improved Dynamic Load Balance Model on Gametheory for the Public Cloud 1 Rayapu Swathi, 2 N.Parashuram, 3 Dr S.Prem Kumar 1 (M.Tech), CSE,

More information

STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM

STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM Albert M. K. Cheng, Shaohong Fang Department of Computer Science University of Houston Houston, TX, 77204, USA http://www.cs.uh.edu

More information

Distributed Systems and Recent Innovations: Challenges and Benefits

Distributed Systems and Recent Innovations: Challenges and Benefits Distributed Systems and Recent Innovations: Challenges and Benefits 1. Introduction Krishna Nadiminti, Marcos Dias de Assunção, and Rajkumar Buyya Grid Computing and Distributed Systems Laboratory Department

More information

System Models for Distributed and Cloud Computing

System Models for Distributed and Cloud Computing System Models for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Classification of Distributed Computing Systems

More information

Web Application Hosting Cloud Architecture

Web Application Hosting Cloud Architecture Web Application Hosting Cloud Architecture Executive Overview This paper describes vendor neutral best practices for hosting web applications using cloud computing. The architectural elements described

More information

An Overview of CORBA-Based Load Balancing

An Overview of CORBA-Based Load Balancing An Overview of CORBA-Based Load Balancing Jian Shu, Linlan Liu, Shaowen Song, Member, IEEE Department of Computer Science Nanchang Institute of Aero-Technology,Nanchang, Jiangxi, P.R.China 330034 dylan_cn@yahoo.com

More information

Keywords Load balancing, Dispatcher, Distributed Cluster Server, Static Load balancing, Dynamic Load balancing.

Keywords Load balancing, Dispatcher, Distributed Cluster Server, Static Load balancing, Dynamic Load balancing. Volume 5, Issue 7, July 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Hybrid Algorithm

More information

S y s t e m A r c h i t e c t u r e

S y s t e m A r c h i t e c t u r e S y s t e m A r c h i t e c t u r e V e r s i o n 5. 0 Page 1 Enterprise etime automates and streamlines the management, collection, and distribution of employee hours, and eliminates the use of manual

More information

LOAD BALANCING TECHNIQUES FOR RELEASE 11i AND RELEASE 12 E-BUSINESS ENVIRONMENTS

LOAD BALANCING TECHNIQUES FOR RELEASE 11i AND RELEASE 12 E-BUSINESS ENVIRONMENTS LOAD BALANCING TECHNIQUES FOR RELEASE 11i AND RELEASE 12 E-BUSINESS ENVIRONMENTS Venkat Perumal IT Convergence Introduction Any application server based on a certain CPU, memory and other configurations

More information

Client/Server and Distributed Computing

Client/Server and Distributed Computing Adapted from:operating Systems: Internals and Design Principles, 6/E William Stallings CS571 Fall 2010 Client/Server and Distributed Computing Dave Bremer Otago Polytechnic, N.Z. 2008, Prentice Hall Traditional

More information

Study of Various Load Balancing Techniques in Cloud Environment- A Review

Study of Various Load Balancing Techniques in Cloud Environment- A Review International Journal of Computer Sciences and Engineering Open Access Review Paper Volume-4, Issue-04 E-ISSN: 2347-2693 Study of Various Load Balancing Techniques in Cloud Environment- A Review Rajdeep

More information

LBPerf: An Open Toolkit to Empirically Evaluate the Quality of Service of Middleware Load Balancing Services

LBPerf: An Open Toolkit to Empirically Evaluate the Quality of Service of Middleware Load Balancing Services LBPerf: An Open Toolkit to Empirically Evaluate the Quality of Service of Middleware Load Balancing Services Ossama Othman Jaiganesh Balasubramanian Dr. Douglas C. Schmidt {jai, ossama, schmidt}@dre.vanderbilt.edu

More information

PERFORMANCE COMPARISON OF COMMON OBJECT REQUEST BROKER ARCHITECTURE(CORBA) VS JAVA MESSAGING SERVICE(JMS) BY TEAM SCALABLE

PERFORMANCE COMPARISON OF COMMON OBJECT REQUEST BROKER ARCHITECTURE(CORBA) VS JAVA MESSAGING SERVICE(JMS) BY TEAM SCALABLE PERFORMANCE COMPARISON OF COMMON OBJECT REQUEST BROKER ARCHITECTURE(CORBA) VS JAVA MESSAGING SERVICE(JMS) BY TEAM SCALABLE TIGRAN HAKOBYAN SUJAL PATEL VANDANA MURALI INTRODUCTION Common Object Request

More information

Comparison on Different Load Balancing Algorithms of Peer to Peer Networks

Comparison on Different Load Balancing Algorithms of Peer to Peer Networks Comparison on Different Load Balancing Algorithms of Peer to Peer Networks K.N.Sirisha *, S.Bhagya Rekha M.Tech,Software Engineering Noble college of Engineering & Technology for Women Web Technologies

More information

Lecture 3: Scaling by Load Balancing 1. Comments on reviews i. 2. Topic 1: Scalability a. QUESTION: What are problems? i. These papers look at

Lecture 3: Scaling by Load Balancing 1. Comments on reviews i. 2. Topic 1: Scalability a. QUESTION: What are problems? i. These papers look at Lecture 3: Scaling by Load Balancing 1. Comments on reviews i. 2. Topic 1: Scalability a. QUESTION: What are problems? i. These papers look at distributing load b. QUESTION: What is the context? i. How

More information

A Game Theoretic Approach for Cloud Computing Infrastructure to Improve the Performance

A Game Theoretic Approach for Cloud Computing Infrastructure to Improve the Performance P.Bhanuchand and N. Kesava Rao 1 A Game Theoretic Approach for Cloud Computing Infrastructure to Improve the Performance P.Bhanuchand, PG Student [M.Tech, CS], Dep. of CSE, Narayana Engineering College,

More information

Chapter 10: Scalability

Chapter 10: Scalability Chapter 10: Scalability Contents Clustering, Load balancing, DNS round robin Introduction Enterprise web portal applications must provide scalability and high availability (HA) for web services in order

More information

Priyesh Kanungo / International Journal of Computer Science & Engineering Technology (IJCSET)

Priyesh Kanungo / International Journal of Computer Science & Engineering Technology (IJCSET) STUDY OF SERVER LOAD BALANCING TECHNIQUES Priyesh Kanungo Professor and Senior Systems Engineer (Computer Centre) School of Computer Science and Information Technology Devi Ahilya University 1 Indore-452001,

More information

A Comparison of Distributed Systems: ChorusOS and Amoeba

A Comparison of Distributed Systems: ChorusOS and Amoeba A Comparison of Distributed Systems: ChorusOS and Amoeba Angelo Bertolli Prepared for MSIT 610 on October 27, 2004 University of Maryland University College Adelphi, Maryland United States of America Abstract.

More information

Keywords: Dynamic Load Balancing, Process Migration, Load Indices, Threshold Level, Response Time, Process Age.

Keywords: Dynamic Load Balancing, Process Migration, Load Indices, Threshold Level, Response Time, Process Age. Volume 3, Issue 10, October 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Load Measurement

More information

A Game Theory Modal Based On Cloud Computing For Public Cloud

A Game Theory Modal Based On Cloud Computing For Public Cloud IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. XII (Mar-Apr. 2014), PP 48-53 A Game Theory Modal Based On Cloud Computing For Public Cloud

More information

Email: shravankumar.elguri@gmail.com. 2 Prof, Dept of CSE, Institute of Aeronautical Engineering, Hyderabad, Andhrapradesh, India,

Email: shravankumar.elguri@gmail.com. 2 Prof, Dept of CSE, Institute of Aeronautical Engineering, Hyderabad, Andhrapradesh, India, www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.06, May-2014, Pages:0963-0968 Improving Efficiency of Public Cloud Using Load Balancing Model SHRAVAN KUMAR 1, DR. N. CHANDRA SEKHAR REDDY

More information

Efficient DNS based Load Balancing for Bursty Web Application Traffic

Efficient DNS based Load Balancing for Bursty Web Application Traffic ISSN Volume 1, No.1, September October 2012 International Journal of Science the and Internet. Applied However, Information this trend leads Technology to sudden burst of Available Online at http://warse.org/pdfs/ijmcis01112012.pdf

More information

Content-Aware Load Balancing using Direct Routing for VOD Streaming Service

Content-Aware Load Balancing using Direct Routing for VOD Streaming Service Content-Aware Load Balancing using Direct Routing for VOD Streaming Service Young-Hwan Woo, Jin-Wook Chung, Seok-soo Kim Dept. of Computer & Information System, Geo-chang Provincial College, Korea School

More information

Client-Server Applications

Client-Server Applications Client-Server Applications Prof. Sanjeev Setia Distributed Software Systems CS 707 Distributed Software Systems 1 Client Server Systems Distributed Software Systems 2 1 Client/Server Application Distributed

More information

Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing

Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Deep Mann ME (Software Engineering) Computer Science and Engineering Department Thapar University Patiala-147004

More information

CHAPTER 3 LOAD BALANCING MECHANISM USING MOBILE AGENTS

CHAPTER 3 LOAD BALANCING MECHANISM USING MOBILE AGENTS 48 CHAPTER 3 LOAD BALANCING MECHANISM USING MOBILE AGENTS 3.1 INTRODUCTION Load balancing is a mechanism used to assign the load effectively among the servers in a distributed environment. These computers

More information

A REVIEW PAPER ON THE HADOOP DISTRIBUTED FILE SYSTEM

A REVIEW PAPER ON THE HADOOP DISTRIBUTED FILE SYSTEM A REVIEW PAPER ON THE HADOOP DISTRIBUTED FILE SYSTEM Sneha D.Borkar 1, Prof.Chaitali S.Surtakar 2 Student of B.E., Information Technology, J.D.I.E.T, sborkar95@gmail.com Assistant Professor, Information

More information

Techniques for Scaling Components of Web Application

Techniques for Scaling Components of Web Application , March 12-14, 2014, Hong Kong Techniques for Scaling Components of Web Application Ademola Adenubi, Olanrewaju Lewis, Bolanle Abimbola Abstract Every organisation is exploring the enormous benefits of

More information

The Load Balancing Strategy to Improve the Efficiency in the Public Cloud Environment

The Load Balancing Strategy to Improve the Efficiency in the Public Cloud Environment The Load Balancing Strategy to Improve the Efficiency in the Public Cloud Environment Majjaru Chandra Babu Assistant Professor, Priyadarsini College of Engineering, Nellore. Abstract: Load balancing in

More information

Back-End Forwarding Scheme in Server Load Balancing using Client Virtualization

Back-End Forwarding Scheme in Server Load Balancing using Client Virtualization Back-End Forwarding Scheme in Server Load Balancing using Client Virtualization Shreyansh Kumar School of Computing Science and Engineering VIT University Chennai Campus Parvathi.R, Ph.D Associate Professor-

More information

How To Compare Load Sharing And Job Scheduling In A Network Of Workstations

How To Compare Load Sharing And Job Scheduling In A Network Of Workstations A COMPARISON OF LOAD SHARING AND JOB SCHEDULING IN A NETWORK OF WORKSTATIONS HELEN D. KARATZA Department of Informatics Aristotle University of Thessaloniki 546 Thessaloniki, GREECE Email: karatza@csd.auth.gr

More information

Migrating Legacy Software Systems to CORBA based Distributed Environments through an Automatic Wrapper Generation Technique

Migrating Legacy Software Systems to CORBA based Distributed Environments through an Automatic Wrapper Generation Technique Migrating Legacy Software Systems to CORBA based Distributed Environments through an Automatic Wrapper Generation Technique Hyeon Soo Kim School of Comp. Eng. and Software Eng., Kum Oh National University

More information

A Classification of Job Scheduling Algorithms for Balancing Load on Web Servers

A Classification of Job Scheduling Algorithms for Balancing Load on Web Servers Vol.2, Issue.5, Sep-Oct. 2012 pp-3679-3683 ISSN: 2249-6645 A Classification of Job Scheduling Algorithms for Balancing Load on Web Servers Sairam Vakkalanka School of computing, Blekinge Institute of Technology,

More information

Global Server Load Balancing

Global Server Load Balancing White Paper Overview Many enterprises attempt to scale Web and network capacity by deploying additional servers and increased infrastructure at a single location, but centralized architectures are subject

More information

Effective Load Balancing Based on Cloud Partitioning for the Public Cloud

Effective Load Balancing Based on Cloud Partitioning for the Public Cloud Effective Load Balancing Based on Cloud Partitioning for the Public Cloud 1 T.Satya Nagamani, 2 D.Suseela Sagar 1,2 Dept. of IT, Sir C R Reddy College of Engineering, Eluru, AP, India Abstract Load balancing

More information

ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal

ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal Abstract With the rapid growth of both information and users

More information

Dynamic Resource management with VM layer and Resource prediction algorithms in Cloud Architecture

Dynamic Resource management with VM layer and Resource prediction algorithms in Cloud Architecture Dynamic Resource management with VM layer and Resource prediction algorithms in Cloud Architecture 1 Shaik Fayaz, 2 Dr.V.N.Srinivasu, 3 Tata Venkateswarlu #1 M.Tech (CSE) from P.N.C & Vijai Institute of

More information

A Load Balancing Model Based on Cloud Partitioning for the Public Cloud

A Load Balancing Model Based on Cloud Partitioning for the Public Cloud IEEE TRANSACTIONS ON CLOUD COMPUTING YEAR 2013 A Load Balancing Model Based on Cloud Partitioning for the Public Cloud Gaochao Xu, Junjie Pang, and Xiaodong Fu Abstract: Load balancing in the cloud computing

More information

Building a Highly Available and Scalable Web Farm

Building a Highly Available and Scalable Web Farm Page 1 of 10 MSDN Home > MSDN Library > Deployment Rate this page: 10 users 4.9 out of 5 Building a Highly Available and Scalable Web Farm Duwamish Online Paul Johns and Aaron Ching Microsoft Developer

More information

LinuxWorld Conference & Expo Server Farms and XML Web Services

LinuxWorld Conference & Expo Server Farms and XML Web Services LinuxWorld Conference & Expo Server Farms and XML Web Services Jorgen Thelin, CapeConnect Chief Architect PJ Murray, Product Manager Cape Clear Software Objectives What aspects must a developer be aware

More information

A Comparative Performance Analysis of Load Balancing Algorithms in Distributed System using Qualitative Parameters

A Comparative Performance Analysis of Load Balancing Algorithms in Distributed System using Qualitative Parameters A Comparative Performance Analysis of Load Balancing Algorithms in Distributed System using Qualitative Parameters Abhijit A. Rajguru, S.S. Apte Abstract - A distributed system can be viewed as a collection

More information

Scheduling and Load Balancing in Parallel and Distributed Systems

Scheduling and Load Balancing in Parallel and Distributed Systems Scheduling and Load Balancing in Parallel and Distributed Systems Behrooz A. Shirazi Ali R. Hurson Krishna M.Kayi IEEE Computer Society Press Los Alamitos, California Washington Brussels Tokyo - a?-/ Contents

More information

Design and Implementation of Efficient Load Balancing Algorithm in Grid Environment

Design and Implementation of Efficient Load Balancing Algorithm in Grid Environment Design and Implementation of Efficient Load Balancing Algorithm in Grid Environment Sandip S.Patil, Preeti Singh Department of Computer science & Engineering S.S.B.T s College of Engineering & Technology,

More information

Distributed Systems LEEC (2005/06 2º Sem.)

Distributed Systems LEEC (2005/06 2º Sem.) Distributed Systems LEEC (2005/06 2º Sem.) Introduction João Paulo Carvalho Universidade Técnica de Lisboa / Instituto Superior Técnico Outline Definition of a Distributed System Goals Connecting Users

More information

Distributed Systems. REK s adaptation of Prof. Claypool s adaptation of Tanenbaum s Distributed Systems Chapter 1

Distributed Systems. REK s adaptation of Prof. Claypool s adaptation of Tanenbaum s Distributed Systems Chapter 1 Distributed Systems REK s adaptation of Prof. Claypool s adaptation of Tanenbaum s Distributed Systems Chapter 1 1 The Rise of Distributed Systems! Computer hardware prices are falling and power increasing.!

More information

INTELLIGENT DYNAMIC LOAD BALANCER FOR JBOSS APPLICATION SERVER

INTELLIGENT DYNAMIC LOAD BALANCER FOR JBOSS APPLICATION SERVER INTELLIGENT DYNAMIC LOAD BALANCER FOR JBOSS APPLICATION SERVER Péter Mileff 1, Károly Nehéz 2 1 PhD student, 2 PhD, Department of Information Engineering, University of Miskolc Abstract The growth of Internet

More information

A Review on Load Balancing In Cloud Computing 1

A Review on Load Balancing In Cloud Computing 1 www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 6 June 2015, Page No. 12333-12339 A Review on Load Balancing In Cloud Computing 1 Peenaz Pathak, 2 Er.Kamna

More information

Abstract. 1. Introduction

Abstract. 1. Introduction A REVIEW-LOAD BALANCING OF WEB SERVER SYSTEM USING SERVICE QUEUE LENGTH Brajendra Kumar, M.Tech (Scholor) LNCT,Bhopal 1; Dr. Vineet Richhariya, HOD(CSE)LNCT Bhopal 2 Abstract In this paper, we describe

More information

Cloud Partitioning of Load Balancing Using Round Robin Model

Cloud Partitioning of Load Balancing Using Round Robin Model Cloud Partitioning of Load Balancing Using Round Robin Model 1 M.V.L.SOWJANYA, 2 D.RAVIKIRAN 1 M.Tech Research Scholar, Priyadarshini Institute of Technology and Science for Women 2 Professor, Priyadarshini

More information

Efficient Parallel Distributed Load Balancing in Content Delivery Networks

Efficient Parallel Distributed Load Balancing in Content Delivery Networks Efficient Parallel Distributed Load Balancing in Content Delivery Networks P.Jyothi*1, N.Rajesh*2, K.Ramesh Babu*3 M.Tech Scholar, Dept of CSE, MRECW, Maisammaguda, Secunderabad, Telangana State, India,

More information

Optimal Service Pricing for a Cloud Cache

Optimal Service Pricing for a Cloud Cache Optimal Service Pricing for a Cloud Cache K.SRAVANTHI Department of Computer Science & Engineering (M.Tech.) Sindura College of Engineering and Technology Ramagundam,Telangana G.LAKSHMI Asst. Professor,

More information

Technology Insight Series

Technology Insight Series Evaluating Storage Technologies for Virtual Server Environments Russ Fellows June, 2010 Technology Insight Series Evaluator Group Copyright 2010 Evaluator Group, Inc. All rights reserved Executive Summary

More information

FUZZY BASED LOAD BALANCING FOR J2EE APPLICATIONS

FUZZY BASED LOAD BALANCING FOR J2EE APPLICATIONS IS I Production Systems and Information ÜM* Volume 3 (2006), pp. 57-70 Engineering 57 FUZZY BASED LOAD BALANCING FOR J2EE APPLICATIONS PÉTER MILEFF University of Miskolc, Hungary Department of Information

More information

Figure 1. The cloud scales: Amazon EC2 growth [2].

Figure 1. The cloud scales: Amazon EC2 growth [2]. - Chung-Cheng Li and Kuochen Wang Department of Computer Science National Chiao Tung University Hsinchu, Taiwan 300 shinji10343@hotmail.com, kwang@cs.nctu.edu.tw Abstract One of the most important issues

More information

Globule: a Platform for Self-Replicating Web Documents

Globule: a Platform for Self-Replicating Web Documents Globule: a Platform for Self-Replicating Web Documents Guillaume Pierre Maarten van Steen Vrije Universiteit, Amsterdam Internal report IR-483 January 2001 Abstract Replicating Web documents at a worldwide

More information

CS 188/219. Scalable Internet Services Andrew Mutz October 8, 2015

CS 188/219. Scalable Internet Services Andrew Mutz October 8, 2015 CS 188/219 Scalable Internet Services Andrew Mutz October 8, 2015 For Today About PTEs Empty spots were given out If more spots open up, I will issue more PTEs You must have a group by today. More detail

More information

Load Balancing Algorithms for Peer to Peer and Client Server Distributed Environments

Load Balancing Algorithms for Peer to Peer and Client Server Distributed Environments Load Balancing Algorithms for Peer to Peer and Client Server Distributed Environments Sameena Naaz Afshar Alam Ranjit Biswas Department of Computer Science Jamia Hamdard, New Delhi, India ABSTRACT Advancements

More information

PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM

PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM Akmal Basha 1 Krishna Sagar 2 1 PG Student,Department of Computer Science and Engineering, Madanapalle Institute of Technology & Science, India. 2 Associate

More information

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy OVERVIEW The global communication and the continuous growth of services provided through the Internet or local infrastructure require to

More information

Virtual Machine Instance Scheduling in IaaS Clouds

Virtual Machine Instance Scheduling in IaaS Clouds Virtual Machine Instance Scheduling in IaaS Clouds Naylor G. Bachiega, Henrique P. Martins, Roberta Spolon, Marcos A. Cavenaghi Departamento de Ciência da Computação UNESP - Univ Estadual Paulista Bauru,

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 36 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 36 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 36 An Efficient Approach for Load Balancing in Cloud Environment Balasundaram Ananthakrishnan Abstract Cloud computing

More information

How To Allocate Resources In A Multi Resource Allocation Model

How To Allocate Resources In A Multi Resource Allocation Model Proposed Joint Multiple Resource Allocation Method for Cloud Computing Services with Heterogeneous QoS Yuuki Awano Dept. of Computer and Information Science Seikei University Musashino, Tokyo, Japan us092008@cc.seikei.ac.jp

More information

A Taxonomy and Survey of Grid Resource Planning and Reservation Systems for Grid Enabled Analysis Environment

A Taxonomy and Survey of Grid Resource Planning and Reservation Systems for Grid Enabled Analysis Environment A Taxonomy and Survey of Grid Resource Planning and Reservation Systems for Grid Enabled Analysis Environment Arshad Ali 3, Ashiq Anjum 3, Atif Mehmood 3, Richard McClatchey 2, Ian Willers 2, Julian Bunn

More information

Dependency Free Distributed Database Caching for Web Applications and Web Services

Dependency Free Distributed Database Caching for Web Applications and Web Services Dependency Free Distributed Database Caching for Web Applications and Web Services Hemant Kumar Mehta School of Computer Science and IT, Devi Ahilya University Indore, India Priyesh Kanungo Patel College

More information