You need to terminate client SSL traffic at the BIG-IP and persist client traffic to the same pool member based on a BIG-IP-supplied cookie.
Which four are profiles that would normally be included in the virtual server’s definition? (Choose four.)
- TCP
- HTTP
- HTTPS
- ClientSSL
- ServerSSL
- Cookie-Based Persistence
Explanation
To terminate client SSL traffic at the BIG-IP and persist client traffic to the same pool member based on a BIG-IP supplied cookie, the following four profiles are typically included in the virtual server’s definition:
TCP: This profile is used to define the basic settings for the TCP protocol.
HTTP: This profile is used to define the basic settings for HTTP traffic, such as HTTP headers and cookies.
ClientSSL: This profile is used to terminate SSL traffic from the client.
Cookie-Based Persistence: This profile is used to enable persistence based on a cookie provided by the BIG-IP.
Therefore, the correct options are:
- TCP
- HTTP
- ClientSSL
- Cookie-Based Persistence