Design Considerations for Load Balancers and Application Gateways When to Use Load Balancer: ● When the primary need is to distribute traffic evenly across servers without inspecting the packet content.● For simple layer 4 load balancing without the need for cookie-based session affinity or SSL termination. When to Use Application Gateway: ● For advanced HTTP […]