Connection-Based Forwarding

Back to Layer 4 Load Balancing

L4 load balancers route entire TCP connections to a backend — once a connection is assigned, all packets in that connection go to the same server. This is simpler than L7 where individual HTTP requests within a connection can be routed differently.

networking load-balancing