Load balancing and resource monitoring in cloud

  • Authors:
  • Nitin S. More;Swapnaja R. Hiray

  • Affiliations:
  • SCOE, Pune University, India;SCOE, Pune University, India

  • Venue:
  • Proceedings of the CUBE International Information Technology Conference
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Nowadays there is huge amount of buzz in Information Technology about the word Cloud Computing, what does it actually means known to very few people I can described it nothing but the model of your Industry on pay per use basis, whatever you required take specify it, take it on rent, use it and pay as per your usage only. For example you required huge servers, you required huge hard disk space to store your data, and all is available on rent basis with the proper SLA. Then question arises about how to manage these all resources which you are renting, that is all the hectic of cloud managers they will manages the load, traffic coming to these resources which they are providing. This management of the load across the distributed servers which may be located anywhere in the world can be carried out with proper strategy, algorithms. In this paper we are trying to carry out implementation of an algorithm which balances the incoming load across different servers present in the cloud, there is slight difference in the general load balancing and load balancing in the cloud. We can manage it by using well known first come first serve basic we can have round robin like algorithms but instead of that for more efficient and dynamic usage of the resources we are doing it by using signature pattern matching of the incoming requests and allocating the most efficient and proper resources to execute that incoming requests.