Ant Colony Optimization for Effective Load Balancing In Cloud Computing

Size: px
Start display at page:

Download "Ant Colony Optimization for Effective Load Balancing In Cloud Computing"

Transcription

1 Ant Colony Optimization for Effective Load Balancing In Cloud Computing 1 Shagufta khan 2 Niresh Sharma 1 M-TECH(CSE) RKDFIST BHOPAL (M.P.) 2 professor(cse) RKDFIST Bhopal(M.P) Abstract- Cloud computing is rapidly improving the latest technology. It is a term which is generally used in internet. This technological trend has enabled the realization of a new computing model called cloud computing, in which shared resources, information,software & other devices are provided according to client requirement at specific time, are provided as general utilities that can be leased and released by users through the Internet in an on-demand fashion. Cloud computing involves virtualization, distributing computing, platform, infrastructure, software & web based services. Load balancing is challenging issues in cloud environment. It is the process of distribution of the load among various nodes of distributed system so that the better utilization of resources while also avoiding the situation where some nodes are overloaded and some nodes are idle or under loaded. Many algorithm were suggested to provide the better utilization of resources on the basis of on-demand services.all algorithm enhance the overall performance of the cloud.in this paper we investigated the various algorithm that are based on Ant Colony Optimization (ACO) aimed the load balancing of nodes.we discuss and compare the ACO algorithm to provide the overview of latest algorithm in cloud computing environment. Keywords: Cloud computing, Load balancing, Ant colony. 1. INTRODUCTION With the rapid development of processing and storage technologies and the success of the Internet, computing resources have become cheaper, more powerful ubiquitously available than ever before. This technological trend has enabled the realization of a new computing model called cloud computing, in which resources (e.g., CPU and storage) are provided as general utilities that can be leased and released by users through the Internet in an on-demand fashion. In a cloud computing environment, the traditional role of service provider is divided into two: (i) The infrastructure providers who manage cloud platforms and lease resources according to a usage-based pricing model, and (ii) service providers, who rent resources from one or many infrastructure providers to serve the end users [8].Generally cloud computing consist of bunch of distributed server providing demanded services to the client in a network with scalability and reliability. Several researchers have inspired from social behavior of insects. In practical, ants have inspired a number of methods of optimization technique known as Ant colony optimization (ACO).ACO takes inspired from the foraging behavior of real ants [11]. ACO algorithm is a random search algorithm. It takes the behavior of real ant colonies in nature to search the food and connect to each other by pheromone laid down on path. Many researchers used ACO to solve optimization problem [7]. Load balancing in cloud is a mechanism that distributes the dynamic workload among all the nodes. It achieves the high user satisfaction and resource utilization ratio making sure that no single node is overloaded. In this paper we proposed the Ant colony optimization for Effective load balancing in cloud computing. The rest of this paper is organized as follows: Section II describes the Taxonomy of cloud computing. Section III describes Load balancing. Section IV describes the Ant colony optimization. Section V describes the comparative analysis of various ACO S. Finally Section VI concludes the paper 2. TAXONOMY OF CLOUD COMPUTING 2.1 Cloud Architecture - Fig.1 shows the cloud architecture.cloud architecture is the design of software application that uses internet accessible on demand services [3]. Fig.1cloud architecture According the NIST definition of cloud computing there are two types of cloud 2.2 Deployment model-this refer to location and management of the cloud infrastructure. These are four types Volume 2, Issue 6 November December 2013 Page 77

2 Public Cloud Private Cloud Community Cloud Hybrid Cloud 2.3 Service model-this refer to particular types of services that you can access on a cloud computing platform. These are three types IAAS PAAS SAAS Infrastructure as a Service: IaaS refers to ondemand provisioning of infrastructural resources, usually in terms of VMs. The cloud owner who offers IaaS is called an IaaS provider. Examples of IaaS providers include Amazon EC2 [13], GoGrid [14] and Flexiscale [16] Platform as a Service: PaaS refers to providing platform layer resources, including operating system support and software development frameworks. Examples of PaaS providers include Google App Engine [17], Microsoft Windows Azure [20] and Force.com [18] Software as a Service: SaaS refers to providing on demandz applications over the Internet. Examples of SaaS providers include Salesforce.com [18], Rackspace [15] and SAP Business ByDesign [19]. In particular, five essential elements of cloud computing is clearly articulated[5]: 2.4 On-demand self-service: A consumer with an instantaneous need at a particular timeslot can avail computing resources (such as CPU time, network storage, software use, and so forth) in an automatic (i.e. convenient, self-serve) fashion without resorting to human interactions with providers of these resources. 2.5 Broad network access: These computing resources are delivered over the network (e.g. Internet) and used by various client applications with heterogeneous platforms (such as mobile phones, laptops, and PDAs) situated at a consumer's site. 2.6 pooling. A cloud service provider s computing resources are 'pooled' together in an effort to serve multiple consumers using either the multi-tenancy or the virtualization model, "with different physical and virtual resources dynamically assigned and reassigned according to consumer demand" [5]. 2.7 Rapid elasticity. For consumers, computing resources become immediate rather than persistent: there are no up-front commitment and contract as they can use them to scale up whenever they want, and release them once they finish to scale down. Moreover, resources provisioning appears to be infinite to them, the consumption can rapidly rise in order to meet peak requirement at any time[5]. 2.8 Measured Service. Although computing resources are pooled and shared by multiple consumers (i.e. multitenancy), the cloud infrastructure is able to use appropriate mechanisms.[5] 3. LOAD BALANCING Load balancing in cloud computing systems is really a challenge now. Always a distributed solution is required. Because it is not always practically feasible or cost efficient to maintain one or more idle services just as to fulfill the required demands. Jobs cant be assigned to appropriate servers and clients individually for efficient load balancing as cloud is a very complex structure and components are present throughout a wide spread area. Load balancing algorithms are classified as static and dynamic algorithms. Static algorithms are mostly suitable for homogeneous and stable environments and can produce very good results in these environments. However, they are usually not flexible and cannot match the dynamic changes to the attributes during the execution time. Dynamic algorithms are more flexible and take into consideration different types of attributes in the system both prior to and during run-time[1] Load balancing is the process of improving the performance of system through a redistribution of load among processor. [2] 3.1 Metrics for Load Balancing in Clouds The existing load balancing techniques in clouds, consider various parameters [6]. Overhead Associated - determines the amount of overhead involved while implementing a load-balancing algorithm. It is composed of overhead due to movement of tasks, inter-processor and inter-process communication. This should be minimized so that a load balancing technique can work efficiently. Fig.2 Load balancing type Throughput - is used to calculate the no. of tasks whose execution has been completed. It should be high to improve the performance of the system. Performance is used to check the efficiency of the system. It has to be improved at a reasonable cost e.g. reduce response time while keeping acceptable delays. Utilization - is used to check the utilization of resources. It should be optimized for an efficient load balancing. Scalability - is the ability of an algorithm to perform load balancing for a system with any finite number of nodes. This metric should be improved. Response Time - is the amount of time taken to respond by a particular load balancing algorithm in a distributed system. This parameter should be minimized. Fault Tolerance - is the ability of an algorithm to perform uniform load balancing in spite of arbitrary node Volume 2, Issue 6 November December 2013 Page 78

3 or link failure. The load balancing should be a good faulttolerant technique. Migration time - is the time to migrate the jobs or resources from one node to other. It should be minimized in order to enhance the performance of the system.[6] 4. ANT COLONY ALGORITHM Dorigo M. introduced the ant algorithm based on the behavior of real ants in 1996[11][7], it is a new heuristic algorithm for the solution of combinatorial optimization problems. Investigations show that: Ant has the ability of finding an optimal path from nest to food. On the way of ants moving, they lay some pheromone on the ground; while an isolated ant encounter a previously laid trail, this ant can detect it and decide with high probability to follow it. Hence, the trail is reinforced with its own pheromone. The probability of ant chooses a way is proportion to the concentration of a way s pheromone. To a way, the more ants choose, the way has denser pheromone, and the denser pheromone attracts more ants. Through this positive feedback mechanism, ant can find an optimal way finally [11]. ACO is inspired from the ant colonies that work together in foraging behavior. In fact the real ants have inspired many researchers for their work, and the ants approach has been used by many researchers for problem solving in various areas. This approach is called on the name of its inspiration ACO. The ants work together in search of new sources of food and simultaneously use the existing food sources to shift the food back to the nest [9]. 5. COMPARITIVE ANALYSIS OF VARIOUS ACO S In this section we discuss the comparison of different Ant Colony Algorithm. Different approaches for Load balancing that suit some suitable situation but on the other hand all has some issues. In which some algorithm are suitable for static nature and some other dynamic nature. These algorithms are work on decentralized manner. Table 1 shows the brief description and merits, demerits of each algorithm. As, the first algorithm states for three level cloud computing network [10],works efficiently and achieve better utilization of resources but, gives more overhead during run time. In a Cloud task Scheduling based on Load balancing ACO[7] they proposed the LBACO(Load Balancing Ant Colony Optimization) which is used to find the optimal resource allocation for each task by dynamically. In this algorithm comparison with Basic ACO algorithm and FCFS algorithm, in result nodes are balanced dynamically. In addition to this, tasks are mutually independent i e that is there is no precedence constraints between task and computationally intensive which is not realistic for cloud system. Main drawback of this technique is the heterogeneity of system. The problem of the heterogeneity of system is removed in a technique using Load Balancing mechanism based on Ant colony & complex network theory [12] it provides the good scalability of nodes and better fault tolerant system. Practically the overhead increases during run time environment and poor response time. An Ant encounters dead state at the end due to lack of synchronization of Ants. In Cloud computing initiative using modified ACO framework [4] algorithm it minimize the make span (throughput of heterogeneous computing system).in his algorithm modification involved in basic pheromone updating formula. This modification gives the better utilization of resource but does not give the good fault tolerant system. Every load balancing has primary goal the better utilization of resources. Load balancing of nodes using ACO optimization [9].It is best case for effective load balancing. Because in previous work Ant can move in only one direction [12].But in this algorithm an ant can move both direction that is forward direction and backward direction. Such as an ant finds the food is called forward direction and return to the nest is called backward direction. This is beneficial for balanced the node quickly. This algorithm work fast because an ant can move concurrently in both directions for balanced the node. This algorithm gives the better utilization of resources. But this algorithm [9] works on limited parameter such as speed, network overhead and fault tolerance. This algorithm is more power consuming and it is not consider the energy related issues. Several operational cost does not consider which may result in poor performance. Technique Description Merits Demerits Metrics Considered By Load Balancing Towards a load balancing in Three level cloud computing network [10] Table 1. Comparison of Load Balancing Algorithm 1. Nodes are distributed in three level structures where work is distributed among nodes. 2. It combine OLB 1. Efficient utilization of resource 2.Every node is in the working state 1. The task of every level of node will depend on Upper level Node(i.e. service node depend on service manager utilization Volume 2, Issue 6 November December 2013 Page 79

4 Cloud task Scheduling based on Load balancing ACO[7] A Load Balancing mechanism based on Ant colony & complex network theory in open cloud computing federation[12] Cloud computing initiative using modified ACO framework [4] Load balancing of node in cloud using Ant colony optimization (ACO)[9] (Opportunistic Load Balancing) to keep each node busy & LBMM(Load Balancing Min Min) to achieve the minimum execution time of each task. 1. Proposed ( LBACO) load balancing Ant colony Optimization algorithm to find the optimal resource allocation for each task in dynamic cloud system. 2. it works on minimization of the task completion time that are distributed among virtual machine 3. Comparison with the basic ACO algorithm and FCFS algorithm. 1.It uses small-world & Scale free characteristics of a complex network to support better load balancing 2. This overcomes the heterogeneity. 3. This algorithm is dynamic in nature 1.it minimize the make span (throughput of heterogeneous computing system) 2. This algorithm modified the basic ACO. 3. It is based on heuristics algorithm based on ACO. 4. Modification involved the basic pheromone updation formula. 1. Efficicient distribution of load such that ant never dead. 2.it provide the better synchronization of ants 3. It is best case that finds the node is under loaded or not. 1. Nodes are balanced dynamically 2. LBMM Balanced the entire system whether the entire task are the same or not LBMM can handle all type of condition. 1. Good Scalability 2. It has excellent fault tolerance 1.Better utilization of resources 2. Probability of servicing the request also has been converged using modified scheduling. 3. It is also dynamic in nature. 1. It gives optimum solution of load. 2. it is centralized no single point of failure. 3. the ant updated the single result set rather than updating their own node & service manager node depend on Request manager node) 2. Every time array value is changed. 1. The task are mutually independent that is there is no precedence constraints between task 2. The task are Computationally intensive which is not realistic for cloud system 3. it is not heterogeneity of system. 1. Poor response time 2. Overhead increases 3. Migration time is also increases. 4. At the end ant encounter dead state. 5. Lack of Synchronization of ants. 1. Fault tolerance is not good. 2. Overhead increases. 1. Network overhead because of the large number of ants 2. Points of initiation of ants and number of ants are not clear 3. Nodes status change after ants visits to them is not Utilization, Throughput, Scaling. Utilization, Throughput, Scaling, Heterogeneity Response time, Scaling, Throughput Speed, Network, Overhead, Fault Tolerance, Volume 2, Issue 6 November December 2013 Page 80

5 4. Ant Collect the information faster. 5. Two types movement of ant that is forward movement and backward movement 6. CONCLUSION AND FUTURE WORK In this paper we surveyed multiple algorithms for load balancing in cloud computing environment. We discussed and challenged that must be considered the most suitable and effective load balancing. Our research on Load balancing of node in cloud using Ant colony optimization (ACO)[9] concentrates on efficient load balancing algorithm and future improve it so that it reaches on best and more efficient load balancing. In this algorithm Full replication of data on multiple site i.e. which wastages the storage resources and therefore as our future work this algorithm is modified in terms of storage utilization, heterogeneity, energy efficient metric also considered. REFERENCES [1] Klaithem Al Nuaimi, Nader Mohamed, Mariam Al Nuaimi and Jameela Al-Jaroodi, A Survey of Load Balancing in Cloud Computing: Challenges and Algorithms, 2012 IEEE Second Symposium on Network Cloud Computing and Applications, /12, 2012 IEEE. [2] Abhijit A. Rajguru, S.S. Apte, A Comparative Performance Analysis of Load Balancing Algorithms in Distributed System using Qualitative Parameters, International Journal of Recent Technology and Engineering (IJRTE), ISSN: , Volume-1, Issue-3, August [3] Bhaskar Prasad rimal,eunmi choi,ian Lumb, A Taxonomy and Survey of Cloud Computing system, Proceedings of the Fifth International Joint Conference on INC, IMS and IDC, / IEEE [4] S. Banerjee, I. Mukherjee and P.K. Mahanti, Cloud Computing Initiative using Modified Ant Colony Framework, World Academy of Science and Technology, 56, pp , [5] Tharam Dillon, Chen Wu and Elizabeth Chang, Cloud Computing: Issues and Challenges, Proceedings of the 24th IEEE International Conference on Advanced Information Networking and Applications, DOI /AINA , X/ IEEE. [6] Nidhi Jain Kansal, Inderveer Chana, Cloud Load Balancing Techniques : A Step Towards GreenComputing, IJCSI International Journal of result set. It is compiled only once duration of movement of ant taken into account 4. Only availability of node is being considered, while there are other factors that should be taken into consideration 5.full replication of data Utilization Computer Science Issues, Vol. 9, Issue 1, No 1, January [7] Kun Li, Gaochao Xu, Guangyu Zhao, Yushuang Dong, Dan Wang, Cloud Task scheduling based on Load Balancing Ant Colony Optimization, 2011 Sixth Annual ChinaGrid Conference, /11, 2011 IEEE. [8] Qi Zhang Lu Cheng Raouf Boutaba, Cloud computing: state-of-the-art and research challenges, J Internet Serv Appl (2010) 1: 7 18 DOI /s J Internet Serv Appl (2010) 1: [9] R. Rastogi Kumar Nishant, Pratik Sharma,, "Load Balancing of Nodes in Cloud Using Ant Colony Optimization." Proceedings of the 14th International Conference on Computer Modelling and Simulation (UKSim), IEEE, pp: 3-8, March [10] S.C. Wang, K.Q. Yan, W.P. Liao and S.S. Wang, Towards a Load Balancing in a Three-level Cloud Computing Network, Proceedings of the 3rd IEEE International Conference on Computer Science and Information Technology, pp , [11] M. Dorigo, M. Birattari and T. Stutzle, Ant Colony Optimization-Artificial Ants as a Computational Intelligence Technique, IEEE Computational Intelligence Magazine, pp [12] Z. Zhang, and X. Zhang, A Load Balancing Mechanism Based on Ant Colony and Complex Network Theory in Open Cloud Computing Federation, Proceedings of 2nd International Conference on Industrial Mechatronics and Automation (ICIMA), Wuhan, China, May 2010, pages [13] Amazon Elastic Computing Cloud, aws.amazon.com/ec2 [14] Cloud Hosting, CLoud Computing and Hybrid Infrastructure fromgogrid, [15] Dedicated Server, Managed Hosting, Web Hosting by Rackspace Hosting, [16] FlexiScale Cloud Comp and Hosting, [17] Google App Engine, URL [18] Salesforce CRM, [19] SAP Business ByDesign, sinessbydesign/index.epx [20] Windows Azure, Volume 2, Issue 6 November December 2013 Page 81

6 [21] Jinhua Hu, Guofei Sun, Tianhai Zhao, A Scheduling Strategy on Load Balancing of Virtual Machine s in Cloud Computing Environment 3rd International Symposium on Parallel Architectures, Algorithms and Programming, / IEEE. [22] Dr. Hemant S. Mahalle Prof. Parag R. Kaveri Dr.Vinay Chavan, Load Balancing On Cloud Data Centres International Journal of Advanced Research in Computer Science and Software Engineering ISSN: X.2013 Volume 2, Issue 6 November December 2013 Page 82

A Survey on Load Balancing Techniques Using ACO Algorithm

A Survey on Load Balancing Techniques Using ACO Algorithm A Survey on Load Balancing Techniques Using ACO Algorithm Preeti Kushwah Department of Computer Science & Engineering, Acropolis Institute of Technology and Research Indore bypass road Mangliya square

More information

ACO ALGORITHM FOR LOAD BALANCING IN SIMPLE NETWORK

ACO ALGORITHM FOR LOAD BALANCING IN SIMPLE NETWORK ACO ALGORITHM FOR LOAD BALANCING IN SIMPLE NETWORK Mrs Minal.Nerkar Faculty of Dept of Computer Engineering. Bhagyashree Kale,Shivani Bhutada,Chetan Darshale,Poonam Patil Dept of Computer Engineering.

More information

A Comparative Survey on Various Load Balancing Techniques in Cloud Computing

A Comparative Survey on Various Load Balancing Techniques in Cloud Computing 2015 IJSRSET Volume 1 Issue 6 Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology A Comparative Survey on Various Load Balancing Techniques in Cloud Computing Patel

More information

Survey of Load Balancing Techniques in Cloud Computing

Survey of Load Balancing Techniques in Cloud Computing Survey of Load Balancing Techniques in Cloud Computing Nandkishore Patel 1, Ms. Jasmine Jha 2 1, 2 Department of Computer Engineering, 1, 2 L. J. Institute of Engineering and Technology, Ahmedabad, Gujarat,

More information

A Survey Of Various Load Balancing Algorithms In Cloud Computing

A Survey Of Various Load Balancing Algorithms In Cloud Computing A Survey Of Various Load Balancing Algorithms In Cloud Computing Dharmesh Kashyap, Jaydeep Viradiya Abstract: Cloud computing is emerging as a new paradigm for manipulating, configuring, and accessing

More information

An Approach to Load Balancing In Cloud Computing

An Approach to Load Balancing In Cloud Computing An Approach to Load Balancing In Cloud Computing Radha Ramani Malladi Visiting Faculty, Martins Academy, Bangalore, India ABSTRACT: Cloud computing is a structured model that defines computing services,

More information

How To Balance In Cloud Computing

How To Balance In Cloud Computing A Review on Load Balancing Algorithms in Cloud Hareesh M J Dept. of CSE, RSET, Kochi hareeshmjoseph@ gmail.com John P Martin Dept. of CSE, RSET, Kochi johnpm12@gmail.com Yedhu Sastri Dept. of IT, RSET,

More information

Load Balancing in cloud computing

Load Balancing in cloud computing Load Balancing in cloud computing 1 Foram F Kherani, 2 Prof.Jignesh Vania Department of computer engineering, Lok Jagruti Kendra Institute of Technology, India 1 kheraniforam@gmail.com, 2 jigumy@gmail.com

More information

AN EFFICIENT LOAD BALANCING APPROACH IN CLOUD SERVER USING ANT COLONY OPTIMIZATION

AN EFFICIENT LOAD BALANCING APPROACH IN CLOUD SERVER USING ANT COLONY OPTIMIZATION AN EFFICIENT LOAD BALANCING APPROACH IN CLOUD SERVER USING ANT COLONY OPTIMIZATION Shanmuga Priya.J 1, Sridevi.A 2 1 PG Scholar, Department of Information Technology, J.J College of Engineering and Technology

More information

Importance of Load Balancing in Cloud Computing Environment: A Review

Importance of Load Balancing in Cloud Computing Environment: A Review Importance of Load Balancing in Cloud Computing Environment: A Review Yadaiah Balagoni 1, Dr.R.Rajeswara Rao 2 1 Assistant Professor, CSE Dept, MGIT Gandipet, Hyderabad. yad524.balagoni@gmail.com 2 Associate

More information

A Survey on Load Balancing Algorithms in Cloud Environment

A Survey on Load Balancing Algorithms in Cloud Environment A Survey on Load s in Cloud Environment M.Aruna Assistant Professor (Sr.G)/CSE Erode Sengunthar Engineering College, Thudupathi, Erode, India D.Bhanu, Ph.D Associate Professor Sri Krishna College of Engineering

More information

Load Balancing in the Cloud Computing Using Virtual Machine Migration: A Review

Load Balancing in the Cloud Computing Using Virtual Machine Migration: A Review Load Balancing in the Cloud Computing Using Virtual Machine Migration: A Review 1 Rukman Palta, 2 Rubal Jeet 1,2 Indo Global College Of Engineering, Abhipur, Punjab Technical University, jalandhar,india

More information

A Novel Approach for Efficient Load Balancing in Cloud Computing Environment by Using Partitioning

A Novel Approach for Efficient Load Balancing in Cloud Computing Environment by Using Partitioning A Novel Approach for Efficient Load Balancing in Cloud Computing Environment by Using Partitioning 1 P. Vijay Kumar, 2 R. Suresh 1 M.Tech 2 nd Year, Department of CSE, CREC Tirupati, AP, India 2 Professor

More information

LOAD BALANCING ALGORITHM REVIEW s IN CLOUD ENVIRONMENT

LOAD BALANCING ALGORITHM REVIEW s IN CLOUD ENVIRONMENT LOAD BALANCING ALGORITHM REVIEW s IN CLOUD ENVIRONMENT K.Karthika, K.Kanakambal, R.Balasubramaniam PG Scholar,Dept of Computer Science and Engineering, Kathir College Of Engineering/ Anna University, India

More information

IMPROVEMENT OF RESPONSE TIME OF LOAD BALANCING ALGORITHM IN CLOUD ENVIROMENT

IMPROVEMENT OF RESPONSE TIME OF LOAD BALANCING ALGORITHM IN CLOUD ENVIROMENT IMPROVEMENT OF RESPONSE TIME OF LOAD BALANCING ALGORITHM IN CLOUD ENVIROMENT Muhammad Muhammad Bala 1, Miss Preety Kaushik 2, Mr Vivec Demri 3 1, 2, 3 Department of Engineering and Computer Science, Sharda

More information

A Survey on Load Balancing Technique for Resource Scheduling In Cloud

A Survey on Load Balancing Technique for Resource Scheduling In Cloud A Survey on Load Balancing Technique for Resource Scheduling In Cloud Heena Kalariya, Jignesh Vania Dept of Computer Science & Engineering, L.J. Institute of Engineering & Technology, Ahmedabad, India

More information

Load Balancing Algoritms in Cloud Computing Environment: A Review

Load Balancing Algoritms in Cloud Computing Environment: A Review Load Balancing Algoritms in Cloud Computing Environment: A Review Swati Katoch Department of Computer Science Himachal Pradesh University Shimla, India e-mail: katoch.swati53@gmail.com Jawahar Thakur Department

More information

Efficient Cost Scheduling algorithm with Load Balancing in a Cloud Computing Environment

Efficient Cost Scheduling algorithm with Load Balancing in a Cloud Computing Environment Efficient Cost Scheduling algorithm with Load Balancing in a Cloud Computing Environment Amanpreet Chawla, Navtej Singh Ghumman Department of Computer Science and Engineering, SBSSTC, FZR, Punjab, India

More information

CDBMS Physical Layer issue: Load Balancing

CDBMS Physical Layer issue: Load Balancing CDBMS Physical Layer issue: Load Balancing Shweta Mongia CSE, School of Engineering G D Goenka University, Sohna Shweta.mongia@gdgoenka.ac.in Shipra Kataria CSE, School of Engineering G D Goenka University,

More information

Load Balancing Algorithms in Cloud Environment

Load Balancing Algorithms in Cloud Environment International Conference on Systems, Science, Control, Communication, Engineering and Technology 50 International Conference on Systems, Science, Control, Communication, Engineering and Technology 2015

More information

Two Level Hierarchical Model of Load Balancing in Cloud

Two Level Hierarchical Model of Load Balancing in Cloud Two Level Hierarchical Model of Load Balancing in Cloud Geetha C. Megharaj 1, Dr. Mohan K.G. 2 1 Associate Professor, Sri Krishna Institute of Technology, Bangalore 2 Professor & Dean(R&D) CSE, Acharya

More information

How To Partition Cloud For Public Cloud

How To Partition Cloud For Public Cloud An Enhanced Load balancing model on cloud partitioning for public cloud Agidi.Vishnu vardhan*1, B.Aruna Kumari*2, G.Kiran Kumar*3 M.Tech Scholar, Dept of CSE, MLR Institute of Technology, Dundigal, Dt:

More information

ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629 American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

Sla Aware Load Balancing Algorithm Using Join-Idle Queue for Virtual Machines in Cloud Computing

Sla Aware Load Balancing Algorithm Using Join-Idle Queue for Virtual Machines in Cloud Computing Sla Aware Load Balancing Using Join-Idle Queue for Virtual Machines in Cloud Computing Mehak Choudhary M.Tech Student [CSE], Dept. of CSE, SKIET, Kurukshetra University, Haryana, India ABSTRACT: Cloud

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

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015 RESEARCH ARTICLE OPEN ACCESS Ensuring Reliability and High Availability in Cloud by Employing a Fault Tolerance Enabled Load Balancing Algorithm G.Gayathri [1], N.Prabakaran [2] Department of Computer

More information

International Journal Of Engineering Research & Management Technology

International Journal Of Engineering Research & Management Technology International Journal Of Engineering Research & Management Technology March- 2014 Volume-1, Issue-2 PRIORITY BASED ENHANCED HTV DYNAMIC LOAD BALANCING ALGORITHM IN CLOUD COMPUTING Srishti Agarwal, Research

More information

International Journal of Engineering Research & Management Technology

International Journal of Engineering Research & Management Technology International Journal of Engineering Research & Management Technology March- 2015 Volume 2, Issue-2 Survey paper on cloud computing with load balancing policy Anant Gaur, Kush Garg Department of CSE SRM

More information

An Efficient Study of Job Scheduling Algorithms with ACO in Cloud Computing Environment

An Efficient Study of Job Scheduling Algorithms with ACO in Cloud Computing Environment ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Research Article 2015. International Journal of Emerging Research in Management &Technology ISSN: 2278-9359 (Volume-4, Issue-5) Abstract

Research Article 2015. International Journal of Emerging Research in Management &Technology ISSN: 2278-9359 (Volume-4, Issue-5) Abstract International Journal of Emerging Research in Management &Technology Research Article May 2015 Study on Cloud Computing and Different Load Balancing Algorithms in Cloud Computing Prof. Bhavani. S, Ankit

More information

Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing

Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Survey on Load

More information

Allocation of Datacenter Resources Based on Demands Using Virtualization Technology in Cloud

Allocation of Datacenter Resources Based on Demands Using Virtualization Technology in Cloud Allocation of Datacenter Resources Based on Demands Using Virtualization Technology in Cloud G.Rajesh L.Bobbian Naik K.Mounika Dr. K.Venkatesh Sharma Associate Professor, Abstract: Introduction: Cloud

More information

Permanent Link: http://espace.library.curtin.edu.au/r?func=dbin-jump-full&local_base=gen01-era02&object_id=154091

Permanent Link: http://espace.library.curtin.edu.au/r?func=dbin-jump-full&local_base=gen01-era02&object_id=154091 Citation: Alhamad, Mohammed and Dillon, Tharam S. and Wu, Chen and Chang, Elizabeth. 2010. Response time for cloud computing providers, in Kotsis, G. and Taniar, D. and Pardede, E. and Saleh, I. and Khalil,

More information

A SURVEY ON LOAD BALANCING ALGORITHMS IN CLOUD COMPUTING

A SURVEY ON LOAD BALANCING ALGORITHMS IN CLOUD COMPUTING A SURVEY ON LOAD BALANCING ALGORITHMS IN CLOUD COMPUTING Harshada Raut 1, Kumud Wasnik 2 1 M.Tech. Student, Dept. of Computer Science and Tech., UMIT, S.N.D.T. Women s University, (India) 2 Professor,

More information

Load Balancing for Improved Quality of Service in the Cloud

Load Balancing for Improved Quality of Service in the Cloud Load Balancing for Improved Quality of Service in the Cloud AMAL ZAOUCH Mathématique informatique et traitement de l information Faculté des Sciences Ben M SIK CASABLANCA, MORROCO FAOUZIA BENABBOU Mathématique

More information

Energy Efficiency in Cloud Data Centers Using Load Balancing

Energy Efficiency in Cloud Data Centers Using Load Balancing Energy Efficiency in Cloud Data Centers Using Load Balancing Ankita Sharma *, Upinder Pal Singh ** * Research Scholar, CGC, Landran, Chandigarh ** Assistant Professor, CGC, Landran, Chandigarh ABSTRACT

More information

Load Balancing in Cloud Computing: A Review

Load Balancing in Cloud Computing: A Review Load Balancing in Cloud Computing: A Review Shikha Gupta, Suman Sanghwan Abstract A rapid growth in the development of clouds and its management through cloud computing has accelerated the research in

More information

An Analysis of Load Balancing in Cloud Computing

An Analysis of Load Balancing in Cloud Computing An Analysis of Load Balancing in Cloud Computing Suresh M. PG Scholar SNS College of Technology, Tamilnadu, India Shafi Ullah Z. PG Scholar SNS College of Technology, Tamilnadu, India Santhosh Kumar B.

More information

A Study of Various Load Balancing Techniques in Cloud Computing and their Challenges

A Study of Various Load Balancing Techniques in Cloud Computing and their Challenges A Study of Various Load Balancing Techniques in Cloud Computing and their Challenges Vinod K. Lalbeg, Asst. Prof. Neville Wadia Institute Management Studies &Research, Pune-1 vklalbeg@yahoo.com Co-Author:

More information

International Journal of Computer & Organization Trends Volume21 Number1 June 2015 A Study on Load Balancing in Cloud Computing

International Journal of Computer & Organization Trends Volume21 Number1 June 2015 A Study on Load Balancing in Cloud Computing A Study on Load Balancing in Cloud Computing * Parveen Kumar * Er.Mandeep Kaur Guru kashi University,Talwandi Sabo Guru kashi University,Talwandi Sabo Abstract: Load Balancing is a computer networking

More information

CHAPTER 8 CLOUD COMPUTING

CHAPTER 8 CLOUD COMPUTING CHAPTER 8 CLOUD COMPUTING SE 458 SERVICE ORIENTED ARCHITECTURE Assist. Prof. Dr. Volkan TUNALI Faculty of Engineering and Natural Sciences / Maltepe University Topics 2 Cloud Computing Essential Characteristics

More information

Reallocation and Allocation of Virtual Machines in Cloud Computing Manan D. Shah a, *, Harshad B. Prajapati b

Reallocation and Allocation of Virtual Machines in Cloud Computing Manan D. Shah a, *, Harshad B. Prajapati b Proceedings of International Conference on Emerging Research in Computing, Information, Communication and Applications (ERCICA-14) Reallocation and Allocation of Virtual Machines in Cloud Computing Manan

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

Hybrid Load Balancing Algorithm in Heterogeneous Cloud Environment

Hybrid Load Balancing Algorithm in Heterogeneous Cloud Environment Hybrid Load Balancing Algorithm in Heterogeneous Cloud Environment Hafiz Jabr Younis, Alaa Al Halees, Mohammed Radi Abstract Cloud computing is a heterogeneous environment offers a rapidly and on-demand

More information

Journal of Theoretical and Applied Information Technology 20 th July 2015. Vol.77. No.2 2005-2015 JATIT & LLS. All rights reserved.

Journal of Theoretical and Applied Information Technology 20 th July 2015. Vol.77. No.2 2005-2015 JATIT & LLS. All rights reserved. EFFICIENT LOAD BALANCING USING ANT COLONY OPTIMIZATION MOHAMMAD H. NADIMI-SHAHRAKI, ELNAZ SHAFIGH FARD, FARAMARZ SAFI Department of Computer Engineering, Najafabad branch, Islamic Azad University, Najafabad,

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

A SURVEY ON WORKFLOW SCHEDULING IN CLOUD USING ANT COLONY OPTIMIZATION

A SURVEY ON WORKFLOW SCHEDULING IN CLOUD USING ANT COLONY OPTIMIZATION Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 2, February 2014,

More information

Load Balancing in Cloud Computing using Observer's Algorithm with Dynamic Weight Table

Load Balancing in Cloud Computing using Observer's Algorithm with Dynamic Weight Table Load Balancing in Cloud Computing using Observer's Algorithm with Dynamic Weight Table Anjali Singh M. Tech Scholar (CSE) SKIT Jaipur, 27.anjali01@gmail.com Mahender Kumar Beniwal Reader (CSE & IT), SKIT

More information

Multilevel Communication Aware Approach for Load Balancing

Multilevel Communication Aware Approach for Load Balancing Multilevel Communication Aware Approach for Load Balancing 1 Dipti Patel, 2 Ashil Patel Department of Information Technology, L.D. College of Engineering, Gujarat Technological University, Ahmedabad 1

More information

DYNAMIC VIRTUAL M ACHINE LOAD BALANCING IN CLOUD NETWORK

DYNAMIC VIRTUAL M ACHINE LOAD BALANCING IN CLOUD NETWORK DYNAMIC VIRTUAL M ACHINE LOAD BALANCING IN CLOUD NETWORK 1 HEMANT PETWAL, 2 NARAYAN CHATUREDI, 3 EMMANUEL SHUBHAKAR PILLAI 1,2,3 Department of Computer Science and Engineering 1 PG Student Graphic Era

More information

A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster

A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster , pp.11-20 http://dx.doi.org/10.14257/ ijgdc.2014.7.2.02 A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster Kehe Wu 1, Long Chen 2, Shichao Ye 2 and Yi Li 2 1 Beijing

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014 RESEARCH ARTICLE OPEN ACCESS Survey of Optimization of Scheduling in Cloud Computing Environment Er.Mandeep kaur 1, Er.Rajinder kaur 2, Er.Sughandha Sharma 3 Research Scholar 1 & 2 Department of Computer

More information

Analysis and Strategy for the Performance Testing in Cloud Computing

Analysis and Strategy for the Performance Testing in Cloud Computing Global Journal of Computer Science and Technology Cloud & Distributed Volume 12 Issue 10 Version 1.0 July 2012 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

How To Balance A Cloud Based System

How To Balance A Cloud Based System A SURVEY OF CLOUD BASED LOAD BALANCING TECHNIQUES 1 AAYUSH AGARWAL, 2 MANISHA G, 3 RAJE NEHA MILIND, 4 SHYLAJA S S 1,2,3,4 Department of Information Science and Engineering, P.E.S University, 100 Feet

More information

Cloud Partitioning Based Load Balancing Model for Performance Enhancement in Public Cloud

Cloud Partitioning Based Load Balancing Model for Performance Enhancement in Public Cloud Cloud Partitioning Based Load Balancing Model for Performance Enhancement in Public Cloud Neha Gohar Khan, Prof. V. B. Bhagat (Mate) P. R. Patil College of Engineering & Technology, Amravati, India Abstract:

More information

AN ADAPTIVE DISTRIBUTED LOAD BALANCING TECHNIQUE FOR CLOUD COMPUTING

AN ADAPTIVE DISTRIBUTED LOAD BALANCING TECHNIQUE FOR CLOUD COMPUTING AN ADAPTIVE DISTRIBUTED LOAD BALANCING TECHNIQUE FOR CLOUD COMPUTING Gurpreet Singh M.Phil Research Scholar, Computer Science Dept. Punjabi University, Patiala gurpreet.msa@gmail.com Abstract: Cloud Computing

More information

Cloud Computing 159.735. Submitted By : Fahim Ilyas (08497461) Submitted To : Martin Johnson Submitted On: 31 st May, 2009

Cloud Computing 159.735. Submitted By : Fahim Ilyas (08497461) Submitted To : Martin Johnson Submitted On: 31 st May, 2009 Cloud Computing 159.735 Submitted By : Fahim Ilyas (08497461) Submitted To : Martin Johnson Submitted On: 31 st May, 2009 Table of Contents Introduction... 3 What is Cloud Computing?... 3 Key Characteristics...

More information

Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India talk2tamanna@gmail.com

Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India talk2tamanna@gmail.com IJCSIT, Volume 1, Issue 5 (October, 2014) e-issn: 1694-2329 p-issn: 1694-2345 A STUDY OF CLOUD COMPUTING MODELS AND ITS FUTURE Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India

More information

A SURVEY ON LOAD BALANCING ALGORITHMS FOR CLOUD COMPUTING

A SURVEY ON LOAD BALANCING ALGORITHMS FOR CLOUD COMPUTING A SURVEY ON LOAD BALANCING ALGORITHMS FOR CLOUD COMPUTING Avtar Singh #1,Kamlesh Dutta #2, Himanshu Gupta #3 #1 Department of Computer Science and Engineering, Shoolini University, avtarz@gmail.com #2

More information

EXISTING LOAD BALANCING TECHNIQUES IN CLOUD COMPUTING: A SYSTEMATIC RE- VIEW

EXISTING LOAD BALANCING TECHNIQUES IN CLOUD COMPUTING: A SYSTEMATIC RE- VIEW ISSN: 0976-8742, E-ISSN: 0976-8750, Volume 3, Issue 1, 2012, pp- 87-91. Available online at http://www.bioinfo.in/contents.php?id=45 EXISTING LOAD BALANCING TECHNIQUES IN CLOUD COMPUTING: A SYSTEMATIC

More information

Cloud Computing Architectures and Design Issues

Cloud Computing Architectures and Design Issues Cloud Computing Architectures and Design Issues Ozalp Babaoglu, Stefano Ferretti, Moreno Marzolla, Fabio Panzieri {babaoglu, sferrett, marzolla, panzieri}@cs.unibo.it Outline What is Cloud Computing? A

More information

International Journal of Advance Research in Computer Science and Management Studies

International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 11, November 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

[Laddhad, 4(8): August, 2015] ISSN: 2277-9655 (I2OR), Publication Impact Factor: 3.785

[Laddhad, 4(8): August, 2015] ISSN: 2277-9655 (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY CLOUD COMPUTING LOAD BALANCING MODEL WITH HETEROGENEOUS PARTITION Ms. Pranita Narayandas Laddhad *, Prof. Nitin Raut, Prof. Shyam

More information

CLOUD COMPUTING IN RURAL EDUCATIONAL SECTOR:ENLIGHTENING BENEFITS AND CHALLENGES

CLOUD COMPUTING IN RURAL EDUCATIONAL SECTOR:ENLIGHTENING BENEFITS AND CHALLENGES International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN 2249-6831 Vol. 3, Issue 2, Jun 2013, 317-322 TJPRC Pvt. Ltd. CLOUD COMPUTING IN RURAL EDUCATIONAL

More information

E-Business Technology

E-Business Technology E-Business Technology Presented to: Prof. Dr. Eduard Heindl By: Bhupesh Sardana BCM WS 2010-11 Date: 21-Jan-2011 Business Case Your business is growing exponentially. Your computing need & usage is getting

More information

yvette@yvetteagostini.it yvette@yvetteagostini.it

yvette@yvetteagostini.it yvette@yvetteagostini.it 1 The following is merely a collection of notes taken during works, study and just-for-fun activities No copyright infringements intended: all sources are duly listed at the end of the document This work

More information

Survey on Models to Investigate Data Center Performance and QoS in Cloud Computing Infrastructure

Survey on Models to Investigate Data Center Performance and QoS in Cloud Computing Infrastructure Survey on Models to Investigate Data Center Performance and QoS in Cloud Computing Infrastructure Chandrakala Department of Computer Science and Engineering Srinivas School of Engineering, Mukka Mangalore,

More information

CLOUD COMPUTING: A NEW VISION OF THE DISTRIBUTED SYSTEM

CLOUD COMPUTING: A NEW VISION OF THE DISTRIBUTED SYSTEM CLOUD COMPUTING: A NEW VISION OF THE DISTRIBUTED SYSTEM Taha Chaabouni 1 and Maher Khemakhem 2 1 MIRACL Lab, FSEG, University of Sfax, Sfax, Tunisia chaabounitaha@yahoo.fr 2 MIRACL Lab, FSEG, University

More information

Dynamic Load Balancing Algorithms For Cloud Computing

Dynamic Load Balancing Algorithms For Cloud Computing Dynamic Load Balancing Algorithms For Cloud Computing Miss. Nikita Sunil Barve Computer Engineering Department Pillai s Institute of Information Technology New Panvel e-mail: niki.barve@gmail.com Prof.

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

Cost Effective Selection of Data Center in Cloud Environment

Cost Effective Selection of Data Center in Cloud Environment Cost Effective Selection of Data Center in Cloud Environment Manoranjan Dash 1, Amitav Mahapatra 2 & Narayan Ranjan Chakraborty 3 1 Institute of Business & Computer Studies, Siksha O Anusandhan University,

More information

A Comparative Study of Different Static and Dynamic Load Balancing Algorithm in Cloud Computing with Special Emphasis on Time Factor

A Comparative Study of Different Static and Dynamic Load Balancing Algorithm in Cloud Computing with Special Emphasis on Time Factor International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article A Comparative

More information

A Survey on Load Balancing and Scheduling in Cloud Computing

A Survey on Load Balancing and Scheduling in Cloud Computing IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 7 December 2014 ISSN (online): 2349-6010 A Survey on Load Balancing and Scheduling in Cloud Computing Niraj Patel

More information

Different Strategies for Load Balancing in Cloud Computing Environment: a critical Study

Different Strategies for Load Balancing in Cloud Computing Environment: a critical Study 85 Different Strategies for Load Balancing in Cloud Computing Environment: a critical Study Amandeep 1, Vandana Yadav 2, Faz Mohammad 3 1,2 Dept. of CSE, Galgotia University, G. Noida 3 Asst. Prof., Dept.

More information

How to Do/Evaluate Cloud Computing Research. Young Choon Lee

How to Do/Evaluate Cloud Computing Research. Young Choon Lee How to Do/Evaluate Cloud Computing Research Young Choon Lee Cloud Computing Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing

More information

Performance Analysis of Cloud Computing using Ant Colony Optimization Approach

Performance Analysis of Cloud Computing using Ant Colony Optimization Approach Performance Analysis of Cloud Computing using Ant Colony Optimization Approach Ranjan Kumar 1, G. Sahoo 2, K. Muherjee 3 P.G. Student, Department of Computer Science & Engineering, Birla Institute of Technology,

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

Load Balancing in Cloud Computing

Load Balancing in Cloud Computing Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing, ITC Load Balancing in Cloud Computing Rajwinder Kaur 1 and Pawan Luthra 2 1 SBS State Technical Campus/M.tech,CSE,Student,Ferozepur,

More information

INVESTIGATION ON ENERGY UTILIZATION IN CLOUD DATA CENTERS

INVESTIGATION ON ENERGY UTILIZATION IN CLOUD DATA CENTERS INVESTIGATION ON ENERGY UTILIZATION IN CLOUD DATA CENTERS 1 S.KALAISELVI, 2 C.S.KANIMOZHI SELVI 1 Research Scholar, 2 Associate Professor Email: 1 kalaiselvisubbarayan@gmail.com, 2 kanimozhi@kongu.ac.in

More information

A Comparative Study of Load Balancing Algorithms in Cloud Computing Environment

A Comparative Study of Load Balancing Algorithms in Cloud Computing Environment Article can be accessed online at http://www.publishingindia.com A Comparative Study of Load Balancing Algorithms in Cloud Computing Environment Mayanka Katyal*, Atul Mishra** Abstract Cloud Computing

More information

The Probabilistic Model of Cloud Computing

The Probabilistic Model of Cloud Computing A probabilistic multi-tenant model for virtual machine mapping in cloud systems Zhuoyao Wang, Majeed M. Hayat, Nasir Ghani, and Khaled B. Shaban Department of Electrical and Computer Engineering, University

More information

Webpage: www.ijaret.org Volume 3, Issue XI, Nov. 2015 ISSN 2320-6802

Webpage: www.ijaret.org Volume 3, Issue XI, Nov. 2015 ISSN 2320-6802 An Effective VM scheduling using Hybrid Throttled algorithm for handling resource starvation in Heterogeneous Cloud Environment Er. Navdeep Kaur 1 Er. Pooja Nagpal 2 Dr.Vinay Guatum 3 1 M.Tech Student,

More information

Comparison of PBRR Scheduling Algorithm with Round Robin and Heuristic Priority Scheduling Algorithm in Virtual Cloud Environment

Comparison of PBRR Scheduling Algorithm with Round Robin and Heuristic Priority Scheduling Algorithm in Virtual Cloud Environment www.ijcsi.org 99 Comparison of PBRR Scheduling Algorithm with Round Robin and Heuristic Priority Scheduling Algorithm in Cloud Environment Er. Navreet Singh 1 1 Asst. Professor, Computer Science Department

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March-2015 575 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March-2015 575 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March-2015 575 Simulation-Based Approaches For Evaluating Load Balancing In Cloud Computing With Most Significant Broker Policy

More information

ABSTRACT. KEYWORDS: Cloud Computing, Load Balancing, Scheduling Algorithms, FCFS, Group-Based Scheduling Algorithm

ABSTRACT. KEYWORDS: Cloud Computing, Load Balancing, Scheduling Algorithms, FCFS, Group-Based Scheduling Algorithm A REVIEW OF THE LOAD BALANCING TECHNIQUES AT CLOUD SERVER Kiran Bala, Sahil Vashist, Rajwinder Singh, Gagandeep Singh Department of Computer Science & Engineering, Chandigarh Engineering College, Landran(Pb),

More information

LOAD BALANCING IN CLOUD COMPUTING USING PARTITIONING METHOD

LOAD BALANCING IN CLOUD COMPUTING USING PARTITIONING METHOD LOAD BALANCING IN CLOUD COMPUTING USING PARTITIONING METHOD Mitesh Patel 1, Kajal Isamaliya 2, Hardik kadia 3, Vidhi Patel 4 CE Department, MEC, Surat, Gujarat, India 1 Asst.Professor, CSE Department,

More information

ABC - LOAD BALANCING TECHNIQUE - IN CLOUD COMPUTING

ABC - LOAD BALANCING TECHNIQUE - IN CLOUD COMPUTING ABC - LOAD BALANCING TECHNIQUE - IN CLOUD COMPUTING Miss. Neeta S. Nipane Department of Computer Science and Engg ACE,Nagthana Rd, Wardha(MH),INDIA neetanipane@gmail.com Prof. Nutan M. Dhande Department

More information

A Survey Paper: Cloud Computing and Virtual Machine Migration

A Survey Paper: Cloud Computing and Virtual Machine Migration 577 A Survey Paper: Cloud Computing and Virtual Machine Migration 1 Yatendra Sahu, 2 Neha Agrawal 1 UIT, RGPV, Bhopal MP 462036, INDIA 2 MANIT, Bhopal MP 462051, INDIA Abstract - Cloud computing is one

More information

CLOUD COMPUTING PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM

CLOUD COMPUTING PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM CLOUD COMPUTING PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM Anisaara Nadaph 1 and Prof. Vikas Maral 2 1 Department of Computer Engineering, K.J College of Engineering and Management Research Pune

More information

Load Balancing in Green Cloud Computation

Load Balancing in Green Cloud Computation , July 3-5, 2013, London, U.K. Load Balancing in Green Cloud Computation Nada M. Al Sallami Abstract-This paper discusses a proposed load balance technique based on Artificial Neural Network ANN. ANN predict

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 2, February 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analysis of

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

A Secure Strategy using Weighted Active Monitoring Load Balancing Algorithm for Maintaining Privacy in Multi-Cloud Environments

A Secure Strategy using Weighted Active Monitoring Load Balancing Algorithm for Maintaining Privacy in Multi-Cloud Environments IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 10 April 2015 ISSN (online): 2349-784X A Secure Strategy using Weighted Active Monitoring Load Balancing Algorithm for Maintaining

More information

Service allocation in Cloud Environment: A Migration Approach

Service allocation in Cloud Environment: A Migration Approach Service allocation in Cloud Environment: A Migration Approach Pardeep Vashist 1, Arti Dhounchak 2 M.Tech Pursuing, Assistant Professor R.N.C.E.T. Panipat, B.I.T. Sonepat, Sonipat, Pin no.131001 1 pardeepvashist99@gmail.com,

More information

A Clustered Approach for Load Balancing in Distributed Systems

A Clustered Approach for Load Balancing in Distributed Systems SSRG International Journal of Mobile Computing & Application (SSRG-IJMCA) volume 2 Issue 1 Jan to Feb 2015 A Clustered Approach for Load Balancing in Distributed Systems Shweta Rajani 1, Niharika Garg

More information

Dynamic Load Balancing: Improve Efficiency in Cloud Computing Argha Roy * M.Tech CSE Netaji Subhash Engineering College West Bengal, India.

Dynamic Load Balancing: Improve Efficiency in Cloud Computing Argha Roy * M.Tech CSE Netaji Subhash Engineering College West Bengal, India. Dynamic Load Balancing: Improve Efficiency in Cloud Computing Argha Roy * M.Tech CSE Netaji Subhash Engineering College West Bengal, India. Diptam Dutta M.Tech CSE Heritage Institute of Technology West

More information

Efficient Load Balancing Algorithm in Cloud Computing

Efficient Load Balancing Algorithm in Cloud Computing بسم هللا الرحمن الرحيم Islamic University Gaza Deanery of Post Graduate Studies Faculty of Information Technology الجامعة اإلسالمية غزة عمادة الدراسات العليا كلية تكنولوجيا المعلومات Efficient Load Balancing

More information

A Taxonomy of Cloud Computing

A Taxonomy of Cloud Computing International Journal of Scientific and Research Publications, Volume 4, Issue 7, July 2014 1 A Taxonomy of Cloud Computing Anurag Jain *, Dr. Rajneesh Kumar ** * Computer Science Department, Geeta Institute

More information

Cloud Computing: The Next Computing Paradigm

Cloud Computing: The Next Computing Paradigm Cloud Computing: The Next Computing Paradigm Ronnie D. Caytiles 1, Sunguk Lee and Byungjoo Park 1 * 1 Department of Multimedia Engineering, Hannam University 133 Ojeongdong, Daeduk-gu, Daejeon, Korea rdcaytiles@gmail.com,

More information