What is a Load Balancer ?
What is a Load Balancer ? ● Load balancing aims to optimize resource use, maximize throughput, minimize response time, and avoid overload of any single resource. ● Load balancing improves the distribution of workloads across multiple computing resources, such as computers, a computer cluster, network links, central processing units, or disk drives ● Types of Load Balancer * Layer 4 * Layer 7 Best DevOps Training Institute in Gurgaon... Layer 4 Load Balancing Layer 4 load balancing (which is also called as transport layer load balancing) is widely acknowledged for its simple way to load balance the network traffic through multiple servers. This type is based on IP range/domain and port i.e. if a user request comes in for domain.com/blog, the traffic will be sent to the backend that manages all the user requests for domain.com on port 80. Laye...