Latest [Nov 19, 2023] F5 201 Exam Practice Test To Gain Brilliante Result
Take a Leap Forward in Your Career by Earning F5 201
NEW QUESTION # 130
Refer to the exhibit.
Which Pool Members are receiving traffic?
- A. serv1, serv3, serv4
- B. serv1, serv3
- C. Serv1, serv2,serv3, serv4
- D. serv1
Answer: A
NEW QUESTION # 131
A standard virtual server is defined with a pool and a SNAT using automap. All other settings for the virtual server are at defaults. When client traffic is processed by the BIGElIP, what will occur to the IP addresses.
- A. Traffic
initiated by selected clients, based
on their IP address, will have the source address translated to a selfElIP address but the destination will only be translated if the traffic is destined to the virtual server. - B. Traffic initiated by the pool members will have the source address translated to a selfElIP address but the destination address will not be changed.
- C. Traffic initiated to the virtual server will have the destination address translated to a pool member address and the source addressTraffic initiated to the virtual server will have the destination address translated to a pool member. address and the source address translated to a selfElIP address.
- D. Traffic initiated to the virtual server will have the destination address translated to a pool member address and the source addressTraffic initiated to the virtual server will have the destination address translated to a pool member. address and the source address translated to a selfElIP address. Traffic arriving destined to other destinations will have the source translated to a selfElIP address only.
Answer: C
NEW QUESTION # 132
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 UserElAgent] contains "MSIE" } { pool MSIE_pool } else { pool Mozilla_pool } If a user connects to http://10.10.1.100/foo.html and their browser does not specify a UserElAgent, which pool will receive the request.
- A. Mozilla_pool
- B. MSIE_pool
- C. Unknown. The pool cannot be determined from the information provided.
- D. None. The request will be dropped.
Answer: A
NEW QUESTION # 133
Which statement accurately describes the difference between two loadbalancing modes specified as "member" and "node"?
- A. Loadbalancing options referencing "nodes" are available only when the pool members are defined for the "any" port.
- B. When the loadbalancing choice references "node", priority group activation is unavailable.
- C. There is no difference; the two terms are referenced for backward compatibility purposes.
- D. When the loadbalancing choice references "node", the addresses' parameters are used to make the loadbalancing choice rather than the member's parameters.
Answer: B
NEW QUESTION # 134
Which two statements are true concerning the default communication between a redundant pair of BIG-IP systems? (Choose two.)
- A. Connection mirroring data is shared via a TCP connection using port 1028.
- B. Connection mirroring data is shared through the serial fail over cable unless network failover is enabled.
- C. Persistence mirroring data is shared via a TCP connection using port 1028.
- D. Synchronization occurs via a TCP connection using ports 683 and 684.
Answer: A,C
NEW QUESTION # 135
An IT support engineer needs to access and modify Virtual Servers in three partitions (Common /Banking and Dev) daily on a BIG-IP device. The company operates a Least Privilege access policy. What level of access does the IT support engineer need to ensure completion of daily roles?
- A. Application Editor in /Common, /Banking, and /Dev partitions
- B. Manager in all partitions
- C. Manager in /common/Banking, and /Dev partitions
- D. Application Editor in all partitions
Answer: C
NEW QUESTION # 136
How is persistence configured.
- A. Persistence is a global setting; once enabled, loElb adlancing choices are superceded by the persistence method that is specified.
- B. Persistence is a profile type; an appropriate profile is created and associated with virtual server.
- C. Persistence is an option within each pool's definition.
- D. Persistence is an option for each pool member. When a pool is defined, each member's definition includes the option for persistence.
Answer: B
NEW QUESTION # 137
Which event is always triggered when a client initially connects to a virtual server configured with an HTTP profile.
- A. CLIENT_DATA
- B. HTTP_DATA
- C. CLIENT_ACCEPTED
- D. HTTP_REQUEST
Answer: C
NEW QUESTION # 138
A site needs a virtual server that will use an iRule to parse HTTPS traffic based on HTTP header values. Which two profile types must be associated with such a virtual server. (Choose two.)
- A. ServerSSL
- B. HTTPS
- C. TCP
- D. HTTP
Answer: C,D
NEW QUESTION # 139
What is the purpose of MAC masquerading.
- A. to prevent ARP cache errors
- B. to minimize ARP entries on routers
- C. to minimize connection loss due to ARP cache refresh delays
- D. to allow both BIGElIP devices to simultaneously use the same MAC address
Answer: C
NEW QUESTION # 140
A BIG-IP Administrator runs the initial configuration wizard and learns that the NTP servers were invalid. In which area of the Configuration Utility should the BIG-IP Administrator update the list of configured NTP servers?
- A. System > Preferences
- B. System > Services
- C. System > Configuration
- D. System > Platform
Answer: C
NEW QUESTION # 141
A BIG-IP Administrator is conducting maintenance on one BIG-IP appliance in an HA Pair. Why should the BIG-IP Administrator put the appliance into FORCED_OFFLINE state?
- A. To allow new connections to Virtual Servers and ensure the appliance becomes active
- B. To terminate existing connections to Virtual Servers and prevent the appliance from becoming active
- C. To terminate connections to the management IP and decrease persistent connections
- D. To preserve existing connections to Virtual Servers and reduce the CPU load
Answer: B
NEW QUESTION # 142
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 } else if {[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. Unknown. The pool cannot be determined from the information provided.
- C. None. The request will be dropped.
- D. pool2
Answer: D
NEW QUESTION # 143
Refer to the exhibit.
According to the shown Configuration Utility stings What is the setting of the User Directory configuration under the Authentication submenu?
- A. Local
- B. Managed
- C. Remote-TACACS+
- D. Default system configuration
Answer: C
NEW QUESTION # 144
Refer to the exhibit.
Which Pool Members are receiving traffic?
- A. serv1, serv3, serv4
- B. serv1, serv3
- C. Serv1, serv2,serv3, serv4
- D. serv1
Answer: A
NEW QUESTION # 145
A BIG-IP Administrator assigns the default http health monitor to a pool that has three members listening on port 80 When the administrator connects to each pool member via the CURL utility, two of the members respond with a status of 404 Not Found while the third responds with 200 OK. What will the pool show for member availability?
- A. Two members offline and one member online.
- B. All members offline.
- C. Two members online and one member offline.
- D. All members online.
Answer: D
NEW QUESTION # 146
A BIG-IP Administrator needs to restore a UCS file to an F5 device using the Configuration Utility. Which section of the Configuration Utility should the BIG-IP Administrator access to perform this task?
- A. System > Archives
- B. Local Traffic > Policies
- C. Local Traffic > Virtual Servers
- D. System > Configuration
Answer: A
NEW QUESTION # 147
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 21 } { pool
ftppool } elseif {[TCP::local_port] equals 23 } { pool telnetpool }
If a user connects to 10.10.1.100 and port 22, which pool will receive the request?
- A. ftppool
- B. Unknown. The pool cannot be determined from the information provided.
- C. telnetpool
- D. None. The request will be dropped.
Answer: B
NEW QUESTION # 148
A 8IG-IP Administrator configures a Virtual Server to load balance traffic between 50 webservers for an ecommerce website Traffic is being load balanced using the Least Connections (node) method.
The webserver administrators report that customers are losing the contents from their shopping carts and are unable to complete their orders.
What should the BIG-IP Administrator do to resolve the issue?
- A. Change Default Persistence Profile setting to cookie
- B. Change Load Balancing method to Ratio (member)
- C. Change Load Balancing method to Ratio (node)
- D. Change Default Persistence Profile setting to sipjnfo
Answer: A
NEW QUESTION # 149
For a given Virtual Server, the BIG-IP must perform SSL Offload and negotiate secure communication overTLSvl.2only.
What should the BIG-IP Administrator do to meet this requirement?
- A. Configure a custom SSL Profile (Client) with a custom TLSV1.2 cipher string
- B. Configure a custom SSL Profile (Server) and select no TLSvl in the options list
- C. Configure a custom SSL Profile (Client) and select no TLSvl in the options list
- D. Configure a custom SSL Profile (Server) with a custom TLSV1.2 cipher string
Answer: A
Explanation:
Explanation
no TLSvl only disables TLS1.0, TLS1.1 is still used and does not meet the requirements.
NEW QUESTION # 150
A web server administrator informs the BIG-IP Administrator that web servers are overloaded Starting next month, the BIG-IP device will terminate SSL to reduce web server load. The BIG-IP device is ready using client SSL client profile and Rules on HTTP level. What actions should the BIG-IP Administrators to achieve the desired configuration?
- A. Remove the server SSL profile and change the Virtual Server to accept HTTP traffic
- B. Remove the chart SSL profile and change the Virtual Server to accept HTTP
- C. Remove the client SSL profile and configure the Pool Members to US HTTP
- D. Remove the server SSL profile and configure the Pool Members to use HTTP
Answer: D
NEW QUESTION # 151
......
Authentic Best resources for 201 Online Practice Exam: https://dumpstorrent.dumpsking.com/201-testking-dumps.html
