F5
101 · Question #197
101 Question #197: Real Exam Question with Answer & Explanation
The correct answer is A. The client IP address is unchanged between the clientside connection and the serverside. A standard virtual server on F5 BIG-IP performs destination NAT by default but not source NAT, so the client IP is always preserved on the server-side connection.
Section 2: F5 Solutions and Technology
Question
A standard virtual server has been associated with a pool with multiple members. Assuming all other settings are left at their defaults, which statement is always true concerning traffic processed by the virtual server.
Options
- AThe client IP address is unchanged between the clientside connection and the serverside
- BThe server IP address is unchanged between the clientside connection and the serverside
- CThe TCP ports used in the clientside connection are the same as the TCP ports serverside
- DThe IP addresses used in the clientside connection are the same as the IP addresses used in the
Explanation
A standard virtual server on F5 BIG-IP performs destination NAT by default but not source NAT, so the client IP is always preserved on the server-side connection.
Common mistakes.
- B. The destination IP always changes from the virtual server's VIP address to the selected pool member's IP address through DNAT, so the server IP is never the same on both sides.
- C. The destination port is typically preserved but is not guaranteed to match in all configurations; additionally, this choice is a narrower claim that does not hold 'always true' across all default standard virtual server setups.
- D. The destination IP address always differs between client-side and server-side because DNAT is always performed, translating the VIP to a pool member address.
Concept tested. F5 BIG-IP standard virtual server default NAT behavior
Topics
#virtual server#client IP address#SNAT#connection processing
Community Discussion
No community discussion yet for this question.