Muhammad
  • About Me
  • Portofolio
  • Personal notes

Load Balancing

November 24, 2024 One-minute read
software engineering

Distribute client requests to backend servers/nodes/machines The goal:

  1. prevent requests going to unhealthy resources
  2. prevent overloading resources
  3. prevent SPOF (although a single load balancer is a SPOF by itself)

References

  1. https://www.youtube.com/watch?v=-W9F__D3oY4

More to Come

© 2025 Muhammad Abdullah Assagaf · Powered by Hugo & Coder.