
Answer-first summary for fast verification
Answer: SSL Proxy Load Balancer
The correct answer is C. SSL Proxy Load Balancer is designed specifically for SSL-encrypted traffic and provides SSL termination, which minimizes latency for worldwide clients by efficiently handling SSL connections. This makes it the best choice for applications receiving SSL-encrypted TCP traffic on port 443, ensuring low latency by distributing traffic globally and terminating the SSL connections efficiently at the edge.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are managing an application that handles TCP traffic encrypted with SSL and operates on port 443. The clients accessing this application are distributed globally. To ensure the fastest response times and minimal latency for these worldwide clients, which load balancing solution would be the most effective?
A
HTTPS Load Balancer
B
Network Load Balancer
C
SSL Proxy Load Balancer
D
Internal TCP/UDP Load Balancer. Add a firewall rule allowing ingress traffic from 0.0.0.0/0 on the target instances.
No comments yet.