201 Exam Question 76
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.
201 Exam Question 77
Refer to the exhibit.

A user attempts to connect to 10.10.10.1.80 using FTP over SSL with an FTPS client. Which virtual server will match and attempt to process the request?

A user attempts to connect to 10.10.10.1.80 using FTP over SSL with an FTPS client. Which virtual server will match and attempt to process the request?
201 Exam Question 78
A site is load balancing to a pool of web servers. Which
statement
is true concerning BIGElIP's ability to verify whether the web servers are functioning properly or not.
statement
is true concerning BIGElIP's ability to verify whether the web servers are functioning properly or not.
201 Exam Question 79
A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it: when HTTP_REQUEST { if {[HTTP::uri] ends_with "txt" } { pool pool1 } elseif {[HTTP::uri] ends_with "php" } { pool pool2 } If a user connects to http://10.10.1.100/foo.html, which pool will receive the request?
201 Exam Question 80
Which three properties can be assigned to nodes. (Choose three.)
