What is “Reverse Proxy” and “Load Balancing” in Nginx / Web server terms?

后端 未结 4 840
遇见更好的自我
遇见更好的自我 2021-02-03 10:01

These are two phrases I hear about very often, mainly associated with Nginx. Can someone give me a laymans defintion?

4条回答
  •  渐次进展
    2021-02-03 11:00

    I see both of them as a functionality of a HTTP/Web Server.

    Load balancer’s job is to distribute the workload between servers node in a way that makes the best use of it.

    Reverse proxy is a interface for external world ,forwarding request to a server node (even when we have a single node) Its other use cases are caching of static content ,compression etc

提交回复
热议问题