1.
Assume a virtual server has a ServerSSL profile. What SSL certificates are required on the pool members?
2.
Assume a virtual server is configured with a ClientSSL profile. What would the result be if the virtual server's destination port were not 443?
3.
Which is an advantage of terminating SSL communication at the BIG-IP rather than the ultimate web server?
4.
Assume a client's traffic is being processed only by a NAT; no SNAT or virtual server processing takes place. Also assume that the NAT definition specifies a NAT address and an origin address while all other settings are left at their defaults. If the origin server were to initiate traffic via the BIG-IP, what changes, if any, would take place when the BIG-IP processes such packets?
5.
A site wishes to perform source address translation on packets arriving from the Internet for clients using some pools but not others. The determination is not based on the client's IP address, but on the pool they are load balanced to. What could best accomplish this goal?
6.
A BIG-IP has two load balancing virtual servers at 150.150.10.10:80 and 150.150.10.10:443. The port 80 virtual server has SNAT automap configured. There is also a SNAT configured at 150.150.10.11 set for a source address range of 200.200.1.0 / 255.255.255.0. All other settings are at their default states. If a client with the IP address 200.200.1.1 sends a request to https://150.150.10.10, what is the source IP address when the associated packet is sent to the pool member?
7.
Which statement is true concerning SNATs using automap?
8.
Which statement describes a typical purpose of iRules?
9.
A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it: when HTTP_REQUEST { if { [HTTP::header User-Agent] contains "MSIE" } { pool MSIE_pool } else { pool Mozilla_pool } If a user connects to http://10.10.1.100.html and their browser does not specify a User-Agent, which pool will receive the request?
10.
Which event is always triggered when the client sends data to a virtual server using TCP?