exam questions

Exam AZ-300 All Questions

View all questions & answers for the AZ-300 exam

Exam AZ-300 topic 2 question 40 discussion

Actual exam question from Microsoft's AZ-300
Question #: 40
Topic #: 2
[All AZ-300 Questions]

You are designing an Azure solution.
The solution must meet the following requirements:
Distribute traffic to different pools of dedicated virtual machines (VMs) based on rules
Provide SSL offloading capabilities
You need to recommend a solution to distribute network traffic.
Which technology should you recommend?

  • A. server-level firewall rules
  • B. Azure Application Gateway
  • C. Azure Traffic Manager
  • D. Azure Load Balancer
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
If you require "SSL offloading", application layer treatment, or wish to delegate certificate management to Azure, you should use Azure's layer 7 load balancer
Application Gateway instead of the Load Balanacer.
Incorrect Answers:
D: Because Load Balancer is agnostic to the TCP payload and TLS offload ("SSL") is not provided.
References:
https://docs.microsoft.com/en-us/azure/application-gateway/overview

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
gboyega
Highly Voted 4 years, 10 months ago
Given answer is correct
upvoted 13 times
tartar
4 years, 8 months ago
B is ok
upvoted 2 times
...
...
tundervirld
Most Recent 4 years, 9 months ago
Both will work to balance traffic, the difference is that Azure Load Balancer works with traffic at Layer 4, while Application Gateway works with Layer 7 traffic, and specifically with HTTP (including HTTPS and WebSockets). https://medium.com/awesome-azure/azure-difference-between-azure-load-balancer-and-application-gateway-9a6019c23840
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...