• No results found

Cloud Partitioning Based Load Balancing Model for Cloud Service Optimization

N/A
N/A
Protected

Academic year: 2021

Share "Cloud Partitioning Based Load Balancing Model for Cloud Service Optimization"

Copied!
11
0
0

Loading.... (view fulltext now)

Full text

(1)

Available Online atwww.ijcsmc.com

International Journal of Computer Science and Mobile Computing

A Monthly Journal of Computer Science and Information Technology

ISSN 2320–088X

IJCSMC, Vol. 3, Issue. 12, December 2014, pg.206 – 216

RESEARCH ARTICLE

Cloud Partitioning Based Load Balancing

Model for Cloud Service Optimization

1

PUVVALA SUPRIYA,

2

K.VINAY KUMAR

1M.Tech Student, Department of CSE, Gokul Institute of Technology and Sciences, Piridi village

Bobbili mandalam, Vizianagaram dt. Jntu kakinada university A.P, India

2

M.Tech Assistant Professor, Department of CSE, Gokul Institute of Technology and Sciences, Piridi village Bobbili mandalam, Vizianagaram dt. Jntu kakinada university A.P, India

1

[email protected], 2 [email protected]

______________________________________________________________________________

Abstract-- Cloud computing is a new phenomenon or technology that paves way for new model of computing. Cloud offers many services including Infrastructure as a Service (IaaS). With respect to this service optimal utilization of infrastructure services is essential for sustainable server provision. Towards this end, in this paper, a load balancing model is designed and implemented using CloudSim. This is achieved by dividing a cloud into many partitions. Each partition can have multiple nodes for processing data. Each partition is equipped with a load balancer which monitors the load of the nodes in the partition. Each partition can have the load status such as “Idle”, “Normal” and “Overloaded”. A controller will be on top of all partitions. The controller has coordinated communication with load balancers which takes load balancing decisions on the fly based on the status information provided load balancers. We built a prototype application that demonstrates the proof of concept. The simulation results reveal that the cloud partitioning approach is very useful in load balancing for optimized cloud services.

Index Terms – Cloud computing, load balancing model, public cloud, and cloud partition

______________________________________________________________________________

I. INTRODUCTION

Cloud computing is an emerging technology that enables individuals and businesses to have access huge amount of computing resources. It provides services such as Platform as a Service (PaaS), Infrastructure as a Service (IaaS) and Software as a Service (IaaS). Recent improvements in cloud also added another service namely mining as a Service (MaaS). Storage and computing services and mining services are provided in pay per use fashion without the need for capital investment. From the cloud service provider point of view huge computing resources are made

(2)

available. Optimal utilization of these resources is very important problem to be addressed. In other words the load balancing is the open problem that needs to be resolved. Good solutions towards it can improve user satisfaction.

Figure 1 – Overview of cloud computing

As can be seen in Figure 1, the computing resources of cloud can be accessed across the world from any device across the world. These devices can avail cloud services in pay per use fashion.

The focus of this paper is on the partitioning of cloud and implements a methodology that promotes load balancing in order to optimize the services of cloud. The rest of the work is done by developing a methodology which considers the improvements on the cloud partition approach especially cloud division approach based on the geographical location of the servers. The load balancing Meta Data needs to be refreshed periodically and the refresh period needs to be determined. Load status evaluation and exploring other load balancing strategies are open issues that can be addressed. The CloudSim is used for building a simulator application that demonstrates the proof concept. CloudSim is a framework for modeling and simulation of cloud computing infrastructures and services. This framework is used to simulate the proposed work.

The remainder of the paper is structured as follows. Section II provides review of literature. Section II reviews literature on prior works. Section III presents the proposed methodology. Section IV provides implementation and results. Section V concludes the paper besides providing directions for future work.

II. RELATED WORKS

Some of the recent electronic journal articles [1]-[10] have been studied. The study of literature has provided many insights.

 In distributed computing environment such as cloud computing numerous requests are made to applications. The sudden bursts of requests can cause the servers to crash or to stop working. This is one of the potential problems that deny service to valued customers or cloud users.

 Load balancing is indispensable to overcome such problems in cloud computing environment. Many load balancing algorithms came into existence. They include simple round robin algorithm, equally spread current execution algorithm and ant colony optimization algorithm.

(3)

Another insight into load balancing approach is to partition the cloud. In this approach cloud is divided into multiple partitions. There is a controller to monitor all partitions with respect to their load. There is load balancer associated with each partition which takes care of balancing load at the given partition level.

A. METHODOLOGY OF PROPOSED SYSTEM

A load balancing model is designed and implemented using CloudSim. This is achieved by dividing a cloud into many partitions. Each partition can have multiple nodes for processing data. Each partition is equipped with a load balancer which monitors the load of the nodes in the partition. Each partition can have the load status such as “Idle”, “Normal” and “Overloaded”. A controller will be on top of all partitions. The controller has coordinated communication with load balancers which takes load balancing decisions on the fly based on the status information provided load balancers. The schematic overview of the proposed system is as follows.

Figure 2 – Proposed solution for load balancing problem in cloud

As can be seen in Figure 2, the main controller is responsible to make decisions on load balancing by consulting load balancers associated with cloud partitions. The load balancers update the status information such as “Idle”, “Normal” and “Overloaded” based on the number of nodes which idle/normal/overloaded based on corresponding threshold value. The simulation study using CloudSim can provide can help solve the load balancing problem in cloud.

III. PROTOTYPE AND RESULTS

The prototype is implemented in Cloudsim which is a framework which enables modeling and simulation and experimenting on designing Cloud computing infrastructure. Cloudsim toolkit is developed in the GRIDS laboratory at the University of Melbourne. Cloudsim is a self-contained platform which can be used to model data centres, hosts, service brokers, scheduling and allocation policies of a large scaled cloud platform. CloudSim framework is built on the top of layer in GridSim framework. Hence CloudSim is used to model data centers, hosts, VM’s for experimenting in simulated cloud environment.

(4)

Figure 3 -- No .of partitions page

This page taking number of cloud partitions form user. Base on the input cloud partitions are created

(5)

If the user enables the load balancer then load balancer will be created in the cloud partitions

Figure 5 –No. of virtual machines page

The user should give no of data centers and no of virtual machine. In each partition the no of virtual machines are created by load main controller

Figure 6 --Load balancing application home page

The above gui is main page of the load balancing. In this page virtual machines created in each partition. And partitions created in entire cloud portions

(6)

Figure 7 --Input for no of jobs

We need to give the no of total jobs to main controller. The main controller wil send the job by job to cloud partition

Figure 8 --each partition capacity jobs

We need to give the each partition capacity. When the main controller sends jobs to partitions. Once the partition capacity is full. The job forward to other partition

Figure 9-- each virtual machine capacity

We need to give each virtual machine capacity. When job enter into partition. The partition send the job into virtual machine. Once the virtual machine overloaded then the next joh is sends to other virtual machine in the same partition

(7)

Figure 10-- Messages for user

Once the configuration completed then those messages will be displayed

(8)

Once the configuration is completed then main controller will create the partitions and virtual machines. The each is forwarded by main controller the jobs is arrived to 1st virtual machine in 1st partition

Figure 12-- Job is arrived to 1st partition and 2nd VM

The jobs is arrived to 2nd virtual machine in 1st partition

Figure 13--Job is arrived to 1st partition and 1st VM

The job is arrived to 1st virtual machine in 1st partition. In this page this virtual machine capacity is full and it going to overloaded state

(9)

Figure 14 --Job is arrived to 4th partition and 4th VM

Capacity full in all virtual machines in all partitions. Now the main controller will send the job using load balancing

Figure 15-- Job is arrived to 1st partition and 2nd VM

(10)

Figure 16 --Results page

If all jobs arrived to into partitions then the result will be displayed into the above page

IV. CONCLUSIONS AND FUTURE WORK

In this paper we studied the problem of load balancing in cloud computing environment. We proposed a simulation model based on cloud partitioning. The existing algorithm proposed in [1] solves load balancing problem by using status information such as NORMAL, IDLE, and OVERLOADED. In case of OVERLOADED state, simply no requests will be forwarded to OVERLOADED partition. In case of IDLE state, the request will be passed into the queue based on Round Robin algorithm. In the proposed cloud partitioning approach each partition is equipped with a load balancer which monitors the load of the nodes in the partition. Each partition can have the load status such as “Idle”, “Normal” and “Overloaded”. A controller will be on top of all partitions. The controller has coordinated communication with load balancers which takes load balancing decisions on the fly based on the status information provided load balancers. In future we build an alternative methodology and compare the results for fining a more suitable approach.

REFERENCES

1. Niranjan G. Shivaratri, Phillip Krueger, and Mukesh Singhal. (1992). Load Distributing for Locally Distributed Systems. IEEE. p33-44.

2. Zenon Chaczko 1, Venkatesh Mahadevan 2, Shahrzad Aslanzadeh 1 and Christopher Mcdermid1. (2011). Availability and Load Balancing in Cloud Computing. IPCSIT. 14 , p134-140.

3. Ranjan Kumar1 and G Sahoo2. (2013). LOAD BALANCING USING ANT COLONY IN CLOUD COMPUTING. IJITCS. 3 (5), p1-5.

4. Mayanka Katyal, Atul Mishra. (2013). A Comparative Study of Load Balancing Algorithms in Cloud Computing Environment. IJRET. 1 p1-10.

5. Don MacVittie,. (2009). Intro to Load Balancing for Developers – The Algorithms. f5. n.d (n.d), p1-3. 6. Daniel Grosu, Anthony T. ChronopoulosMing-Ying Leung. (2002). Load Balancing in Distributed

(11)

7. Daniel Grosu and Anthony T. Chronopoulos. (2002). A Game-Theoretic Model and Algorithm for Load Balancing in Distributed Systems .IEEE. , p1-8.

8. Riky Subrata. (2008). Game-Theoretic Approach for Load Balancing in Computational Grids. IEEE. 19 (2), p1-11.

9. Sandip Chakraborty, Soumyadip Majumder, Diganta Goswami. (2013). Approximate Congestion Games for Load Balancing in Distributed Environment. cs.ni., p1-16.

10. Mangal Nath Tiwari,Kamalendra Kumar Gautam,Dr Rakesh Kumar Katare. (2014). Analysis of Public Cloud Load Balancing using Partitioning Method and Game Theory. IJARCSSE. 4 , p807-812.

AUTHORS

Puvvala Supriya is currently working towards her M.Tech degree in Gokul Institute of Technology and

Sciences, Piridi village, Bobbili mandalam ,Vizianagaram dt, A.P, India. Her research interests include cloud computing and Networking.

K. Vinay Kumar is working as an Assistant professor Gokul Institute of Technology and Sciences, Piridi village,

References

Related documents

The cloud has a main controller that chooses the suitable partitions for arriving jobs while the balancer for each cloud partition chooses the best load

After nearly two years of planning, negotiation and collaboration at local and state levels by Pamela Springer, Ph.D., R.N., Director of the School of Nursing and Pam Strohfus,

3.6 Aggregating perturbations over age and time 815 4 A projection of the population of Spain 817 5 Sensitivity and elasticity of the population projection of Spain 818 5.1

Assessment of tricalcium phosphate/collagen (TCP/collagen) nanocomposite scaffold compared with hydroxyapatite (HA) on healing of segmental femur bone defect in

Departments must document this training (see Appendix A) and provide the original documents to Risk Management & Safety. 3) When renting a lift, departments

Although reactivation-related updating in later memory recruited similar neural mechanisms for subsequent true and false memories, we found that the timing of these effects differed

As a constitutional matter, prescriptive jurisdiction issues come in two main flavors: power and rights. Power issues relate to the power of the state or sovereign

The CNG is compressed to 200 Bar, this fuel has been already tested, since in 2009, it has been identified more than 10,5 millions vehicles running with this fuel in the