LOAD BALANCING IN CLOUD COMPUTING USING PARTITIONING METHOD
|
|
|
- Phoebe Fletcher
- 10 years ago
- Views:
Transcription
1 LOAD BALANCING IN CLOUD COMPUTING USING PARTITIONING METHOD Mitesh Patel 1, Kajal Isamaliya 2, Hardik kadia 3, Vidhi Patel 4 CE Department, MEC, Surat, Gujarat, India 1 Asst.Professor, CSE Department, SNPIT&RC, Surat, Gujarat, India 2 CE Department, MEC, Surat, Gujarat, India 3 CE Department, MEC, Surat, Gujarat, India 4 Abstract- Recently Cloud computing has become one of the popular techniques adopted by both industry and academia providing a flexible and efficient way to store and retrieve the data files. The Service Provider plays an important role in transmitting information across the cloud. Load balancing is one of the critical components for efficient operations in the cloud computing environment. 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 computing in order to have a better performance and less response time in the cloud computing. This paper gives a better load balancing model for the public cloud using cloud partitioning concept with a switch mechanism to choose different strategies for different situations. Keyword- load balancing model; public cloud; cloud partition; game theory; I. INTRODUCTION Cloud computing is the latest version of computing technology. Cloud means that the applications and services that are offered from data centre to all over the world. It involves a many number of nodes that are connected by the communication network like the Internet. Simply cloud computing use the internet to access someone else s software that is running on someone else s hardware in someone else s data centre. An Environment that are created in client s computer from an on line application stored on the cloud and run through a web browser. Cloud computing has the advantage of giving a high-performance, pay-as-you-go, flexible, on-demand service. A model that giving information technology services in which resources are received from the internet by web based tools and applications have a direct connection to a server data and software packages that are stored in the servers. Cloud computing model provides the information access as far as an electronic device has access to the web and that type of model provides users to access remotely. Cloud data centres and end users are distributed geographically across the cloud computing environment. All rights reserved by ISSN :
2 Fig 1: Cloud Computing Architecture Internet technology is quick growing and being used more expensively with the Cloud Computing that became a famous topic of academic and industry that became latest computing mechanism. It provides computing ability to meet the requirements of the community. On demand application services access from anywhere in the world is used by businesses and users. Cloud computing system has several storage devices, servers, data centres, virtual machines etc which are communicated in an efficient way. Nowadays, computing models heavily depends on the virtualization technology that makes the server feasible for independent. Cloud computing is the concept based on the virtualization. Virtualization is one method that creates what are called virtual servers that run on a cluster of a number of real servers. Virtualization provides smaller number of high-powered servers that create a higher number of low powered servers while decrementing the overall cost in power, space, and other infrastructure. There are various cloud computing services that are different from our traditional web service because of five basic principles behind cloud computing. These basic principles are: virtualization, resource pooling, automatic/easy resource deployment, elasticity, metered billing. These principles make cloud computing more automation, cost-savings and flexibility to the end users. In cloud computing system there are mainly three major components like clients, distributed servers, and data centre. Each component has particular benefits that plays definite role in specific area. Fig 2: Three components make up a cloud computing [5] Types of cloud computing 1. Public cloud All rights reserved by ISSN :
3 a. Computing infrastructure is hosted by cloud vendor premises. b. It can be shared by various organizations. c. For Example: Amazon, Google, Microsoft, Sales force 2. Private cloud a. The computing infrastructure dedicated to a particular organization and not shared with other organization. b. High expensive and high secure than the public cloud. c. For Example: HP data center, IBM, Sun, Oracle, 3tera 3. Hybrid cloud a. Use of both public and private together is called hybrid cloud. b. Organization may host critical application on private cloud. c. Less security concerns on public cloud. d. Hybrid cloud approach allows a business to take advantage of the flexibility, scalability, cost-effectiveness, and efficiency. Services of Cloud Computing The word Service means that there are different types of applications provided by different servers across the cloud which is generally known as as a service [5]. Cloud computing provide applications and services over the internet. There are three type of services provided by cloud computing. Fig 3: Model of cloud services Load balancing Load balancing is the process of giving effective resource utilization by reassigning the total load to the individual nodes of the collective system and minimizing the response time of the job. Load balancing technique used to make sure that none of the node is in idle state while other nodes are being utilized. Balance the lode among many nodes that you can distribute the load to another node which has lightly loaded. Generally load balancing algorithms can be divided into two categories as static and dynamic algorithms. In static load balancing algorithm, all the information about the system is known in prior, and the load balancing strategy has been made by load balancing algorithm at compile time. Static load balancing algorithm assign load to machines by their processing capability but do not consider dynamic changes of these attributes at run-time. Static algorithms are suitable for homogeneous and give stable environment Thus, static algorithm give poor results whenever attributes are dynamically changing. Generally used static algorithms are Round Robin (RR) & Weighted Round Robin (WRR), Improved Round Robin(IRR). In dynamic load balancing algorithm, all the information about the system is not known in prior, and the load balancing strategy has been made by load balancing algorithm at run time. All rights reserved by ISSN :
4 So, dividing the load during runtime is known as Dynamic Load Balancing technique. Dynamic load balancing algorithm gather information and run times conditions of machines and according to gathered characteristics assign and dynamically reassign the load among machines. Dynamic Load balancing strategies change according to their real statement of the system. Thus, Dynamic algorithms are higher flexible than static algorithm and take different types of system attributes during the run-time. Generally Least connection (LC) and weighted least connection (WLC) are used as dynamic load balancing algorithms. II. PROPOSED METHODOLOGY Proposed Methodology introduces the load balancing strategy based on the cloud partitioning concept. Cloud partitioning is one method to make partitions of large public cloud in some partitions of cloud. A cloud partition has various nodes that belongs to a particular area, these subarea of the public cloud based on the different geographic locations. For choosing node in partition calculate load degree and based on that load degree node status taken.after creating the cloud partitions, the load balancing starts. When a job comes at the system then the main controller deciding that which cloud partition should retrieve the job. The partition load balancer then decides how to assign the jobs to the nodes. When the load status of a cloud partition is normal, then partitioning can be done locally otherwise the job should be transferred to another partition [6]. Main controller and balancers The load balance solution is done by the main controller and the balancers. The main controller first gives jobs to the suitable cloud partition and then communicates with the balancers in each partition that refresh the status information. When main controller deals the information for each partition then the smaller data sets will lead to the higher processing rates. The balancers in each partition collects the status information from every node and then select the right strategy to distribute the jobs. The relationship between the main controller and the balancers is shown in Fig 4. Fig 4: Relationships between the main controllers, the balancers and the nodes Assigning jobs to the cloud partition When a job arrives at the public cloud, then the first step is to select the right partition. The cloud partition status can be divided into three categories: IDLE: In this status most of the nodes are in idle state. NORMAL: In this status some of the nodes are in idle status while others are overloaded. HEAVY: In this status most of the nodes are overloaded. Assigning jobs to the nodes in the cloud All rights reserved by ISSN :
5 The cloud partition balancer collects load information from every node to evaluate cloud partition status. This evaluation of each node s load status plays very important role. Thus, the first task is to define the load degree of each node. The node s load degree is related to several parameters like static parameters and dynamic parameters. There are various static parameters like the number of CPU s, the CPU processing speeds, the memory size, etc and Dynamic parameters like the memory utilization ratio, the CPU utilization ratio, the network bandwidth, etc. The load degree is evaluated from these parameters and Based on the evaluated load_degree (N) there are three nodes load status defined as: Step 1: Define the load parameter set: F = {F1, F2,..,fm}with each Fi(1<=i<=m, Fi [0,1])) where parameter being either static or dynamic and M represents the total number of the parameters. Step 2: evaluate the load degree as: Load degree(n) = Where αi represents weights that may differ for various kinds of jobs and N represents the current node. Step 3: Three node load status level are defined as : Idle When Load degree(n) = 0 there is no job being processed by this node thus, the node status is charged to Idle. Normal When 0 <Load_degree(N) Load_degree high Then the node is charged to normal status and it can process the other jobs. Overloaded When Load_degree high Load_degree(N) Then the node is not available and can t receive the jobs until it returns to the normal status. The cloud partition balancers creates the load status tables which store the load degree results. Each balancer has a Load Status Table and refreshes it in each fixed time period T. The balancers use the table to calculate the partition status. Each partition status has a various load balancing solution. When the job comes at the cloud partition then the job assigns to the nodes by balancer based on its current load strategy. This strategy is updated by the balancers as the cloud partition status changes. III. CLOUD PARTITION LOAD BALANCING STRATEGY Good load balance will improve the performance of the whole cloud. There is no one common method that can provide all possible strategies. Different methods have been developed in improving existing solutions to resolve problems. A relatively simple method can be used for the partition idle status compare to normal partition status. The load balancers update methods according to the status updates. Here, the idle status uses an improved Round Robin algorithm while the normal status uses a game theory based load balancing strategy. Load balance strategy for the idle status All rights reserved by ISSN :
6 When the cloud partition is in idle state, then there are many computing resources available and relatively less jobs are coming. Thus, in this situation cloud partition has the ability to process jobs as fast as possible and simple load balancing method can be used. The one of the simplest load balancing algorithms is the Round Robin algorithm, which passes each new request to the next server in the queue. This algorithm does not record the status of each connection thus, it does not store status information. Whereas in the regular Round Robin algorithm, each node has a same opportunity to be chosen. In public cloud, configuration and performance of each node will not equal so, this method may overload some nodes. So, an improved Round Robin(IRR) algorithm is used, which is called Round Robin algorithm based on the load degree evaluation. When the load status table is refreshed by the balancer, at this moment, if any job comes at the cloud partition, then it creates the inconsistent problem. The system status will have updated but the information will still be old so, this may create an erroneous load strategy choice and an erroneous nodes order. To resolve this problem, there are two Load Status Tables created as: Load Status Table 1 and Load Status Table 2. A flag is assigned to each table to indicate Read or Write. When the flag is Read, then the Round Robin based on the load degree evaluation algorithm is using this table. When the flag is Write, then the table is being refreshed and new information is written into this table. Load balancing strategy for the normal status When the cloud partition is normal, jobs are coming faster than in the idle state and the situation is more complex, so there are various strategy used for the load balancing. Each user wants that his jobs completed in the shortest time, so the public cloud requires a method that can complete the jobs of all users with reasonable response time and provide high through. Compare this algorithm with other methods to show that their algorithm was less complexity that give better performance. Based on game theory Aote and Kharat gave a dynamic load balancing model. This model is related on the dynamic load status of the system with the users being the decision makers in a non-cooperative game. Previous studies have shown that the load balancing strategy for a cloud partition in the normal load status can be viewed as a non-cooperative game. IV. CONCLUSION In a large-scale cloud computing environment the cloud data centers and end users are geographically distributed across the internet, so it remains strong and great potential for the future. Load balancing using cloud partitioning helps to achieve a high user satisfaction with shorter response time and higher resource utilization ratio by ensuring an efficient and fair allocation of every computing resource. V. FUTURE WORK This work is a conceptual framework, more work is needed to implement the framework and resolve new problems. Some important points are Cloud division rules, How to set the refresh period, better load status evaluation and Find other load balance strategy are needed. Other load balance strategies may provide better results, so tests are needed to compare different strategies. Many tests are needed to guarantee system availability and efficiency. All rights reserved by ISSN :
7 REFERENCES [01] Gaochao Xu, Junjie Pang, and Xiaodong Fu, A Load Balancing Model Based on Cloud Partitioning for the Public Cloud TSINGHUA SCIENCE AND TECHNOLOGY ISSN l l l04/12l lpp34-39 Volume 18, Number 1, February 2013 [02] Mangal Nath Tiwari, Kamalendra Kumar Gautam, Dr Rakesh Kumar Katare, Analysis of Public Cloud Load Balancing using Partitioning Method and Game Theory ISSN: X Volume 4, Issue 2, February 2014 ISSN: X [03] Harikrishna, R.Backiyalakshmi, A Game Theory Modal Based On Cloud Computing For Public Cloud IOSR Journal of Computer Engineering (IOSR- JCE) e-issn: , p- ISSN: Volume 16, Issue 2, Ver. XII (Mar-Apr. 2014), PP [04] Shrikant M. Lanjewar, Susmit S. Surwade,Sachin P. Patil,Pratik S. Ghumatkar, Prof Y.B.GURAV, Load Balancing In Public Cloud IOSR Journal of Compute Engineering (IOSR- JCE) e-issn: , p- ISSN: Volume16,Issue 1,VI (Feb. 2014),PP [05] Nidhi Bedi, Shakti Arora, A Secure Load Balancing Technique based on CloudPartitioning for Public Cloud Infrastructure ISSN IJISET International Journal of Innovative Science, Engineering & Technology, Vol. 1 Issue 5, July 2014 [06] Azizkhan F Pathan1, S. B. Mallikarjuna, A Load Balancing Model Based on Cloud Partitioning for the Public Cloud International Journal of Information & Computation Technology ISSN Volume 4, Number 16 (2014), pp [07] Shilpa S, Prof. Shubhada Kulkarni, An area Based Cloud Partitioning for Balancing the Public Cloud using Game Theory Approach AEIJST July 2014 Vol 2 Issue 7 ISSN All rights reserved by ISSN :
A Game Theory Modal Based On Cloud Computing For Public Cloud
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. XII (Mar-Apr. 2014), PP 48-53 A Game Theory Modal Based On Cloud Computing For Public Cloud
Email: [email protected]. 2 Prof, Dept of CSE, Institute of Aeronautical Engineering, Hyderabad, Andhrapradesh, India,
www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.06, May-2014, Pages:0963-0968 Improving Efficiency of Public Cloud Using Load Balancing Model SHRAVAN KUMAR 1, DR. N. CHANDRA SEKHAR REDDY
A Load Balancing Model Based on Cloud Partitioning for the Public Cloud
IEEE TRANSACTIONS ON CLOUD COMPUTING YEAR 2013 A Load Balancing Model Based on Cloud Partitioning for the Public Cloud Gaochao Xu, Junjie Pang, and Xiaodong Fu Abstract: Load balancing in the cloud computing
@IJMTER-2015, All rights Reserved 355
e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com A Model for load balancing for the Public
Effective Load Balancing Based on Cloud Partitioning for the Public Cloud
Effective Load Balancing Based on Cloud Partitioning for the Public Cloud 1 T.Satya Nagamani, 2 D.Suseela Sagar 1,2 Dept. of IT, Sir C R Reddy College of Engineering, Eluru, AP, India Abstract Load balancing
The International Journal Of Science & Technoledge (ISSN 2321 919X) www.theijst.com
THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE Efficient Parallel Processing on Public Cloud Servers using Load Balancing Manjunath K. C. M.Tech IV Sem, Department of CSE, SEA College of Engineering
Public Cloud Partition Balancing and the Game Theory
Statistics Analysis for Cloud Partitioning using Load Balancing Model in Public Cloud V. DIVYASRI 1, M.THANIGAVEL 2, T. SUJILATHA 3 1, 2 M. Tech (CSE) GKCE, SULLURPETA, INDIA [email protected] [email protected]
Efficient Parallel Processing on Public Cloud Servers Using Load Balancing
Efficient Parallel Processing on Public Cloud Servers Using Load Balancing Valluripalli Srinath 1, Sudheer Shetty 2 1 M.Tech IV Sem CSE, Sahyadri College of Engineering & Management, Mangalore. 2 Asso.
A Game Theoretic Approach for Cloud Computing Infrastructure to Improve the Performance
P.Bhanuchand and N. Kesava Rao 1 A Game Theoretic Approach for Cloud Computing Infrastructure to Improve the Performance P.Bhanuchand, PG Student [M.Tech, CS], Dep. of CSE, Narayana Engineering College,
The Load Balancing Strategy to Improve the Efficiency in the Public Cloud Environment
The Load Balancing Strategy to Improve the Efficiency in the Public Cloud Environment Majjaru Chandra Babu Assistant Professor, Priyadarsini College of Engineering, Nellore. Abstract: Load balancing in
Statistics Analysis for Cloud Partitioning using Load Balancing Model in Public Cloud
Statistics Analysis for Cloud Partitioning using Load Balancing Model in Public Cloud 1 V.DIVYASRI, M.Tech (CSE) GKCE, SULLURPETA, [email protected] 2 T.SUJILATHA, M.Tech CSE, ASSOCIATE PROFESSOR
LOAD BALANCING STRATEGY BASED ON CLOUD PARTITIONING CONCEPT
Journal homepage: www.mjret.in ISSN:2348-6953 LOAD BALANCING STRATEGY BASED ON CLOUD PARTITIONING CONCEPT Ms. Shilpa D.More 1, Prof. Arti Mohanpurkar 2 1,2 Department of computer Engineering DYPSOET, Pune,India
Cloud Partitioning of Load Balancing Using Round Robin Model
Cloud Partitioning of Load Balancing Using Round Robin Model 1 M.V.L.SOWJANYA, 2 D.RAVIKIRAN 1 M.Tech Research Scholar, Priyadarshini Institute of Technology and Science for Women 2 Professor, Priyadarshini
AN EFFICIENT LOAD BALANCING APPROACH IN CLOUD SERVER USING ANT COLONY OPTIMIZATION
AN EFFICIENT LOAD BALANCING APPROACH IN CLOUD SERVER USING ANT COLONY OPTIMIZATION Shanmuga Priya.J 1, Sridevi.A 2 1 PG Scholar, Department of Information Technology, J.J College of Engineering and Technology
Implementation of Load Balancing Based on Partitioning in Cloud Computing
Implementation of Load Balancing Based on Partitioning in Cloud Computing S. Adiseshu Gupta 1, K. V. Srinivasa Rao 2 PG Student, Department of CSE, Prakasm Engineering College, Kandukur, AndhraPradesh,
A Novel Approach of Load Balancing Strategy in Cloud Computing
A Novel Approach of Load Balancing Strategy in Cloud Computing Antony Thomas 1, Krishnalal G 2 PG Scholar, Dept of Computer Science, Amal Jyothi College of Engineering, Kanjirappally, Kerala, India 1 Assistant
A Load Balancing Model Based on Cloud Partitioning for the Public Cloud
International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 16 (2014), pp. 1605-1610 International Research Publications House http://www. irphouse.com A Load Balancing
How To Partition Cloud For Public Cloud
An Enhanced Load balancing model on cloud partitioning for public cloud Agidi.Vishnu vardhan*1, B.Aruna Kumari*2, G.Kiran Kumar*3 M.Tech Scholar, Dept of CSE, MLR Institute of Technology, Dundigal, Dt:
Load Balancing Model in Cloud Computing
International Journal of Emerging Engineering Research and Technology Volume 3, Issue 2, February 2015, PP 1-6 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Load Balancing Model in Cloud Computing Akshada
Load Balancing Algorithms in Cloud Environment
International Conference on Systems, Science, Control, Communication, Engineering and Technology 50 International Conference on Systems, Science, Control, Communication, Engineering and Technology 2015
IMPROVED LOAD BALANCING MODEL BASED ON PARTITIONING 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 ISSN 2320 088X IJCSMC, Vol. 3, Issue.
MANAGING OF IMMENSE CLOUD DATA BY LOAD BALANCING STRATEGY. Sara Anjum 1, B.Manasa 2
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND SCIENCE MANAGING OF IMMENSE CLOUD DATA BY LOAD BALANCING STRATEGY Sara Anjum 1, B.Manasa 2 1 M.Tech Student, Dept of CSE, A.M.R. Institute
A Survey on Load Balancing Algorithms in Cloud Environment
A Survey on Load s in Cloud Environment M.Aruna Assistant Professor (Sr.G)/CSE Erode Sengunthar Engineering College, Thudupathi, Erode, India D.Bhanu, Ph.D Associate Professor Sri Krishna College of Engineering
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,
A Novel Approach for Efficient Load Balancing in Cloud Computing Environment by Using Partitioning
A Novel Approach for Efficient Load Balancing in Cloud Computing Environment by Using Partitioning 1 P. Vijay Kumar, 2 R. Suresh 1 M.Tech 2 nd Year, Department of CSE, CREC Tirupati, AP, India 2 Professor
Comparative Analysis of Load Balancing Algorithms in Cloud Computing
Comparative Analysis of Load Balancing Algorithms in Cloud Computing Anoop Yadav Department of Computer Science and Engineering, JIIT, Noida Sec-62, Uttar Pradesh, India ABSTRACT Cloud computing, now a
Dynamic Method for Load Balancing in Cloud Computing
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 4, Ver. IV (Jul Aug. 2014), PP 23-28 Dynamic Method for Load Balancing in Cloud Computing Nikita Haryani
Improving Performance and Reliability Using New Load Balancing Strategy with Large Public Cloud
Improving Performance and Reliability Using New Load Balancing Strategy with Large Public Cloud P.Gayathri Atchuta*1, L.Prasanna Kumar*2, Amarendra Kothalanka*3 M.Tech Student*1, Associate Professor*2,
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,
Identifying More Efficient Ways of Load balancing the Web (http) Requests.
International Journal of Allied Practice, Research and Review Website: www.ijaprr.com (ISSN 2350-1294) Identifying More Efficient Ways of Load balancing the Web (http) Requests. Mukesh Negi Project Manager,
INCREASING THE CLOUD PERFORMANCE WITH LOCAL AUTHENTICATION
INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 INCREASING THE CLOUD PERFORMANCE WITH LOCAL AUTHENTICATION Sanjay Razdan Department of Computer Science and Eng. Mewar
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 [email protected] Abstract: Cloud Computing
Minimize Response Time Using Distance Based Load Balancer Selection Scheme
Minimize Response Time Using Distance Based Load Balancer Selection Scheme K. Durga Priyanka M.Tech CSE Dept., Institute of Aeronautical Engineering, HYD-500043, Andhra Pradesh, India. Dr.N. Chandra Sekhar
CDBMS Physical Layer issue: Load Balancing
CDBMS Physical Layer issue: Load Balancing Shweta Mongia CSE, School of Engineering G D Goenka University, Sohna [email protected] Shipra Kataria CSE, School of Engineering G D Goenka University,
A Novel Switch Mechanism for Load Balancing in Public Cloud
International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) A Novel Switch Mechanism for Load Balancing in Public Cloud Kalathoti Rambabu 1, M. Chandra Sekhar 2 1 M. Tech (CSE), MVR College
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
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
Load Balancing in Cloud Computing using Observer's Algorithm with Dynamic Weight Table
Load Balancing in Cloud Computing using Observer's Algorithm with Dynamic Weight Table Anjali Singh M. Tech Scholar (CSE) SKIT Jaipur, [email protected] Mahender Kumar Beniwal Reader (CSE & IT), SKIT
Fair Scheduling Algorithm with Dynamic Load Balancing Using In Grid Computing
Research Inventy: International Journal Of Engineering And Science Vol.2, Issue 10 (April 2013), Pp 53-57 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Fair Scheduling Algorithm with Dynamic
An Approach to Load Balancing In Cloud Computing
An Approach to Load Balancing In Cloud Computing Radha Ramani Malladi Visiting Faculty, Martins Academy, Bangalore, India ABSTRACT: Cloud computing is a structured model that defines computing services,
Key words: load balancing model; public cloud; cloud partition; game theory
International Journal of Computer Application and Engineering Technology Volume 3-Issue 4, Oct 2014. Pp. 285-289 www.ijcaet.net Load Balancing Strategy to Improve the Efficiency in the Public Cloud Environment
Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India [email protected]
IJCSIT, Volume 1, Issue 5 (October, 2014) e-issn: 1694-2329 p-issn: 1694-2345 A STUDY OF CLOUD COMPUTING MODELS AND ITS FUTURE Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India
Cloud Computing Architecture: A Survey
Cloud Computing Architecture: A Survey Abstract Now a day s Cloud computing is a complex and very rapidly evolving and emerging area that affects IT infrastructure, network services, data management and
A Secure Load Balancing Technique based on Cloud Partitioning for Public Cloud Infrastructure Nidhi Bedi 1 and Shakti Arora 1
A Secure Load Balancing Technique based on Cloud Partitioning for Public Cloud Infrastructure Nidhi Bedi 1 and Shakti Arora 1 1 Computer Science & Engineering Department, Kurukshetra University Krurkshetra/Geeta
A Comparative Performance Analysis of Load Balancing Algorithms in Distributed System using Qualitative Parameters
A Comparative Performance Analysis of Load Balancing Algorithms in Distributed System using Qualitative Parameters Abhijit A. Rajguru, S.S. Apte Abstract - A distributed system can be viewed as a collection
Auto-Scaling, Load Balancing and Monitoring As service in public cloud
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 4, Ver. I (Jul-Aug. 2014), PP 39-46 Auto-Scaling, Load Balancing and Monitoring As service in public
Distributed Management for Load Balancing in Prediction-Based Cloud
Distributed Management for Load Balancing in Prediction-Based Cloud T.Vijayakumar 1, Dr. D. Chitra 2 P.G. Student, Department of Computer Engineering, P.A. College of, Pollachi, Tamilnadu, India 1 Professor
Cloud Computing: Computing as a Service. Prof. Daivashala Deshmukh Maharashtra Institute of Technology, Aurangabad
Cloud Computing: Computing as a Service Prof. Daivashala Deshmukh Maharashtra Institute of Technology, Aurangabad Abstract: Computing as a utility. is a dream that dates from the beginning from the computer
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
A REVIEW PAPER ON LOAD BALANCING AMONG VIRTUAL SERVERS IN CLOUD COMPUTING USING CAT SWARM OPTIMIZATION
A REVIEW PAPER ON LOAD BALANCING AMONG VIRTUAL SERVERS IN CLOUD COMPUTING USING CAT SWARM OPTIMIZATION Upasana Mittal 1, Yogesh Kumar 2 1 C.S.E Student,Department of Computer Science, SUSCET, Mohali, (India)
E-learning Using Cloud Computing
International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 1 (2014), pp. 41-46 International Research Publications House http://www. irphouse.com /ijict.htm E-learning
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
International Journal of Computer & Organization Trends Volume21 Number1 June 2015 A Study on Load Balancing in Cloud Computing
A Study on Load Balancing in Cloud Computing * Parveen Kumar * Er.Mandeep Kaur Guru kashi University,Talwandi Sabo Guru kashi University,Talwandi Sabo Abstract: Load Balancing is a computer networking
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
LOAD BALANCING ALGORITHM REVIEW s IN CLOUD ENVIRONMENT
LOAD BALANCING ALGORITHM REVIEW s IN CLOUD ENVIRONMENT K.Karthika, K.Kanakambal, R.Balasubramaniam PG Scholar,Dept of Computer Science and Engineering, Kathir College Of Engineering/ Anna University, India
Load Balancing in cloud computing
Load Balancing in cloud computing 1 Foram F Kherani, 2 Prof.Jignesh Vania Department of computer engineering, Lok Jagruti Kendra Institute of Technology, India 1 [email protected], 2 [email protected]
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,
Survey of Load Balancing Techniques in Cloud Computing
Survey of Load Balancing Techniques in Cloud Computing Nandkishore Patel 1, Ms. Jasmine Jha 2 1, 2 Department of Computer Engineering, 1, 2 L. J. Institute of Engineering and Technology, Ahmedabad, Gujarat,
A Survey Paper: Cloud Computing and Virtual Machine Migration
577 A Survey Paper: Cloud Computing and Virtual Machine Migration 1 Yatendra Sahu, 2 Neha Agrawal 1 UIT, RGPV, Bhopal MP 462036, INDIA 2 MANIT, Bhopal MP 462051, INDIA Abstract - Cloud computing is one
A Comparative Study of cloud and mcloud Computing
A Comparative Study of cloud and mcloud Computing Ms.S.Gowri* Ms.S.Latha* Ms.A.Nirmala Devi* * Department of Computer Science, K.S.Rangasamy College of Arts and Science, Tiruchengode. [email protected]
A Survey on Load Balancing Techniques Using ACO Algorithm
A Survey on Load Balancing Techniques Using ACO Algorithm Preeti Kushwah Department of Computer Science & Engineering, Acropolis Institute of Technology and Research Indore bypass road Mangliya square
International Journal Of Engineering Research & Management Technology
International Journal Of Engineering Research & Management Technology March- 2014 Volume-1, Issue-2 PRIORITY BASED ENHANCED HTV DYNAMIC LOAD BALANCING ALGORITHM IN CLOUD COMPUTING Srishti Agarwal, Research
Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing
Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Survey on Load
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
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,
White Paper on CLOUD COMPUTING
White Paper on CLOUD COMPUTING INDEX 1. Introduction 2. Features of Cloud Computing 3. Benefits of Cloud computing 4. Service models of Cloud Computing 5. Deployment models of Cloud Computing 6. Examples
Cloud Computing - Architecture, Applications and Advantages
Cloud Computing - Architecture, Applications and Advantages 1 Arun Mani Tripathi 2 Rizwan Beg NIELIT Ministry of C&I.T., Govt. of India 2 Prof. and Head, Department 1 of Computer science and Engineering,Integral
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
Development of Intranet App with JAVA on Oracle Cloud
Development of Intranet App with JAVA on Oracle Cloud Saumendu Bose 1, Saurabh Kumar 2 1 M.Tech, 2 Asst. Prof., Dept. of CSE, S.I.T.E, S.V.S.U, Meerut Abstract Cloud computing is a computing environment,
Energy Constrained Resource Scheduling for Cloud Environment
Energy Constrained Resource Scheduling for Cloud Environment 1 R.Selvi, 2 S.Russia, 3 V.K.Anitha 1 2 nd Year M.E.(Software Engineering), 2 Assistant Professor Department of IT KSR Institute for Engineering
Keywords Load balancing, Dispatcher, Distributed Cluster Server, Static Load balancing, Dynamic Load balancing.
Volume 5, Issue 7, July 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Hybrid Algorithm
CLOUD COMPUTING PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM
CLOUD COMPUTING PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM Anisaara Nadaph 1 and Prof. Vikas Maral 2 1 Department of Computer Engineering, K.J College of Engineering and Management Research Pune
Role of Cloud Computing in Big Data Analytics Using MapReduce Component of Hadoop
Role of Cloud Computing in Big Data Analytics Using MapReduce Component of Hadoop Kanchan A. Khedikar Department of Computer Science & Engineering Walchand Institute of Technoloy, Solapur, Maharashtra,
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
Abstract. 1. Introduction
A REVIEW-LOAD BALANCING OF WEB SERVER SYSTEM USING SERVICE QUEUE LENGTH Brajendra Kumar, M.Tech (Scholor) LNCT,Bhopal 1; Dr. Vineet Richhariya, HOD(CSE)LNCT Bhopal 2 Abstract In this paper, we describe
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
ABSTRACT. KEYWORDS: Cloud Computing, Load Balancing, Scheduling Algorithms, FCFS, Group-Based Scheduling Algorithm
A REVIEW OF THE LOAD BALANCING TECHNIQUES AT CLOUD SERVER Kiran Bala, Sahil Vashist, Rajwinder Singh, Gagandeep Singh Department of Computer Science & Engineering, Chandigarh Engineering College, Landran(Pb),
A Survey on Load Balancing and Scheduling in Cloud Computing
IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 7 December 2014 ISSN (online): 2349-6010 A Survey on Load Balancing and Scheduling in Cloud Computing Niraj Patel
A REVIEW ON LOAD BALANCING TECHNIQUE IN THE PUBLIC CLOUD USING PARTITIONING METHOD
A REVIEW ON LOAD BALANCING TECHNIQUE IN THE PUBLIC CLOUD USING PARTITIONING METHOD 1 G. DAMODAR, 2 D. BARATH KUMAR 1 M.Tech Student, Department of CSE. [email protected] 2 Assistant Professor, Department
Grid Computing Vs. Cloud Computing
International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 6 (2013), pp. 577-582 International Research Publications House http://www. irphouse.com /ijict.htm Grid
International Journal of Advance Research in Computer Science and Management Studies
Volume 3, Issue 6, June 2015 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online
Cloud Computing. Karan Saxena * & Kritika Agarwal**
Page29 Cloud Computing Karan Saxena * & Kritika Agarwal** *Student, Sir M. Visvesvaraya Institute of Technology **Student, Dayananda Sagar College of Engineering ABSTRACT: This document contains basic
How To Balance In Cloud Computing
A Review on Load Balancing Algorithms in Cloud Hareesh M J Dept. of CSE, RSET, Kochi hareeshmjoseph@ gmail.com John P Martin Dept. of CSE, RSET, Kochi [email protected] Yedhu Sastri Dept. of IT, RSET,
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
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
Cloud Computing Service Models, Types of Clouds and their Architectures, Challenges.
Cloud Computing Service Models, Types of Clouds and their Architectures, Challenges. B.Kezia Rani 1, Dr.B.Padmaja Rani 2, Dr.A.Vinaya Babu 3 1 Research Scholar,Dept of Computer Science, JNTU, Hyderabad,Telangana
High Performance Cluster Support for NLB on Window
High Performance Cluster Support for NLB on Window [1]Arvind Rathi, [2] Kirti, [3] Neelam [1]M.Tech Student, Department of CSE, GITM, Gurgaon Haryana (India) [email protected] [2]Asst. Professor,
Investigation of Cloud Computing: Applications and Challenges
Investigation of Cloud Computing: Applications and Challenges Amid Khatibi Bardsiri Anis Vosoogh Fatemeh Ahoojoosh Research Branch, Islamic Azad University, Sirjan, Iran Research Branch, Islamic Azad University,
Analysis on Virtualization Technologies in Cloud
Analysis on Virtualization Technologies in Cloud 1 V RaviTeja Kanakala, V.Krishna Reddy, K.Thirupathi Rao 1 Research Scholar, Department of CSE, KL University, Vaddeswaram, India I. Abstract Virtualization
