201 Exam Question 31

Which statement describes a typical purpose of iRules.
  • 201 Exam Question 32

    A pool of four servers has been partially upgraded for two new servers with more memory and CPU capacity.
    The BIG-IP Administrator must change the load balance method to consider more connections for the two new servers. Which load balancing method considers pool member CPU and memory load?
  • 201 Exam Question 33

    A BIG-IP Administrator needs to modify a virtual server that web offload web traffic compression tasks from the target server.
    Which two profiles must the BIG-IP Administrator apply to a virtual server to enable compression? (Choose two)
  • 201 Exam Question 34

    A BIG-IP Administrator reviews the log files to determine the cause of a recent problem and finds the following entry.
    Mar 27.07.58.48 local/BIG-IP notice mcpd {5140} 010707275 Pool member 172.16.20.1.10029 monitor status down.
    What is the cause of this log message?
  • 201 Exam Question 35

    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.