F5 TMOS Administration — Question 15
You need to terminate client SSL traffic at the BIG-IP and also to 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.)
Answer options
- A. TCP
- B. HTTP
- C. HTTPS
- D. ClientSSL
- E. ServerSSL
- F. CookieBased Persistence
Correct answer: A, B, D, F
Explanation
The correct profiles for this scenario are TCP, HTTP, ClientSSL, and CookieBased Persistence. TCP and HTTP handle the transport and application layers, while ClientSSL is necessary for SSL termination. CookieBased Persistence ensures that client requests are routed to the same pool member. HTTPS is not needed for SSL termination since ClientSSL is already handling that, and ServerSSL is not required for this configuration.