Logo

dev-resources.site

for different kinds of informations.

Load-Balancer🤖

Published at
1/26/2024
Categories
systemdesign
loadbalancer
interview
ssd
Author
avinashd10
Author
10 person written this
avinashd10
open
Load-Balancer🤖

Not for me 🫤 ?
This is my exact feeling when I first heard of it. At the time I mostly worked on front-end and It definitely looked like some magic only the intelligent can deal with.

Is it really complicated 🤨
Naahh... You just need some full-stack/web-dev experience to understand different things that go behind the scenes to make an app/website work.

Load Balancer is one of it.

Long Story Short

You opened a restaurant which basically has 10 tables, each table has a capacity of 4 chairs. When a customer visits the restaurant, there should be someone to guide them to a table. A manager well-dressed will take this job and perform it well.

Load Balancer

This is very basic idea of Load Balancer. In the request-response cycle, the requests will go to the load-balancer aka the manager who will guide them to different servers.

If the server (S1) is full, with the incoming requests, the load-balancer will see this and send the next request to server (S2).

Request Response Cycle with Load Balancer

PS: This post is a part of SillySystemDesign in which each post gives very silly way to understand a complicated concept🫡

loadbalancer Article's
30 articles in total
Favicon
Web Component
Favicon
Deploying Multiple PHP Applications Using AWS Elastic Beanstalk with a Standalone ALB
Favicon
System Design 03 - Load Balancing: Because Even Your System Needs to Chill
Favicon
How large number of request handled with load Balancer
Favicon
Traffic Flow for Any Service Deployed in EKS Using Nginx Ingress Controller
Favicon
Layer 4 vs Layer 7 Load Balancer
Favicon
Amazon CloudWatch Internet Monitor from Amazon Network Load balancer
Favicon
AWS Compute - Part 4: Load Balancer and Autoscaling
Favicon
Troubleshooting Umami Analytics: Resolving Unknown User Country Issue with Proxy Protocol on OCI
Favicon
Auto Scaling with an Application Load Balancer
Favicon
Setting Up an EXTERNAL-IP for Local LoadBalancer Service
Favicon
Mastering Application Load Balancer: A Hands-On Guide
Favicon
Proxy : Simplified
Favicon
Understanding Load Balancer Error Codes & Metrics for Optimal Performance
Favicon
Configuring a Load Balancer for Your Web Application: A Comprehensive Guide
Favicon
Como criar um Load Balancer no Microsoft Azure
Favicon
How To Create And Connect To A Virtue Machine Scale Set
Favicon
Load Balancer: Ensuring High Availability and Scalability
Favicon
what happens when you type https://www.google.com in your browser
Favicon
📌 21 Days of DevOps Interview -Day 15 - ALB vs NLB 📌
Favicon
Deploy Nginx Load Balancer for Rancher
Favicon
Horizontally Scaling ASP.NET Core APIs With YARP Load Balancing
Favicon
Por que o HAProxy é meu balancer/proxy favorito
Favicon
Load-Balancer🤖
Favicon
Unlocking the Power of AWS WAF: Safeguarding Your Cloudfront and Load Balancer Services
Favicon
CDNs and Load Balancers: Decoding the Digital Traffic Flow
Favicon
How will you design cross region replication for aws ec2 instance with aws applicaiton balancer
Favicon
API Gateway vs. Load Balancer
Favicon
Expose Applications from a K8s cluster
Favicon
Key Strategies for Implementing AWS Network Load Balancer

Featured ones: