Energy Efficient Load balancing Algorithm for Green Cloud

DOI : 10.17577/IJERTV5IS030757

Download Full-Text PDF Cite this Publication

Text Only Version

Energy Efficient Load balancing Algorithm for Green Cloud

Tanu Shree

PhD Scholar (CSE Dept) IFTM University Moradabad, UP (India)

Dr. Neelender Badal Astt. Prof. (CSE Dept) KNIT

Sultanpur, UP (India)

Abstract- Increasing energy costs and environmental impact of the various sources also increasing the need of energy efficient computing. Avoiding the hardware resources and the use of sophisticated software solutions for reducing the energy consumption is an important area of research. Cloud Computing is an emerging technology because of its ability to hold many existing technologies on a single platform. And this is achieved by virtualization. Energy efficient software programs working on the Cloud computing system. In this paper, we examined the various applications of energy efficient load balancing of virtual machines working on Cloud. And we have proposed our algorithm where the scheduler distributes the load to virtual machines having temperature aware resource scheduling which is far away from its critical temperature and also less power consumption.

Keywords- Resource scheduling, Task scheduling, Thermal management, critical temperature, power efficiency.

1. INTRODUCTION

Cloud Computing is an emerging new paradigm for large scale distributed computing. Computing and data has been migrated from desktops and PCs into larger data centers[1]. Big organizations are adopting Cloud Computing for enhancing their performances, availability and reducing cost associated with applications. Cloud Computing being as a service model classified into Infrastructure as a Service(IaaS), Platform as a Service(PaaS), Software as a Service (SaaS) and Security as a Service(SEaaS). These four layers are combined on a single platform which is managed by virtual machines(VMs). VMs creates an illusion of a dedicated computer system. As per the end users demands , the host creates the Vms as a result load also increases and is the load exceeds the from the threshold values allotted to each of the machines the efficiency will be affected. So balancing the power of data centers is a tedious task . It has been surveyed that data centers consumes 0.5% of worlds total electricity usages till 2014[2]. In 2010 1.5% of total energy consumption of data centers in US are increasing every year[2]. Cloud Computing is reducing the energy consumption because of using the VM and its proper migration during load balancing.

High power consumption by the data centers emits huge amounts of carbon dioxide(C02). So there is a need of energy aware load balancing techniques for Cloud Computing[3]. High performance in the Cloud can achieve by various methods such as improvement in software

applications, virtualization of computing resources, dynamic voltage frequency scaling (DVFS) and by using energy efficient hardware. With the enhancing demand of Cloud Computing the dependency on power also increasing as life of a computer system is directly related to its operating temperature. With the use of limited energy resources Cloud Computing is adopting the concept of green computing environment.

A Cloud Computing cluster provides various VMs which are controlled by some hypervisor. When any task arrives to the cluster the load scheduler allocates the job with a preconfigured VM activated by host. After job is executed, the virtual machine comes under deactivate mode [5].

In this paper we are extending the implementation of energy aware load balancing algorithm for high performance cluster Cloud Computing where VM are allocated for job execution after checking the threshold temperature. It will either further balance the task or it will migrate the task to another VM which can be a green solution.

  1. Green Cloud

    Green cloud is a buzzword that refers to service delivery model over internet having some environmental benefits. Data centers of Cloud are more efficient than traditional data centers which are using green . According to the recent Microsoft report Cloud Computing can help with energy reduction through deploying the large scale of virtualization. Some of the characteristics are

  2. Large Scalability

    Green cloud works on a very large scale like Google, Amazon, IBM cloud and having more than one million services with infinite users. Green cloud computing enables user to get services everywhere and everywhere.

  3. Good Reliability

    With the effective fault tolerance, Cloud has the higher reliability of the service. The use of Cloud computing is more reliable than any local desktop computer.

  4. Versatility

    Applications are run on platform independent environment with good accuracy and effectiveness.

  5. Service on demand

    Green Cloud is the on demand service because it is sharing a big resource pool that the users can buy according to their requirement.

    1. RELATED WORK

      With the rapid enhancement in cloud users , the negative environmental effect has also increased steadily and thus by maintaining a high quality of service(QoS) in Cloud System, minimization of energy consumption is also a vital task[6][7]. Leonard Klienrock[7] an American Scientist has already given the idea of computation utility and it came into reality with coming of Cloud Computing.Buyya et.al[8] proposed framework of market oriented resource management. Mukherjee and Sahoo[9] have done various research and proposed various framework of green cloud for efficient load balancing or task scheduling. Anton Beloglazov et al.[10] has proposed some policies of resource management for virtualization centers where the load balancing will be done due to the VM migration according to the set threshold value of each data center. Andrew J Younge et al[11] have focused on enhancing data centers efficiency by using power aware techniques for load balancing which will increase the effective live migration of the VMs, proper resource management and overall system efficiency. Orhan Dagdeviren[12] proposed some cluster based model for task scheduling in green cloud. Ting Yang et al[13] has proposed an algorithm called virtual machine placement and traffic configuration algorithm(VPTCA) that aims to reduce the Data Center Network(DCNs) energy consumption by assigning the co related VMs into same server which will help to minimize the amount of transmission load. PaulinFlorence[14] has proposed energy aware load balancing (EALB) computational cloud.

      The algorithm focussed on incoming job request to the respective behaviour by using the table driven approach organised as hash table format. MteuszGuzek et al.[15] has propose a novel load balancing model for the energy efficient resources allocation in hetrogenous systems which is based on DENS[16] and estab[17].Jun Yang et al.[18] proposed OS level framework that perorms thermal aware task scheduling to reduce the number of thermal passes. The load scheduler decreases the amount of hardware usage efficiently.

      In this work our scheduler algorithm is working in a centralized scheduler schemes i.e collecting all the information about task and dispatching them to the system with appropriate power consumption. Scheduler will generate the jobs (load) and maintains the queue. The scheduler will also check the system specification that dispatches the load to the system. And if the temperature will rise than the critical temperature the system will discard. As a result the scheduler will check the second system with a temperature less than the critical temperature. If the system is below the critical temperature then scheduler checks the power consumption of that system. As well as i will broadcast all the messages to check the power consumption of all the systems and then it will maintain a queue of information of each and every system with less power. In our energy efficient algorithm following specification are:

      Critical temperature Minimum Temperature Power Consumption

    2. PROPOSED WORK

      Job scheduling in Cloud Computing is different from other scheduling problems (like DNS load balancing) as its shares the load globally to the servers. Unlike other load balancing schemes Cloud computing load balancing provides users to the closest regional server with any obstacle to the user.

      In this paper load balancing or task scheduling technique is proposed which works on power consumption and system temperature. The proposed work is divided into two levels. In the first level the cloud administrator whose main function is to create users different types of load (tasks) and systems with different specifications on which the task will work. After generating of the tasks it is allocated to the system with matching specifications. Each of the tasks will have some requirements like

      1. Time to process

      2. System demand (CPU, memory)

      3. Energy consumption

      4. Temperature of Systems

      Fig 2.1 Therma l and Power Aware Load balancing

      Algorithm Used

      System Buffer Contains all available systems list

      Stemp Buffer- contains system having less temperature value than threshold temperature.

      Tth- Threshold value of temperature Tsys- System temperature

      P(n)- Power of system n

      S[i]- Array containing system withy lowest power increment rate

      Del(p) to calculate the lowest power for S[i]. Algorithm Start

      Step 1- while(task scheduling==true) For each system

      If(Tsys<Tth)

      Add s[i] to buffer Stemp

      End Stemp (maintaining systems with less temperature than threshold)

      Step 2- For each System in Stemp queue Invoke power function Power(Sys(n), P(n)) Pb= Power consuming before allocation of task Pa= Power consuming after initializing the task Calculate del(p)=Pa-Pb

      For each:- Sort System according del(p) value in array s[] in ascending orser

      Allocate task scheduling for those system with having least del(p) value.

      If(Tsys>=Tin)

      Add system to the buffer

      Allocate task to the system from an array[i+1] End if

      Add System to the system buffer.

      Step 3-System buffer will maintain discarded Systems.

    3. EXPERIMENTAL SETUP

      We have done the experiment in the Cloud simulator where we have implemented the Load balancing Scheduler algorithm in java. Existing Algorithm are in Cloud Simulator like FCFS or Roundrobin which also works in energy efficient concepts. After comparing it with the exisiting algorithms here are the tables of comparison. We have executed the program three times for the evaluation of the average time taken by the Scheduler to maintain the eligible VM queue for load balancing. Here are the results

      Phase (temperature-n & power-n)

      Average time to schedule

      1

      8.2 seconds

      2

      8.4 seconds

      3

      7.08 econds

      Table 1.1 The above table is showing that Average time to schedule is better as compare to FCFS scheduling. Energy temperature consumption graph by applying our scheduling Policy is

      Figure 2.2 Energy temperature consumption graph by applying our scheduling policy

    4. CONCLUSION

Energy aware load balancing is an important and demanding research area nowadays. Thermal and power based scheduling policy will help to reduce the cooling cost and it will increase the reliability of the computing resources over Cloud Computing environment. The flow diagram and the algorithm will be helpful in reducing the CO2 emission. The aim our research is to reduce the temperature of the computing nodes and to distribute the workload in an efficient way considering thermal and power balance of the system.

REFERENCES

  1. M. Armbrust, A. Fox, R. Griffith, A. Joseph, R. Katz, A. Konwinski, G. Lee, D. Patterson, A. Rabkin, I. Stoica, and

    M. Zaharia, Above the Clouds: A Berkeley View of Cloud Computing, EECS Department, University of California,Berkeley, Technical Report No., UCB/EECS-2009-28, pages 1-23, February 2009.

  2. Andrew J. Younge et al. Efficient Resource Management for Cloud Computing Environments 978-1-4244-7614-5/10/$26.00 ©20 1 0 IEEE.

  3. Anton Beloglazov et al Energy Efficient Allocation of Virtual Machines in Cloud Data Centers 2010 10th IEEE/ACM International Conference on Cluster, Cloud and Grid Computing.

  4. M. Elnozahy, M. Kistler, and R. Rajamony, Energy conservation policies for web servers, in Proc. 4th Conf. USENIX USITS, 2003, vol. 4, pp. 114.

  5. G. Chen et al., Energy-aware server provisioning and load dispatching for connection-intensive Internet services, in Proc. 5th USENIX Symp. NSDI, 2008, pp. 337350.

  6. L.Keleinrock, Avision for the Internet, ST journal of Research, Nov. 2005, pp. 4-5.

  7. Saurabh Kumar Garg and RajkumarBuyya, Green Cloud computing and Environmental Sustainability.

  8. G.Sahoo and K.mukherjee , Green Cloud: An Algorithmic Approach , International Journal of Computer Applications (0975 8887)Volume 9 No.9, November 2010.

  9. Anton Beloglazov et al Energy Efficient Allocation of Virtual Machines in Cloud Data Centers 2010 10th IEEE/ACM International Conference on Cluster, Cloud and Grid Computing.

  10. Anton Beloglazov et al Energy Efficient Allocation of Virtual Machines in Cloud Data Centers 2010 10th IEEE/ACM International Conference on Cluster, Cloud and Grid Computing.

  11. Resat UmitPayli, Kayhan Erciyes, Orhan Dagdeviren , clusterbased load balancing algorithms for grids, International Journal of Computer Networks & Communications (IJCNC) Vol.3, No.5, Sep 2011 , pp. 253-267.

  12. Ting Yang, Y. C. Lee, C. Wang, B. B. Zhou, J. Chen, and A. Y. Zomaya, Workload characteristic oriented scheduler for mapreduce, in Proceedings of the 18th IEEE International Conference on Parallel and Distributed Systems (ICPADS), pp. 156 163, 2012.

  13. Paulin Florence, Dr. V Shanti Energy aware load balancing for computational cloud, Journal Cloud computing: Advances, Systems and Applications, Vol. 3, June 2014.

  14. Mateusz Guzek, DzmitryKliazovich and Pascal BouvryHEROS: Energy-Efficient Load Balancing for Heterogeneous Data Centers in 2013 IEEE International Conference on Green Computing and Communications (GreenCom), 2014, pp. 411.

  15. D. Kliazovich, P. Bouvry, and S. Khan, DENS: data center energy- efficient network-aware scheduling, Cluster Computing, vol. 16, no. 1, pp. 6575, 2013.

  16. D. Kliazovich, S. T. Arzo, F. Granelli, P. Bouvry, and S. U. Khan, e-STAB: Energy-efficient scheduling for cloud computing applications with traffic load balancing, in 2013 IEEE International Conference on Green Computing and Communications (GreenCom), 2013, pp. 713.

Leave a Reply