F5 BIG-IP LTM Specialist: Maintain and Troubleshoot — Question 83

An LTM Specialist has been asked to configure a virtual server to distribute connections between a pool of two application servers with addresses 172.16.20.1 and 172.16.20.2. The application servers are listening on TCP ports 80 and 443. The application administrators have asked that clients be directed to the same node for both HTTP and HTTPS requests within the same session.
Virtual servers vs_http and vs_https have been created, listening on 1.2.3.100:80 and 1.2.3.100:443, respectively.
Which configuration option will result in the desired behavior?

Answer options

Correct answer: C

Explanation

Option C is the correct choice as it creates separate pools for HTTP and HTTPS, ensuring that the correct port is used for each request type. It also utilizes a source address persistence profile with 'match across services' enabled, which maintains client sessions on the same application server for both protocols. The other options do not effectively address session persistence across both HTTP and HTTPS or use incorrect configurations.