101 · Question #94
101 Question #94: Real Exam Question with Answer & Explanation
The correct answer is C: Destination IP: pool member in the 192.168/16 network. BIG-IP selects the most specific matching virtual server, so a connection to 10.10.2.102:80 matches VirtualServer2 (exact IP with wildcard port) over VirtualServer3 (network-range IP Forwarding), directing traffic to the 192.168/16 pool.
Question
Exhibit
Options
- ADestination IP: 10.10.2.102
- BThe request will be dropped.
- CDestination IP: pool member in the 192.168/16 network
- DDestination IP: pool member in the 172.16/16 network
Explanation
BIG-IP selects the most specific matching virtual server, so a connection to 10.10.2.102:80 matches VirtualServer2 (exact IP with wildcard port) over VirtualServer3 (network-range IP Forwarding), directing traffic to the 192.168/16 pool.
Common mistakes.
- A. The traffic matches VirtualServer2, which performs destination NAT to a pool member; the destination does not remain 10.10.2.102 as would happen only with an IP Forwarding type.
- B. The request is not dropped because VirtualServer2 (10.10.2.102:*) matches both the exact destination IP and the wildcard port.
- D. VirtualServer1 targets port 443 not port 80 and is excluded from matching, while VirtualServer2 - which wins the specificity match - uses the 192.168/16 pool, not the 172.16/16 pool.
Concept tested. BIG-IP LTM virtual server selection order and specificity
Reference. https://support.f5.com/csp/article/K14800
Community Discussion
No community discussion yet for this question.
