PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #75
A company has redundant mail servers in different Google Cloud Platform regions and wants to route customers to the nearest mail server based on location. How should the company accomplish this?
The correct answer is A. Configure TCP Proxy Load Balancing as a global load balancing service listening on port 995. TCP Proxy Load Balancing is implemented on GFEs that are distributed globally. If you choose the Premium Tier of Network Service Tiers, a TCP proxy load balancer is global. In Premium Tier, you can deploy backends in multiple regions, and the load balancer automatically directs…
Question
Options
- AConfigure TCP Proxy Load Balancing as a global load balancing service listening on port 995.
- BCreate a Network Load Balancer to listen on TCP port 995 with a forwarding rule to forward traffic
- CUse Cross-Region Load Balancing with an HTTP(S) load balancer to route traffic to the nearest
- DUse Cloud CDN to route the mail traffic to the closest origin mail server based on client IP
How the community answered
(52 responses)- A73% (38)
- B4% (2)
- C17% (9)
- D6% (3)
Explanation
TCP Proxy Load Balancing is implemented on GFEs that are distributed globally. If you choose the Premium Tier of Network Service Tiers, a TCP proxy load balancer is global. In Premium Tier, you can deploy backends in multiple regions, and the load balancer automatically directs user traffic to the closest region that has capacity. If you choose the Standard Tier, a TCP proxy load balancer can only direct traffic among backends in a single region. https://cloud.google.com/load-balancing/docs/load-balancing-overview#tcp-proxy-load-balancing
Topics
Community Discussion
No community discussion yet for this question.