Go Back on 101 Exam
Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

101 Practice Test


Page 16 out of 86 Pages

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.





B.
  

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.





B.
  

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





A.
  

CLIENT_DATA



C.
  

HTTP_REQUEST



E.
  

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





D.
  

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.





D.
  

Unknown. The pool cannot be determined from the information provided.




Page 16 out of 86 Pages
Previous