ExamGecko
Home Home / F5 / 201
Question list
Search
Search

List of questions

Search

Related questions











Question 241 - 201 discussion

Report
Export

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 UserAgent] contains 'MSIE' }

{ pool MSIE_pool }

else { pool Mozilla_pool }

http://10.10.1.100/foo.html If a user connects to http://10.10.1.100/foo.html and their browser does not specify a UserAgent, which pool will receive the request?

A.
MSIE_pool
Answers
A.
MSIE_pool
B.
Mozilla_pool
Answers
B.
Mozilla_pool
C.
None. The request will be dropped.
Answers
C.
None. The request will be dropped.
D.
Unknown. The pool cannot be determined from the information provided.
Answers
D.
Unknown. The pool cannot be determined from the information provided.
Suggested answer: B
asked 24/09/2024
Luca Arcuri
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first