Server affinity

Your load distribution facility is not always free to pick any available server when it redirects client requests. In some cases, a particular server is better suited to process the request.

Server affinity refers to the characteristics of each load distribution facility that takes these constraints into account. The load distribution facility recognizes that multiple servers can be acceptable targets for a request. However, it also recognizes that each request can be directed to a particular server where it is handled better or faster.

Server affinity can be weak or strong.

Weak server affinity
The system attempts to enforce the desired affinity for the majority of requests, but does not always guarantee that this affinity will be respected.

Strong server affinity
The system guarantees that affinity is always respected and generates an error when it cannot direct a request to the appropriate server.