Sobes.tech
Junior — Middle

What is the name of the load balancing type where all requests are directed to one server in the group?

sobes.tech AI

Answer from AI

The type of load balancing where all requests are directed to a single server in the group is called static sticky session or session persistence. In this mode, the client always interacts with the same server, which can be implemented through IP address binding or session cookies.