參考答案
A Load Balancer divides incoming traffic between different servers so that:
- High Availability: If a server is down, the traffic is sent to another healthy server.
- Scalability: When more people open the site, more servers are added. If there is less traffic, they are reduced.
- Better Performance: There is no excessive load on a single server.
Services:
- AWS: ELB (Elastic Load Balancer), ALB, NLB, GLB
- Azure: Azure Load Balancer, Application Gateway, Traffic Manager
- GCP: Cloud Load Balancing