Process Flow - Network Load Balancer (NLB)
Client sends request
NLB receives request
NLB selects target based on flow hash
NLB forwards request to target instance
Target instance processes request and responds
NLB forwards response back to client
The Network Load Balancer receives client requests, selects a target instance using flow hashing, forwards the request, and then sends the response back to the client.