Topic 1 Question 50
Your company has deployed an application on Compute Engine. The application is accessible by clients on port 587. You need to balance the load between the different instances running the application. The connection should be secured using TLS, and terminated by the Load Balancer. What type of Load Balancing should you use?
Network Load Balancing
HTTP(S) Load Balancing
TCP Proxy Load Balancing
SSL Proxy Load Balancing
解説
ユーザの投票
コメント(9)
Although both TCP Proxy LB and SSL Proxy LB support port 587 but only SSL Proxy LB support TLS. Hence 'D' is the right answer.
👍 16smart1232020/07/11Answer D https://cloud.google.com/load-balancing/docs/ssl
- SSL Proxy Load Balancing is a reverse proxy load balancer that distributes SSL traffic coming from the internet to virtual machine (VM) instances in your Google Cloud VPC network.
When using SSL Proxy Load Balancing for your SSL traffic, user SSL (TLS) connections are terminated at the load balancing layer, and then proxied to the closest available backend instances by using either SSL (recommended) or TCP.
👍 4umashankar_a2021/07/07Agreed with smart123. Ans is D https://cloud.google.com/load-balancing/docs/choosing-load-balancer#flow_chart
👍 3mlyu2020/08/31
シャッフルモード