Difference between revisions of "Load balancer (Networking)"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
  
 
Network load balancer can provide service for different protocols, such as [[TCP]], [[UDP]], [[HTTP]] or [[HTTPS]].
 
Network load balancer can provide service for different protocols, such as [[TCP]], [[UDP]], [[HTTP]] or [[HTTPS]].
 +
 +
 +
 +
Typical options:
 +
* [[TCP]], [[UDP]]
 +
* Load Balancing algorithm: [[WRR]], [[weighted least connection]], [[source IP hash]]
 +
 +
 +
  
  

Revision as of 05:22, 26 March 2020

Load balancing across multiple application instances is a commonly used technique for optimizing resource utilization, maximizing throughput, reducing latency, and ensuring fault‑tolerant configurations.


Load balancing in Nginx is configured using upstream directive.[1]

Network load balancer can provide service for different protocols, such as TCP, UDP, HTTP or HTTPS.


Typical options:



Related terms

See also

  • https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/#overview
  • Advertising: