A virtual server at 10.10.1.100:80 has the rule listed below applied. when HTTP_REQUEST { if
{[HTTP::uri] ends_with "htm" } { pool pool1 } elseif {[HTTP::uri] ends_with "xt" } { pool pool2 } If a
user connects to http://10.10.1.100/foo.txt which pool will receive the request?
A.
pool1
B.
pool2
C.
None. The request will be dropped.
D.
Unknown. The pool cannot be determined from the information provided.
pool2
Which statement is true concerning iRule events?
A.
All iRule events relate to HTTP processes
B.
All client traffic has data that could be used to trigger iRule events
C.
All iRule events are appropriate at any point in the client-server communication.
D.
If an iRule references an event that doesn't occur during the client's communication, the client's
connectionwill be terminated prematurely.
All client traffic has data that could be used to trigger iRule events
Which three iRule events are likely to be seen in iRules designed to select a pool for load
balancing? (Choose 3)
A.
CLIENT_DATA
B.
SERVER_DATA
C.
HTTP_REQUEST
D.
HTTP_RESPONSE
E.
CLIENT_ACCEPTED
F.
SERVER_SELECTED
G.
SERVER_CONNECTED
CLIENT_DATA
HTTP_REQUEST
CLIENT_ACCEPTED
Which event is always triggered when a client initially connects to a virtual server configured with
an HTTP profile?
A.
HTTP_DATA
B.
CLIENT_DATA
C.
HTTP_REQUEST
D.
CLIENT_ACCEPTED
CLIENT_ACCEPTED
A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it: when
CLIENT_ACCEPTED { if {[TCP::local_port] equals 80 } { pool pool1 } elseif {[TCP::local_port]
equals 443 } { pool pool2 } If a user connects to 10.10.1.100 and port 22, which pool will receive
the request?
A.
pool1.
B.
pool2.
C.
None. The request will be dropped.
D.
Unknown. The pool cannot be determined from the information provided.
Unknown. The pool cannot be determined from the information provided.
Page 16 out of 86 Pages |
Previous |