F5 Application Delivery Fundamentals — Question 105
Which three iRule events are likely to be seen in iRules designed to select a pool for load balancing. (Choose 3)
Answer options
- A. CLIENT_DATA
- B. SERVER_DATA
- C. HTTP_REQUEST
- D. HTTP_RESPONSE
- E. CLIENT_ACCEPTED
- F. SERVER_SELECTED
- G. SERVER_CONNECTED
Correct answer: A, C, E
Explanation
The correct events for selecting a pool are CLIENT_DATA, HTTP_REQUEST, and CLIENT_ACCEPTED, as they are involved in the initial stages of the connection and request handling. SERVER_DATA and HTTP_RESPONSE are related to responses from the server, while SERVER_SELECTED and SERVER_CONNECTED pertain to server interaction after the pool selection has already occurred.