F5 Application Delivery Fundamentals — Question 96
Which three parameters could be used to determine whether a connection request will have the source address translated as the request is processed? (Choose three.)
Answer options
- A. the client's router's IP address
- B. the client's browser's preferred language
- C. the client's IP netmask
- D. the client's TCP port
- E. the client's IP address
- F. the client IP fragment offset
Correct answer: C, D, E
Explanation
The correct parameters to determine if the source address will be translated are the client's IP netmask (C), TCP port (D), and IP address (E). The client's router's IP address (A) and browser's preferred language (B) do not directly influence the source address translation, while the client IP fragment offset (F) is related to packet fragmentation rather than address translation.