PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #94
You are deploying a global external TCP load balancing solution and want to preserve the source IP address of the original layer 3 payload. Which type of load balancer should you use?
The correct answer is D. TCP/SSL proxy load balancer. Set PROXY protocol for retaining client connection information External TCP Proxy Load Balancing terminates TCP connections from the client and creates new connections to the instances. By default, the original client IP and port information is not To preserve and send the…
Question
Options
- AHTTP(S) load balancer
- BNetwork load balancer
- CInternal load balancer
- DTCP/SSL proxy load balancer
How the community answered
(23 responses)- A4% (1)
- B4% (1)
- C9% (2)
- D83% (19)
Explanation
Set PROXY protocol for retaining client connection information External TCP Proxy Load Balancing terminates TCP connections from the client and creates new connections to the instances. By default, the original client IP and port information is not To preserve and send the original connection information to your instances, enable PROXY protocol (version 1). This protocol sends an additional header that contains the source IP address, destination IP address, and port numbers to the instance as a part of the request. https://cloud.google.com/load-balancing/docs/tcp/setting-up-tcp#proxy-protocol
Topics
Community Discussion
No community discussion yet for this question.