ExamGecko
Home Home / F5 / 201

F5 201 Practice Test - Questions Answers, Page 21

Question list
Search
Search

List of questions

Search

Related questions











A BIG-IP has a virtual server at 150.150.10.10:80 with SNAT automap configured. This BIG-IP also has a SNAT 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 the virtual server, what is the source IP address when the associated packet is sent to the pool member?

A.
200.200.1.1
A.
200.200.1.1
Answers
B.
150.150.10.11
B.
150.150.10.11
Answers
C.
Floating self IP address on VLAN where the packet leaves the system
C.
Floating self IP address on VLAN where the packet leaves the system
Answers
D.
Floating self IP address on VLAN where the packet arrives on the system
D.
Floating self IP address on VLAN where the packet arrives on the system
Answers
Suggested answer: C

Which IP address will the client address be changed to when SNAT automap is specified within a Virtual Server configuration?

A.
The floating self-IP address on the VLAN where the packet leaves the system.
A.
The floating self-IP address on the VLAN where the packet leaves the system.
Answers
B.
The floating self-IP address on the VLAN where the packet arrives on the system.
B.
The floating self-IP address on the VLAN where the packet arrives on the system.
Answers
C.
It will alternate between the floating and non floating self-IP address on the VLAN where the packet leaves the system so that port exhaustion is avoided.
C.
It will alternate between the floating and non floating self-IP address on the VLAN where the packet leaves the system so that port exhaustion is avoided.
Answers
D.
It will alternate between the floating and non floating self-IP address on the VLAN where the packet arrives on the system so that port exhaustion is avoided.
D.
It will alternate between the floating and non floating self-IP address on the VLAN where the packet arrives on the system so that port exhaustion is avoided.
Answers
Suggested answer: A

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 }

http://10.10.1.100/foo.txt If a user connects to http://10.10.1.100/foo.txt which pool will receive the request?

A.
pool1
A.
pool1
Answers
B.
pool2
B.
pool2
Answers
C.
None. The request will be dropped.
C.
None. The request will be dropped.
Answers
D.
Unknown. The pool cannot be determined from the information provided.
D.
Unknown. The pool cannot be determined from the information provided.
Answers
Suggested answer: B

Which statement is true concerning iRule events?

A.
All iRule events relate to HTTP processes.
A.
All iRule events relate to HTTP processes.
Answers
B.
All client traffic has data that could be used to trigger iRule events.
B.
All client traffic has data that could be used to trigger iRule events.
Answers
C.
All iRule events are appropriate at any point in the clientserver communication.
C.
All iRule events are appropriate at any point in the clientserver communication.
Answers
D.
If an iRule references an event that doesn't occur during the client's communication, the client's connection will be terminated prematurely.
D.
If an iRule references an event that doesn't occur during the client's communication, the client's connection will be terminated prematurely.
Answers
Suggested answer: B

Which three iRule events are likely to be seen in iRules designed to select a pool for load balancing? (Choose three.)

A.
CLIENT_DATA
A.
CLIENT_DATA
Answers
B.
SERVER_DATA
B.
SERVER_DATA
Answers
C.
HTTP_REQUEST
C.
HTTP_REQUEST
Answers
D.
HTTP_RESPONSE
D.
HTTP_RESPONSE
Answers
E.
CLIENT_ACCEPTED
E.
CLIENT_ACCEPTED
Answers
F.
SERVER_SELECTED
F.
SERVER_SELECTED
Answers
G.
SERVER_CONNECTED
G.
SERVER_CONNECTED
Answers
Suggested answer: A, C, E

Which event is always triggered when a client initially connects to a virtual server configured with an HTTP profile?

A.
HTTP_DATA
A.
HTTP_DATA
Answers
B.
CLIENT_DATA
B.
CLIENT_DATA
Answers
C.
HTTP_REQUEST
C.
HTTP_REQUEST
Answers
D.
CLIENT_ACCEPTED
D.
CLIENT_ACCEPTED
Answers
Suggested answer: D

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 }

http://10.10.1.100/foo.html If a user connects to http://10.10.1.100/foo.html, which pool will receive the request?

A.
pool1
A.
pool1
Answers
B.
pool2
B.
pool2
Answers
C.
None. The request will be dropped.
C.
None. The request will be dropped.
Answers
D.
Unknown. The pool cannot be determined from the information provided.
D.
Unknown. The pool cannot be determined from the information provided.
Answers
Suggested answer: D

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?

A.
pool1
A.
pool1
Answers
B.
pool2
B.
pool2
Answers
C.
None. The request will be dropped.
C.
None. The request will be dropped.
Answers
D.
Unknown. The pool cannot be determined from the information provided.
D.
Unknown. The pool cannot be determined from the information provided.
Answers
Suggested answer: D

Which statement is true about the synchronization process, as performed by the Configuration Utility or by typing b config sync all?

A.
The process should always be run from the standby system.
A.
The process should always be run from the standby system.
Answers
B.
The process should always be run from the system with the latest configuration.
B.
The process should always be run from the system with the latest configuration.
Answers
C.
The two /config/bigip.conf configuration files are synchronized (made identical) each time the process is run.
C.
The two /config/bigip.conf configuration files are synchronized (made identical) each time the process is run.
Answers
D.
Multiple files, including /config/bigip.conf and /config/bigip_base.conf, are synchronized (made identical) each time the process is run.
D.
Multiple files, including /config/bigip.conf and /config/bigip_base.conf, are synchronized (made identical) each time the process is run.
Answers
Suggested answer: C

Which statement is true concerning the default communication between a redundant pair of BIG-IP devices?

A.
Communication between the systems cannot be effected by port lockdown settings.
A.
Communication between the systems cannot be effected by port lockdown settings.
Answers
B.
Data for both connection and persistence mirroring are shared through the same TCP connection.
B.
Data for both connection and persistence mirroring are shared through the same TCP connection.
Answers
C.
Regardless of the configuration, some data is communicated between the systems at regular intervals.
C.
Regardless of the configuration, some data is communicated between the systems at regular intervals.
Answers
D.
Connection mirroring data is shared through the serial fail over cable unless network failover is enabled.
D.
Connection mirroring data is shared through the serial fail over cable unless network failover is enabled.
Answers
Suggested answer: B
Total 254 questions
Go to page: of 26