Difference between revisions of "Load balancer (Networking)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 12: Line 12:
 
* Listening port
 
* Listening port
 
* [[FQDN]]
 
* [[FQDN]]
* Protocol: [[TCP]], [[UDP]], [[HTTP]], [[HTTPS]]
+
* Protocol: [[TCP]], [[UDP]], [[HTTP]], [[HTTPS]], [[Websockets]]
 
* Destination servers and destination port
 
* Destination servers and destination port
 
* Load Balancing algorithm: [[WRR]], [[weighted least connection]], [[source IP hash]]
 
* Load Balancing algorithm: [[WRR]], [[weighted least connection]], [[source IP hash]]

Revision as of 08:16, 12 April 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: