303 · Question #199
An LTM Specialist has been asked to configure a virtual server to distribute connections between a pool of two application servers with addresses 172.16.20.1 and 172.16.20.2. The application servers…
The correct answer is C. Create pool http_pool with members 172.16.20.1:80 and 172.16.20.2:80. See the full explanation below for the reasoning.
Question
An LTM Specialist has been asked to configure a virtual server to distribute connections between a pool of two application servers with addresses 172.16.20.1 and 172.16.20.2. The application servers are listening on TCP ports 80 and 443. The application administrators have asked that clients be directed to the same node for both HTTP and HTTPS requests within the same session. Virtual servers vs_http and vs_https have been created, listening on 1.2.3.100:80 and 1.2.3.100:443, respectively. Which configuration option will result in the desired behavior?
Options
- ACreate pool app_pool with members 172.16.20.1:any and 172.16.20.2:any
- BCreate pool http_pool with members 172.16.20.1:80 and 172.16.20.2:80
- CCreate pool http_pool with members 172.16.20.1:80 and 172.16.20.2:80
- DCreate pool http_pool with members 172.16.20.1:80 and 172.16.20.2:80
How the community answered
(66 responses)- A9% (6)
- B5% (3)
- C85% (56)
- D2% (1)
Community Discussion
No community discussion yet for this question.