Base paper ppt-. A load balancing model based on cloud partitioning for the public cloud.(according...

19

Click here to load reader

description

A load balancing model based on cloud partitioning for the public cloud. -Load balancing in the cloud computing environment has an important impact on the performance. Good load balancing makes cloud computing more efficient and improves user satisfaction. This article introduces a better load balance model for the public cloud based on the cloud partitioning concept with a switch mechanism to choose different strategies for different situations. The algorithm applies the game theory to the load balancing strategy to improve the efficiency in the public cloud environment.

Transcript of Base paper ppt-. A load balancing model based on cloud partitioning for the public cloud.(according...

Page 1: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)
Page 2: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

A LOAD BALANCING MODEL BASED ON CLOUD

PARTITIONING FOR THE PUBLIC CLOUD

Page 3: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

K.Poojitha(10NP1A1219)

J.Pooja Naidu(10NP1A1220)G.Prathyusha (10NP1A1235)V.Lavanya(10NP1A1247)

Page 4: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)
Page 5: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

VISION• Load balancing in the cloud computing environment has an

important impact on the performance. Good load balancing

makes cloud computing more efficient and improves user

satisfaction.

• The algorithm applies the “game theory” to the load

balancing strategy to improve the efficiency in the public

cloud environment.

Page 6: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

EXISTING SYSTEM• Since the job arrival pattern is not predictable and the capacities of each

node in the cloud differ, for load balancing problem, workload control is

crucial to improve system performance and maintain stability.

• In general ,Load balancing schemes depending on whether the system

dynamics are important can be either static and dynamic. Static schemes

do not use the system information and are less complex while dynamic

schemes will bring additional costs for the system but can change as the

system status changes.

Page 7: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

PROPOSED SYSTEM

• The load balancing model given in this article is aimedat the public cloud which has numerous nodes withdistributed computing resources in many differentgeographic locations.

• Thus, this model divides the public cloud into severalcloud partitions.

• The model has a main controller and balancers togather and analyze the information. Thus, the dynamiccontrol has little influence on the other workingnodes. The system status then provides a basis forchoosing the right load balancing strategy.

Page 8: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

MODULES

Page 9: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

• The load balance solution is done by the main controller and the

balancers. The main controller first assigns jobs to the suitable

cloud partition and then communicates with the balancers in each

partition to refresh this status information. Since the main

controller deals with information for each partition, smaller data

sets will lead to the higher processing rates. The balancers in each

partition gather the status information from every node and then

choose the right strategy to distribute the jobs. The relationship

between the balancers and the main controller

Page 10: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

SYSTEM ARCHITECTURE

Page 11: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

When a job arrives at the public cloud, the first step is to choose theright partition. The cloud partition status can be divided into threetypes:(1) Idle: When the percentage of idle nodes exceeds “ALPHA”, changeto idle status.(2) Normal: When the percentage of the normal nodes exceeds“BETA”, change to normal load status.(3) Overload: When the percentage of the overloaded nodes exceeds,”GAMMA” change to overloaded status.The parameters ALPHA,BETA,GAMMA and are set by the cloudpartition balancers.

The main controller has to communicate with the balancers frequentlyto refresh the status information.

Page 12: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)
Page 13: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

FUNCTIONAL REQUIREMENTS

Page 14: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

SYSTEM CONFIGURATION

• HARDWARE CONFIGURATION

• Processor - Pentium –IV

• Speed - 1.1 Ghz

• RAM - 256 MB(min)

• Hard Disk - 20 GB

• Key Board - Standard Windows Keyboard

• Mouse - Two or Three Button Mouse

• Monitor - SVGA-Super video graphics array

Page 15: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

SYSTEM CONFIGURATION

• SOFTWARE CONFIGURATION

• Operating System : Windows XP,7

• Programming Language : JAVA

• Java Version : JDK 1.6 & above.

Page 16: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

• Till now we have discussed on basic concepts of CloudComputing and Load balancing. The research work canbe proceeded to implement the total solution of loadbalancing in a complete cloud environment. Ourobjective for this paper is to develop an effectiveload balancing algorithm using Round Robin techniqueto maximize or minimize different performanceparameters like CPU load, Memory capacity, Delay ornetwork load for the clouds of different sizes.

CONCLUSION

Page 17: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)

REFERENCE

Gaochao Xu, Junjie Pang, and Xiaodong Fu “A Load Balancing

Model Based on Cloud Partitioning for the Public Cloud”

TSINGHUA SCIENCE AND TECHNOLOGY ISSN 1007 - 0214

04 /12 pp 34-39 Volume 18, Number 1, February 2013.

Page 18: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)
Page 19: Base paper ppt-. A  load balancing model based on cloud partitioning for the public cloud.(according to base paper)