Google Cloud Professional Cloud Security Engineer — Question 65
Which type of load balancer should you use to maintain client IP by default while using the standard network tier?
Answer options
- A. SSL Proxy
- B. TCP Proxy
- C. Internal TCP/UDP
- D. TCP/UDP Network
Correct answer: D
Explanation
The TCP/UDP Network load balancer is designed to maintain the client IP by default, which is crucial for applications that need to track or log the original client IP address. The other options, such as SSL Proxy and TCP Proxy, do not retain the client IP in the same way, and Internal TCP/UDP is limited to internal traffic only.