SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3938
COMMERCIAL WEB APPLICATION LOAD BALANCING BASED ON HYBRID
CLOUD
Prof. Sachin Darekar1, Miss. HimaniGaikwad2, Miss. Sejal Kurhade3
1,2,3Information Technology, Bharati Vidyapeeth College of Engineering Navi Mumbai(India)
------------------------------------------------------------------------***-----------------------------------------------------------------------
ABSTRACT:- The rapid growth in population of the industrial as well as residential sector has lead to the increase in
the databases or the data belonging to particular individuals. Any sort of data needs to be kept secured and such
security is gained from the cloud. As the data is secured onto the cloud, everyone prefers to upload their data on
cloud. Considering a website, due to enormous accesses into the website, traffic gets created, leading to system
failure or hanging of the system. Previously this traffic was managed by balancing onto different servers and due to
huge traffic many servers were needed to be taken under action but the proposed system leads to the balancing
traffic directly onto the public cloud it contributes significantly to lessen the hardware components of the existing
system that is directly balancing load/ traffic onto the public cloud.
KEYWORDS:
Cloud computing, public cloud, instances, load balancing, AWS, EC2, traffic,horizontal scaling, classic application load
balancing, website, database, round robin algorithm.
1. INTRODUCTION:
As our project is based on balancing of load from a website deployed on a cloud to AWS. Load balancing is both static and
dynamic in nature. Load balancing concentrates on minimizing resources and storage consumption, enabling scalability,
etc. So we have deployed a website over a cloud which gains numerous access of users and hence traffic is created due to
which the website and users both face many problems. It is necessary to overcome this traffic to make the website efficient
and flexible to run and also smooth for the users to use it. And hence the load is automatically balanced on the public
cloud. This is elastic load balancing which is provided by AWS to balance the load of the website. Elastic load balancing
divides application/ network traffic across targets such as Amazon EC2 instances, IP addresses, availability zones. Elastic
load balancing supports three types of load balancers: Application load balancers, Network load balancers and Classic load
balancers. We can select a load balancer based on our needs. We need to subscribe for AWS i.e Amazon web services
because it is a secure cloud service platform offering power, database storage, content delivery, etc. AWS also helps us or
allows us to host dynamic websites and securely store all our files on cloud so we can access them at anytime from
anywhere.
Various parameters are to be considered in the upcoming proposed work:
AWS -- AWS introduces a pay-as-you-go Cloud computing model that scales to provide users with compute, storage as
needed.
Amazon EC2 — These are virtual servers that run your applications on cloud. You can configure your load balancer to
manage or balance the traffic to your EC2 instances.
Instances -- Instances are those who provide a small amount of consistent processing unit resources and allows us to
increase CPU capacity in short bursts when additional cycles are available.
Load balancing -- Load balancing is a term that describes the division of network traffic among a group of servers. Load
balancing also serves as a solution to the performance of hardware and software. Load balancing is a distribution, which
gives us maximum output in minimum response time. In load balancing, the load of work is separated among many
different servers or hard drives.
Scaling -- Scalability is defined as the capacity of a system to expand from previous configuration for handling high
amount of work load. These are the two types of scaling techniques namely vertical and horizontal scaling.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3939
Vertical scaling -- For increasing the capacity, if we increase resources in same server then it is vertical scaling. It is also
called as "scale up" approach.
Horizontal scaling -- Horizontal scaling actually means increasing or boosting the performance of a server by adding
more instances of it to a group of server to spread the workload among them. This is also called as "scale out" approach.
Here, in this topic horizontal scaling is much efficient because as your business grows, say that for example, when your
website gets popular and at the same time it's on your website also grows so the responsibility of your server also grows.
So to reduce this responsibility we can add other server with the same amount of capacity along with the previous one.
Now this both servers can handle the traffic finely. So here we have not changed the capacity of any of the servers rather
we have reduced the work load of a single server.
Round Robin algorithm -- In Round Robin algorithm a group of servers are coded to manage the load in a cyclic manner.
The algorithm assumes that every system can process the same amount of accesses and is not able to account for active
connections.
Load Balancing on Servers (Randomized Algorithm) -It has both a)Round robin b)Assign new request to a server
that has minimum load
Availability zone -- Availability zone plays an important part in this load balancing process. When we are enabling an
availability zone for one load balancer, the ELB creates a load balancer node in that particular zone. If we register the
target in that zone but do not enable it, then these registered targets cannot receive traffic.
DOES CLOUD NEED LOAD BALANCING
A website or a web-application can be accessed by many users at any point of time. It is very difficult for a web application
to manage all these user requests at one time. Sometimes it may result in system breakdowns. Here, the load balancer
plays an important role. Load balancing is managing/dividing the traffic created on a website or distributing of the work
that a single system has to perform between two or more systems so that the work is done or performed faster and
provides efficient resource utilization. The work is distributed in such a manner that not a single system contains heavy
load and every system has equal amount of tasks to perform. Load balancing is used to achieve maximum utilization of
resources and high satisfaction of users. It is done to make use of available resources more efficiently.
2. EXISTING SYSTEM:
Large number of users flock to the e-commerce websites to view products, shop and compare products. This causes the
server to compute a large number of information in a very less time, which in turn creates a load on the website. To
balance this load AWS is being introduced so that it balances the load and makes it flexible and efficient to use. And this
helps in running the website smoothly. Web traffic is the amount of data sent and received by visitor to a website. This
necessarily does not include the traffic generated by website. Web traffic has been the largest portion of internet traffic.
This is determined by the number of pages of visitors. The users face many issues regarding the loading of web pages of
various websites. This results in overloading and creates a lot of traffic on the internet. To overcome this traffic, the
concept of load balancing is introduced to balance the load of users on the website. This will balance the load of number of
accessing users on the public cloud from private one. Many commercial websites handle the load balancing differently
based on their server architecture, but our project scope is to balance it on public cloud (AWS), which is the leading cloud
computing platform. AWS gives the on-demand services. AWS provides the flexibility in terms of amount of resources the
customers need. Load balancing is a method to distribute work load across one or more servers is the existing
methodology but here we are supposed to balance the traffic over a cloud as the previous method includes the servers.
And we might need much of the servers to balance the load but by using cloud we can manage any amount of data.
Because cloud is an operating system that controls large pools of compute storage and networking resources throughout a
data center, all managed through a dashboard that gives control while empowering their users to provision resources
through a website.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3940
3. METHODOLOGY:
The working diagram of our project explains that we are
creating number of instances to balance the load. Each instance is scaled up-to a particular limit. And after reaching to the
scaled limit the very next access enters the second instance. Similarly, it works for the third instance and so on. These
services are provided to us by the AWS. And hence, in this way the load is balanced.
We have developed a e-commerce website for shopping which is deployed on the private cloud. Users will access the
website and traffic will be created.
AWS that is Amazon web services help us in providing resources as we subscribe them. It follows a Pay-as-you-go policy.
In AWS, we get an elastic load balancer through which we create instances. Instances have their storage, called as EBS
storage. Each instance is allocated with a separate security group. As we have four instances here we have different
security groups for different instances. Auto scaling is done to the instances that is the threshold is applied.
The algorithm here is a round robin algorithm where threshold of two access is applied to a single instance so that if
the first user signs up then it enters the first instance and if the second user signs up then too it enters the first instance as
the threshold applied is two. And now if the third user signs up then load gets created and it enters the second instance
automatically and the load is balanced.After all this process a domain name is given to the owner so that the
website/webpage can be accessed from anywhere on the search engine.
In EC2, we can run/deploy any application and we can also increase or decrease the scaling accordingly. Instances for
windows are costly and tough and the same for Linux are cheap and easy.
Round Robin algorithm contains a cluster of servers/instances that are programmed to balance the load in a sequential
clockwise manner. This algorithm takes into consideration that each of the system can authenticate the same number of
entries.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3941
4. ARCHITECTURE DAIGRAM
In the following diagram we have created an account on AWS and so we got the consoles. Say we have created two
instances. Each instance have separate availability zones. Now we create a elastic load balancer with the help of AWS and
that balancer is owned by us now. For the load balancer we need rules like HTTP/HTTPS/TCP/SSL. After this auto scaling
of instances is done which mean applying threshold. The API/CLI is required to apply the threshold to the respective
instances. Regions are the availability zones allocated to the instances. In this manner the load balancing is done as per the
diagram.
5. CONCLUSION:
In this study, requirements such as management, balancing and transferring where determined and based on this the load
balancing was performed using a hybrid cloud environment.Due to this, the traffic won’t be forming to be an obstacle
between the users to access the websites and it would be convinient for them to operate it simultaneously. This will result
in smooth functioning of the websites to be accessed.
6. REFERENCES :
1. Amandeep, ‘‘Analysis of Load Balancing Techniquesin Cloud Computing’’, International Journal of Computers &
Technology, vol. 4, no.2, pp.2277-3061, March-April, 2013.(references)
2. AngonaSarker,AliNewazBahar,SMShamim, "A Review on Mobile Cloud Computing", International Journal of
Computer Applications (0975 – 8887)
3. AartiSingha, Dimple Junejab, ManishaMalhotraa,"Autonomous Agent Based Load
4. Balancing Algorithm in Cloud Computing"International Conference on Advanced Computing Technologies and
Applications (ICACTA- 2015)
5. W. Zeng, Y. Li, J. Wu, Q. Zhong and Q. Zhang. ”Load Rebalancingin Large-Scale Distributed File System.”IEEE 1st
International Conference on Information Science and Engineering (ICISE), 2009, pp.265-269.
6. W. Zeng, Y. Zhao, K. Ou and W. Song.Research on cloud storage architecture and key technologies. In Proceedings
of the 2nd International Conference on Interaction Sciences: Information Technology, Culture and Human, pp.
1044-1048. ACM, 2009.
7. http://www.eucalyptus.com/eucalyptus-cloud/tools/s3curl1. P. Bak, How Nature Works: the Science of Self-
Organized Criticality. (New York, Copernicus, 1999)
8. P. Bak, C. Tang, and K. Wiesenfeld, Phys. Rev. A 38,364 (1988)
9. M.Brain,where do visitor come from?Resonance(2005) http://webkew.blogspot.com/2005/05/lesson-4-where-
do-visitors-come-from.html
10. S. Arbesman, TheMemespread Project (2004)http://www.arbesman.net/memespread.pdf

More Related Content

What's hot

Mass migrations stephen orban - gartner toronto 2017
Mass migrations   stephen orban - gartner toronto 2017Mass migrations   stephen orban - gartner toronto 2017
Mass migrations stephen orban - gartner toronto 2017Amazon Web Services
 
AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...
AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...
AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...Amazon Web Services
 
Where to Begin? Application Portfolio Migration
Where to Begin? Application Portfolio MigrationWhere to Begin? Application Portfolio Migration
Where to Begin? Application Portfolio MigrationAmazon Web Services
 
Aws tco web_applications
Aws tco web_applicationsAws tco web_applications
Aws tco web_applicationsSuruli Kannan
 
(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...
(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...
(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...Amazon Web Services
 
Binbird Enterprise Architecture
Binbird Enterprise ArchitectureBinbird Enterprise Architecture
Binbird Enterprise ArchitecturePadam Sahi
 
VMworld 2013: Organizing for Cloud Operations – Challenges and Lessons Learned
VMworld 2013: Organizing for Cloud Operations – Challenges and Lessons Learned VMworld 2013: Organizing for Cloud Operations – Challenges and Lessons Learned
VMworld 2013: Organizing for Cloud Operations – Challenges and Lessons Learned VMworld
 
AWS re:Invent 2016: Simplify Cloud Migration with AWS Server Migration Servic...
AWS re:Invent 2016: Simplify Cloud Migration with AWS Server Migration Servic...AWS re:Invent 2016: Simplify Cloud Migration with AWS Server Migration Servic...
AWS re:Invent 2016: Simplify Cloud Migration with AWS Server Migration Servic...Amazon Web Services
 
Deep dive session - running microsoft applications in the cloud
Deep dive session - running microsoft applications in the cloudDeep dive session - running microsoft applications in the cloud
Deep dive session - running microsoft applications in the cloudRitesh Toshniwal
 
Amazon.com Corporate IT apps Migration to AWS
Amazon.com Corporate IT apps Migration to AWSAmazon.com Corporate IT apps Migration to AWS
Amazon.com Corporate IT apps Migration to AWSAmazon Web Services
 
Cloud Migration, Application Modernization and Security for Partners
Cloud Migration, Application Modernization and Security for PartnersCloud Migration, Application Modernization and Security for Partners
Cloud Migration, Application Modernization and Security for PartnersAmazon Web Services
 
Deep dive session - how to achieve database freedom
Deep dive session - how to achieve database freedomDeep dive session - how to achieve database freedom
Deep dive session - how to achieve database freedomRitesh Toshniwal
 
AWS Technical Due Diligence Workshop Session Two
AWS Technical Due Diligence Workshop Session TwoAWS Technical Due Diligence Workshop Session Two
AWS Technical Due Diligence Workshop Session TwoTom Laszewski
 
How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...
How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...
How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...Amazon Web Services
 

What's hot (20)

Mass migrations stephen orban - gartner toronto 2017
Mass migrations   stephen orban - gartner toronto 2017Mass migrations   stephen orban - gartner toronto 2017
Mass migrations stephen orban - gartner toronto 2017
 
Azure migration
Azure migrationAzure migration
Azure migration
 
Application Portfolio Migration
Application Portfolio MigrationApplication Portfolio Migration
Application Portfolio Migration
 
AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...
AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...
AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...
 
Where to Begin? Application Portfolio Migration
Where to Begin? Application Portfolio MigrationWhere to Begin? Application Portfolio Migration
Where to Begin? Application Portfolio Migration
 
Aws tco web_applications
Aws tco web_applicationsAws tco web_applications
Aws tco web_applications
 
(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...
(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...
(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...
 
Binbird Enterprise Architecture
Binbird Enterprise ArchitectureBinbird Enterprise Architecture
Binbird Enterprise Architecture
 
IT Transformation with AWS
IT Transformation with AWSIT Transformation with AWS
IT Transformation with AWS
 
What is Database Freedom?
What is Database Freedom?What is Database Freedom?
What is Database Freedom?
 
VMworld 2013: Organizing for Cloud Operations – Challenges and Lessons Learned
VMworld 2013: Organizing for Cloud Operations – Challenges and Lessons Learned VMworld 2013: Organizing for Cloud Operations – Challenges and Lessons Learned
VMworld 2013: Organizing for Cloud Operations – Challenges and Lessons Learned
 
AWS re:Invent 2016: Simplify Cloud Migration with AWS Server Migration Servic...
AWS re:Invent 2016: Simplify Cloud Migration with AWS Server Migration Servic...AWS re:Invent 2016: Simplify Cloud Migration with AWS Server Migration Servic...
AWS re:Invent 2016: Simplify Cloud Migration with AWS Server Migration Servic...
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Deep dive session - running microsoft applications in the cloud
Deep dive session - running microsoft applications in the cloudDeep dive session - running microsoft applications in the cloud
Deep dive session - running microsoft applications in the cloud
 
Amazon.com Corporate IT apps Migration to AWS
Amazon.com Corporate IT apps Migration to AWSAmazon.com Corporate IT apps Migration to AWS
Amazon.com Corporate IT apps Migration to AWS
 
Cloud Migration, Application Modernization and Security for Partners
Cloud Migration, Application Modernization and Security for PartnersCloud Migration, Application Modernization and Security for Partners
Cloud Migration, Application Modernization and Security for Partners
 
Deep dive session - how to achieve database freedom
Deep dive session - how to achieve database freedomDeep dive session - how to achieve database freedom
Deep dive session - how to achieve database freedom
 
AWS Technical Due Diligence Workshop Session Two
AWS Technical Due Diligence Workshop Session TwoAWS Technical Due Diligence Workshop Session Two
AWS Technical Due Diligence Workshop Session Two
 
How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...
How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...
How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...
 
Migration Planning
Migration PlanningMigration Planning
Migration Planning
 

Similar to IRJET- Commercial Web Application Load Balancing based on Hybrid Cloud

IRJET- An Improved Weighted Least Connection Scheduling Algorithm for Loa...
IRJET-  	  An Improved Weighted Least Connection Scheduling Algorithm for Loa...IRJET-  	  An Improved Weighted Least Connection Scheduling Algorithm for Loa...
IRJET- An Improved Weighted Least Connection Scheduling Algorithm for Loa...IRJET Journal
 
LOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTINGLOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTINGIRJET Journal
 
Refactoring Web Services on AWS cloud (PaaS & SaaS)
Refactoring Web Services on AWS cloud (PaaS & SaaS)Refactoring Web Services on AWS cloud (PaaS & SaaS)
Refactoring Web Services on AWS cloud (PaaS & SaaS)IRJET Journal
 
IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...
IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...
IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...IRJET Journal
 
AWSQ: an approximated web server queuing algorithm for heterogeneous web serv...
AWSQ: an approximated web server queuing algorithm for heterogeneous web serv...AWSQ: an approximated web server queuing algorithm for heterogeneous web serv...
AWSQ: an approximated web server queuing algorithm for heterogeneous web serv...IJECEIAES
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...AM Publications
 
DYNAMIC ALLOCATION METHOD FOR EFFICIENT LOAD BALANCING IN VIRTUAL MACHINES FO...
DYNAMIC ALLOCATION METHOD FOR EFFICIENT LOAD BALANCING IN VIRTUAL MACHINES FO...DYNAMIC ALLOCATION METHOD FOR EFFICIENT LOAD BALANCING IN VIRTUAL MACHINES FO...
DYNAMIC ALLOCATION METHOD FOR EFFICIENT LOAD BALANCING IN VIRTUAL MACHINES FO...acijjournal
 
Dynamic Cloud Partitioning and Load Balancing in Cloud
Dynamic Cloud Partitioning and Load Balancing in Cloud Dynamic Cloud Partitioning and Load Balancing in Cloud
Dynamic Cloud Partitioning and Load Balancing in Cloud Shyam Hajare
 
IRJET- Load Balancing Cluster based on Linux Virtual Server
IRJET- Load Balancing Cluster based on Linux Virtual ServerIRJET- Load Balancing Cluster based on Linux Virtual Server
IRJET- Load Balancing Cluster based on Linux Virtual ServerIRJET Journal
 
IRJET- Research Paper on AWS Cloud Infrastructure vs Traditional On-Premise
IRJET- Research Paper on AWS Cloud Infrastructure vs Traditional On-PremiseIRJET- Research Paper on AWS Cloud Infrastructure vs Traditional On-Premise
IRJET- Research Paper on AWS Cloud Infrastructure vs Traditional On-PremiseIRJET Journal
 
An Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud EnvironmentAn Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud EnvironmentIRJET Journal
 
Cloud Computing Load Balancing Algorithms Comparison Based Survey
Cloud Computing Load Balancing Algorithms Comparison Based SurveyCloud Computing Load Balancing Algorithms Comparison Based Survey
Cloud Computing Load Balancing Algorithms Comparison Based SurveyINFOGAIN PUBLICATION
 
Bluedog white paper - scaling for high availability, high utilization
Bluedog white paper - scaling for high availability, high utilizationBluedog white paper - scaling for high availability, high utilization
Bluedog white paper - scaling for high availability, high utilizationtom termini
 
The Grouping of Files in Allocation of Job Using Server Scheduling In Load Ba...
The Grouping of Files in Allocation of Job Using Server Scheduling In Load Ba...The Grouping of Files in Allocation of Job Using Server Scheduling In Load Ba...
The Grouping of Files in Allocation of Job Using Server Scheduling In Load Ba...iosrjce
 
Aws cloud best_practices
Aws cloud best_practicesAws cloud best_practices
Aws cloud best_practicesSuruli Kannan
 

Similar to IRJET- Commercial Web Application Load Balancing based on Hybrid Cloud (20)

IRJET- An Improved Weighted Least Connection Scheduling Algorithm for Loa...
IRJET-  	  An Improved Weighted Least Connection Scheduling Algorithm for Loa...IRJET-  	  An Improved Weighted Least Connection Scheduling Algorithm for Loa...
IRJET- An Improved Weighted Least Connection Scheduling Algorithm for Loa...
 
Load Balancing in Cloud Nodes
 Load Balancing in Cloud Nodes Load Balancing in Cloud Nodes
Load Balancing in Cloud Nodes
 
Load Balancing in Cloud Nodes
Load Balancing in Cloud NodesLoad Balancing in Cloud Nodes
Load Balancing in Cloud Nodes
 
LOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTINGLOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTING
 
Refactoring Web Services on AWS cloud (PaaS & SaaS)
Refactoring Web Services on AWS cloud (PaaS & SaaS)Refactoring Web Services on AWS cloud (PaaS & SaaS)
Refactoring Web Services on AWS cloud (PaaS & SaaS)
 
IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...
IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...
IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...
 
AWSQ: an approximated web server queuing algorithm for heterogeneous web serv...
AWSQ: an approximated web server queuing algorithm for heterogeneous web serv...AWSQ: an approximated web server queuing algorithm for heterogeneous web serv...
AWSQ: an approximated web server queuing algorithm for heterogeneous web serv...
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
 
G216063
G216063G216063
G216063
 
DYNAMIC ALLOCATION METHOD FOR EFFICIENT LOAD BALANCING IN VIRTUAL MACHINES FO...
DYNAMIC ALLOCATION METHOD FOR EFFICIENT LOAD BALANCING IN VIRTUAL MACHINES FO...DYNAMIC ALLOCATION METHOD FOR EFFICIENT LOAD BALANCING IN VIRTUAL MACHINES FO...
DYNAMIC ALLOCATION METHOD FOR EFFICIENT LOAD BALANCING IN VIRTUAL MACHINES FO...
 
Dynamic Cloud Partitioning and Load Balancing in Cloud
Dynamic Cloud Partitioning and Load Balancing in Cloud Dynamic Cloud Partitioning and Load Balancing in Cloud
Dynamic Cloud Partitioning and Load Balancing in Cloud
 
IRJET- Load Balancing Cluster based on Linux Virtual Server
IRJET- Load Balancing Cluster based on Linux Virtual ServerIRJET- Load Balancing Cluster based on Linux Virtual Server
IRJET- Load Balancing Cluster based on Linux Virtual Server
 
IRJET- Research Paper on AWS Cloud Infrastructure vs Traditional On-Premise
IRJET- Research Paper on AWS Cloud Infrastructure vs Traditional On-PremiseIRJET- Research Paper on AWS Cloud Infrastructure vs Traditional On-Premise
IRJET- Research Paper on AWS Cloud Infrastructure vs Traditional On-Premise
 
Performance Evaluation of Virtualization Technologies for Server
Performance Evaluation of Virtualization Technologies for ServerPerformance Evaluation of Virtualization Technologies for Server
Performance Evaluation of Virtualization Technologies for Server
 
An Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud EnvironmentAn Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud Environment
 
Cloud Computing Load Balancing Algorithms Comparison Based Survey
Cloud Computing Load Balancing Algorithms Comparison Based SurveyCloud Computing Load Balancing Algorithms Comparison Based Survey
Cloud Computing Load Balancing Algorithms Comparison Based Survey
 
Bluedog white paper - scaling for high availability, high utilization
Bluedog white paper - scaling for high availability, high utilizationBluedog white paper - scaling for high availability, high utilization
Bluedog white paper - scaling for high availability, high utilization
 
The Grouping of Files in Allocation of Job Using Server Scheduling In Load Ba...
The Grouping of Files in Allocation of Job Using Server Scheduling In Load Ba...The Grouping of Files in Allocation of Job Using Server Scheduling In Load Ba...
The Grouping of Files in Allocation of Job Using Server Scheduling In Load Ba...
 
J017367075
J017367075J017367075
J017367075
 
Aws cloud best_practices
Aws cloud best_practicesAws cloud best_practices
Aws cloud best_practices
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 

Recently uploaded (20)

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 

IRJET- Commercial Web Application Load Balancing based on Hybrid Cloud

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3938 COMMERCIAL WEB APPLICATION LOAD BALANCING BASED ON HYBRID CLOUD Prof. Sachin Darekar1, Miss. HimaniGaikwad2, Miss. Sejal Kurhade3 1,2,3Information Technology, Bharati Vidyapeeth College of Engineering Navi Mumbai(India) ------------------------------------------------------------------------***----------------------------------------------------------------------- ABSTRACT:- The rapid growth in population of the industrial as well as residential sector has lead to the increase in the databases or the data belonging to particular individuals. Any sort of data needs to be kept secured and such security is gained from the cloud. As the data is secured onto the cloud, everyone prefers to upload their data on cloud. Considering a website, due to enormous accesses into the website, traffic gets created, leading to system failure or hanging of the system. Previously this traffic was managed by balancing onto different servers and due to huge traffic many servers were needed to be taken under action but the proposed system leads to the balancing traffic directly onto the public cloud it contributes significantly to lessen the hardware components of the existing system that is directly balancing load/ traffic onto the public cloud. KEYWORDS: Cloud computing, public cloud, instances, load balancing, AWS, EC2, traffic,horizontal scaling, classic application load balancing, website, database, round robin algorithm. 1. INTRODUCTION: As our project is based on balancing of load from a website deployed on a cloud to AWS. Load balancing is both static and dynamic in nature. Load balancing concentrates on minimizing resources and storage consumption, enabling scalability, etc. So we have deployed a website over a cloud which gains numerous access of users and hence traffic is created due to which the website and users both face many problems. It is necessary to overcome this traffic to make the website efficient and flexible to run and also smooth for the users to use it. And hence the load is automatically balanced on the public cloud. This is elastic load balancing which is provided by AWS to balance the load of the website. Elastic load balancing divides application/ network traffic across targets such as Amazon EC2 instances, IP addresses, availability zones. Elastic load balancing supports three types of load balancers: Application load balancers, Network load balancers and Classic load balancers. We can select a load balancer based on our needs. We need to subscribe for AWS i.e Amazon web services because it is a secure cloud service platform offering power, database storage, content delivery, etc. AWS also helps us or allows us to host dynamic websites and securely store all our files on cloud so we can access them at anytime from anywhere. Various parameters are to be considered in the upcoming proposed work: AWS -- AWS introduces a pay-as-you-go Cloud computing model that scales to provide users with compute, storage as needed. Amazon EC2 — These are virtual servers that run your applications on cloud. You can configure your load balancer to manage or balance the traffic to your EC2 instances. Instances -- Instances are those who provide a small amount of consistent processing unit resources and allows us to increase CPU capacity in short bursts when additional cycles are available. Load balancing -- Load balancing is a term that describes the division of network traffic among a group of servers. Load balancing also serves as a solution to the performance of hardware and software. Load balancing is a distribution, which gives us maximum output in minimum response time. In load balancing, the load of work is separated among many different servers or hard drives. Scaling -- Scalability is defined as the capacity of a system to expand from previous configuration for handling high amount of work load. These are the two types of scaling techniques namely vertical and horizontal scaling.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3939 Vertical scaling -- For increasing the capacity, if we increase resources in same server then it is vertical scaling. It is also called as "scale up" approach. Horizontal scaling -- Horizontal scaling actually means increasing or boosting the performance of a server by adding more instances of it to a group of server to spread the workload among them. This is also called as "scale out" approach. Here, in this topic horizontal scaling is much efficient because as your business grows, say that for example, when your website gets popular and at the same time it's on your website also grows so the responsibility of your server also grows. So to reduce this responsibility we can add other server with the same amount of capacity along with the previous one. Now this both servers can handle the traffic finely. So here we have not changed the capacity of any of the servers rather we have reduced the work load of a single server. Round Robin algorithm -- In Round Robin algorithm a group of servers are coded to manage the load in a cyclic manner. The algorithm assumes that every system can process the same amount of accesses and is not able to account for active connections. Load Balancing on Servers (Randomized Algorithm) -It has both a)Round robin b)Assign new request to a server that has minimum load Availability zone -- Availability zone plays an important part in this load balancing process. When we are enabling an availability zone for one load balancer, the ELB creates a load balancer node in that particular zone. If we register the target in that zone but do not enable it, then these registered targets cannot receive traffic. DOES CLOUD NEED LOAD BALANCING A website or a web-application can be accessed by many users at any point of time. It is very difficult for a web application to manage all these user requests at one time. Sometimes it may result in system breakdowns. Here, the load balancer plays an important role. Load balancing is managing/dividing the traffic created on a website or distributing of the work that a single system has to perform between two or more systems so that the work is done or performed faster and provides efficient resource utilization. The work is distributed in such a manner that not a single system contains heavy load and every system has equal amount of tasks to perform. Load balancing is used to achieve maximum utilization of resources and high satisfaction of users. It is done to make use of available resources more efficiently. 2. EXISTING SYSTEM: Large number of users flock to the e-commerce websites to view products, shop and compare products. This causes the server to compute a large number of information in a very less time, which in turn creates a load on the website. To balance this load AWS is being introduced so that it balances the load and makes it flexible and efficient to use. And this helps in running the website smoothly. Web traffic is the amount of data sent and received by visitor to a website. This necessarily does not include the traffic generated by website. Web traffic has been the largest portion of internet traffic. This is determined by the number of pages of visitors. The users face many issues regarding the loading of web pages of various websites. This results in overloading and creates a lot of traffic on the internet. To overcome this traffic, the concept of load balancing is introduced to balance the load of users on the website. This will balance the load of number of accessing users on the public cloud from private one. Many commercial websites handle the load balancing differently based on their server architecture, but our project scope is to balance it on public cloud (AWS), which is the leading cloud computing platform. AWS gives the on-demand services. AWS provides the flexibility in terms of amount of resources the customers need. Load balancing is a method to distribute work load across one or more servers is the existing methodology but here we are supposed to balance the traffic over a cloud as the previous method includes the servers. And we might need much of the servers to balance the load but by using cloud we can manage any amount of data. Because cloud is an operating system that controls large pools of compute storage and networking resources throughout a data center, all managed through a dashboard that gives control while empowering their users to provision resources through a website.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3940 3. METHODOLOGY: The working diagram of our project explains that we are creating number of instances to balance the load. Each instance is scaled up-to a particular limit. And after reaching to the scaled limit the very next access enters the second instance. Similarly, it works for the third instance and so on. These services are provided to us by the AWS. And hence, in this way the load is balanced. We have developed a e-commerce website for shopping which is deployed on the private cloud. Users will access the website and traffic will be created. AWS that is Amazon web services help us in providing resources as we subscribe them. It follows a Pay-as-you-go policy. In AWS, we get an elastic load balancer through which we create instances. Instances have their storage, called as EBS storage. Each instance is allocated with a separate security group. As we have four instances here we have different security groups for different instances. Auto scaling is done to the instances that is the threshold is applied. The algorithm here is a round robin algorithm where threshold of two access is applied to a single instance so that if the first user signs up then it enters the first instance and if the second user signs up then too it enters the first instance as the threshold applied is two. And now if the third user signs up then load gets created and it enters the second instance automatically and the load is balanced.After all this process a domain name is given to the owner so that the website/webpage can be accessed from anywhere on the search engine. In EC2, we can run/deploy any application and we can also increase or decrease the scaling accordingly. Instances for windows are costly and tough and the same for Linux are cheap and easy. Round Robin algorithm contains a cluster of servers/instances that are programmed to balance the load in a sequential clockwise manner. This algorithm takes into consideration that each of the system can authenticate the same number of entries.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3941 4. ARCHITECTURE DAIGRAM In the following diagram we have created an account on AWS and so we got the consoles. Say we have created two instances. Each instance have separate availability zones. Now we create a elastic load balancer with the help of AWS and that balancer is owned by us now. For the load balancer we need rules like HTTP/HTTPS/TCP/SSL. After this auto scaling of instances is done which mean applying threshold. The API/CLI is required to apply the threshold to the respective instances. Regions are the availability zones allocated to the instances. In this manner the load balancing is done as per the diagram. 5. CONCLUSION: In this study, requirements such as management, balancing and transferring where determined and based on this the load balancing was performed using a hybrid cloud environment.Due to this, the traffic won’t be forming to be an obstacle between the users to access the websites and it would be convinient for them to operate it simultaneously. This will result in smooth functioning of the websites to be accessed. 6. REFERENCES : 1. Amandeep, ‘‘Analysis of Load Balancing Techniquesin Cloud Computing’’, International Journal of Computers & Technology, vol. 4, no.2, pp.2277-3061, March-April, 2013.(references) 2. AngonaSarker,AliNewazBahar,SMShamim, "A Review on Mobile Cloud Computing", International Journal of Computer Applications (0975 – 8887) 3. AartiSingha, Dimple Junejab, ManishaMalhotraa,"Autonomous Agent Based Load 4. Balancing Algorithm in Cloud Computing"International Conference on Advanced Computing Technologies and Applications (ICACTA- 2015) 5. W. Zeng, Y. Li, J. Wu, Q. Zhong and Q. Zhang. ”Load Rebalancingin Large-Scale Distributed File System.”IEEE 1st International Conference on Information Science and Engineering (ICISE), 2009, pp.265-269. 6. W. Zeng, Y. Zhao, K. Ou and W. Song.Research on cloud storage architecture and key technologies. In Proceedings of the 2nd International Conference on Interaction Sciences: Information Technology, Culture and Human, pp. 1044-1048. ACM, 2009. 7. http://www.eucalyptus.com/eucalyptus-cloud/tools/s3curl1. P. Bak, How Nature Works: the Science of Self- Organized Criticality. (New York, Copernicus, 1999) 8. P. Bak, C. Tang, and K. Wiesenfeld, Phys. Rev. A 38,364 (1988) 9. M.Brain,where do visitor come from?Resonance(2005) http://webkew.blogspot.com/2005/05/lesson-4-where- do-visitors-come-from.html 10. S. Arbesman, TheMemespread Project (2004)http://www.arbesman.net/memespread.pdf