An enterprise is planning their Azure load balancing and high availability architecture. You must select the appropriate routing solutions for their workloads. Match each Azure service to its primary traffic routing mechanism and scope.
- Azure Traffic ManagerUses DNS lookup to direct client requests to global endpoints based on the configured routing method.
- Azure Front DoorUses Anycast TCP and split-TCP connections to route HTTP/HTTPS traffic globally with SSL offloading at the edge.
- Azure Application GatewayOperates as a regional Layer 7 load balancer that routes traffic within a virtual network based on URL path rules.
Cevap
Azure Traffic Manager matches DNS-based routing; Azure Front Door matches global Anycast-based HTTP/HTTPS routing; Azure Application Gateway matches regional virtual network-based routing.
The correct matches align each service with its unique operational layer and scope. Azure Traffic Manager relies on DNS to resolve endpoints globally, Azure Front Door leverages Anycast TCP at the edge for global web application delivery, and Azure Application Gateway manages regional, virtual network-integrated Layer 7 traffic routing.
Adım Adım Çözüm
Anahtar Kavram
Distinction between DNS-based global routing, Anycast-based global routing, and regional Layer 7 load balancing in Azure.
Tahmini Süre:1m 0s