101 · Question #488
The administrator wants client request to be directed to the same pool member through the session based on the client IP address. Which persistence method should the administrator choose?
The correct answer is D. Source address affinity persistence. Source address affinity persistence directs client requests to the same pool member based on the client's source IP address, ensuring IP-based session stickiness.
Question
The administrator wants client request to be directed to the same pool member through the session based on the client IP address. Which persistence method should the administrator choose?
Options
- ASSL persistence
- Bdestination address affinity persistence
- Ccookie persistence
- DSource address affinity persistence
How the community answered
(52 responses)- A2% (1)
- B2% (1)
- C4% (2)
- D92% (48)
Why each option
Source address affinity persistence directs client requests to the same pool member based on the client's source IP address, ensuring IP-based session stickiness.
SSL persistence uses the SSL session ID as the persistence key, not the client IP address, making it unsuitable when IP-based stickiness is the requirement.
Destination address affinity persistence routes traffic based on the destination IP address (server side), not the client's source IP.
Cookie persistence relies on an HTTP cookie to track sessions and is not based on the client's IP address, requiring HTTP-level inspection.
Source address affinity persistence uses the client's source IP address as the session key so that all subsequent requests from the same IP are routed to the same pool member. This method operates at the network layer and is the correct choice when the requirement is IP-based session affinity regardless of the protocol or application content. It is commonly used for clients behind NAT or when cookie-based methods are unavailable.
Concept tested: BIG-IP source address affinity persistence method
Source: https://techdocs.f5.com/en-us/bigip-14-1-0/big-ip-local-traffic-management-getting-started-guide/persistence-and-virtual-servers.html
Topics
Community Discussion
No community discussion yet for this question.