F5 Application Delivery Fundamentals — Question 83
Which event is always triggered when a client initially connects to a virtual server configured with an HTTP profile?
Answer options
- A. HTTP_DATA
- B. CLIENT_DATA
- C. HTTP_REQUEST
- D. CLIENT_ACCEPTED
Correct answer: D
Explanation
The CLIENT_ACCEPTED event is always triggered when a client connects to the virtual server, indicating that the connection has been accepted. The other events, such as HTTP_DATA, CLIENT_DATA, and HTTP_REQUEST, may occur later in the connection process but are not guaranteed to happen upon initial connection.