Azure Traffic Manager Flashcards
I want to load balance traffic across regions, what options do I have?
You can use Azure Traffic Manager, TM used DNS to geo route traffic to where you need it.
What are the available routing methods?
- Performance
- Weighted
- Priority
- Geo
- MultiVal
- Subnet
With Traffic Manager what is the performance routing method doing?
When you have endpoints in different geographic locations and you want end users to use the “closest” endpoint in terms of the lowest network latency.
With Traffic Manager what is the weighted routing method doing?
When you want to distribute traffic across a set of endpoints, either evenly or according to weights, which you define.
With Traffic Manager what is the priority routing method doing?
Select Priority when you want to use a primary service endpoint for all traffic, and provide backups in case the primary or the backup endpoints are unavailable.
With Traffic Manager what is the geo routing method doing?
so that users are directed to specific endpoints (Azure, External, or Nested) based on which geographic location their DNS query originates from. This empowers Traffic Manager customers to enable scenarios where knowing a user’s geographic region and routing them based on that is important. Examples include complying with data
With Traffic Manager what is the MultiVal routing method doing?
for Traffic Manager profiles that can only have IPv4/IPv6 addresses as endpoints. When a query is received for this profile, all healthy endpoints are returned.
With Traffic Manager what is the performance subnet method doing?
traffic-routing method to map sets of end-user IP address ranges to a specific endpoint within a Traffic Manager profile. When a request is received, the endpoint returned will be the one mapped for that request’s source IP address.
When I use Traffic Manager, am i creating a profile or a traffic manager?
You are creating a profile that is sent to the global traffic manager infrastructure.
I have two regions with a web server in each location and i want to have failover when one web server fails, what options do I have?
Use traffic manager with priority routing.
What is a traffic manager profile?
This is what you create to describe how you want traffic manager to route your traffic.
Explain priority routing?
This si primary/secondary failover.
Explain Weighed routing?
This is where traffic is distributed based on the weights you set.
Explain performance routing?
This is where the traffic is sent to the closes end point to the user