Topic 1 Question 34
Your company has recently expanded their EMEA-based operations into APAC. Globally distributed users report that their SMTP and IMAP services are slow. Your company requires end-to-end encryption, but you do not have access to the SSL certificates. Which Google Cloud load balancer should you use?
SSL proxy load balancer
Network load balancer
HTTPS load balancer
TCP proxy load balancer
ユーザの投票
コメント(17)
D should be the answer. "Globally distributed users report that their SMTP and IMAP services are slow" --> means it's needed to be global, traffic type is TCP. "end-to-end encryption" +"you do not have access to the SSL certificates" ---> means that you can not use client certificate to configure on LB to do SSL offload. As per the reference below, only TCP proxy Load Balancer. https://cloud.google.com/load-balancing/docs/choosing-load-balancer
👍 24densnoigaskogen2021/05/19I go with D, https://cloud.google.com/load-balancing/docs/choosing-load-balancer SSL offload yes >> SSL proxy SSL offload no >> TCP proxy
👍 9BobBui2021/03/14- 正解だと思う選択肢: A
The correct answer is A.
As stated here: https://cloud.google.com/load-balancing/docs/tcp "TCP Proxy Load Balancing is intended for TCP traffic on specific well-known ports, such as port 25 for Simple Mail Transfer Protocol (SMTP). For more information, see Port specifications. For client traffic that is encrypted on these same ports, use SSL Proxy Load Balancing." Because encryption is required
👍 3kapara2022/06/12
シャッフルモード