View all questions & answers for the BIG-IP Administration Data Plane Configuration (F5CAB3) exam
Question 13 Discussion
Comments
Selected Answers: A
Cookie persistence tracks users at the application layer, not by IP
Works correctly even when many clients share one NAT IP
Provides per-user session stickiness
Maintains even load distribution across pool members
❌ Why the other options are incorrect:
B. Source address affinity persistence – All users share one IP → all traffic goes to one server
C. SSL persistence – Based on SSL session ID; not reliable for even distribution and less commonly recommended
D. Destination address affinity persistence – Used for routing scenarios, not client persistence
Selected Answers: C
SSL persistence uses the SSL session ID to track individual clients, allowing F5 to distinguish between different clients even when they share the same source IP (NAT scenario), while still achieving even distribution across pool members for HTTPS traffic.
What would be the best persistence method for F5 to load balance traffic from clients via a single source IP (NAT) to multiple pool members with even distribution for HTTPS web applications? (Choose one answer)
Brave-Dump Clients Votes