Topic 1 Question 28
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?
Configure TCP Proxy Load Balancing as a global load balancing service listening on port 995.
Create a Network Load Balancer to listen on TCP port 995 with a forwarding rule to forward traffic based on location.
Use Cross-Region Load Balancing with an HTTP(S) load balancer to route traffic to the nearest region.
Use Cloud CDN to route the mail traffic to the closest origin mail server based on client IP address.
ユーザの投票
コメント(17)
Corrrect Answer is (A):
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
👍 20ESP_SAP2020/11/25A is the correct answer. D is not correct. CDN works with HTTP(s) traffic and requires caching, which is not a valid feature used for mail server
👍 6Warren20202020/07/16Answer should be, A
👍 4mozammil892020/03/19
シャッフルモード