SlideShare a Scribd company logo
LOAD BALANCING
IN CLOUD
COMPUTING
Dr Hitesh Mohapatra
WHAT IS CLOUD LOAD BALANCING?
▪ Cloud load balancing is the process of distributing workloads across
computing resources in a cloud computing environment and carefully
balancing the network traffic accessing those resources.
▪ Load balancing enables organizations to meet workload demands by
routing incoming traffic to multiple servers, networks or other
resources while improving performance and protecting against
disruptions in services.
▪ Load balancing also makes it possible to distribute workloads across two
or more geographic regions.
CONT…
▪ Cloud load balancing helps enterprises achieve high-performance levels
for potentially lower costs than traditional on-premises load balancing
technology.
▪ Cloud load balancing takes advantage of the cloud's scalability and
agility to meet the demands of distributed workloads with high
numbers of client connections. It also improves overall availability,
increases throughput and reduces latency.
▪ In addition to workload and traffic distribution, cloud load balancing
services typically offer other features, such as application health checks,
automatic scaling and failover and integrated certificate management.
HOW DOES IT WORK?
CONT.
▪ Cloud load balancing takes a software-based approach to distribute
network traffic across resources, as opposed to hardware-based load
balancing, which is more common in enterprise data centres.
▪ A load balancer receives incoming traffic and routes those requests to
active targets based on a configured policy.
▪ A load-balancing service also monitors the health of the individual
targets to ensure that those resources are fully operational.
HOW?
▪ In cloud computing, load-balancing technology resides between back-
end servers and client devices.
▪ As requests are received, the load balancer distributes them to available
servers using an algorithm that may take into account a variety of
criteria, including geographical distance and server load.
WHAT ARE CLOUD LOAD-BALANCING
TECHNIQUES AND ALGORITHMS?
▪ Load balancing in the cloud is usually achieved by using an algorithm to
determine how to direct traffic.
▪ These algorithms typically fall into two categories: static and dynamic.
STATIC ALGORITHMS
▪ Round Robin forwards requests to each cloud server in a simple,
repeating order.
▪ Weighted Round Robin assigns servers with greater capacity a higher
“weight,” enabling them to receive more incoming application traffic.
▪ IP Hash performs a hash, or a mathematical computation, on the client
IP address, converting it to a number and mapping it to individual
servers.
DYNAMIC ALGORITHMS
▪ Least Connections distributes traffic to the servers with the fewest
active connections.
▪ Least Response Time directs traffic to the servers with the lowest
average response time and fewest connections.
▪ Least Bandwidth sends requests to the servers consuming the lowest
amount of bandwidth during a recent period of time.
WHAT ARE THE BENEFITS OF CLOUD
LOAD BALANCING?
▪ Improved performance. By automatically distributing workloads across
multiple resources, load balancing enables applications running in the
cloud to handle traffic spikes more easily.
▪ Greater reliability. Hosting applications at multiple cloud hubs enables
organizations to route traffic around outages.
▪ Reduced costs. With software-based load balancing in the cloud,
organizations can eliminate the cost of installing, housing, configuring,
and maintaining on-premises load-balancing appliances.
CONT.
▪ Improved flexibility. By routing traffic to alternative servers, cloud load
balancing supports the needs of development teams when performing
updates, applying patches, remediating issues with servers, or
conducting tests in production environments.
▪ Better security. Cloud load balancing improves defences against
distributed denial-of-service (DDoS) attacks by spreading traffic across
multiple servers and rerouting traffic away from overloaded servers.
▪ Seamless scalability. Cloud load balancing solutions can help scale
applications automatically and efficiently to manage fluctuations in
workloads.
▪ Health checks. Cloud DNS load balancers automatically perform
periodic checks to monitor the health of upstream servers.
WHAT IS CLOUD LOAD BALANCING VS.
TRADITIONAL LOAD BALANCING?
▪ Traditional load balancing technology is hardware-based, requiring IT
teams to install, manage, and maintain proprietary hardware within a
data center.
▪ In contrast, cloud load balancing tends to be a software-based
technology, as most cloud vendors will not allow customer hardware to
run within their environment.
▪ Software-based load balancers can run in any location or environment,
and they are more affordable for smaller businesses.
CONT.
• Reduced latency. Load balancing minimizes response time for
application users by spreading cloud workloads evenly across available
resources.
• Easier automation. Cloud load balancing improves automation by
enabling organizations to deliver insight into applications in near-real
time and use predictive analytics to identify potential bottlenecks in
advance.
• Faster recovery. During network emergencies or natural disasters,
providers offering cloud load balancing can redirect traffic to other
regions to ensure continuity and availability.
WHAT IS CLOUD LOAD BALANCING AS A
SERVICE (LBAAS)?
▪ Load balancing as a service provides cloud load balancing on an as-
needed basis, replacing on-premises, dedicated appliances.
▪ LBaaS provides greater scalability, as load balancing in the cloud can
accommodate traffic spikes without needing to reconfigure physical
infrastructure.
▪ Greater availability is ensured by connecting to the closest servers, and
LBaaS can also reduce the cost of investment and maintenance when
compared to hardware-based appliances.
WHAT ARE DIFFERENT TYPES OF LOAD
BALANCING?
Load balancing in the cloud falls into four broad categories.
▪ Application load balancing redirects traffic by looking at the content of
a request — for example, HTTP headers or SSL session IDs.
▪ Network load balancing technology considers IP addresses and other
network information when redirecting traffic to an optimal resource.
▪ Global server load balancing redirects traffic to destinations that are
geographically closest to the client to minimize latency.
▪ DNS load balancing configures a domain to route network requests
across a collection of resources within the domain.
WHAT ARE THE TYPES OF LOAD
BALANCING TECHNOLOGY?
Load balancers are one of two types: hardware load balancers and software load balancers.
Hardware load balancers
▪ A hardware-based load balancer is a hardware appliance that can securely process and
redirect gigabytes of traffic to hundreds of different servers. You can store it in your data
centres and use virtualization to create multiple digital or virtual load balancers that you can
centrally manage.
▪ Hardware-based load balancers are dedicated boxes which include Application Specific
Integrated Circuits (ASICs) adapted for a particular use. ASICs allow high-speed promotion
of network traffic and are frequently used for transport-level load balancing because
hardware-based load balancing is faster in comparison to a software solution.
Software load balancers
▪ Software-based load balancers are applications that perform all load-balancing functions.
You can install them on any server or access them as a fully managed third-party service.
▪ Software-based load balancers run on standard hardware (desktop, PCs) and standard
operating systems.
TITLE AND CONTENT LAYOUT WITH
CHART
EXAMPLES: AMAZON WEB SERVICES
(AWS)
▪ Amazon Web Services (AWS) Elastic Load Balancing distributes incoming
client traffic and routes it to registered targets such as EC2 instances.
Elastic Load balancing supports four types of load balancers:
Application, Network, Gateway and Classic. The load balancers differ in
the features offered, the network layers at which they operate and
supported communication protocols.
GOOGLE CLOUD PLATFORM
▪ The Cloud Load Balancing service available on Google Cloud Platform is
built on the same front-end server infrastructure that powers Google.
The service offers a range of load balancers that vary depending on
whether the customer needs external or internal load balancing, global
or regional load balancing, Premium or Standard network service tiers,
proxy or pass-through services, among other factors.
MICROSOFT AZURE
▪ Microsoft Azure offers four load balancing services. Azure Traffic
Manager is a (OSI model) layer 7 DNS-based traffic load balancer for
delivering services across global Azure regions. Azure Load Balancer is a
layer 4 network load balancer for routing traffic between VMs. Azure
Application Gateway is a layer 7 delivery controller for regional
applications. Azure Front Door is a highly secure, layer 7 global load
balancer for microservice
THANK YOU
Any questions?

More Related Content

What's hot

Cloud computing
Cloud computingCloud computing
Cloud computing
Aditya Dwivedi
 
Scheduling in Cloud Computing
Scheduling in Cloud ComputingScheduling in Cloud Computing
Scheduling in Cloud Computing
Hitesh Mohapatra
 
Third party cloud services cloud computing
Third party cloud services cloud computingThird party cloud services cloud computing
Third party cloud services cloud computing
SohailAliMalik
 
Cloud Computing Fundamentals
Cloud Computing FundamentalsCloud Computing Fundamentals
Cloud Computing Fundamentals
Sonia Nagpal
 
Cloud Computing: Virtualization
Cloud Computing: VirtualizationCloud Computing: Virtualization
Cloud Computing: Virtualization
Dr.Neeraj Kumar Pandey
 
Cloud architecture
Cloud architectureCloud architecture
Cloud architectureAdeel Javaid
 
Service level agreement in cloud computing an overview
Service level agreement in cloud computing  an overviewService level agreement in cloud computing  an overview
Service level agreement in cloud computing an overview
Dr Neelesh Jain
 
Chap 1 introduction to cloud computing
Chap 1 introduction to cloud computingChap 1 introduction to cloud computing
Chap 1 introduction to cloud computing
Raj Sarode
 
Platform as a Service (PaaS)
Platform as a Service (PaaS)Platform as a Service (PaaS)
Platform as a Service (PaaS)
Halil Burak Cetinkaya
 
Comet Cloud
Comet CloudComet Cloud
Comet Cloud
pradeepas7
 
OIT552 Cloud Computing - Question Bank
OIT552 Cloud Computing - Question BankOIT552 Cloud Computing - Question Bank
OIT552 Cloud Computing - Question Bank
pkaviya
 
Cloud Computing Architecture
Cloud Computing ArchitectureCloud Computing Architecture
Cloud Computing Architecture
Animesh Chaturvedi
 
Cloud Computing and Services | PPT
Cloud Computing and Services | PPTCloud Computing and Services | PPT
Cloud Computing and Services | PPT
Seminar Links
 
Presence cloud
Presence cloudPresence cloud
Presence cloud
Monali Akhare
 
Federated Cloud Computing - The OpenNebula Experience v1.0s
Federated Cloud Computing  - The OpenNebula Experience v1.0sFederated Cloud Computing  - The OpenNebula Experience v1.0s
Federated Cloud Computing - The OpenNebula Experience v1.0s
Ignacio M. Llorente
 
Distributed computing
Distributed computingDistributed computing
Distributed computingshivli0769
 
Cloud computing by Bharat Bodage
Cloud computing by Bharat BodageCloud computing by Bharat Bodage
Cloud computing by Bharat Bodage
Bharat Bodage
 
Task programming
Task programmingTask programming
Task programming
Yogendra Tamang
 

What's hot (20)

Cloud computing
Cloud computingCloud computing
Cloud computing
 
Scheduling in Cloud Computing
Scheduling in Cloud ComputingScheduling in Cloud Computing
Scheduling in Cloud Computing
 
Third party cloud services cloud computing
Third party cloud services cloud computingThird party cloud services cloud computing
Third party cloud services cloud computing
 
Cloud Computing Fundamentals
Cloud Computing FundamentalsCloud Computing Fundamentals
Cloud Computing Fundamentals
 
Cloud Computing: Virtualization
Cloud Computing: VirtualizationCloud Computing: Virtualization
Cloud Computing: Virtualization
 
Cloud architecture
Cloud architectureCloud architecture
Cloud architecture
 
Service level agreement in cloud computing an overview
Service level agreement in cloud computing  an overviewService level agreement in cloud computing  an overview
Service level agreement in cloud computing an overview
 
Chap 1 introduction to cloud computing
Chap 1 introduction to cloud computingChap 1 introduction to cloud computing
Chap 1 introduction to cloud computing
 
Platform as a Service (PaaS)
Platform as a Service (PaaS)Platform as a Service (PaaS)
Platform as a Service (PaaS)
 
Comet Cloud
Comet CloudComet Cloud
Comet Cloud
 
Characteristics of cloud computing
Characteristics of cloud computingCharacteristics of cloud computing
Characteristics of cloud computing
 
OIT552 Cloud Computing - Question Bank
OIT552 Cloud Computing - Question BankOIT552 Cloud Computing - Question Bank
OIT552 Cloud Computing - Question Bank
 
Cloud Computing Architecture
Cloud Computing ArchitectureCloud Computing Architecture
Cloud Computing Architecture
 
Cloud Reference Model
Cloud Reference ModelCloud Reference Model
Cloud Reference Model
 
Cloud Computing and Services | PPT
Cloud Computing and Services | PPTCloud Computing and Services | PPT
Cloud Computing and Services | PPT
 
Presence cloud
Presence cloudPresence cloud
Presence cloud
 
Federated Cloud Computing - The OpenNebula Experience v1.0s
Federated Cloud Computing  - The OpenNebula Experience v1.0sFederated Cloud Computing  - The OpenNebula Experience v1.0s
Federated Cloud Computing - The OpenNebula Experience v1.0s
 
Distributed computing
Distributed computingDistributed computing
Distributed computing
 
Cloud computing by Bharat Bodage
Cloud computing by Bharat BodageCloud computing by Bharat Bodage
Cloud computing by Bharat Bodage
 
Task programming
Task programmingTask programming
Task programming
 

Similar to Load balancing in cloud computing.pptx

My Dissertation 2016
My Dissertation 2016My Dissertation 2016
My Dissertation 2016
Vrushali Lanjewar
 
Cloud computing
Cloud computingCloud computing
Cloud computing
Arysha Channa
 
CloudComputing
CloudComputingCloudComputing
CloudComputingAdi Challa
 
LOAD BALANCING ALGORITHMS
LOAD BALANCING ALGORITHMSLOAD BALANCING ALGORITHMS
LOAD BALANCING ALGORITHMStanmayshah95
 
PLNOG16: The visionary style of ADC, Detlef Lilje
PLNOG16: The visionary style of ADC, Detlef LiljePLNOG16: The visionary style of ADC, Detlef Lilje
PLNOG16: The visionary style of ADC, Detlef Lilje
PROIDEA
 
20211CSG0035 (2).pptx
20211CSG0035 (2).pptx20211CSG0035 (2).pptx
20211CSG0035 (2).pptx
KamalRaj812156
 
AWS webinar - optimize your aws data transfer out for cost and performance.
AWS webinar - optimize your aws data transfer out for cost and performance.AWS webinar - optimize your aws data transfer out for cost and performance.
AWS webinar - optimize your aws data transfer out for cost and performance.
Nazar Spak
 
Consistency as a Service: Auditing Cloud Consistency
Consistency as a Service: Auditing Cloud ConsistencyConsistency as a Service: Auditing Cloud Consistency
Consistency as a Service: Auditing Cloud Consistency
Papitha Velumani
 
Introduction to cloud computing
Introduction to cloud computingIntroduction to cloud computing
Introduction to cloud computing
suraj bhandari
 
Cloud Computing Training
Cloud Computing TrainingCloud Computing Training
Cloud Computing Training
Alisha Tope
 
Cloud Computing Training
Cloud Computing TrainingCloud Computing Training
Cloud Computing Training
Alisha Tope
 
Cloud computing and Docker
Cloud computing and DockerCloud computing and Docker
Cloud computing and Docker
SrinivasVaddi4
 
ENERGY EFFICIENCY IN CLOUD COMPUTING
ENERGY EFFICIENCY IN CLOUD COMPUTINGENERGY EFFICIENCY IN CLOUD COMPUTING
ENERGY EFFICIENCY IN CLOUD COMPUTING
Associate Professor in VSB Coimbatore
 
Aws over view_demoppt
Aws over view_demopptAws over view_demoppt
Aws over view_demoppt
Subramanyam Vemala
 
CC.pptx
CC.pptxCC.pptx
CLOUD COMPUTING.pptx
CLOUD COMPUTING.pptxCLOUD COMPUTING.pptx
CLOUD COMPUTING.pptx
SurajThapa79
 
Cloud Computing.pptx
Cloud Computing.pptxCloud Computing.pptx
Cloud Computing.pptx
NikitaOG
 
Introduction on Cloud Computing
Introduction on Cloud Computing Introduction on Cloud Computing
Introduction on Cloud Computing
Sanjiv Pradhan
 
sla nptl.pptx
sla nptl.pptxsla nptl.pptx
sla nptl.pptx
MunmunSaha7
 
Cloud computing by shashank
Cloud computing by shashankCloud computing by shashank
Cloud computing by shashank
Shashank Shekhar
 

Similar to Load balancing in cloud computing.pptx (20)

My Dissertation 2016
My Dissertation 2016My Dissertation 2016
My Dissertation 2016
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
CloudComputing
CloudComputingCloudComputing
CloudComputing
 
LOAD BALANCING ALGORITHMS
LOAD BALANCING ALGORITHMSLOAD BALANCING ALGORITHMS
LOAD BALANCING ALGORITHMS
 
PLNOG16: The visionary style of ADC, Detlef Lilje
PLNOG16: The visionary style of ADC, Detlef LiljePLNOG16: The visionary style of ADC, Detlef Lilje
PLNOG16: The visionary style of ADC, Detlef Lilje
 
20211CSG0035 (2).pptx
20211CSG0035 (2).pptx20211CSG0035 (2).pptx
20211CSG0035 (2).pptx
 
AWS webinar - optimize your aws data transfer out for cost and performance.
AWS webinar - optimize your aws data transfer out for cost and performance.AWS webinar - optimize your aws data transfer out for cost and performance.
AWS webinar - optimize your aws data transfer out for cost and performance.
 
Consistency as a Service: Auditing Cloud Consistency
Consistency as a Service: Auditing Cloud ConsistencyConsistency as a Service: Auditing Cloud Consistency
Consistency as a Service: Auditing Cloud Consistency
 
Introduction to cloud computing
Introduction to cloud computingIntroduction to cloud computing
Introduction to cloud computing
 
Cloud Computing Training
Cloud Computing TrainingCloud Computing Training
Cloud Computing Training
 
Cloud Computing Training
Cloud Computing TrainingCloud Computing Training
Cloud Computing Training
 
Cloud computing and Docker
Cloud computing and DockerCloud computing and Docker
Cloud computing and Docker
 
ENERGY EFFICIENCY IN CLOUD COMPUTING
ENERGY EFFICIENCY IN CLOUD COMPUTINGENERGY EFFICIENCY IN CLOUD COMPUTING
ENERGY EFFICIENCY IN CLOUD COMPUTING
 
Aws over view_demoppt
Aws over view_demopptAws over view_demoppt
Aws over view_demoppt
 
CC.pptx
CC.pptxCC.pptx
CC.pptx
 
CLOUD COMPUTING.pptx
CLOUD COMPUTING.pptxCLOUD COMPUTING.pptx
CLOUD COMPUTING.pptx
 
Cloud Computing.pptx
Cloud Computing.pptxCloud Computing.pptx
Cloud Computing.pptx
 
Introduction on Cloud Computing
Introduction on Cloud Computing Introduction on Cloud Computing
Introduction on Cloud Computing
 
sla nptl.pptx
sla nptl.pptxsla nptl.pptx
sla nptl.pptx
 
Cloud computing by shashank
Cloud computing by shashankCloud computing by shashank
Cloud computing by shashank
 

More from Hitesh Mohapatra

Virtualization: A Key to Efficient Cloud Computing
Virtualization: A Key to Efficient Cloud ComputingVirtualization: A Key to Efficient Cloud Computing
Virtualization: A Key to Efficient Cloud Computing
Hitesh Mohapatra
 
Automating the Cloud: A Deep Dive into Virtual Machine Provisioning
Automating the Cloud: A Deep Dive into Virtual Machine ProvisioningAutomating the Cloud: A Deep Dive into Virtual Machine Provisioning
Automating the Cloud: A Deep Dive into Virtual Machine Provisioning
Hitesh Mohapatra
 
Harnessing the Power of Google Cloud Platform: Strategies and Applications
Harnessing the Power of Google Cloud Platform: Strategies and ApplicationsHarnessing the Power of Google Cloud Platform: Strategies and Applications
Harnessing the Power of Google Cloud Platform: Strategies and Applications
Hitesh Mohapatra
 
Cloud-Case study
Cloud-Case study Cloud-Case study
Cloud-Case study
Hitesh Mohapatra
 
RAID
RAIDRAID
Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
Hitesh Mohapatra
 
ITU-T requirement for cloud and cloud deployment model
ITU-T requirement for cloud and cloud deployment modelITU-T requirement for cloud and cloud deployment model
ITU-T requirement for cloud and cloud deployment model
Hitesh Mohapatra
 
Leetcode Problem Solution
Leetcode Problem SolutionLeetcode Problem Solution
Leetcode Problem Solution
Hitesh Mohapatra
 
Leetcode Problem Solution
Leetcode Problem SolutionLeetcode Problem Solution
Leetcode Problem Solution
Hitesh Mohapatra
 
Trie Data Structure
Trie Data Structure Trie Data Structure
Trie Data Structure
Hitesh Mohapatra
 
Reviewing basic concepts of relational database
Reviewing basic concepts of relational databaseReviewing basic concepts of relational database
Reviewing basic concepts of relational database
Hitesh Mohapatra
 
Reviewing SQL Concepts
Reviewing SQL ConceptsReviewing SQL Concepts
Reviewing SQL Concepts
Hitesh Mohapatra
 
Advanced database protocols
Advanced database protocolsAdvanced database protocols
Advanced database protocols
Hitesh Mohapatra
 
Measures of query cost
Measures of query costMeasures of query cost
Measures of query cost
Hitesh Mohapatra
 
Involvement of WSN in Smart Cities
Involvement of WSN in Smart CitiesInvolvement of WSN in Smart Cities
Involvement of WSN in Smart Cities
Hitesh Mohapatra
 
Data Structure and its Fundamentals
Data Structure and its FundamentalsData Structure and its Fundamentals
Data Structure and its Fundamentals
Hitesh Mohapatra
 
WORKING WITH FILE AND PIPELINE PARAMETER BINDING
WORKING WITH FILE AND PIPELINE PARAMETER BINDINGWORKING WITH FILE AND PIPELINE PARAMETER BINDING
WORKING WITH FILE AND PIPELINE PARAMETER BINDING
Hitesh Mohapatra
 
Basic commands for powershell : Configuring Windows PowerShell and working wi...
Basic commands for powershell : Configuring Windows PowerShell and working wi...Basic commands for powershell : Configuring Windows PowerShell and working wi...
Basic commands for powershell : Configuring Windows PowerShell and working wi...
Hitesh Mohapatra
 
WINDOWS ADMINISTRATION AND WORKING WITH OBJECTS : PowerShell ISE
WINDOWS ADMINISTRATION AND WORKING WITH OBJECTS : PowerShell ISEWINDOWS ADMINISTRATION AND WORKING WITH OBJECTS : PowerShell ISE
WINDOWS ADMINISTRATION AND WORKING WITH OBJECTS : PowerShell ISE
Hitesh Mohapatra
 
Reinforcement Learning / E-Book / Part 1
Reinforcement Learning / E-Book / Part 1Reinforcement Learning / E-Book / Part 1
Reinforcement Learning / E-Book / Part 1
Hitesh Mohapatra
 

More from Hitesh Mohapatra (20)

Virtualization: A Key to Efficient Cloud Computing
Virtualization: A Key to Efficient Cloud ComputingVirtualization: A Key to Efficient Cloud Computing
Virtualization: A Key to Efficient Cloud Computing
 
Automating the Cloud: A Deep Dive into Virtual Machine Provisioning
Automating the Cloud: A Deep Dive into Virtual Machine ProvisioningAutomating the Cloud: A Deep Dive into Virtual Machine Provisioning
Automating the Cloud: A Deep Dive into Virtual Machine Provisioning
 
Harnessing the Power of Google Cloud Platform: Strategies and Applications
Harnessing the Power of Google Cloud Platform: Strategies and ApplicationsHarnessing the Power of Google Cloud Platform: Strategies and Applications
Harnessing the Power of Google Cloud Platform: Strategies and Applications
 
Cloud-Case study
Cloud-Case study Cloud-Case study
Cloud-Case study
 
RAID
RAIDRAID
RAID
 
Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
 
ITU-T requirement for cloud and cloud deployment model
ITU-T requirement for cloud and cloud deployment modelITU-T requirement for cloud and cloud deployment model
ITU-T requirement for cloud and cloud deployment model
 
Leetcode Problem Solution
Leetcode Problem SolutionLeetcode Problem Solution
Leetcode Problem Solution
 
Leetcode Problem Solution
Leetcode Problem SolutionLeetcode Problem Solution
Leetcode Problem Solution
 
Trie Data Structure
Trie Data Structure Trie Data Structure
Trie Data Structure
 
Reviewing basic concepts of relational database
Reviewing basic concepts of relational databaseReviewing basic concepts of relational database
Reviewing basic concepts of relational database
 
Reviewing SQL Concepts
Reviewing SQL ConceptsReviewing SQL Concepts
Reviewing SQL Concepts
 
Advanced database protocols
Advanced database protocolsAdvanced database protocols
Advanced database protocols
 
Measures of query cost
Measures of query costMeasures of query cost
Measures of query cost
 
Involvement of WSN in Smart Cities
Involvement of WSN in Smart CitiesInvolvement of WSN in Smart Cities
Involvement of WSN in Smart Cities
 
Data Structure and its Fundamentals
Data Structure and its FundamentalsData Structure and its Fundamentals
Data Structure and its Fundamentals
 
WORKING WITH FILE AND PIPELINE PARAMETER BINDING
WORKING WITH FILE AND PIPELINE PARAMETER BINDINGWORKING WITH FILE AND PIPELINE PARAMETER BINDING
WORKING WITH FILE AND PIPELINE PARAMETER BINDING
 
Basic commands for powershell : Configuring Windows PowerShell and working wi...
Basic commands for powershell : Configuring Windows PowerShell and working wi...Basic commands for powershell : Configuring Windows PowerShell and working wi...
Basic commands for powershell : Configuring Windows PowerShell and working wi...
 
WINDOWS ADMINISTRATION AND WORKING WITH OBJECTS : PowerShell ISE
WINDOWS ADMINISTRATION AND WORKING WITH OBJECTS : PowerShell ISEWINDOWS ADMINISTRATION AND WORKING WITH OBJECTS : PowerShell ISE
WINDOWS ADMINISTRATION AND WORKING WITH OBJECTS : PowerShell ISE
 
Reinforcement Learning / E-Book / Part 1
Reinforcement Learning / E-Book / Part 1Reinforcement Learning / E-Book / Part 1
Reinforcement Learning / E-Book / Part 1
 

Recently uploaded

J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 

Recently uploaded (20)

J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 

Load balancing in cloud computing.pptx

  • 2. WHAT IS CLOUD LOAD BALANCING? ▪ Cloud load balancing is the process of distributing workloads across computing resources in a cloud computing environment and carefully balancing the network traffic accessing those resources. ▪ Load balancing enables organizations to meet workload demands by routing incoming traffic to multiple servers, networks or other resources while improving performance and protecting against disruptions in services. ▪ Load balancing also makes it possible to distribute workloads across two or more geographic regions.
  • 3. CONT… ▪ Cloud load balancing helps enterprises achieve high-performance levels for potentially lower costs than traditional on-premises load balancing technology. ▪ Cloud load balancing takes advantage of the cloud's scalability and agility to meet the demands of distributed workloads with high numbers of client connections. It also improves overall availability, increases throughput and reduces latency. ▪ In addition to workload and traffic distribution, cloud load balancing services typically offer other features, such as application health checks, automatic scaling and failover and integrated certificate management.
  • 4. HOW DOES IT WORK?
  • 5. CONT. ▪ Cloud load balancing takes a software-based approach to distribute network traffic across resources, as opposed to hardware-based load balancing, which is more common in enterprise data centres. ▪ A load balancer receives incoming traffic and routes those requests to active targets based on a configured policy. ▪ A load-balancing service also monitors the health of the individual targets to ensure that those resources are fully operational.
  • 6. HOW? ▪ In cloud computing, load-balancing technology resides between back- end servers and client devices. ▪ As requests are received, the load balancer distributes them to available servers using an algorithm that may take into account a variety of criteria, including geographical distance and server load.
  • 7. WHAT ARE CLOUD LOAD-BALANCING TECHNIQUES AND ALGORITHMS? ▪ Load balancing in the cloud is usually achieved by using an algorithm to determine how to direct traffic. ▪ These algorithms typically fall into two categories: static and dynamic.
  • 8. STATIC ALGORITHMS ▪ Round Robin forwards requests to each cloud server in a simple, repeating order. ▪ Weighted Round Robin assigns servers with greater capacity a higher “weight,” enabling them to receive more incoming application traffic. ▪ IP Hash performs a hash, or a mathematical computation, on the client IP address, converting it to a number and mapping it to individual servers.
  • 9. DYNAMIC ALGORITHMS ▪ Least Connections distributes traffic to the servers with the fewest active connections. ▪ Least Response Time directs traffic to the servers with the lowest average response time and fewest connections. ▪ Least Bandwidth sends requests to the servers consuming the lowest amount of bandwidth during a recent period of time.
  • 10. WHAT ARE THE BENEFITS OF CLOUD LOAD BALANCING? ▪ Improved performance. By automatically distributing workloads across multiple resources, load balancing enables applications running in the cloud to handle traffic spikes more easily. ▪ Greater reliability. Hosting applications at multiple cloud hubs enables organizations to route traffic around outages. ▪ Reduced costs. With software-based load balancing in the cloud, organizations can eliminate the cost of installing, housing, configuring, and maintaining on-premises load-balancing appliances.
  • 11. CONT. ▪ Improved flexibility. By routing traffic to alternative servers, cloud load balancing supports the needs of development teams when performing updates, applying patches, remediating issues with servers, or conducting tests in production environments. ▪ Better security. Cloud load balancing improves defences against distributed denial-of-service (DDoS) attacks by spreading traffic across multiple servers and rerouting traffic away from overloaded servers. ▪ Seamless scalability. Cloud load balancing solutions can help scale applications automatically and efficiently to manage fluctuations in workloads. ▪ Health checks. Cloud DNS load balancers automatically perform periodic checks to monitor the health of upstream servers.
  • 12. WHAT IS CLOUD LOAD BALANCING VS. TRADITIONAL LOAD BALANCING? ▪ Traditional load balancing technology is hardware-based, requiring IT teams to install, manage, and maintain proprietary hardware within a data center. ▪ In contrast, cloud load balancing tends to be a software-based technology, as most cloud vendors will not allow customer hardware to run within their environment. ▪ Software-based load balancers can run in any location or environment, and they are more affordable for smaller businesses.
  • 13. CONT. • Reduced latency. Load balancing minimizes response time for application users by spreading cloud workloads evenly across available resources. • Easier automation. Cloud load balancing improves automation by enabling organizations to deliver insight into applications in near-real time and use predictive analytics to identify potential bottlenecks in advance. • Faster recovery. During network emergencies or natural disasters, providers offering cloud load balancing can redirect traffic to other regions to ensure continuity and availability.
  • 14. WHAT IS CLOUD LOAD BALANCING AS A SERVICE (LBAAS)? ▪ Load balancing as a service provides cloud load balancing on an as- needed basis, replacing on-premises, dedicated appliances. ▪ LBaaS provides greater scalability, as load balancing in the cloud can accommodate traffic spikes without needing to reconfigure physical infrastructure. ▪ Greater availability is ensured by connecting to the closest servers, and LBaaS can also reduce the cost of investment and maintenance when compared to hardware-based appliances.
  • 15. WHAT ARE DIFFERENT TYPES OF LOAD BALANCING? Load balancing in the cloud falls into four broad categories. ▪ Application load balancing redirects traffic by looking at the content of a request — for example, HTTP headers or SSL session IDs. ▪ Network load balancing technology considers IP addresses and other network information when redirecting traffic to an optimal resource. ▪ Global server load balancing redirects traffic to destinations that are geographically closest to the client to minimize latency. ▪ DNS load balancing configures a domain to route network requests across a collection of resources within the domain.
  • 16. WHAT ARE THE TYPES OF LOAD BALANCING TECHNOLOGY? Load balancers are one of two types: hardware load balancers and software load balancers. Hardware load balancers ▪ A hardware-based load balancer is a hardware appliance that can securely process and redirect gigabytes of traffic to hundreds of different servers. You can store it in your data centres and use virtualization to create multiple digital or virtual load balancers that you can centrally manage. ▪ Hardware-based load balancers are dedicated boxes which include Application Specific Integrated Circuits (ASICs) adapted for a particular use. ASICs allow high-speed promotion of network traffic and are frequently used for transport-level load balancing because hardware-based load balancing is faster in comparison to a software solution. Software load balancers ▪ Software-based load balancers are applications that perform all load-balancing functions. You can install them on any server or access them as a fully managed third-party service. ▪ Software-based load balancers run on standard hardware (desktop, PCs) and standard operating systems.
  • 17. TITLE AND CONTENT LAYOUT WITH CHART
  • 18. EXAMPLES: AMAZON WEB SERVICES (AWS) ▪ Amazon Web Services (AWS) Elastic Load Balancing distributes incoming client traffic and routes it to registered targets such as EC2 instances. Elastic Load balancing supports four types of load balancers: Application, Network, Gateway and Classic. The load balancers differ in the features offered, the network layers at which they operate and supported communication protocols.
  • 19. GOOGLE CLOUD PLATFORM ▪ The Cloud Load Balancing service available on Google Cloud Platform is built on the same front-end server infrastructure that powers Google. The service offers a range of load balancers that vary depending on whether the customer needs external or internal load balancing, global or regional load balancing, Premium or Standard network service tiers, proxy or pass-through services, among other factors.
  • 20. MICROSOFT AZURE ▪ Microsoft Azure offers four load balancing services. Azure Traffic Manager is a (OSI model) layer 7 DNS-based traffic load balancer for delivering services across global Azure regions. Azure Load Balancer is a layer 4 network load balancer for routing traffic between VMs. Azure Application Gateway is a layer 7 delivery controller for regional applications. Azure Front Door is a highly secure, layer 7 global load balancer for microservice