Why non HTTP traffic is recommended in Azure Traffic manager?

vijaiya prathap 40 Reputation points
2024-02-21T04:58:23.4866667+00:00

Hi Team, First of all, thank you very much for providing a great learning platform and giving it for free to everyone. I have a very simple question. To my knowledge, DNS is used by web applications to look up respective IP address. The training material says that Azure Traffic manager is based on DNS. I wonder how will it support non HTTP traffic? I checked the page on Azure Traffic Manager in https://learn.microsoft.com/en-us/azure/traffic-manager/traffic-manager-how-it-works, the example usage shown here is with HTTP traffic only. Best regards, Vijaiya Prathap

Azure Traffic Manager
Azure Traffic Manager
An Azure service that is used to route incoming network traffic for high performance and availability.
111 questions
0 comments No comments
{count} votes

Accepted answer
  1. Priya Kumar 1,096 Reputation points Microsoft Employee
    2024-02-21T06:08:04.5433333+00:00

    Hello @vijaiya prathap ,

    Thanks for reaching Azure Q and A platform.

    Thanks for bring these questions, as it would be useful for the community.

    Please do go through the below mentioned points, which would give you an mere understanding of the concept of Traffic Manager.

    1. Traffic Manager performs DNS based load balancing. As we know the concept and working of the Traffic Manager.
    2. If you see the below image, you would get confused on why we have mentioned that Traffic Manager recommended traffic is non-http.

    enter image description here

    1. Traffic Manager is a DNS-based traffic load balancer that enables you to distribute traffic optimally to services across global Azure regions, while providing high availability and responsiveness. Because Traffic Manager is a DNS-based load-balancing service, **it load balances only at the domain level. **
    2. Please check the below image:

    enter image description here

    1. So, As explained in How Traffic Manager Works, Traffic Manager works at the DNS level. It uses DNS responses to direct clients to the appropriate service endpoint. Clients connect to the service endpoint directly, not through Traffic Manager. Therefore, Traffic Manager doesn't see the HTTP traffic between the client and the server.
    2. To explain in the simple manner, if you have a Virtual Machine, which has a domain name to connect to the Virtual Machine on the remote access 3389. Then using Traffic Manager, it could give you the nearest VM endpoint via DNS based load balancing.

    Please do let us know if you have more query on this ask.

    --Please don't forget to "[Accept the answer]" and “[Upvote]” if the reply is helpful--

    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.

    Regards, Priya Kumar

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful