Load Balancers for System Design Interviews

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 19

  • @tryexponent
    @tryexponent  10 месяцев назад +2

    Make sure you're interview-ready with Exponent's system design interview prep course: bit.ly/3HpIBLY

  • @tekbssync5727
    @tekbssync5727 Год назад +28

    I am addicted to your videos , contents are clear and to the point. No time wastage

  • @mansimakwana6151
    @mansimakwana6151 2 месяца назад

    Best explanation - clear, concise and on point!

  • @abdulwaqar1707
    @abdulwaqar1707 8 месяцев назад

    You have explained it pretty well. I like you and your videos. Thanks & Keep it up.

  • @ramakrishnareddybogati6123
    @ramakrishnareddybogati6123 6 месяцев назад +1

    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

  • @travelnlearn
    @travelnlearn 22 дня назад

    amazing video correct and to the point

  • @didoma73
    @didoma73 Год назад +5

    Excellent presentation

  • @haniherbertho783
    @haniherbertho783 Год назад

    this video is great! succinct and dense!

  • @rjtmhy
    @rjtmhy 2 месяца назад

    Thank you!

  • @PrinceDavid
    @PrinceDavid Год назад

    Great video, I am learning a lot here.

  • @aswin123ify
    @aswin123ify Год назад

    quick question: do we need to use load balancer incase we decided to use Azure function app/Aws lamda or any other serverless offering ?

  • @tanujkumaragrawal4756
    @tanujkumaragrawal4756 Год назад

    Your videos are very good,,I always feel connected

  • @nitheeshp.s2532
    @nitheeshp.s2532 3 месяца назад

    Where can i see system design playlist of ur channel

  • @SalesforceRaman
    @SalesforceRaman Год назад

    good explanation

  • @tanujkumaragrawal4756
    @tanujkumaragrawal4756 Год назад

    Multiple load balancer used in order to avoid single point of failuer,, those multiple load balancer will run in active-passive mode ?

  • @haathimmunas1563
    @haathimmunas1563 Год назад

    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?

    • @tryexponent
      @tryexponent  Год назад +3

      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!