Excellent, each and every point was curated and more meaningful and depth. Thanks for sharing, please share more number of such a video on variety of topics
What is different between how a load balancer processes requests and how a server does it? I mean why is it okay that load balancer can handle high load but a server can't?
Hi Haathim! The load balancer is not another server that can somehow handle a higher load. Rather, a load balancer distributes the incoming requests across multiple servers (horizontal scaling), making sure that the load is distributed evenly. Hope this helps!
Make sure you're interview-ready with Exponent's system design interview prep course: bit.ly/3HpIBLY
I am addicted to your videos , contents are clear and to the point. No time wastage
Thank you!
Excellent, each and every point was curated and more meaningful and depth. Thanks for sharing, please share more number of such a video on variety of topics
You have explained it pretty well. I like you and your videos. Thanks & Keep it up.
Best explanation - clear, concise and on point!
Excellent presentation
Thank you! Cheers!
amazing video correct and to the point
this video is great! succinct and dense!
Great video, I am learning a lot here.
Your videos are very good,,I always feel connected
quick question: do we need to use load balancer incase we decided to use Azure function app/Aws lamda or any other serverless offering ?
good explanation
Thank you!
Where can i see system design playlist of ur channel
Multiple load balancer used in order to avoid single point of failuer,, those multiple load balancer will run in active-passive mode ?
What is different between how a load balancer processes requests and how a server does it?
I mean why is it okay that load balancer can handle high load but a server can't?
Hi Haathim! The load balancer is not another server that can somehow handle a higher load. Rather, a load balancer distributes the incoming requests across multiple servers (horizontal scaling), making sure that the load is distributed evenly. Hope this helps!