Load Balancing Algorithm Based on Estimating Finish Time of Services in Cloud Computing
|
|
|
- Kory Harrell
- 9 years ago
- Views:
Transcription
1 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 Nam ** Post and Telecommunication Institute of Technology, Ho Chi Minh city, Viet Nam *** Ho Chi Minh City University of Technology, Ho Chi Minh city, Viet Nam [email protected], [email protected], [email protected] Abstract Cloud computing is an emerging trend in the field of Information Technology and includes a large of distributed resources. The main goal of cloud computing service providers is to provide resources to workloads efficiently. Load balancing is an important technique for the goal. The technique is responsible for optimizing resource utilization, maximizing throughput, minimizing response time, and avoiding overloading of any single resources. So far, many load balancing algorithms have been proposed but their performance has to be still desired. In this paper, we propose a novel load balancing algorithm that is based on the method of estimating the end of service time. The simulation results show that our proposed algorithm improves response time and processing time. Keywords Cloud computing, Load balancing, Virtual machine Migration, Datacenter, Scheduling policy. I. INTRODUCTION Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources that can be rapidly provisioned and released with minimal management efforts or service provider interaction [11]. However, there are various issues in cloud computing usage that need to be addressed by varieties of solutions. It cannot provide high performance without load balancing. Workloads must be submitted to proper hosts in order to achieve maximum resource utilization with higher availability at minimized cost. Thus, there are many load balancing algorithms proposed for cloud computing and improved continuously. Load balancing algorithms are broadly categorized into static load balancing and dynamic load balancing. In case of static load balancing, load distribution depends on the load at the time of selection of node whereas dynamic load balancing performs load distribution at run time. It uses current load information for making distribution decisions [12]. Some dynamic algorithms are adaptive; for example, the algorithms can be modified as the system state changes. In this paper, we analyze the dynamic load balancing algorithm in [3]-[10] and propose a load balancing algorithm based on the method of estimating the end of service time with the aim to improve the performance of cloud computing in terms of response time and processing time. The rest of this paper is organized as follows: The related works are reviewed in Section II. In Section III, we propose a load balancing algorithm which is based on estimating the point of time to complete services in the heterogeneous cloud environment. Computer simulations are described in Section IV. Finally, we conclude our study in Section V. II. RELATED WORK Load balancing is the process of distributing the load among various nodes of a distributed system to improve resource utilization and job response time, also avoiding a situation of filling up a certain node with heavy load. Load balancing schemes ensure that all processors in the system or every node in the network execute approximately an equal amount of workload at any instant of time [6]-[9]. There are many load balancing schemes developed in [1]-[4]-[5]-[8]. However, no scheme is suitable for all applications and all distributed computing systems. The choice of load balancing mechanisms depends on applications and hardware specifications. Load balancing can be applied to two levels: First, at the host level It is possible to specify how much of the overall processing power of each core will be assigned to each virtual machine (VM), known as VM scheduling policy. Second, at the VM level the VM assigns a fixed amount of the available processing power to the individual application services (task units) that are hosted within its execution engine, known as task scheduling policy. There are two types of scheduling policy: time-shared (TS) scheduling and spaceshared (SS) scheduling. At each level, TS of SS can be used and the choice depends on specific system designs [3]. Research in [3]-[10]-[13] proposed an Active Monitoring Load Balancer (AMLB) algorithm. The algorithm keeps information about each VMs and the number of requests currently allocated to which VMs. When a request arriving, it identifies the least loaded VM and allocates the incoming request to the VM. Thereby, VMs with powerful processing capability is assigned more workloads than weaker VMs. This mitigates bottleneck situations and improves significantly response time. Since the AMLB algorithm in [3]-[10] just based on known processing power of VMs and current number of assigned jobs, actual instant power of VMs and job size are not
2 considered. This may result assigning jobs to improper VMs. Because a VM with the strongest processing power early given and with the smallest number of assigned jobs may not the current strongest VM. As mentioned above, instant processing power of VMs depends on scheduling policy at two scheduling levels. Moreover, a big size job will take more processing power than small one. Thus, the number of jobs currently allocated to VM does not reflect the actual instant power of the VM. III. PROPOSED LOAD BALANCING ALGORITHM In our proposed algorithm, we take account of both actual instant processing power of VM and size of assigned jobs. We include two factors in a method of estimating the end of service time in VMs. The criterion of VM selection for the next job is VM can soonest finish it. On next allocation request, the load balancing algorithm must estimate the time that all queuing jobs and the next job (of current request) are completely done in every VM. The VM that corresponds with the earliest will be chosen to distribute the job. It is complicated to determine actual instant processing power of VMs. The processing power varies depending on scheduling policy at two scheduling levels in cloud computing. We use the way of calculating finish time in [7] and complete it with proposed formulas of calculating the processing power of virtual core depending on various scheduling cases. Measuring the effectiveness of load balancing depends on several factors of which: load and capacity. Load is the queue index CPU and CPU utilization. The capacity has average response time of a user request. The objective of our algorithm is to improve the response time and processing time in four scheduling cases: (1) SS in host level and SS in VM level; (2) SS in host level and TS in VM level; (3) TS in host level and SS in VM level; (4) TS in host level and TS in VM level. The expected response time can be determined by the following formula [3]-[10]: Where, Arr t is the arrival time of user request; Fin t is the finish time of user request and TDelay is the transmission delay. + If the scheduling policy is SS-SS or TS-SS, Fin t can be determined by the formula: + If the scheduling policy is SS-TS or TS-TS, Fin t can be determined by the formula: Execution time of a Job can be determined by the following formula: Or the processing time is the time of core processing, calculation speed is MIPS. Where, est(p) is the time that job p is started; ct is the current simulation time; rl is the total number instruction of Job; core(p) is the number of cores, or processing elements required by Job; Capacity is the average processing capacity (in MIPS) of a core for job. The Capacity parameter determines real performance for processing job on each VM. Obviously, Capacity depends on the scheduling policy on virtualized systems. Total processing capacity on a physical host is constant and depending on the number of physical cores and processing power of each core. However, when these resources are shared for many jobs simultaneously, each job requires some certain cores. If total number of the core is greater than the total number of physical core, there appears the concept of virtual core, and processing power of each virtual core may be smaller than of physical core. Therefore, Capacity is intrinsically the average processing power of a virtual core. From this analysis, we develop formulas of Capacity calculation in four scheduling cases as mentioned above. We have two levels of scheduling: scheduling VMs to share physical host resources and scheduling job to share VMs resources. Here, we propose formulas to calculate Capacity in each case and it will be used in our proposed load balancing algorithm: (1) VM scheduling policy is SS, task scheduling policy is SS: Where, Cap(i) is the processing power of the core i, np is the number of real core of the considered host. (2) VM scheduling policy is SS, task scheduling policy is TS: Where, cores (j) is number of cores that job j needs. is total job in VM which contains the job. (3) VM scheduling policy is TS, task scheduling policy is SS: Where, is number of VMs in the current host. is number of jobs running simultaneously in VM k. The reason why we write such expression is because VM can also have multiple jobs running simultaneously in SS scheduling. This is the case that number of cores in VM is greater than the number of cores required by a job. For example, VM has 4 cores, each job just needs 2 cores, there are two jobs running simultaneously). (4) VM scheduling policy is TS, task scheduling policy is TS: Where, is total job of the considered host. Since load balance algorithms perform in the DatacenterBroker, the parameter of transmission delay can be ignored (TDelay = 0). Our load balancing algorithm based on the estimated time to complete service is described in figure 1.
3 Step 1: Create a DatacenterBroker and maintaining a status index table of the VM and current Job allocated to any VM and determine whether its processing status have completed or not. At the same time of creating DatacenterBroker, no VM is allocated Job. Step 2: When there is a request to allocate a VM, DatacenterBroker will analyse status index table, estimate the time of completion of the job on each VM based on the formulas proposed above. The calculation also includes the existing jobs in the queue of each VM. The VM with the earliest completion time that will be selected for the job. If there are more than one, the first one will be is selected. Step 3: The algorithm return Id of the selected VM to DatacenterBroker. Step 4: DatacenterBroker posts job to VM that are identified by Id. Step 5: DatacenterBroker notify the algorithm about the new allocation. Step 6: The algorithm will update the status index table of VM and of job. Step 7: When the VM finishs processing requirements and DatacenterBroker is responded about job, it will update that job is completed in the status index table and decrease 1 job in the index table. Step 8: Continue to step 2 Id TABLE 2. PARAMETERS CONFIGURE VMS Memory (Mb) Bandwidth (Mb) No. PE/Core Rate PE (MIPS) B. Experimental Results 1. Scenario 1: In this case, SS policy applies to both the VM and the task. Using formula (2) to calculate the estimated completion time of the VM and the formula (5) for the calculation of the total performance of a host. Figure 2 and Figure 3 show the performance of the two algorithms based on the average response time (ms) and Figure 1. Description of the proposed algorithm IV. EXPERIMENT A. Configuration of Simulated Cloud Computing Model In this section, we conducted experiments to compare the proposed algorithm with AMLB algorithm [3]-[10] in terms of the average response time and average processing time. Algorithms are programmed in the Java language using the CloudSim library [2]-[7]. Our simulations implemented in the paper include one Datacenter and three VMs running on the physical host. System parameters are given in Table 1 and we change the scenario by submitting the number of jobs increasing from 10 to 50 jobs to clarify the variation of response time and data processing time of the two algorithms. We also simulate in each of the four scheduling cases. Figure 2. Average response time in scenario1 TABLE 1. SETTING CLOUD PARAMETER Type Parameter Value Datacenter Host Virtual machine (VM) Task/job Number of Datacenter 1 Number of Host 3 Number of PE on Host 1-4 MIPS of PE MIPS Memory of Host Storage Bandwidth (BW) MB Number of VM 3 RAM Bandwidth 1024 MB Number of job Length of job MI Figure 3. Average processing time in scenario1 Thus, if using SS scheduling policy for both VMs and tasks, the average processing time and average response time is equal for both algorithms. 2. Scenario 2: In this case, TS policy is applied to allocate VMs to the host, while the task provided is based on SS policy. Estimated completion time of a job p is managed by the VM i and it is calculated using the formula (2) and the total capacity of a host with np processing elements, is calculated using the formula (7). Figure 4 and Figure 5 describe the result of two algorithms No. PE requirement 1-3
4 Figure 4. Average response time in scenario2 Figure 5. Average processing time in scenario2 Figure 4 and Figure 5 show that the response time and processing time of the proposed algorithm is improved much more than that of the AMLB algorithm. 3. Scenario 3: In this case, SS policy is applied to allocate VM to the host and TS policies is formed on the basis of allocating tasks to processing core within a VM. Therefore, during the lifetime of the VM, all the tasks assigned to it are removed in the dynamic context. By using TS policy, estimated completion time of a job is managed by a VM and is calculated using the formula (3). In the TS policy, many job can have multi-tasks inside a VM. In this case, the total processing capacity of host is calculated by the formula (6). Figure 6 and Figure 7 describe the result of two algorithms Figure 7. Average processing time in scenario3 4. Scenario 4: In this case, TS schedule policy is applied to both the VM and task. Therefore, the processing power is shared simultaneously by VMs and each VM is shared by among its tasks. In this case, there is no queue latency related to the task. In the TS policy, estimated completion time of a job is calculated using the formula (3). In this case, the total processing capacity of host is formula (8). Figure 8 and Figure 9 describe the result of two algorithms Figure 8. Average response time in scenario4 Figure 9. Average processing time in scenario4 Figure 6. Average response time in scenario3 Figure 6 and Figure 7 show that the response time and processing time of the proposed algorithm is improved much more than that of the AMLB algorithm. Figure 8 and Figure 9 show that the response time and processing time of the proposed algorithm is improved than the AMLB algorithm. The experimental results show that the most powerful VM with ID-0 in the proposed algorithm has been allocated much more jobs than the strongest VM with ID-0 in AMLB algorithm. The weakest VM with ID-2 in the proposed algorithm has always been allocated less job than the weakest
5 VM with ID-2 in the AMLB algorithm. So, in all cases, the average response time and average data processing time of proposed algorithm in three scheduling cases of SS-TS, TS-SS, and TS-TS are always smaller than the AMLB algorithm, only in the scheduling policy of SS-SS results in equal response time and equal data processing time. Figure 10. Average response time of various scheduling cases Figure 11. Average processing time of various scheduling cases Also, the average response time and the average processing time corresponding to four scheduling cases of the proposed algorithm are showed in Figure 10 and Figure 11. The average response time and the the average processing time of TS-TS and SS-TS scheduling result are the best, the next is TS-SS scheduling policy and the worst is SS-SS scheduling policy. V. CONCLUSION In this paper, we propose a load balancing algorithm based on the method of estimating the end of service time in heterogeneous cloud computing environments. Scheduling cases of different levels were taken into account when we propose formulas to calculate the average processing power of a virtual core. Simulation results showed that the proposed algorithm is more effective. The processing time and response time are improved in four scheduling cases. Especially, the cases of time-shared always give the best results. Load balancing directly affects the issue of datacenter power consumption with variety of workloads in the cloud. Load balancing helps effectively utilize computational resources, improve efficiency performance but it also causes the problem of energy consumption and carbon dioxide emissions. The challenge that needs an appropriate solution for balancing between energy consumption and emissions with carbon dioxide in cloud computing environments. REFERENCES [1] Ajith, S.N., Hemalatha, M., An Approach on Semi-Distributed Load Balancing Algorithm for Cloud Computing System, International Journal of Computer Applications, [2] CloudSim 3.0 API (Application Programming Interface), The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne, available: [3] Jasmin, J., Bhupendra, V., Efficient VM load balancing algorithm for a cloud computing environment, International Journal on Computer Science and Engineering (IJCSE), [4] Md, F. A., Rafiqul, Z. K., The study on Load Balancing strategies in distributed computing system, International Journal of Computer Science & Engineering Survey (IJCSES). Vol.3, No.2, [5] Ram, P.P., Goutam, P. R., Load Balancing In Cloud Computing Systems, Department of Computer Science and Engineering National Institute of Technology, Rourkela Rourkela , Orissa, India, [6] Ratan, M. and Anant, J., Ant colony Optimization: A Solution of Load balancing in Cloud, International Journal of Web & Semantic Technology (IJWesT), Vol.3, No.2, April [7] Rodrigo, N. C., Rajiv, R., Anton, B., Cesar, A. F. D. R., and Rajkumar, B., CloudSim: A Toolkit for Modeling and Simulation of Cloud Computing Environments and Evaluation of Resource Provisioning Algorithms, Software: Practice and Experience, Volume 41, Number 1, Pages: 23-50, ISSN: , Wiley Press, New York, USA, January [8] Soumya, R. and Ajanta, D.S., Execution Analysis of Load Balancing Algorithms in Cloud Computing Environment, International Journal on Cloud Computing: Services and Architecture (IJCCSA),Vol.2, No.5, October [9] Kumar, Y. R., MadhuPriya, M., Chatrapati, K. S., Effective Distributed Dynamic Load Balancing For The Clouds, International Journal of Engineering Research & Technology (IJERT), Vol. 2 Issue 2, February [10] Soumya, R. J., Zulfikhar, A., Response Time Minimization of Different Load Balancing Algorithms in Cloud Computing Environment, International Journal of Computer Applications ( ), Volume 69, No.17, May [11] Peter, M., Timothy, G., The NIST Definition of Cloud Computing, NIST Special Publication , [12] William, L., George, K., Vipin, K., Load balancing across nearhomogeneous multi-resource servers, /00, IEEE, 2000 [13] Bhathiya Wickremasinghe, Rodrigo N. Calheiros, Rajkumar Buyya, CloudAnalyst: A CloudSim-based Visual Modeller for Analysing Cloud Computing Environments and Applications, 20-23, April 2010, pp Nguyen Khac Chien was born in Vietnam on October 6, He received the master degree in Computer Science from the University of Natural Sciences - Vietnam National University, Ho Chi Minh City in He is currently a lecturer at the University of the People's Police, and is doing a PhD candidate Computer Engineering at the Posts and Telecommunication Institute of Technology. His research interests include Auto-Scaling, VM Migration and Load balancing in cloud computing. Nguyen Hong Son, received his B.Sc. in Computer Engineering from Ho Chi Minh City University of Technology, his M.Sc. and PhD in Communication Engineering from the Post and Telecommunication Institute of Technology Hanoi. His current research interests include information security, computer engineering and cloud computing. Ho Dac Loc was born in Vietnam on August 18, He graduated from university in Kharkiv Polytechnic Institute, USSR in His PhD in Kyiv Polytechnic Institute, Ukraine in 1994 and his Doctor of Science in Moscow Power Engineering Institute (MPEI), Russian Federation.
EFFICIENT VM LOAD BALANCING ALGORITHM FOR A CLOUD COMPUTING ENVIRONMENT
EFFICIENT VM LOAD BALANCING ALGORITHM FOR A CLOUD COMPUTING ENVIRONMENT Jasmin James, 38 Sector-A, Ambedkar Colony, Govindpura, Bhopal M.P Email:[email protected] Dr. Bhupendra Verma, Professor
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,
Dr. J. W. Bakal Principal S. S. JONDHALE College of Engg., Dombivli, India
Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Factor based Resource
Cloud Computing Simulation Using CloudSim
Cloud Computing Simulation Using CloudSim Ranjan Kumar #1, G.Sahoo *2 # Assistant Professor, Computer Science & Engineering, Ranchi University, India Professor & Head, Information Technology, Birla Institute
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
Dynamic resource management for energy saving in the cloud computing environment
Dynamic resource management for energy saving in the cloud computing environment Liang-Teh Lee, Kang-Yuan Liu, and Hui-Yang Huang Department of Computer Science and Engineering, Tatung University, Taiwan
CloudSim: A Toolkit for Modeling and Simulation of Cloud Computing Environments and Evaluation of Resource Provisioning Algorithms
CloudSim: A Toolkit for Modeling and Simulation of Cloud Computing Environments and Evaluation of Resource Provisioning Algorithms Rodrigo N. Calheiros, Rajiv Ranjan, Anton Beloglazov, César A. F. De Rose,
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
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 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.
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
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
LOAD BALANCING OF USER PROCESSES AMONG VIRTUAL MACHINES IN CLOUD COMPUTING ENVIRONMENT
LOAD BALANCING OF USER PROCESSES AMONG VIRTUAL MACHINES IN CLOUD COMPUTING ENVIRONMENT 1 Neha Singla Sant Longowal Institute of Engineering and Technology, Longowal, Punjab, India Email: 1 [email protected]
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,
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]
Creation and Allocation of Virtual Machines for Execution of Cloudlets in Cloud Environment
Creation and Allocation of Virtual Machines for Execution of Cloudlets in Cloud Environment Bachelor of Technology In Computer Science & Engineering By Durbar Show 110CS0153 Department of Computer Science
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
Dynamically optimized cost based task scheduling in Cloud Computing
Dynamically optimized cost based task scheduling in Cloud Computing Yogita Chawla 1, Mansi Bhonsle 2 1,2 Pune university, G.H Raisoni College of Engg & Mgmt, Gate No.: 1200 Wagholi, Pune 412207 Abstract:
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
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
Dr. Ravi Rastogi Associate Professor Sharda University, Greater Noida, India
Volume 4, Issue 5, May 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Round Robin Approach
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],
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
An Efficient Cloud Service Broker Algorithm
An Efficient Cloud Service Broker Algorithm 1 Gamal I. Selim, 2 Rowayda A. Sadek, 3 Hend Taha 1 College of Engineering and Technology, AAST, [email protected] 2 Faculty of Computers and Information, Helwan
Performance Evaluation of Round Robin Algorithm in Cloud Environment
Performance Evaluation of Round Robin Algorithm in Cloud Environment Asha M L 1 Neethu Myshri R 2 Sowmyashree C.S 3 1,3 AP, Dept. of CSE, SVCE, Bangalore. 2 M.E(dept. of CSE) Student, UVCE, Bangalore.
A Proposed Service Broker Strategy in CloudAnalyst for Cost-Effective Data Center Selection
A Proposed Service Broker Strategy in CloudAnalyst for Cost-Effective Selection Dhaval Limbani*, Bhavesh Oza** *(Department of Information Technology, S. S. Engineering College, Bhavnagar) ** (Department
A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing
A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing Liang-Teh Lee, Kang-Yuan Liu, Hui-Yang Huang and Chia-Ying Tseng Department of Computer Science and Engineering,
A Proposed Service Broker Policy for Data Center Selection in Cloud Environment with Implementation
A Service Broker Policy for Data Center Selection in Cloud Environment with Implementation Dhaval Limbani*, Bhavesh Oza** *(Department of Information Technology, S. S. Engineering College, Bhavnagar) **
ACO Based Dynamic Resource Scheduling for Improving Cloud Performance
ACO Based Dynamic Resource Scheduling for Improving Cloud Performance Priyanka Mod 1, Prof. Mayank Bhatt 2 Computer Science Engineering Rishiraj Institute of Technology 1 Computer Science Engineering Rishiraj
Profit Based Data Center Service Broker Policy for Cloud Resource Provisioning
I J E E E C International Journal of Electrical, Electronics ISSN No. (Online): 2277-2626 and Computer Engineering 5(1): 54-60(2016) Profit Based Data Center Service Broker Policy for Cloud Resource Provisioning
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,
CloudAnalyst: A CloudSim-based Tool for Modelling and Analysis of Large Scale Cloud Computing Environments
433-659 DISTRIBUTED COMPUTING PROJECT, CSSE DEPT., UNIVERSITY OF MELBOURNE CloudAnalyst: A CloudSim-based Tool for Modelling and Analysis of Large Scale Cloud Computing Environments MEDC Project Report
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 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
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
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),
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
Keywords: PDAs, VM. 2015, IJARCSSE All Rights Reserved Page 365
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 Energy Adaptive
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
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
International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 4, July-Aug 2014
RESEARCH ARTICLE An Efficient Service Broker Policy for Cloud Computing Environment Kunal Kishor 1, Vivek Thapar 2 Research Scholar 1, Assistant Professor 2 Department of Computer Science and Engineering,
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
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 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
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,
CloudAnalyst: A CloudSim-based Visual Modeller for Analysing Cloud Computing Environments and Applications
CloudAnalyst: A CloudSim-based Visual Modeller for Analysing Cloud Computing Environments and Applications Bhathiya Wickremasinghe 1, Rodrigo N. Calheiros 2, and Rajkumar Buyya 1 1 The Cloud Computing
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
Round Robin with Server Affinity: A VM Load Balancing Algorithm for Cloud Based Infrastructure
J Inf Process Syst, Vol.9, No.3, September 2013 pissn 1976-913X eissn 2092-805X http://dx.doi.org/10.3745/jips.2013.9.3.379 Round Robin with Server Affinity: A VM Load Balancing Algorithm for Cloud Based
PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM
PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM Akmal Basha 1 Krishna Sagar 2 1 PG Student,Department of Computer Science and Engineering, Madanapalle Institute of Technology & Science, India. 2 Associate
Energy Constrained Resource Scheduling for Cloud Environment
Energy Constrained Resource Scheduling for Cloud Environment 1 R.Selvi, 2 S.Russia, 3 V.K.Anitha 1 2 nd Year M.E.(Software Engineering), 2 Assistant Professor Department of IT KSR Institute for Engineering
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
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
Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing
Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Deep Mann ME (Software Engineering) Computer Science and Engineering Department Thapar University Patiala-147004
A Load Balancing Model Based on Cloud Partitioning for the Public Cloud
International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 16 (2014), pp. 1605-1610 International Research Publications House http://www. irphouse.com A Load Balancing
A NOVEL LOAD BALANCING STRATEGY FOR EFFECTIVE UTILIZATION OF VIRTUAL MACHINES IN CLOUD
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. 6, June 2015, pg.862
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
Payment minimization and Error-tolerant Resource Allocation for Cloud System Using equally spread current execution load
Payment minimization and Error-tolerant Resource Allocation for Cloud System Using equally spread current execution load Pooja.B. Jewargi Prof. Jyoti.Patil Department of computer science and engineering,
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
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
Nutan. N PG student. Girish. L Assistant professor Dept of CSE, CIT GubbiTumkur
Cloud Data Partitioning For Distributed Load Balancing With Map Reduce Nutan. N PG student Dept of CSE,CIT GubbiTumkur Girish. L Assistant professor Dept of CSE, CIT GubbiTumkur Abstract-Cloud computing
International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 4, July-Aug 2014
RESEARCH ARTICLE An Efficient Priority Based Load Balancing Algorithm for Cloud Environment Harmandeep Singh Brar 1, Vivek Thapar 2 Research Scholar 1, Assistant Professor 2, Department of Computer Science
Study and Comparison of CloudSim Simulators in the Cloud Computing
Study and Comparison of CloudSim Simulators in the Cloud Computing Dr. Rahul Malhotra* & Prince Jain** *Director-Principal, Adesh Institute of Technology, Ghauran, Mohali, Punjab, INDIA. E-Mail: [email protected]
Modeling Local Broker Policy Based on Workload Profile in Network Cloud
Modeling Local Broker Policy Based on Workload Profile in Network Cloud Amandeep Sandhu 1, Maninder Kaur 2 1 Swami Vivekanand Institute of Engineering and Technology, Banur, Punjab, India 2 Swami Vivekanand
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
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
004.738.5:378.091.214.18 ADJUSTING THE MASSIVELY OPEN ONLINE COURSES IN CLOUD COMPUTING ENVIRONMENT 9
004.738.5:378.091.214.18 ADJUSTING THE MASSIVELY OPEN ONLINE COURSES IN CLOUD COMPUTING ENVIRONMENT 9 Aleksandar Karadimce, MSc University of information science and technology St. Paul the Apostle Ohrid,
Fair Scheduling Algorithm with Dynamic Load Balancing Using In Grid Computing
Research Inventy: International Journal Of Engineering And Science Vol.2, Issue 10 (April 2013), Pp 53-57 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Fair Scheduling Algorithm with Dynamic
Efficient Qos Based Resource Scheduling Using PAPRIKA Method for Cloud Computing
Efficient Qos Based Resource Scheduling Using PAPRIKA Method for Cloud Computing Hilda Lawrance* Post Graduate Scholar Department of Information Technology, Karunya University Coimbatore, Tamilnadu, India
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
Green Cloud: Smart Resource Allocation and Optimization using Simulated Annealing Technique
Green Cloud: Smart Resource Allocation and Optimization using Simulated Annealing Technique AkshatDhingra M.Tech Research Scholar, Department of Computer Science and Engineering, Birla Institute of Technology,
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
High performance computing network for cloud environment using simulators
High performance computing network for cloud environment using simulators Ajith Singh. N 1 and M. Hemalatha 2 1 Ph.D, Research Scholar (CS), Karpagam University, Coimbatore, India 2 Prof & Head, Department
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
Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration
Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration 1 Harish H G, 2 Dr. R Girisha 1 PG Student, 2 Professor, Department of CSE, PESCE Mandya (An Autonomous Institution under
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]
Task Scheduling for Efficient Resource Utilization in Cloud
Summer 2014 Task Scheduling for Efficient Resource Utilization in Cloud A Project Report for course COEN 241 Under the guidance of, Dr.Ming Hwa Wang Submitted by : Najuka Sankhe Nikitha Karkala Nimisha
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,
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
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
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
ADAPTIVE LOAD BALANCING ALGORITHM USING MODIFIED RESOURCE ALLOCATION STRATEGIES ON INFRASTRUCTURE AS A SERVICE CLOUD SYSTEMS
ADAPTIVE LOAD BALANCING ALGORITHM USING MODIFIED RESOURCE ALLOCATION STRATEGIES ON INFRASTRUCTURE AS A SERVICE CLOUD SYSTEMS Lavanya M., Sahana V., Swathi Rekha K. and Vaithiyanathan V. School of Computing,
Dynamic Creation and Placement of Virtual Machine Using CloudSim
Dynamic Creation and Placement of Virtual Machine Using CloudSim Vikash Rao Pahalad Singh College of Engineering, Balana, India Abstract --Cloud Computing becomes a new trend in computing. The IaaS(Infrastructure
Efficient and Enhanced Algorithm in Cloud Computing
International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-3, Issue-1, March 2013 Efficient and Enhanced Algorithm in Cloud Computing Tejinder Sharma, Vijay Kumar Banga Abstract
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
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,
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 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
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
A Taxonomy and Survey of Energy-Efficient Data Centers and Cloud Computing Systems
A Taxonomy and Survey of Energy-Efficient Data Centers and Cloud Computing Systems Anton Beloglazov, Rajkumar Buyya, Young Choon Lee, and Albert Zomaya Present by Leping Wang 1/25/2012 Outline Background
International Journal of Digital Application & Contemporary research Website: www.ijdacr.com (Volume 2, Issue 9, April 2014)
Green Cloud Computing: Greedy Algorithms for Virtual Machines Migration and Consolidation to Optimize Energy Consumption in a Data Center Rasoul Beik Islamic Azad University Khomeinishahr Branch, Isfahan,
An Efficient Adaptive Load Balancing Algorithm for Cloud Computing Under Bursty Workloads
Engineering, Technology & Applied Science Research Vol. 5, No. 3, 2015, 795-800 795 An Efficient Adaptive Load Balancing Algorithm for Cloud Computing Under Bursty Workloads Sally F. Issawi Faculty of
Cloud Analyst: An Insight of Service Broker Policy
Cloud Analyst: An Insight of Service Broker Policy Hetal V. Patel 1, Ritesh Patel 2 Student, U & P U. Patel Department of Computer Engineering, CSPIT, CHARUSAT, Changa, Gujarat, India Associate Professor,
CloudSim: A Novel Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services
CloudSim: A Novel Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services Rodrigo N. Calheiros 1,2, Rajiv Ranjan 1, César A. F. De Rose 2, and Rajkumar Buyya 1 1 Grid Computing
Comparison of Dynamic Load Balancing Policies in Data Centers
Comparison of Dynamic Load Balancing Policies in Data Centers Sunil Kumar Department of Computer Science, Faculty of Science, Banaras Hindu University, Varanasi- 221005, Uttar Pradesh, India. Manish Kumar
Comparative Analysis of Load Balancing Algorithms in Cloud Computing
Comparative Analysis of Load Balancing Algorithms in Cloud Computing Ms.NITIKA Computer Science & Engineering, LPU, Phagwara Punjab, India Abstract- Issues with the performance of business applications
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
