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

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.