How should the company accomplish this?

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?
A . Configure TCP Proxy Load Balancing as a global load balancing service listening on port 995.
B . Create a Network Load Balancer to listen on TCP port 995 with a forwarding rule to forward traffic based on location.
C . Use Cross-Region Load Balancing with an HTTP(S) load balancer to route traffic to the nearest region.
D . Use Cloud CDN to route the mail traffic to the closest origin mail server based on client IP address.

Answer: A

Explanation:

https://cloud.google.com/load-balancing/docs/tcp

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

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments