Process Flow - TCP/UDP Load Balancer (Layer 4)
Client sends TCP/UDP request
Load Balancer receives request
Check backend service health
Select healthy backend instance
Forward request to backend instance
Backend instance processes request
Response sent back through Load Balancer
Client receives response
The load balancer receives TCP/UDP requests from clients, checks backend health, forwards requests to healthy backends, and returns responses to clients.