AZ-305 · Question #171
You are designing an Azure solution. The network traffic for the solution must be securely distributed by providing the following features: - HTTPS protocol - Round robin routing - SSL offloading You
The correct answer is D. Azure Application Gateway. If you are looking for Transport Layer Security (TLS) protocol termination ("SSL offload") or per- HTTP/HTTPS request, application-layer processing, review Application Gateway. Application Gateway is a layer 7 load balancer, which means it works only with web traffic (HTTP, HTTPS
Question
Options
- AAzure Load Balancer
- BAzure Traffic Manager
- CAzure Internal Load Balancer (ILB)
- DAzure Application Gateway
How the community answered
(23 responses)- B4% (1)
- D96% (22)
Explanation
If you are looking for Transport Layer Security (TLS) protocol termination ("SSL offload") or per- HTTP/HTTPS request, application-layer processing, review Application Gateway. Application Gateway is a layer 7 load balancer, which means it works only with web traffic (HTTP, HTTPS, WebSocket, and HTTP/2). It supports capabilities such as SSL termination, cookie-based session affinity, and round robin for load-balancing traffic. Load Balancer load-balances traffic at layer 4 https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-faq
Community Discussion
No community discussion yet for this question.