101 · Question #630
A BIG-IP Administrator needs to make sure that requests from a single user are directed to the server that was initially selected (unless that server is marked down). What should the administrator con
The correct answer is C. persistence profile. A persistence profile on F5 BIG-IP ensures that subsequent requests from the same client are directed to the same pool member, maintaining session continuity.
Question
A BIG-IP Administrator needs to make sure that requests from a single user are directed to the server that was initially selected (unless that server is marked down). What should the administrator configure?
Options
- Acaching profile
- BTCP profile
- Cpersistence profile
- Dsecurity policy
How the community answered
(27 responses)- B4% (1)
- C93% (25)
- D4% (1)
Why each option
A persistence profile on F5 BIG-IP ensures that subsequent requests from the same client are directed to the same pool member, maintaining session continuity.
A caching profile stores and serves static content to reduce server load, but it does not control which server a request is routed to.
A TCP profile configures transport-layer connection behavior such as timeouts and buffer sizes, not session stickiness or server selection.
A persistence profile tracks client connections using methods such as source IP or cookie insertion and forwards repeat requests to the same pool member that handled the initial connection. This is the core mechanism for session persistence on BIG-IP, ensuring stateful applications function correctly. Without it, load balancing would distribute each request independently, potentially breaking session-dependent workflows.
A security policy enforces access control and application firewall rules, not the routing of requests to a specific backend server.
Concept tested: F5 BIG-IP session persistence profile configuration
Source: https://techdocs.f5.com/en-us/bigip-15-1-0/big-ip-local-traffic-management-profiles-reference/persistence-profiles.html
Topics
Community Discussion
No community discussion yet for this question.