F5 Application Delivery Fundamentals — Question 66
Match each persistence method with the correct statement describing it:
Answer options
- A. Cookie persistence
- B. Source address persistence
- C. SSL persistence
- D. Universal persistence
Correct answer: B
Explanation
Source address persistence correctly refers to maintaining a session based on the client's IP address, which is fundamental for ensuring that requests from the same source are directed to the same server. The other options, such as cookie and SSL persistence, utilize different methods for maintaining session integrity, but do not relate specifically to the source address of a client.