WEIGHTED ROUND ROBIN POLICY FOR SERVICE BROKERS IN A CLOUD ENVIRONMENT

Size: px
Start display at page:

Download "WEIGHTED ROUND ROBIN POLICY FOR SERVICE BROKERS IN A CLOUD ENVIRONMENT"

Transcription

1 WEIGHTED ROUND ROBIN POLICY FOR SERVICE BROKERS IN A CLOUD ENVIRONMENT MOHAMMED RADI Computer Science Department,Faculty of Applied Science Alaqsa University, Gaza Moh_radi@alaqsa.edu.ps ABSTRACT Cloud computing is a distributed computing paradigm wherein computation is performedby a third-party computer.it can be utilized instorage. In the CloudAnalystsimulation tool, aservice broker applies a service broker to select the target data center(dc) whena user creates a new request.the routing based on service proximity is one such;it routes user requests by selecting the closest regional DC. When the closest region contains more than one DC, thisrouting randomly selects one of these centerswithout consideringits characteristics. However, this randomselectionof DCslimits response time and DC processing time when the processing capacities of DCs differ. In this study, we therefore propose a weighted round robin (WRR) service broker that maintains a weighted list of all DCs in the same region and forwards new requests according to the weight (or preference) of each DC. We integratedthis into the CloudAnalystsimulator and then compared it with other policies. Simulation results proved that the proposed WRR improves overall response time and DC processing time. Key Words Broker Policy, Cloud Computing, Data Center Selection, Cloudanalyst University of Nizwa, Oman December 9-11, 2014 Page 45

2 1. Introduction Cloud computing is a distributed computing paradigm wherein computation is performedby a third-party computer.it can be utilized in storage and is widely acknowledged by the industry. However, cloud computing is presently limited by system bottleneckas a result of load imbalance, the inefficient distribution of computing resources, and minimum resource consumption [1].In a real-time environment, the effectof different factors on cloud environments is difficult to determine. In the present study, therefore, we examinethiscloud environment through simulation. The CloudAnalysttool [2]models, simulates, and experiments on cloud computing infrastructures smoothly. This platform can also be used to model data center (DCs), service brokers, and scheduling and allocation policies for cloud.to distribute workloads evenly to all of the DCs in the entire cloud system, a service broker is applied. This significantlyaffectssystem performance and resource utilization. Aservice broker that selects the closest regional DC to which user requests can be routedis known as a service proximity-based routing. If the closest region contains more than one DC, this randomly selects a DC without considering its characteristics. However, this random selection ofdcslimits response time and DC processing time when the processing capacities of DCs differ.many researchers aim to overcome these problems [1, 3 7]; however,most of themdo not select DCs efficiently, especially when their processing capacities vary.as a result, system performance deteriorates.in this study,we focus on service broker whena single region containsmore than one DC. We propose a weighted round robin (WRR) service broker that maintains a weighted list of all DCs and forwards new requests according to the weight (or preference) of each DC. We integratethiswrr into the CloudAnalystsimulator and compareit with other policies.the results show that the proposed WRR service broker enhances overall response time and DCprocessing time. The remainder of the paper is organized as follows In Section 2, we discussedpreviousworks related to cloud service broker policies. In Section 3, we describedthe CloudAnalyst tool. In Section 4, we present the proposed. In Section 5, weexplain the configuration of the simulation andthe results. We also analyzeperformance. Finally, we conclude the paper with a brief summary and a description of our future research directions in Section Related Work The service broker routes requests from variousglobal user groups located at different geographical regions to cloud DCs, which are also distributed worldwide. In this respect, thecloudanalyst simulator follows the followingthree standard service broker policies Proximity-basedBroker Policy This determines the shortest path to a DC. The service brokerthen sends arequest to the closestdcin consideration ofnetwork latency. Performance Optimization Policy In this, the service broker actively monitors all of the DCs and sends arequest to the center that responds the most efficiently to the query of anend user. Dynamic Configuration Policy In this, the service broker alsoscalesthe deployment of an application depending on its current load. This adjuststhe number of virtual machines (VMs) in the DCs dynamically according to current processing times, which arematchedagainst the best processing times achieved. The service proximity broker selects DCs randomly when a single region contains more than one DC. However, this random selection is problematic. First, the process of requesting is not properly controlled. Second, it may choose a DC with a heavy workload and a long processing time. Third, resources may be underutilized. Finally, different results may be obtained under the same configuration; hence,they may be difficult to apply for developers/researchers. Many researchers aim to overcomethese problems[1, 3 7]. For instance,[1] proposed the improved round robin algorithm for service brokers.thisproposed DCselection algorithm combinesthe advantages of existing round robin and service proximity algorithms for service brokersandselects DCs in a round-robin manner from among all of the DCs withina single region. Therefore,resource utilization is increased.however, the processing speeds of DCs may vary, andfastdcs should bechosenmore often than slow ones to improve performance and resource utilization. Hence,we mustconsiderdcspeed in the selection process. In [3], the authors improved on theservice proximitybased routing by proposing a priority-based round-robin service broker algorithm that distributes requests based on DCpriority and enhances performance more than the conventional random selection algorithm.[4]establishedthe extended service proximity-based routing. Whenthe selected region contains more than one DC, this chooses thelow-cost DC (it considersvm cost alone). [5] proposed a round robin-based selection algorithm to select DCs. This round-robin technique is used to choose both adcand a physical machine. However, it University of Nizwa, Oman December 9-11, 2014 Page 46

3 underutilizes resourcesand consumes power. [6] mainly implementedthe predictive service broker algorithm based on the weighted moving average forecast model. This algorithm minimizesthe reduction in response time as felt by users and as shown in terms of the load on DCs. [7] extended the service proximitybased broker by selecting a cost-efficient DC. However, this algorithm does not consider performance and availability. 3. CloudAnalyst The CloudSimtoolkit models, simulates, and experimentson cloud computing infrastructures smoothly [8]. It is a platform that can be used to model DCs, service brokers, and the scheduling and allocation policies of large cloud platforms. CloudAnalyst[2] is built directly on CloudSim. VM Load Balancer This component models the load balance used by DCs when serving allocation is requested. Broker The service broker selects adc to fulfill requests obtained from the userbase. 4. Framework of Broker Policy In the cloud environment, the service broker selectsadc to process the cloudlet, whereas the VM load balancer component load balances the cloudlet inthe VMs of the DC. Figure 1 shows how user requests are routed throughthe service broker and the VM load balancer [8][2]. The main features of CloudAnalyst are as follows Easy-to-use graphical user interface (GUI). Capability to define a simulation with high degrees of configurability and flexibility. Repeatability of experiments. Graphical output. Use of consolidated technology and ease of extension. The main components of CloudAnalyst and their responsibilities are as follows[2] GUI Package It handles the GUI and acts as the front end controller for the application. It also managesscreentransitionsand other UI activities. RegionSixexisting regions correspond to the sixcontinents in the world. User Base This component models a group of users and generates representative traffic. DC. DCencapsulates a set of computing hosts or servers that are either heterogeneous or homogeneous based on their hardware configurations. DC Controller This component controls DC activities. Cloudlet It specifies a set of user requests. It contains application ID, the name of the user base as the originator towhich responses can be returned, request execution commands (considered in terms of size), and input and output files. Internet. This component models the Internet and implements traffic routing behavior. Internet Characteristics This component defines the Internet characteristics applied during the simulation. Figure 1 Routing of user requests in CloudAnalyst As soon as the user base generates an Internet cloudlet, the Internet requests DC selectionfrom the service broker. The service broker then appliesa service broker to return information about the selected DC controller to the Internet. Using this information, the Internet then sends the requests to the selecteddccontroller. Theselected DCcontroller processes the requests usinga VMload balancer before it finally sends the response to the Internet. proximity-based routing is aservice broker based on the strategy involving the closest DC. The service proximity works as follows 1. The service proximity service broker maintains a table of all DCs that are indexed according toregion. 2. When the Internet receives a message from a user base, it requests the selection of a DC controller fromthe service proximity service broker. University of Nizwa, Oman December 9-11, 2014 Page 47

4 3. The service proximity service broker determinesthe region of the request sender and queries itsregion proximity list as per Internet characteristics. This list orders the remaining regions in terms ofdecreasingnetwork latency asderivedfrom the given region. 4. The service proximity service broker choosesthe first DC located at the earliest/highest region on the proximity list. If a region contains more than one DC, thedcis selected randomly. The service proximity randomly chooses DC if a region has more than one DC. However, this random selection may be problematic. First, results may varyunder the same configuration. As a result, they are difficult to apply for developers/researchers. Second, the selected DCmay be under a heavyworkload and be limited by a longprocessing or response time. Finally, resources may be underutilized. 5. Weighted Round Robin (WRR) Broker Policy In this study, the proposed WRR service broker is a modified version of the service proximity andconsiders the processing capacitiesof DCs in terms oftwo main factors, namelynumber of processors and processor speed. In the proposed WRR, an initialization algorithm maintains a weighted list of all DCs in a single region. The weight of each DC is calculated based on the number of processors and processor speed usingequation 1. Data_Center_Weight= (1) where Figure 2 details the initialization algorithm Algorithm 1 Initialization Begin For all region having more than one data center do For each data center do DCi(W) = Endfor Endfor End Figure 2 Initialization of WRR If the closest region has more than one DC, the WRR selects the best DC based on weightinstead of selecting the target DC randomly (as shown in Figure 3). 6. Simulation and results To evaluate the proposed WRRservice broker, we apply the CloudAnalyst tool. We compare WRR with the service proximity and the improved round-robin through a simulationconfigured with a single user base and four DCs in a region. Table 1depictsthe configuration of the user base;table 2presents that of thedc;andtable 3liststheother simulation parameters Algorithm 2 WRR service broker Input Region number, Weight list Output Destination DC name Begin Dclist regionaldatacenterindex.get(region) if Dclist is not NULL then nodc Dclist.size() if nodc==1 then DcName Dclist.get(0) Return DcName else Let Dc(i)= such DCi(W) is the maximum If DCi(W)!=0 DCi(W)= DCi(W) -1 DcName = DCi.name Return DcName Else for each data center in the current region do DCi(W) = Go to (11) Figure 3Algorithm for the WRR service broker Table 1User base configuration UB name Region UB1 0 Table 2DCconfiguration Name Regio n #VM s Cost/VM ($/Hr) Peak hrs (GMT) Data transfer cost ($/Gb) Avg. users Avg. offpeak users Numbe r of process ors Speed (MIPS) DC DC DC DC Table 3 Other simulation parameters Parameter User grouping factor in user base 1000 Request grouping factor 10 Executable instruction length/request 500 Load balancing Roundrobin Simulation duration 24 Hr VM image size VM memory 512 Mb VM bandwidth 1000 University of Nizwa, Oman December 9-11, 2014 Page 48

5 DCarchitecture X86 DCprocessor/machine 4 DCOS Linux The service proximity-based routing algorithm was simulated under this configuration, along with the service proximity, improved round-robin, and WRRpolicies. The overall response time and DCprocessing time were considered performance metrics. Tables 4 and 5 depict the simulation results as computed by CloudAnalyst. broker proximity Improved Round- Robin Table 4 Overall response time Overall response time Avg (ms) Min (ms) Max (ms) WRR As shown in Figure 4, the proposed WRR service Table 5 Overall DC processing time Overall DC processing time broker Avg (ms) Min (ms) Max (ms) proximity Improved roundrobin WRR broker enhancesoverall response time and DCprocessing timemore than the service proximity and the improved round-robin policies. Figure 4AverageDCprocessing time; Average overall response time 7. Conclusion In this study,we modified the service proximity and proposed a WRR service broker. Ifthe closest region determined has more than one DC, the proposed selects the best DC based on weightinstead of through random selection. We integrated the proposed WRR into the CloudAnalyst simulator and compared it with other policies. The simulation results confirm that the proposed WRR improved overall response time and DC processing time. 8. References 1. Kapgate, D., Improved Round Robin Algorithm for Data Center Selection in Cloud Computing International Journal of Engineering Sciences & Research TECHNOLOGY (ijesrt ) (2) p Wickremasinghe, B., R.N. Calheiros, and R. Buyya. Cloudanalyst A cloudsim-based visual modeller for analysing cloud computing environments and applications. in Advanced Information Networking and Applications (AINA), th IEEE International Conference on IEEE. 3. Mishra, R.K., S. Kumar, and B. Sreenu Naik. Priority based Round-Robin service broker algorithm for Cloud-Analyst. in Advance Computing Conference (IACC), 2014 IEEE International IEEE. 4. Limbani, D. and B. Oza, A Proposed Broker Policy for Data Center Selection in Cloud Environment with Implementation. International Journal of Computer Technology & Applications, (3) p Sharma, V., R. Rathi, and S.K. Bola, Round- Robin Data Center Selection in Single Region for Proximity Broker in CloudAnalyst. International Journal of Computers & Technology, (2a1) p Kapgate, D., Weighted Moving Average Forecast Model based Prediction Broker Algorithm for Cloud Computing. IJCSMC, Vol. 3(Issue. 2) p. pg Dash, M., A. Mahapatra, and N.R. Chakraborty, Cost Effective Selection of Data Center in Cloud Environment. International Journal on Advanced Computer Theory and Engineering (IJACTE), Volume- 2(Issue-1) p. pp Calheiros, R.N., et al., CloudSim a toolkit for modeling and simulation of cloud computing environments and evaluation of resource provisioning algorithms. Software Practice and Experience, (1) p University of Nizwa, Oman December 9-11, 2014 Page 49

Efficient Service Broker Policy For Large-Scale Cloud Environments

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,

More information

Service Broker Algorithm for Cloud-Analyst

Service Broker Algorithm for Cloud-Analyst Service Broker Algorithm for Cloud-Analyst Rakesh Kumar Mishra, Sreenu Naik Bhukya Department of Computer Science & Engineering National Institute of Technology Calicut, India Abstract Cloud computing

More information

A Proposed Service Broker Strategy in CloudAnalyst for Cost-Effective Data Center Selection

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

More information

A Proposed Service Broker Policy for Data Center Selection in Cloud Environment with Implementation

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) **

More information

An Efficient Cloud Service Broker Algorithm

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, dgamal55@yahoo.com 2 Faculty of Computers and Information, Helwan

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 4, July-Aug 2014

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,

More information

Dr. J. W. Bakal Principal S. S. JONDHALE College of Engg., Dombivli, India

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

More information

Performance Evaluation of Round Robin Algorithm in Cloud Environment

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.

More information

Throtelled: An Efficient Load Balancing Policy across Virtual Machines within a Single Data Center

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,

More information

Analysis of Service Broker Policies in Cloud Analyst Framework

Analysis of Service Broker Policies in Cloud Analyst Framework Journal of The International Association of Advanced Technology and Science Analysis of Service Broker Policies in Cloud Analyst Framework Ashish Sankla G.B Pant Govt. Engineering College, Computer Science

More information

CloudAnalyst: A CloudSim-based Tool for Modelling and Analysis of Large Scale Cloud Computing Environments

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

More information

Round Robin with Server Affinity: A VM Load Balancing Algorithm for Cloud Based Infrastructure

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

More information

SERVICE BROKER ROUTING POLICES IN CLOUD ENVIRONMENT: A SURVEY

SERVICE BROKER ROUTING POLICES IN CLOUD ENVIRONMENT: A SURVEY SERVICE BROKER ROUTING POLICES IN CLOUD ENVIRONMENT: A SURVEY Rekha P M 1 and M Dakshayini 2 1 Department of Information Science & Engineering, VTU, JSS academy of technical Education, Bangalore, Karnataka

More information

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 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.

More information

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 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

More information

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 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,

More information

High performance computing network for cloud environment using simulators

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

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 4, July-Aug 2014

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

More information

LOAD BALANCING OF USER PROCESSES AMONG VIRTUAL MACHINES IN CLOUD COMPUTING ENVIRONMENT

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 neha.singla7@gmail.com

More information

Cloud Analyst: An Insight of Service Broker Policy

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,

More information

Comparative Study of Scheduling and Service Broker Algorithms in Cloud Computing

Comparative Study of Scheduling and Service Broker Algorithms in Cloud Computing Comparative Study of Scheduling and Service Broker Algorithms in Cloud Computing Santhosh B 1, Raghavendra Naik 2, Balkrishna Yende 3, Dr D.H Manjaiah 4 Assistant Professor, Department of MCA, AIMIT, St

More information

Dr. Ravi Rastogi Associate Professor Sharda University, Greater Noida, India

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

More information

EFFICIENT VM LOAD BALANCING ALGORITHM FOR A CLOUD COMPUTING ENVIRONMENT

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:james.jasmin18@gmail.com Dr. Bhupendra Verma, Professor

More information

A NOVEL LOAD BALANCING STRATEGY FOR EFFECTIVE UTILIZATION OF VIRTUAL MACHINES IN CLOUD

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

More information

Efficient Service Broker Algorithm for Data Center Selection in Cloud Computing

Efficient Service Broker Algorithm for Data Center Selection 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 IJCSMC, Vol. 3, Issue. 1, January 2014,

More information

Effective Virtual Machine Scheduling in Cloud Computing

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 Subhash.info24@gmail.com and deepakkapgate32@gmail.com

More information

An Efficient Adaptive Load Balancing Algorithm for Cloud Computing Under Bursty Workloads

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

More information

Multilevel Communication Aware Approach for Load Balancing

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

More information

Profit Based Data Center Service Broker Policy for Cloud Resource Provisioning

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

More information

A Comparative Study of Load Balancing Algorithms in Cloud Computing

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,

More information

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 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

More information

IMPROVEMENT OF RESPONSE TIME OF LOAD BALANCING ALGORITHM IN CLOUD ENVIROMENT

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

More information

CDBMS Physical Layer issue: Load Balancing

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

More information

Comparison of Dynamic Load Balancing Policies in Data Centers

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

More information

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 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

More information

Scheduling Virtual Machines for Load balancing in Cloud Computing Platform

Scheduling Virtual Machines for Load balancing in Cloud Computing Platform Scheduling Virtual Machines for Load balancing in Cloud Computing Platform Supreeth S 1, Shobha Biradar 2 1, 2 Department of Computer Science and Engineering, Reva Institute of Technology and Management

More information

Cloud Computing Simulation Using CloudSim

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

More information

Keywords: Cloudsim, MIPS, Gridlet, Virtual machine, Data center, Simulation, SaaS, PaaS, IaaS, VM. Introduction

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

More information

Simulation of Dynamic Load Balancing Algorithms

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

More information

Efficient and Enhanced Load Balancing Algorithms in Cloud Computing

Efficient and Enhanced Load Balancing Algorithms in Cloud Computing , pp.9-14 http://dx.doi.org/10.14257/ijgdc.2015.8.2.02 Efficient and Enhanced Load Balancing Algorithms in Cloud Computing Prabhjot Kaur and Dr. Pankaj Deep Kaur M. Tech, CSE P.H.D prabhjotbhullar22@gmail.com,

More information

Hierarchical Trust Model to Rate Cloud Service Providers based on Infrastructure as a Service

Hierarchical Trust Model to Rate Cloud Service Providers based on Infrastructure as a Service Hierarchical Model to Rate Cloud Service Providers based on Infrastructure as a Service Supriya M 1, Sangeeta K 1, G K Patra 2 1 Department of CSE, Amrita School of Engineering, Amrita Vishwa Vidyapeetham,

More information

Efficient and Enhanced Algorithm in Cloud Computing

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

More information

Comparative Study of Load Balancing Algorithms in Cloud Environment using Cloud Analyst

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

More information

Load Balancing using DWARR Algorithm in Cloud Computing

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

More information

Cost Effective Selection of Data Center in Cloud Environment

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

More information

Simulation-based Evaluation of an Intercloud Service Broker

Simulation-based Evaluation of an Intercloud Service Broker Simulation-based Evaluation of an Intercloud Service Broker Foued Jrad, Jie Tao and Achim Streit Steinbuch Centre for Computing, SCC Karlsruhe Institute of Technology, KIT Karlsruhe, Germany {foued.jrad,

More information

Response Time Minimization of Different Load Balancing Algorithms in Cloud Computing Environment

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

More information

Dynamic Round Robin for Load Balancing in a Cloud Computing

Dynamic Round Robin for Load Balancing in a Cloud Computing Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 6, June 2013, pg.274

More information

Estimating Trust Value for Cloud Service Providers using Fuzzy Logic

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,

More information

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

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

More information

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 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,

More information

Roulette Wheel Selection Model based on Virtual Machine Weight for Load Balancing in Cloud Computing

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

More information

Load Balancing Scheduling with Shortest Load First

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

More information

Hybrid Load Balancing Algorithm in Heterogeneous Cloud Environment

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

More information

Efficient Load Balancing Algorithm in Cloud Computing

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

More information

Modeling Local Broker Policy Based on Workload Profile in Network Cloud

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

More information

Distributed and Dynamic Load Balancing in Cloud Data Center

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

More information

Nutan. N PG student. Girish. L Assistant professor Dept of CSE, CIT GubbiTumkur

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

More information

An Implementation of Load Balancing Policy for Virtual Machines Associated With a Data Center

An Implementation of Load Balancing Policy for Virtual Machines Associated With a Data Center An Implementation of Load Balancing Policy for Virtual Machines Associated With a Data Center B.SANTHOSH KUMAR Assistant Professor, Department Of Computer Science, G.Pulla Reddy Engineering College. Kurnool-518007,

More information

INTRUSION DETECTION ON CLOUD APPLICATIONS

INTRUSION DETECTION ON CLOUD APPLICATIONS 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. 9, September 2013,

More information

Load Balancing for Improved Quality of Service in the Cloud

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

More information

Optimized New Efficient Load Balancing Technique For Scheduling Virtual Machine

Optimized New Efficient Load Balancing Technique For Scheduling Virtual Machine Optimized New Efficient Load Balancing Technique For Scheduling Virtual Machine B.Preethi 1, Prof. C. Kamalanathan 2, 1 PG Scholar, 2 Professor 1,2 Bannari Amman Institute of Technology Sathyamangalam,

More information

Cloud Performance and Load Balancing Algorithm

Cloud Performance and Load Balancing Algorithm Cloud Performance and Load Balancing Algorithm 1 Cloud Performance and Load Balancing Algorithm In cloud computing paradigm, application and data are stored in data center of cloud provider which is located

More information

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 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,

More information

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

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

More information

Load Balancing in Cloud Computing using Stochastic Hill Climbing-A Soft Computing Approach

Load Balancing in Cloud Computing using Stochastic Hill Climbing-A Soft Computing Approach Available online at www.sciencedirect.com Procedia Technology 4 (2012 ) 783 789 C3IT-2012 Load Balancing in Cloud Computing Stochastic Hill Climbing-A Soft Computing Approach Brototi Mondal a,, Kousik

More information

Extended Round Robin Load Balancing in Cloud Computing

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

More information

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

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

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 1, Jan-Feb 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 1, Jan-Feb 2015 RESEARCH AICLE OPEN ACCESS A Highest Response Ratio Next(HRRN) Algorithm Based Load Balancing Policy For Cloud Computing Rakesh Kumar Sanodiya, Dr. Sanjeev Sharma, Dr. Varsha Sharma Department of School

More information

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

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

More information

Dynamically optimized cost based task scheduling in Cloud Computing

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:

More information

AN ADAPTIVE DISTRIBUTED LOAD BALANCING TECHNIQUE FOR CLOUD COMPUTING

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

More information

CloudSimDisk: Energy-Aware Storage Simulation in CloudSim

CloudSimDisk: Energy-Aware Storage Simulation in CloudSim CloudSimDisk: Energy-Aware Storage Simulation in CloudSim Baptiste Louis, Karan Mitra, Saguna Saguna and Christer Åhlund Department of Computer Science, Electrical and Space Engineering Luleå University

More information

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

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

More information

ENERGY EFFICIENT VIRTUAL MACHINE ASSIGNMENT BASED ON ENERGY CONSUMPTION AND RESOURCE UTILIZATION IN CLOUD NETWORK

ENERGY EFFICIENT VIRTUAL MACHINE ASSIGNMENT BASED ON ENERGY CONSUMPTION AND RESOURCE UTILIZATION IN CLOUD NETWORK International Journal of Computer Engineering & Technology (IJCET) Volume 7, Issue 1, Jan-Feb 2016, pp. 45-53, Article ID: IJCET_07_01_006 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=7&itype=1

More information

An efficient VM load balancer for Cloud

An efficient VM load balancer for Cloud An efficient VM load balancer for Cloud Ansuyia Makroo 1, Deepak Dahiya 1 1 Dept. of CSE & ICT, Jaypee University Of Information Technology, Waknaghat, HP, India {komal.mahajan, deepak.dahiya}@juit.ac.in

More information

PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM

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

More information

CSE LOVELY PROFESSIONAL UNIVERSITY

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

More information

Energy Efficiency in Green Computing using Linear Power Model

Energy Efficiency in Green Computing using Linear Power Model 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.927

More information

Comparative Analysis of Load Balancing Algorithms in Cloud Computing

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

More information

Enhancing MapReduce Functionality for Optimizing Workloads on Data Centers

Enhancing MapReduce Functionality for Optimizing Workloads on Data Centers 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. 10, October 2013,

More information

Environments, Services and Network Management for Green Clouds

Environments, Services and Network Management for Green Clouds Environments, Services and Network Management for Green Clouds Carlos Becker Westphall Networks and Management Laboratory Federal University of Santa Catarina MARCH 3RD, REUNION ISLAND IARIA GLOBENET 2012

More information

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

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

More information

A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing

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,

More information

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

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

More information

Cloud Partitioning Based Load Balancing Model for Cloud Service Optimization

Cloud Partitioning Based Load Balancing Model for Cloud Service Optimization Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 12, December 2014,

More information

International Journal of Digital Application & Contemporary research Website: www.ijdacr.com (Volume 2, Issue 9, April 2014)

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,

More information

ACO Based Dynamic Resource Scheduling for Improving Cloud Performance

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

More information

Efficient DNS based Load Balancing for Bursty Web Application Traffic

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

More information

International Journal of Engineering Research & Management Technology

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

More information

Dynamic resource management for energy saving in the cloud computing environment

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

More information

A Survey Of Various Load Balancing Algorithms In Cloud Computing

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

More information

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 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

More information

5 Performance Management for Web Services. Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology. stadler@ee.kth.

5 Performance Management for Web Services. Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology. stadler@ee.kth. 5 Performance Management for Web Services Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology stadler@ee.kth.se April 2008 Overview Service Management Performance Mgt QoS Mgt

More information

Scheduling Virtual Machines in Cloud Computing For Enhancing Income and Resource Utilization

Scheduling Virtual Machines in Cloud Computing For Enhancing Income and Resource Utilization Scheduling Virtual Machines in Cloud Computing For Enhancing Income and Resource Utilization Sanaz Yousefian 1 and Ahmad Habibi Zadnavin 1* 1 Department of Computer Engineering, Engineering Faculty, Azad

More information

Performance Analysis of VM Scheduling Algorithm of CloudSim 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,

More information

Group Based Load Balancing Algorithm in Cloud Computing Virtualization

Group Based Load Balancing Algorithm in Cloud Computing Virtualization Group Based Load Balancing Algorithm in Cloud Computing Virtualization Rishi Bhardwaj, 2 Sangeeta Mittal, Student, 2 Assistant Professor, Department of Computer Science, Jaypee Institute of Information

More information

Energy-Aware Multi-agent Server Consolidation in Federated Clouds

Energy-Aware Multi-agent Server Consolidation in Federated Clouds Energy-Aware Multi-agent Server Consolidation in Federated Clouds Alessandro Ferreira Leite 1 and Alba Cristina Magalhaes Alves de Melo 1 Department of Computer Science University of Brasilia, Brasilia,

More information

Study and Comparison of CloudSim Simulators in the Cloud Computing

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: blessurahul@gmail.com

More information

Load Testing on Web Application using Automated Testing Tool: Load Complete

Load Testing on Web Application using Automated Testing Tool: Load Complete Load Testing on Web Application using Automated Testing Tool: Load Complete Neha Thakur, Dr. K.L. Bansal Research Scholar, Department of Computer Science, Himachal Pradesh University, Shimla, India Professor,

More information