A cloud architect needs to select appropriate Azure networking services to satisfy load balancing and failover requirements for different application types. Match each operational scenario to the optimal Azure service that meets the requirements.
- A global HTTP/S application requiring URL path-based routing, TLS offloading, and immediate failover via Anycast IP routing.Azure Front Door
- A global TCP-based gaming application on port 7777 requiring client traffic redirection to the nearest region using DNS name resolution.Azure Traffic Manager
- A regional web service requiring cookie-based session affinity, TLS offloading, and URL path-based routing within a virtual network.Azure Application Gateway
- A global application requiring Layer 4 load balancing to route non-HTTP TCP/UDP traffic to different regions using a single static Anycast IP.Azure Cross-region Load Balancer
Cevap
The correct matches are: 1) The global HTTP/S application matches Azure Front Door. 2) The global TCP-based gaming application matches Azure Traffic Manager. 3) The regional web service matches Azure Application Gateway. 4) The global Layer 4 Anycast application matches Azure Cross-region Load Balancer.
The correct matches map the specific technical characteristics (layer, scope, protocol) of each scenario to the capabilities of Azure's load balancing services.
Adım Adım Çözüm
Anahtar Kavram
Selecting the correct Azure load balancing service involves evaluating regional vs. global scope, Layer 4 vs. Layer 7 routing capabilities, and DNS vs. Anycast IP architectures.