Question 46

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.
  • Question 47

    FastCache will NOT work with compressed objects.
  • Question 48

    How does file caching affect the web application?
  • Question 49

    Which two statements are true concerning capabilities of current BIG-IP platforms? (Choose two.)
  • Question 50

    Which protocol emphasizes reduced latency over reliability?