Performance Evaluation of Load Balancing Algorithms on Cloud Data Centers
|
|
|
- Jemimah Welch
- 10 years ago
- Views:
Transcription
1 International Journal of Scientific & Engineering esearch, Volume 5, Issue 3, March-2014 Performance Evaluation of Load Balancing Algorithms on Cloud Data Centers Soumya anjan Jena, Sudarshan Padhy, Balendra Kumar Garg 1137 Abstract Cloud computing is the state-of-the-art of research and challenge and one of the recent research emerging trends in the field of computer science and engineering. This work is moreover an extension of the work [1] that Soumya anjan Jena and Zulfikhar Ahamad have previously performed. Basically Cloud computing provides services that are referred to as Software as a Service (SaaS), Platform as a Service (PaaS) and Infrastructure as a Service (IaaS). It has many advantages along with some crucial issues to be resolved in order to improve reliability of cloud environment. These issues are related with the load management, fault tolerance and different security issues in cloud environment. Load balancing is one of the essential factors to enhance the working performance of the cloud service provider. Since, cloud has inherited characteristic of distributed computing and virtualization there is a possibility of occurrence of deadlock. The aim of this paper is to demonstrate and discuss the critical role of load balancing of resources that plays in improving and maintaining the availability in cloud systems. Index Terms Cloud computing, Efficient load balancing, ound robin load balancing algorithm, Active monitoring load balancing algorithm, Throttled load balancing algorithm, Cloud analyst, IBM SPSS Amos, egression analysis. 1 INTODUCTION C LOUD data centers are the foundations to support many internet applications, enterprise operations, and scientific computations. Data centers are driven by large-scale computing services such as web searching, online social networking, online office and IT infrastructure outsourcing, and scientific computations. A data center can run a large variety of applications and services, and a smart routing protocol should guarantee the performance of each application by efficiently utilizing the link capacity, e.g., distributing the traffic among the links inside the data center as evenly as possible. Cloud computing is a model for enabling convenient, ondemand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction. It promises to eliminate the need for maintaining expensive computing facilities by companies and institutes alike. Through the use of virtualization and resource time sharing, clouds serve with a single set of physical resources a large user base with different needs. Moreover, the use of virtualization and resource time sharing may introduce significant performance penalties for the demanding scientific computing workloads. In this context we evaluate the performance of three Soumya anjan Jena, Teaching Associate, Department of CSE, AKS University, Satna, M.P., India. Dr. Sudarshan Padhy, Director, IMA, Bhubaneswar, Odisha, India. Belaendra Kumar Grag, Teaching Associate, Department of CSE, AKS University, Satna, M.P., India. different load balancing algorithms through regression analysis and find the efficient among them having least significant error. The load balancing algorithms automatically move load between servers so that most of the hardware resources are effectively utilized and to avoid any resource overloading situations. 2 CHAACTEISTICS OF CLOUD COMPUTING Cloud computing has the following five essential characteristics [2] Fig.1 Cloud Characteristics 1) On-demand self-service: A consumer can practically provision computing capabilities, such as server time and network storage, when needed automatically except requiring human interaction with each service s provider. 2) Broad network access: Capabilities are available over the network and it has accessibility through standard mechanisms which promote use by heterogeneous thin or thick client platforms (e.g., mobile phones, laptops, and PDAs).
2 1138 3) esource pooling. For serving multiple consumers using a multitenant model, the provider s computing resources are pooled to serve, with different physical and virtual resources dynamically assigned and reassigned as per consumer demand. There is a sense of location independence in that the customer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter). 4) apid elasticity. Capabilities can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time. 5) Measured Service. Cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). esource usage can be monitored, controlled, and reported providing transparency for both the provider and consumer of the utilized service. 3. EFFICIENT LOAD BALANCINGALGOITHMS Load balancing is a process of reassigning the total load to the individual nodes of the collective system to make resource utilization effective and to improve the response time of the job, simultaneously removing a condition in which some of the nodes are over loaded while some others are under loaded [1]. We are basically going to analyze three basic load balancing algorithms. They are: ound obin (): It is one of the simplest scheduling techniques that utilize the principle of time slices. Here the time is divided into multiple slices and each node is given a particular time slice or time interval i.e. it utilizes the principle of time scheduling. Each node is given a quantum and in this quantum the node will perform its operations. The resources of the service provider are provided to the requesting client on the basis of this time slice. Active Monitoring (AM): It is spread spectrum technique in which the load balancer spread the load of the job in hand into multiple virtual machines. The load balancer maintains a queue of the jobs that need to use and are currently using the services of the virtual machine. The balancer then continuously scans this queue and the list of virtual machines. If there is a VM available that can handle request of the node/client, the VM is allocated to that request. If however there is a VM that is free and there is another VM that needs to be freed of the load, then the balancer distributes some of the tasks of that VM to the free one so as to reduce the overhead of the former VM. Throttled (TH): In this algorithm the client first requests the load balancer to find a suitable Virtual Machine to perform the required operation. The process first starts by maintaining a list of all the VMs each row is individually indexed to speed up the lookup process. If a match is found on the basis of size and availability of the machine, then the load balancer accepts the request of the client and allocates that VM to the client. If, however there is no VM available that matches the criteria then the load balancer returns -1 and the request is queued. 4. ELATED WOK Early work in load balancing is devoted to minimize the response time of different load balancing algorithms in cloud based infrastructure [1]. am Prasad et al. [4] have studied divisible load scheduling theory in cloud computing. Kumar Nishant et al. [5] have demonstrated load balancing using Ant colony optimization. In [6] Jasmin James et al. have proposed a better allocation policy called weighted active monitoring load balancing by assigning weights to each VM. Soumya ay et al. [7] have identified qualitative components for simulation in cloud environment and then based on these components; he has explained execution analysis of load balancing algorithms. Ajith Singh. N et al. [8] have given a semi-distributed load balancing approach in cloud based infrastructure. In [9] authors have demonstrated efficient load balancing in cloud computing using Fuzzy logic. H.Mehta et al. [10] have formulated a new content aware load balancing policy named as workload and client aware policy (WCAP). It uses a unique and special property called UPS that defines the requests as well as computing nodes. USP helps the scheduler to decide the best suitable node for the processing the requests. A. M. Nakai et al. [11] have defined a distributed new server basedload balancing policy for web servers. It helps in reducing the service response times by using a protocol that limits the redirection of requests to the closest remote servers without overloading them. Y. Lua et al. [12] have explained a Join- Idle- Queue load balancing algorithm for dynamically scalable web services which provides large scale load balancing with distributed dispatchers by, first load balancing idle processors across dispatchers for the availability of idle processors at each dispatcher and then, assigning jobs to processors to reduce average queue length at each processor. J. Hu et al. [13] have investigated the problem of scheduling on load balancing on VM resources that uses historical data and current state of the system. This strategy achieves the best load balancing and
3 1139 reduced dynamic migration by using a genetic algorithm. It helps in resolving the issue of load balance and high cost of migration thus achieving better resource utilization. A.Bhadani et al. [14] have suitably explained a Central Load Balancing Policy for Virtual Machines (CLBVM) that balances the load evenly in a distributed virtual machine/cloud computing environment. This policy improves the overall performance of the system but does not consider the systems that are fault-tolerant. A. Singh et al. [15] have proposed a novel load balancing algorithm known as Vector Dot. It handles the hierarchical complexity of the data-center and multidimensionality of resource loads across servers, network switches, and storage in an agile data center that has integrated server and storage virtualization technologies. Y. Fang et al. [16] have studied the problem of two-level task scheduling mechanism based on load balancing to meet dynamic requirements of users and obtain high resource utilization. It achieves load balancing by first mapping tasks to virtual machines and then virtual machines to host resources thereby improving the task response time, resource utilization and overall performance of the cloud computing environment.s. Wang et al. [17] have formulated a two- phase scheduling algorithm which combines OLB (Opportunistic Load Balancing) and LBMM (Load Balance Min-Min) scheduling algorithms to utilize better executing efficiency and maintain the load balancing of the system. M. andles et al. [18] have investigated a distriuted andscalable load balancing approach that uses random sampling of the system domain to achieve self-organization thus balancing the load across all nodes of the system. He has also have demonstrated [19] Honeyeebee Foraging Algorithm which is derived from the behavior of honey bees for finding and reaping food. In contrast to the above discussed studies, we discuss three basic efficient and enhanced algorithm of load balancing and show the regression analysis of each for two different cases on cloud data centers. 5. PEFOMANCE EVALUATION THOUGH EGESSION ANALYSIS In this section we first calculate the response time of different load balancing algorithms using the tool cloud analyst [10] which is a cloud sim based GUI tool used for modelling and analysis of large scale cloud computing environment. Moreover, it enables the modeller to execute the simulation repeatedly with the modifications to the parameters quickly and easily. The following diagram shows the GUI interface of cloud analyst tool [1]. Fig.2 GUI Interface of Cloud Analyst Simulation setup and analysis of results are carried out for a period of 60 hrs by taking different numbers of users, 3 data centers i.e. DC1, DC2, and DC3 having 75, 50 and 25 numbers of VMs respectively. The other parameters are fixed according to Table 1 as shown. Table 1. Setting of Parameters Parameter Value Passed VM-image size VM-memory 1024 MB VM-bandwidth 1000 Service broker policy Data center architecture Optimize time x86 Data center-os Linux Data center-vmm Xen Data center- No of VMs Data center-memory per machine Data center-storage per machine Data center-available bandwidth per machine Data center-processor speed DC1-75 DC2-30 DC GB 1 TB Data center-vm policy Time shared response User grouping factor 1000
4 1140 equest grouping factor 250 Executable length instruction 250 After performing six different experiments by cloud analyst successfully in two cases we get the overall response time of different load balancing algorithms as given in the Table 2 and Table 4 and overall data center processing time as given in the Table 3 and Table 5. CASE-I: VMs having Same Number of Processors In this case we consider all virtual machines having same number of processors i.e. quad core processors. Table 2. Overall esponse Time for Case-I Overall esponse Time (in ms) No of users AM TH In the line of regression of dependent variable on all requested variable entered in the line which gives the best estimate by dependent variable for any given value of all requested variable. It is also obtained by the principle of least square on minimizing the sum of square of the error parallel to the X- axis in all three algorithms. By starting with the equation of the form: Dependent variable = A + B (all requested variable) (i) and minimizing the sum of squares of errors at estimates of dependent variable, i.e. derivations between the given users and their estimates given by line of regression of dependent variable users on all requested variable, i.e. minimizing. E = (x-a-by) (ii) Where x is the dependent variable and y is the all requested user. We shall get the normal equation for estimating A and B as: Dependent variable = n A + B all requested variable And Dependent variable all requested variable = A all requested variable + B (All requested variable) (iii) Now solving (iii) simultaneously for A and B we shall get: A = {( (y) 2 ) ( x) ( y) ( xy)} / n y 2 ( y) 2 and B = n xy ( x) ( y)/ n y 2 ( y) 2 Substituting these values of A and B in (i) we shall get the required equation of line of regression of dependent variable on all required variable. Motivation for egression Analysis We perform regression analysis through the tool called IBM SPSS Amos which implements the general approach to data analysis known as structural equation modeling (SEM), also known as analysis of covariance structures, or causal modeling [10]. This approach includes, as special cases, many wellknown conventional techniques, including the general linear model and common factor analysis. Here we generally perform the linear regression to find out the degree of correlation. At the time of calculating correlation the correlation value should always be in between -1 to +1; where -1 means perfect negative correlation and +1 means perfect +ve correlation. In the first case we take number of users as independent variable and the overall response time of ound robin algorithm () as dependent variable. In the second case we take same number of users as independent variable and overall response time of Active Monitoring (AM) as dependent variable. Similar case for the Throttled algorithm (TH). After analysis through IBM SPSS Amos version 22 we get the following observations. egression Analysis of ound obin Algorithm Table 3. Variables Entered/emoved Variables Entered Variables emoved Method a. Dependent Variable: b. All requested variables entered Mod el Table 4. Summary Adjusted Error of the Estimate
5 1141 Table 5. Co-efficients Standardized B Const Users a. Dependent Variable: Curve Estimation of ound obin Algorithm Table 7. Summary Error Mod el Adjusted of the Estimate Table 8. Co-efficients Standardized B Const Users a. Dependent Variable: AM Curve Estimation of Active Monitoring Algorithm Fig.3 Curve Estimation of Algorithm for CASE-I egression Analysis of Active Monitoring Algorithm Table 6. Variables Entered/emoved Variables Enteremoved Method Variables e- a. Dependent Variable: AM b. All requested variables entered. Fig.4 Curve Estimation of AM Algorithm for CASE-I egression Analysis of Throttled Algorithm Table 9. Variables Entered/emoved Modeteremoved Method Variables En- Variables e- a. Dependent Variable: TH
6 1142 b. All requested variables entered. Curve Estimation of Throttled Algorithm Table 10. Summary Adjust- Mod Squar ed Error of the el e Estimate Fig.5 Curve Estimation of TH Algorithm for CASE-I Table 10. Summary Adjusted Mod Squar Error of the el e Estimate b. Predictors: (Constant), users Table 11. Co-efficients Standardize Coefficientficients d Coef- CASE-II VMs having Different Numbers of Processors In this case we consider all virtual machines having different numbers of processors i.e. DC1 having the mixture of dual core and quad core processors, whereas DC2 having only dual core processors and finally DC3 have dual core, quad core and hexa core processors. Table 12. Overall esponse Time for Case-II Overall esponse Time (in ms) No of Users ound obin Active Monitoring Throttled B Error Beta T Sig Const Users a. Dependent Variable: TH egression Analysis of ound obin Algorithm Table 13. Variables Entered/emoved Variables En- Variables e- tered moved Method a. Dependent Variable: c. All requested variables entered.
7 1143 Table 14. Summary Mod Adjusted Error of el the Estimate Table 15. Co-efficients Standardize d B Const Users a. Dependent Variable: Curve Estimation of ound obin Algorithm Table 17. Summary Adjusted Error of the Estimate Table 18. Co-efficients Standardized B Const Users a. Dependent Variable: AM Curve Estimation of Active Monitoring Algorithm Fig.6 Curve Estimation of Algorithm for CASE-II egression Analysis of Active Monitoring Algorithm Table 16. Variables Entered/emoved Variables Entered Variables emoved Method a. Dependent Variable: AM b. All requested variables entered. Fig.7 Curve Estimation of AM Algorithm for CASE-II egression Analysis of Throttled Algorithm Table 19. Variables Entered/emoved Variables Enteremoved Variables e- Method
8 1144 a. Dependent Variable: TH b. All requested variables entered. Table 20. Summary Error Adjusted of the Estimate Table 21. Co-efficients Standardize d B Const Users a. Dependent Variable: TH Curve Estimation of Throttled Algorithm Throttled (0.007). Therefore, these two are the efficient algorithms for load balancing in cloud computing environment. 7. ACKNOWLEDGEMENTS We would like to thank Mr. Kumar Aashish, Asst. Professor, Faculty of Management Studies, AKS University for his help and co-operation for the completion of the work. We are greatful to Er. Satyabadi Kumar Jena, Mining Engineer, Coal India Limited for his motivation to write this paper. 8. EFEENCES [1] Soumya anjan Jena and Zulfikhar Ahmad, esponse time minimization of different load balancing algorithms in cloud computing environment, IJCA, Volume-69, No-17, May 2013 edition. [2] Sherif Sakr, Anna Liu, Daniel M. Batista, and Mohammad Alomari, A survey of large scale data management approaches in cloud environments, IEEE Communications Surveys & Tutorials, Vol. 13, No. 3, [3] Soumya anjan Jena, Bottle-necks of cloud security- A survey, Volume 85, No 12, January [4] am Prasad Padhy and P Goutam Prasad ao, Load balancing in cloud computing systems, Department of Computer Science and Engineering, NIT, ourkela, Odisha, India, May, [5] Kumar Nishant, Pratik Sharma, Vishal Krishna, Chhavi Gupta, Kunwar Pratap Singh and Nitin and avi astogi, Load balancing of nodes in cloud using ant colony optimization, 2012, 14th International conference on modeling and simulation. [6] Jasmin James and Dr. Bhupendra Verma, Efficient VM load balancing algorithm for a cloud computing environment, International Journal on Computer Science and Engineering (IJCSE), [7] Soumya ay and Ajanta De Sarkar, Execution analysis of load balancing algorithms in cloud computing environment, IJCCSA, Vol.2, No.5, October [8] Ajith Singh. N and M. Hemalatha, An approach on semi -distributed load balancing algorithm for cloud computing system, IJCA, Volume 56 No.12, October Fig.8 Curve Estimation of TH Algorithm for CASE-II 6. CONCLUSION In case-1 we find Active monitoring load balancing algorithm and Throttled load balancing algorithm both have same correlation co-efficient value having 0.11 whereas the ound robin has Therefore all these three algorithms are efficient where each virtual machine has same number of processors. On the other hand, when the number of processors per each virtual machine is different then we found that ound robin load balancing algorithm has higher correlation co-efficient (i.e. 0.05) in comparison to Active monitoring (0.008) and [9] Srinivas Sethi, Anupama Sahu and Suvendu Kumar Jena, Efficient load balancing in cloud computing using Fuzzy logic, IOSJEN, ISSN: Volume 2, Issue 7, [10] IBM SPSS Amos 22- User s Guide- James L. Arbuckle. [11] H. Mehta, P. Kanungo, and M. Chandwani, Decentralized content aware load balancing algorithm for distributed computing environments, Proceedings of the International Conference Workshop on Emerging Trends in Technology (ICWET), February 2011, pages [12] Y. Lua, Q. Xiea, G. Kliotb, A. Gellerb, J.. Larusb and A. Greenber, Join-Idle-Queue: A novel load balancing algorithm for dynamically scalable web services, An international Journal on Performance evaluation. [13] J. Hu, J. Gu, G. Sun, and T. Zhao, A Scheduling Strategy on Load Balancing of Virtual Machine esources in Cloud Computing Environ-
9 1145 ment, Third International Symposium on Parallel Architectures, Algorithms and Programming (PAAP), 2010, [14] A. Bhadani and S. Chaudhary, Performance evaluation of web servers using central load balancing policy over virtual machines on cloud, Proceedings of the Third Annual ACM. [15] A. Singh, M. Korupolu, and D. Mohapatra, Serverstorage virtualization: integration and load balancing in data centers, Proceedings of the ACM/IEEE conference on Supercomputing (SC), November [16] Y. Fang, F. Wang, and J. Ge, A Task Scheduling Algorithm Based on Load Balancing in Cloud Computing, Web Information Systems and Mining, Lecture Notes in Computer Science, Vol. 6318, 2010, pages [17] S. Wang, K. Yan, W. Liao, and 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 (ICCSIT), Chengdu, China, September 2010, pages [18] M. andles, D. Lamb, and A. Taleb-Bendiab, A Comparative Study into Distributed Load Balancing Algorithms for Cloud Computing, Proceedings of 24th IEEE International Conference on Advanced Information Networking and Applications Workshops, Perth, Australia, April 2010, pages [19] Martin andles, Enas Odat, David Lamb, Osama Abu- ahmeh and A. Taleb-Bendiab, A Comparative Experiment in Distributed Load Balancing, 2009, Second International Conference on Developments in esystems engineering. 9. BIOGAPHIES Soumya anjan Jena is Teaching Associate in the department of CSE at AKS University, Satna. He has completed B.Tech in CSE, M.Tech in IT, and CCNA. He is a member of Cisco Networking Academy. He has published two books and four International research papers in the field of Cloud computing. His research interests include Cloud computing (Load balancing, Security, Moving data to media cloud, Power consumption minimization, etc.), Sensor Networks, Algorithms, Wireless Networks, and Mobile Computing. [email protected]. Sudarshan Padhy, PhD, is Director at Institute of Mathematics and Applications, Bhubaneswar. Having 40 years of teaching and research experience he has guided many PhD and M.Tech students in the field of Numerical Analysis, Parallel algorithm, Computational fluid dynamics, Computational finance, Bioinformatics, etc. [email protected]. Balendra Kumar Garg is currently working as the Teaching Associate in the department of CSE at AKS University. He has completed MCA and M.Phil in Computer Science. He has 5 years of teaching experience. [email protected].
Response Time Minimization of Different Load Balancing Algorithms in Cloud Computing Environment
Response Time Minimization of Different Load Balancing Algorithms in Cloud Computing Environment ABSTRACT Soumya Ranjan Jena Asst. Professor M.I.E.T Dept of CSE Bhubaneswar In the vast complex world the
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
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,
Load Balancing Techniques : Major Challenges in Cloud Computing - A Systematic Review
1 Load Balancing Techniques : Major Challenges in Cloud Computing - A Systematic Review 1 Jasobanta Laha, 2 Rabinarayan Satpathy, 3 Kaustuva Dev 1,2,3 Computer Science., Biju Patnaik University of Technology
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,
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
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,
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, [email protected] #2
Cloud Load Balancing Techniques : A Step Towards Green Computing
www.ijcsi.org 238 Load Balancing Techniques : A Step Towards Green Nidhi Jain Kansal 1, Inderveer Chana 2 1 Computer Science and Engineering Department, Thapar University Patiala-147004, Punjab, India
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
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 Using High Level Fragmentation Of Dataset
Load Balancing In Cloud Computing Using High Level Fragmentation Of Dataset Vinay Kumar Kaushik Computer Engineering Department Malaviya National Institute of Technology Jaipur, Rajasthan, India [email protected]
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 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
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 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
CDBMS Physical Layer issue: Load Balancing
CDBMS Physical Layer issue: Load Balancing Shweta Mongia CSE, School of Engineering G D Goenka University, Sohna [email protected] Shipra Kataria CSE, School of Engineering G D Goenka University,
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
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
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 [email protected] Co-Author:
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
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
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
Comparative Study of Load Balancing Algorithms in Cloud Environment using Cloud Analyst
Comparative Study of Load Balancing Algorithms in Cloud Environment using Cloud Analyst Veerawali Behal Mtech(SS) Student Department of Computer Science & Engineering Guru Nanak Dev University, Amritsar
Load Balancing with Neural Network
Load Balancing with Neural Network Nada M. Al Sallami Associated Prof., CS Dept. Faculty of Information Technology & Science, Al Zaytoonah Private University Amman, Jordan Ali Al daoud Prof., CS Dept.
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 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
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
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 [email protected], [email protected] Abstract One of the most important issues
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 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: [email protected] Jawahar Thakur Department
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
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,
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
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
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
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 [email protected],
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
MANAGING OF IMMENSE CLOUD DATA BY LOAD BALANCING STRATEGY. Sara Anjum 1, B.Manasa 2
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND SCIENCE MANAGING OF IMMENSE CLOUD DATA BY LOAD BALANCING STRATEGY Sara Anjum 1, B.Manasa 2 1 M.Tech Student, Dept of CSE, A.M.R. Institute
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,
An Energy Efficient Server Load Balancing Algorithm
An Energy Efficient Server Load Balancing Algorithm Rima M. Shah 1, Dr. Priti Srinivas Sajja 2 1 Assistant Professor in Master of Computer Application,ITM Universe,Vadodara, India 2 Professor at Post Graduate
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
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
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
Distributed and Dynamic Load Balancing in Cloud Data Center
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. 4, Issue. 5, May 2015, pg.233
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
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
Keywords: Cloudsim, MIPS, Gridlet, Virtual machine, Data center, Simulation, SaaS, PaaS, IaaS, VM. Introduction
Vol. 3 Issue 1, January-2014, pp: (1-5), Impact Factor: 1.252, Available online at: www.erpublications.com Performance evaluation of cloud application with constant data center configuration and variable
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
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, [email protected] Mahender Kumar Beniwal Reader (CSE & IT), SKIT
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
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
Load Balancing Algorithm Based on Estimating Finish Time of Services in Cloud Computing
Load Balancing Algorithm Based on Estimating Finish Time of Services in Cloud Computing Nguyen Khac Chien*, Nguyen Hong Son**, Ho Dac Loc*** * University of the People's Police, Ho Chi Minh city, Viet
A Comparative Study on Load Balancing Algorithms with Different Service Broker Policies in Cloud Computing
A Comparative Study on Load Balancing Algorithms with Different Service Broker Policies in Cloud Computing Sonia Lamba, Dharmendra Kumar United College of Engineering and Research,Allahabad, U.P, India.
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
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:
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 [email protected], 2 [email protected]
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
Public Cloud Partition Balancing and the Game Theory
Statistics Analysis for Cloud Partitioning using Load Balancing Model in Public Cloud V. DIVYASRI 1, M.THANIGAVEL 2, T. SUJILATHA 3 1, 2 M. Tech (CSE) GKCE, SULLURPETA, INDIA [email protected] [email protected]
@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
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,
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 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 Computing. Course: Designing and Implementing Service Oriented Business Processes
Cloud Computing Supplementary slides Course: Designing and Implementing Service Oriented Business Processes 1 Introduction Cloud computing represents a new way, in some cases a more cost effective way,
Throtelled: An Efficient Load Balancing Policy across Virtual Machines within a Single Data Center
Throtelled: An Efficient Load across Virtual Machines within a Single ata Center Mayanka Gaur, Manmohan Sharma epartment of Computer Science and Engineering, Mody University of Science and Technology,
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 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 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
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
IMPROVED LOAD BALANCING MODEL BASED ON PARTITIONING IN 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 ISSN 2320 088X IJCSMC, Vol. 3, Issue.
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
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
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
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
Utilizing Round Robin Concept for Load Balancing Algorithm at Virtual Machine Level in Cloud Environment
Utilizing Round Robin Concept for Load Balancing Algorithm at Virtual Machine Level in Cloud Environment Stuti Dave B H Gardi College of Engineering & Technology Rajkot Gujarat - India Prashant Maheta
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
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
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
SCHEDULING IN CLOUD COMPUTING
SCHEDULING IN CLOUD COMPUTING Lipsa Tripathy, Rasmi Ranjan Patra CSA,CPGS,OUAT,Bhubaneswar,Odisha Abstract Cloud computing is an emerging technology. It process huge amount of data so scheduling mechanism
Efficient Service Broker Policy For Large-Scale Cloud Environments
www.ijcsi.org 85 Efficient Service Broker Policy For Large-Scale Cloud Environments Mohammed Radi Computer Science Department, Faculty of Applied Science Alaqsa University, Gaza Palestine Abstract Algorithms,
A Survey on Heterogeneous Load Balancing Techniques in Cloud Computing
IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 10 March 2015 ISSN (online): 2349-6010 A Survey on Heterogeneous Load Balancing Techniques in Cloud Computing
Performance Analysis of VM Scheduling Algorithm of CloudSim in Cloud Computing
IJECT Vo l. 6, Is s u e 1, Sp l-1 Ja n - Ma r c h 2015 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) Performance Analysis Scheduling Algorithm CloudSim in Cloud Computing 1 Md. Ashifuddin Mondal,
Statistics Analysis for Cloud Partitioning using Load Balancing Model in Public Cloud
Statistics Analysis for Cloud Partitioning using Load Balancing Model in Public Cloud 1 V.DIVYASRI, M.Tech (CSE) GKCE, SULLURPETA, [email protected] 2 T.SUJILATHA, M.Tech CSE, ASSOCIATE PROFESSOR
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.
IS PRIVATE CLOUD A UNICORN?
IS PRIVATE CLOUD A UNICORN? With all of the discussion, adoption, and expansion of cloud offerings there is a constant debate that continues to rear its head: Public vs. Private or more bluntly Is there
CSE LOVELY PROFESSIONAL UNIVERSITY
Comparison of load balancing algorithms in a Cloud Jaspreet kaur M.TECH CSE LOVELY PROFESSIONAL UNIVERSITY Jalandhar, punjab ABSTRACT This paper presents an approach for scheduling algorithms that can
Effective Virtual Machine Scheduling in Cloud Computing
Effective Virtual Machine Scheduling in Cloud Computing Subhash. B. Malewar 1 and Prof-Deepak Kapgate 2 1,2 Department of C.S.E., GHRAET, Nagpur University, Nagpur, India [email protected] and [email protected]
Minimize Response Time Using Distance Based Load Balancer Selection Scheme
Minimize Response Time Using Distance Based Load Balancer Selection Scheme K. Durga Priyanka M.Tech CSE Dept., Institute of Aeronautical Engineering, HYD-500043, Andhra Pradesh, India. Dr.N. Chandra Sekhar
Estimating Trust Value for Cloud Service Providers using Fuzzy Logic
Estimating Trust Value for Cloud Service Providers using Fuzzy Logic Supriya M, Venkataramana L.J, K Sangeeta Department of Computer Science and Engineering, Amrita School of Engineering Kasavanahalli,
Dynamic Method for Load Balancing in Cloud Computing
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 4, Ver. IV (Jul Aug. 2014), PP 23-28 Dynamic Method for Load Balancing in Cloud Computing Nikita Haryani
Load Balancing Scheduling with Shortest Load First
, pp. 171-178 http://dx.doi.org/10.14257/ijgdc.2015.8.4.17 Load Balancing Scheduling with Shortest Load First Ranjan Kumar Mondal 1, Enakshmi Nandi 2 and Debabrata Sarddar 3 1 Department of Computer Science
