A SURVEY ON LOAD BALANCING ALGORITHMS FOR CLOUD COMPUTING
|
|
- Oswin Patrick
- 2 years ago
- Views:
Transcription
1 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, #2 Department of Computer Science and Engineering, NIT Hamipur, #3Department of Computer Science and Engineering, Shoolini University, ABSTRACT Cloud Computing is growing in real time environment and provides shared resources, information, software packages and other resources as pay per use at specific time. Resources are needed to be equally balanced between various computing processes and to obtain proper utilization of resources load balancing is required. In this paper, various load balancing algorithms are compared on the basis of their metrics which are useful for dynamic load balancing. Key words: Cloud Computing; Load Balancing Corresponding Author: Himanshu Gupta INTRODUCTION A Cloud refers to a distinct IT environment that is a network of servers designed for the purpose of remotely provisioning scalable and measured IT resources. It is a type of computing in which resources are shared rather than owning personal devises or local personal servers which can be used to handle applications on system. The word cloud in cloud computing is used as a metaphor for internet so we can define a cloud computing as the internet based computing in which the different services like storage, servers and application are provided to organizations computers and device using internet[1]. So as compared to traditional own and use technique if we use cloud computing, the purchasing and maintenance cost of infrastructure is eliminated. It allows the users to use resources according to the arrival of their needs in real time. Thus, we can say that cloud computing enables the user to have convenient and on-demand access of shared pool of computing resource such as storage, network, application and services, etc.. On pay per use basis. Load balancing is one of the main issues related to cloud computing. The load can be a memory, CPU capacity, network or delay load. It is always required to share work load among the various nodes of the distributed system to improve the resource utilization and for better performance of the system. This can help to avoid the situation where nodes are either heavily loaded or under R S. Publication, Page 66
2 loaded in the network. Load balancing is the process of ensuring the evenly distribution of work load on the pool of system node or processor so that without disturbing, the running task is completed. The goals of load balancing[2] is to improve the performance, maintain system stability, build fault tolerance systems and accommodate future modification. There are some main phases that almost all load balancing algorithms have in common [4]. Monitoring is to monitor resource load state. Synchronization means exchanging load and state information between resources. Rebalancing Criteria is to calculate the new work distribution andmaking work moment decision. Job Migration is actual movement of data. It provides when a system decides to export a process CLASSIFICATION In order to define a Load-balancing (LB) algorithm completely, the main four sub-strategies (initiation, location, exchange, and selection) have to be defined. The goal of this classification is to understand load balancing algorithms. This classification provides a terminology and a framework to describe and classify different existing load balancing algorithms, and facilitating the task of identifying a suitable load balancing strategy. A detailed discussion of the classification is presented in the following Figure 1: Dynamic Load balancing (DLB) and Static Load Balancing (SLB). Static load balancing (SLB) distributes the work among processors prior to the execution of the algorithm and Dynamic Load Balancing (DLB) distributes the work among processors during the execution of the algorithm Figure 1 Classification Load Balancing The jobs session is not predictable and the capacities of each node in the cloud differ, for the load balancing problem, and workload control is difficult to improve system performance and maintain stability. Cloud computing is efficient and scalable but is maintaining the stability of processing so many jobs in the cloud computing environment is a very complex problem with load balancing receiving much attention for researchers. It is common today in redundant highavailability computer systems that incoming network traffic is distributed on network level by using one of frequently used network load balancing algorithms (like: random-allocation, roundrobin allocation, weighted round-robin allocation, etc.). R S. Publication, Page 67
3 RELATED WORK In this section, some significant contributions on load balancing in cloud computing, as mentioned in the literature are discussed. Khiyaita et al. [3], suggested an overview of load balancing in cloud computing, classification of load balancing algorithms based upon system load and system topology, examples of load balancing and different research challenges in load balancing. While in [4] authors discussed most of the existing techniques which are aimed at reducing the associated overhead, service response time and improving performance of the technique. Menasce et al. [5] discussed the concept of cloud computing, its pros, cons and described several existing cloud computing platforms. Yan et al. [6] proposed a scheduling algorithm. Their algorithm combined the capabilities of both OLB (Opportunistic Load Balancing) [7] and LBMM (Load Balance Min-Min) [8] scheduling algorithms, and is comparatively more efficient. In [9], idea is to find the best cloud resource while considering Cooperative Power aware Scheduled Load Balancing, solution to the Cloud load balancing challenge. In PALB [10] approach, the utilization percentages of each compute node is estimated. This helps in deciding the number of compute nodes which must keep operating while other node completely shuts down. The algorithm has three sections: Balancing section, Upscale section and Downscale section. Calvo et al. [11] have discussed on managing large image collections in companies and institutions. Load balancing techniques should be such as to obtain measurable improvements in resource utilization and availability of resources in the cloud computing environment [12]. Iosup et al. [13] had analyzed the performance of cloud computing services for scientific computing workloads and quantified the presence in the real scientific computing workloads of Many-Task Computing (MTC) users. Sethi et al. [14] proposed a load balancing algorithm using fuzzy logic in a cloud computing environment. This algorithm uses two parameters processor speed and assigned a load of virtual machine, to balance the overall load through fuzzy logic, although in [15], the authors have introduced a new fuzzy logic based dynamic load balancing algorithm with additional parameters- memory usage, bandwidth usage, disk space usage and virtual machine status and named it as Fuzzy Active Monitoring Load Balancer (FAMLB). Sokile et al. [16] have discussed different load balancing techniques in a distributed environment, namely diffusive load, static, round robin and shortest queue in different client environments. Deshmukh A. et al. [17], discussed on different load balancing strategies, algorithms and methods. The research also shows that the dynamic load balancing is more efficient than other static load balancing techniques. Efficient load balancing can clearly give major performance benefits [18]. In this paper, the author has first proposed an Ordered Round Robin (ORR) scheme to schedule packets in a heterogeneous network processor, assuming that the workload is perfectly divisible. The processed loads from the processors are perfectly ordered. This paper analyzes the throughput and derives expressions for the batch size, scheduling time and maximum number of schedulable processors. Kaur J. [19] has discussed active VM load balancer algorithm to find a suitable virtual machine in less time period. Zhang B. et al. [20], proposed an algorithm which adds capacity to the dynamic balance mechanism for the cloud. The experiments demonstrate that the algorithm has obtained a better load balancing degree and used less time in loading all tasks. Ray S. et al.[21] have discussed various algorithms of load balancing like Round robin algorithm, Central queuing algorithm and Randomized algorithm, their analysis is carried out on MIPS vs. VM and MIPS vs. HOST basis. R S. Publication, Page 68
4 COMPARISONS OF EXISTING LOAD BALANCING TECHNIQUES: A comparison has been shown in the following Table 1 and Table 2 for different load balancing algorithms based on various metrics / techniques such as throughput, overhead means to message traffic while communicating, Fault Tolerance, Migration Time, Response time, Resource utilization, Scalability and performance etc. Table 1: Comparison of Existing Load Balancing Metrics/Techniques Throughput Overhead Fault Tolerance Migration Time Response Time Resource Utilization Scalability Performance Steadiness Round Robin Yes Yes No No Yes Yes Yes Yes Stable Dynamic Robin Round Yes Yes Yes Yes No Yes No No Unstable PALB Yes Yes Yes Yes Yes Yes No No Stable Active Monitoring Yes Yes No Yes Yes Yes Yes No - FAMLB Yes Yes Yes Yes No Yes Yes Yes Stable Min-Min Yes Yes No No Yes Yes No Yes - Max-Min Yes Yes No No Yes Yes No Yes - OLB+LBMM No No No No No Yes No Yes Stable Throttled No No Yes Yes Yes Yes Yes Yes - Honey bee Foraging No No No No No Yes No No Stable Active Clustering No Yes No Yes No Yes No No Unstable Biased sampling Random No Yes No No No Yes No Yes Stable R S. Publication, Page 69
5 Table 1: Comparison with different metric Agent based Fault tolerant Dynamic LB Algorithm/Metric approaches Optimal algorithm for LB neighbor in cloud LB Communication overhead More More Less Makespan Less Average More Load balancing time Less Less More Scalability Scalable Scalable Scalable Average resource Average Improved More utilization rate Fault tolerance Integrated Very high Integrated Reliability Integrated High Integrated CONCLUSION The paper focused on survey of the existing load balancing algorithm and its various metrics. The main objective is to improve the performance of the system with less response time, throughput, scalability, resource utilization etc for load balancing algorithm. In future, we will work on the idle resources which will be utilized properly by the use of Honey bee and Genetic Algorithm on the basis of decision based policy. Hence this paper will help smart researchers to provide more secured optimal load balancing algorithms and strengthen the cloud computing paradigm. R S. Publication, Page 70
6 REFERENCE [1]. L. Wang, J. Tao, M. Kunze, Scientific Cloud Computing: Early Definition and Experience, the 10th IEEE Conference on High Performance Computing and Communications, pp , September [2]. D. Escalnte, Andrew J. Korty, Cloud Services: Policy and Assessment, Educause review, vol 46, no. 4, [3] A. Khiyaita, M. Zbakh, H. El Bakkali, and D. El Kettani, Load balancing cloud computing: state of art, in Network Security and Systems, proc of 2012 National Days of Network Security and Systems, IEEE, 2012, pp [4] N. J. Kansal and I. Chana, Existing load balancing techniques in cloud computing: A systematic review., Journal of Information Systems & Communication, vol. 3, no. 1, pp , [5] D. A. Menasce and P. Ngo, Understanding cloud computing: Experimentation and capacity planning, in Computer Measurement Group Conference, [6] S.-C. Wang, K.-Q. Yan, W.-P. Liao, and S.-S. Wang, Towards a load balancing in a threelevel cloud computing network, IEEE, vol. 1, pp , [7] T. D. Braun, H. J. Siegel, N. Beck, L. L. Boloni, M. Maheswaran, A. I. Reuther, J. P. Robertson, M. D. Theys, B. Yao, D. Hensgen, A comparison of eleven static heuristics for mapping a class of independent tasks onto heterogeneous distributed computing systems, Journal of Parallel and Distributed computing, vol. 61, no. 6, pp , [8] T. Kokilavani and D. Amalarethinam, Load balanced min-min algorithm for static meta-task scheduling in grid computing., International Journal of Computer Applications, vol. 20, no. 2, 2011,pp [9] T. Anandharajan and M. Bhagyaveni, Co-operative scheduled energy aware load-balancing technique for an efficient computational cloud., International Journal of Computer Science vol. 8, no. 2, [10] J. M. Galloway, K. L. Smith, and S. S. Vrbsky, Power aware load balancing for cloud computing, in Proceedings of the World Congress on Engineering and Computer Science, vol. 1, pp , [11] R. Alonso-Calvo, J. Crespo, M. Garcia-Remesal, A. Anguita, and V. Maojo, On distributing load incloud computing: A real application for very-large image datasets, Procedia Computer Science,vol. 1, no. 1, pp , [12] Z. Chaczko,V. Mahadevan, S. Aslanzadeh, and C. Mcdermid, Availability and load balancing in cloud computing, International Conference on Computer and Software Modeling, Singapore, vol. 14, [13] A. Iosup, S. Ostermann, M. N. Yigitbasi, R. Prodan, T. Fahringer, and D. H. Epema, Performance analysis of cloud computing services for many-tasks scientific computing, Parallel and Distributed Systems, IEEE Transactions on, vol. 22, no. 6, pp , [14] S. Sethi, A. Sahu, and S. K. Jena, Efficient load balancing in cloud computing using fuzzy logic, Journal of Engineering, vol. 2, no. 7, pp , [15] Z. Nine, M. SQ, M. Azad, A. Kalam, S. Abdullah, and R. M. Rahman, Fuzzy logic based dynamic load balancing in virtualized data centers in Fuzzy Systems, IEEE, 2013, pp [16] M. E. Soklic, Simulation of load balancing algorithms: a comparative study, ACM SIGCSE Bulletin, vol. 34, no. 4,, pp , R S. Publication, Page 71
7 [17] A. P. Deshmukh and K. Pamu, Applying load balancing: A dynamic approach, InternationalJournal of Computer Science Issues, vol. 2, no. 6, [18] J. Yao, J. Guo, and L. N. Bhuyan, Ordered round-robin: An efficient sequence preserving packet scheduler, Computers, IEEE Transactions on, vol. 57, no. 12, pp , [19] J. Kaur, Comparison of load balancing algorithms in a cloud, International Journal of Engineering Research and Applications, vol. 2, no. 3, pp , [20] Z. Bo, G. Ji, and A. Jieqing, Cloud loading balance algorithm, in Information Science and Engineering, pp , [21] S. Ray and A. De Sarkar, Execution analysis of load balancing algorithms in cloud computing environment, International Journal on Cloud Computing: Services & Architecture, vol. 2, no. 5, R S. Publication, Page 72
Comparative Study on Load Balancing Techniques in Cloud Computing
OPEN JOURNAL OF MOBILE COMPUTING AND CLOUD COMPUTING Volume 1, Number 1, August 2014 OPEN JOURNAL OF MOBILE COMPUTING AND CLOUD COMPUTING Comparative Study on Load Balancing Techniques in Cloud Computing
Rahul Rathore, Bhumika Gupta, Vaibhav Sharma, Kamal Kumar Gola
International Journal of Scientific & Engineering Research, Volume 5, Issue 12, December-2014 302 Implementation and Result Analysis of Priority Based Load Balancing In Cloud Computing Rahul Rathore, Bhumika
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
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
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
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
Dynamic Round Robin for Load Balancing in a Cloud Computing
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. 2, Issue. 6, June 2013, pg.274
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
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
Load Balancing with Task Subtraction of Same Nodes
Load Balancing with Task Subtraction of Same Nodes Ranjan Kumar Mondal 1, Debabrata Sarddar 2 1 Research Scholar, 2 Assistant Professor 1,2 Department of Computer Science and Engineering, University of
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,
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
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
A Review on Load Balancing Algorithm in Cloud Computing
A Review on Load Balancing Algorithm in Cloud Computing Komal Purba 1, Nitin Bhagat 2 1 (Department of CSE, SIET Manawala, India) 2 (Department of CSE, SIET Manawala, India) Abstract:Cloud computing represents
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
The International Journal Of Science & Technoledge (ISSN 2321 919X) www.theijst.com
THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE Efficient Parallel Processing on Public Cloud Servers using Load Balancing Manjunath K. C. M.Tech IV Sem, Department of CSE, SEA College of Engineering
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
Towards a Load Balancing in a Three-level Cloud Computing Network
Towards a Load Balancing in a Three-level Cloud Computing Network Shu-Ching Wang, Kuo-Qin Yan * (Corresponding author), Wen-Pin Liao and Shun-Sheng Wang Chaoyang University of Technology Taiwan, R.O.C.
Efficient load Balancing in Cloud Computing using Fuzzy Logic
IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 Volume 2, Issue 7(July 2012), PP 65-71 Efficient load Balancing in Cloud Computing using Fuzzy Logic Srinivas Sethi 1, Anupama Sahu 2 Suvendu Kumar
Load Balancing using DWARR Algorithm in Cloud Computing
IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 12 May 2015 ISSN (online): 2349-6010 Load Balancing using DWARR Algorithm in Cloud Computing Niraj Patel PG Student
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
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
Various Schemes of Load Balancing in Distributed Systems- A Review
741 Various Schemes of Load Balancing in Distributed Systems- A Review Monika Kushwaha Pranveer Singh Institute of Technology Kanpur, U.P. (208020) U.P.T.U., Lucknow Saurabh Gupta Pranveer Singh Institute
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
Efficient Parallel Processing on Public Cloud Servers Using Load Balancing
Efficient Parallel Processing on Public Cloud Servers Using Load Balancing Valluripalli Srinath 1, Sudheer Shetty 2 1 M.Tech IV Sem CSE, Sahyadri College of Engineering & Management, Mangalore. 2 Asso.
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
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
Effective load balancing in cloud computing
International Journal of Intelligent Information Systems 2014; 3(6-1): 1-9 Published online September 26, 2014 (http://www.sciencepublishinggroup.com/j/ijiis) doi: 10.11648/j.ijiis.s.2014030601.11 ISSN:
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
A probabilistic multi-tenant model for virtual machine mapping in cloud systems
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
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,
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,
International Journal of Advancements in Research & Technology, Volume 3, Issue 8, August-2014 68 ISSN 2278-7763
International Journal of Advancements in Research & Technology, Volume 3, Issue 8, August-2014 68 A Survey of Load Balancing Algorithms using VM B.KalaiSelvi 1 and Dr.L.Mary Immaculate Sheela 2 1 Research
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
@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
Extended Round Robin Load Balancing in Cloud Computing
www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 8 August, 2014 Page No. 7926-7931 Extended Round Robin Load Balancing in Cloud Computing Priyanka Gautam
A Review of Load Balancing Algorithms for Cloud Computing
www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume - 3 Issue -9 September, 2014 Page No. 8297-8302 A Review of Load Balancing Algorithms for Cloud Computing Dr.G.N.K.Sureshbabu
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
Grid Computing Vs. Cloud Computing
International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 6 (2013), pp. 577-582 International Research Publications House http://www. irphouse.com /ijict.htm Grid
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
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,
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,
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
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
Comparative Analysis of Load Balancing Algorithms in Cloud Computing
Comparative Analysis of Load Balancing Algorithms in Cloud Computing Anoop Yadav Department of Computer Science and Engineering, JIIT, Noida Sec-62, Uttar Pradesh, India ABSTRACT Cloud computing, now a
A Comparative Study of Load Balancing Algorithms in Cloud Computing
A Comparative Study of Load Balancing Algorithms in Cloud Computing Reena Panwar M.Tech CSE Scholar Department of CSE, Galgotias College of Engineering and Technology, Greater Noida, India Bhawna Mallick,
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
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
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,
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
A Novel Switch Mechanism for Load Balancing in Public Cloud
International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) A Novel Switch Mechanism for Load Balancing in Public Cloud Kalathoti Rambabu 1, M. Chandra Sekhar 2 1 M. Tech (CSE), MVR College
LOAD BALANCING STRATEGY BASED ON CLOUD PARTITIONING CONCEPT
Journal homepage: www.mjret.in ISSN:2348-6953 LOAD BALANCING STRATEGY BASED ON CLOUD PARTITIONING CONCEPT Ms. Shilpa D.More 1, Prof. Arti Mohanpurkar 2 1,2 Department of computer Engineering DYPSOET, Pune,India
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
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
Simulation of Dynamic Load Balancing Algorithms
Bonfring International Journal of Software Engineering and Soft Computing, Vol. 5, No.1, July 2015 1 Simulation of Dynamic Load Balancing Algorithms Dr.S. Suguna and R. Barani Abstract--- Cloud computing
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
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
LOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTING Neethu M.S 1 PG Student, Dept. of Computer Science and Engineering, LBSITW (India) ABSTRACT Cloud computing is emerging as a new paradigm for manipulating, configuring,
Review on Existing Load Balancing Techniques of Cloud Computing
Review on Existing Load Balancing Techniques of Cloud Computing #Suresh Kumar 1,M.Tech(CSE) #Ragavender 2, Associate Professor, CSE Department # Malla Reddy Engineering College, Hyderabad, TS State, INDIA
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
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
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
Roulette Wheel Selection Model based on Virtual Machine Weight for Load Balancing in Cloud Computing
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 5, Ver. VII (Sep Oct. 2014), PP 65-70 Roulette Wheel Selection Model based on Virtual Machine Weight
A Comprehensive Study of Various Load Balancing Techniques used in Cloud Based Biomedical Services
, pp.127-132 http://dx.doi.org/10.14257/ijgdc.2015.8.2.12 A Comprehensive Study of Various Load Balancing Techniques used in Cloud Based Biomedical Services Abhinav Hans* and Sheetal Kalra GNDU RC Jalandhar
A Novel Survey on an Intelligent and Efficient Load Balancing Techniques for Cloud Computing
A Novel Survey on an Intelligent and Efficient Load Balancing Techniques for Cloud Computing 1 Kamlesh Kumar, 2 Somil Kumar Gupta, 3 Govind Singh 1 Assistant Professor, Graphic Era Hill University, Bhimtal
A Comprehensive Analysis of Existing Load Balancing Algorithms in Cloud Network
A Comprehensive Analysis of Existing Load Balancing Algorithms in Cloud Network Pinki 1, Nida 2 1, 2, M.Tech (CSE), School of Computing Science and Engineering, Galgotias University, Greater Noida, India
DynamicCloudSim: Simulating Heterogeneity in Computational Clouds
DynamicCloudSim: Simulating Heterogeneity in Computational Clouds Marc Bux, Ulf Leser {bux leser}@informatik.hu-berlin.de The 2nd international workshop on Scalable Workflow Enactment Engines and Technologies
Task Scheduling Techniques for Minimizing Energy Consumption and Response Time in Cloud Computing
Task Scheduling Techniques for Minimizing Energy Consumption and Response Time in Cloud Computing M Dhanalakshmi Dept of CSE East Point College of Engineering & Technology Bangalore, India Anirban Basu
A Review on Load Balancing Algorithms in Cloud
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,
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
A SURVEY OF CLOUD BASED LOAD BALANCING TECHNIQUES
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
QOS Differentiation of Various Cloud Computing Load Balancing Techniques
QOS Differentiation of Various Cloud Computing Load Balancing Techniques Abhinav Hans Navdeep Singh Kapil Kumar Mohit Birdi ABSTRACT With an increase in the demands the Cloud computing has become one of
Models of Load Balancing Algorithm in Cloud Computing
Models of Load Balancing Algorithm in Cloud Computing L. Aruna 1, Dr. M. Aramudhan 2 1 Research Scholar, Department of Comp.Sci., Periyar University, Salem. 2 Associate Professor & Head, Department of
A Hybrid Load Balancing Policy underlying Cloud Computing Environment
A Hybrid Load Balancing Policy underlying Cloud Computing Environment S.C. WANG, S.C. TSENG, S.S. WANG*, K.Q. YAN* Chaoyang University of Technology 168, Jifeng E. Rd., Wufeng District, Taichung 41349
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,
Power Aware Load Balancing for Cloud Computing
, October 19-21, 211, San Francisco, USA Power Aware Load Balancing for Cloud Computing Jeffrey M. Galloway, Karl L. Smith, Susan S. Vrbsky Abstract With the increased use of local cloud computing architectures,
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
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
Load Balancing with Tasks Subtraction
Load Balancing with Tasks Subtraction Ranjan Kumar Mondal 1 Department of Computer Science & Engineering, University of Kalyani, Kalyani, India Payel Ray 2 Department. Computer Science & Engineering, University
A NEW APPROACH FOR LOAD BALANCING IN CLOUD COMPUTING
www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 5 May, 2013 Page No. 1636-1640 A NEW APPROACH FOR LOAD BALANCING IN CLOUD COMPUTING S. Mohana Priya,
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
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,
Enhanced Load Balanced Min-Min Algorithm in Cloud Computing
International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 Enhanced Load Balanced Min-Min Algorithm in Cloud Computing RiddhiVarude 1, Ishita
DDSS: Dynamic Dedicated Servers Scheduling for Multi Priority Level Classes in Cloud Computing
DDSS: Dynamic Dedicated Servers Scheduling for Multi Priority Level Classes in Cloud Computing Husnu S. Narman husnu@ou.edu Md. Shohrab Hossain mshohrabhossain@cse.buet.ac.bd Mohammed Atiquzzaman atiq@ou.edu
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
Efficient and Enhanced Load Balancing Algorithms in Cloud Computing
, pp.9-14 http://dx.doi.org/10.14257/ijgdc.2015.8.2.02 Efficient and Enhanced Load Balancing Algorithms in Cloud Computing Prabhjot Kaur and Dr. Pankaj Deep Kaur M. Tech, CSE P.H.D prabhjotbhullar22@gmail.com,
A Comparison of Four Popular Heuristics for Load Balancing of Virtual Machines in Cloud Computing
A Comparison of Four Popular Heuristics for Load Balancing of Virtual Machines in Cloud Computing Subasish Mohapatra Department Of CSE NIT, ROURKELA K.Smruti Rekha Department Of CSE ITER, SOA UNIVERSITY
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
International Journal of Advance Research in Computer Science and Management Studies
Volume 3, Issue 6, June 2015 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online
Dynamic Approach for Load Balancing in CMS
Dynamic Approach for Load Balancing in CMS Karishma Bhagwan Badgujar 1, Prof. P. R. Patil 2 Department of Computer Engineering, Pune Institute of Computer Technology, Pune, India. karishmabadgujar13@gmail.com
Design of an Optimized Virtual Server for Efficient Management of Cloud Load in Multiple Cloud Environments
Design of an Optimized Virtual Server for Efficient Management of Cloud Load in Multiple Cloud Environments Ajay A. Jaiswal 1, Dr. S. K. Shriwastava 2 1 Associate Professor, Department of Computer Technology
FLBVFT: A Fuzzy Load Balancing Technique for Virtualization and Fault Tolerance in Cloud
2015 (8): 131-135 FLBVFT: A Fuzzy Load Balancing Technique for Virtualization and Fault Tolerance in Cloud Rogheyeh Salehi 1, Alireza Mahini 2 1. Sama technical and vocational training college, Islamic
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
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
Enhanced Max-min Task Scheduling Algorithm in Cloud Computing
Enhanced Max-min Task Scheduling Algorithm in Cloud Computing Upendra Bhoi 1, Purvi N. Ramanuj 2 1 P.G.Student, Department of Computer Science & Technology, L.D.College of Engineering, Gujarat Technological
[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
Load Balanced Min-Min Algorithm for Static Meta-Task Scheduling in Grid Computing
Load Balanced Min-Min Algorithm for Static Meta-Task Scheduling in Grid Computing T. Kokilavani J.J. College of Engineering & Technology and Research Scholar, Bharathiar University, Tamil Nadu, India Dr.
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
Load Balancing Model in Cloud Computing
International Journal of Emerging Engineering Research and Technology Volume 3, Issue 2, February 2015, PP 1-6 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Load Balancing Model in Cloud Computing Akshada