101 · Question #74
Which persistence method will always recognize a client when the client returns to the same virtual server?
The correct answer is D. No persistence method work in all situations.. Every BIG-IP persistence method has inherent technical limitations that prevent it from reliably recognizing every client in every scenario.
Question
Which persistence method will always recognize a client when the client returns to the same virtual server?
Options
- ASSL
- BMSRDP
- Cexpression [universal]
- DNo persistence method work in all situations.
- Esource address
How the community answered
(17 responses)- A12% (2)
- B6% (1)
- D76% (13)
- E6% (1)
Why each option
Every BIG-IP persistence method has inherent technical limitations that prevent it from reliably recognizing every client in every scenario.
SSL persistence tracks clients by SSL session ID, which changes when a session expires or a client reconnects, causing the persistence record to be lost.
MSRDP persistence is protocol-specific and only functions with Microsoft Remote Desktop Protocol traffic, making it useless for any other connection type.
Expression (universal) persistence relies on a user-defined iRule expression to generate a persistence key, but the required data element may not always be present in every client request.
No single persistence method is universally reliable because each depends on a specific data element being consistently present. Source address persistence fails when clients share a NAT IP. SSL persistence fails when SSL sessions expire. Cookie persistence fails when cookies are blocked. Universal/expression persistence fails if the matched expression value is absent or changes between requests.
Source address persistence fails when multiple clients share a single external IP address via NAT, routing all of those distinct clients to the same pool member regardless of their identity.
Concept tested: BIG-IP persistence method limitations and reliability
Source: https://techdocs.f5.com/en-us/bigip-17-1-0/big-ip-local-traffic-management-profiles-reference/persistence-profiles.html
Topics
Community Discussion
No community discussion yet for this question.