CV0-003 · Question #131
Which of the following types of geo-clustering should a cloud service provider implement in case a tenant requires that response time decreases if operations are moved closer to the cloud service…
The correct answer is D. Static proximity. Static proximity geo-clustering uses fixed, predefined geographic rules to route operations to the nearest configured site, consistently reducing latency by keeping traffic anchored to the primary site.
Question
Which of the following types of geo-clustering should a cloud service provider implement in case a tenant requires that response time decreases if operations are moved closer to the cloud service provider's primary site?
Options
- ADynamic proximity
- BRound Robin
- CThroughput
- DStatic proximity
How the community answered
(47 responses)- A11% (5)
- B2% (1)
- C6% (3)
- D81% (38)
Why each option
Static proximity geo-clustering uses fixed, predefined geographic rules to route operations to the nearest configured site, consistently reducing latency by keeping traffic anchored to the primary site.
Dynamic proximity adjusts routing in real time based on current latency or load measurements rather than fixed rules, so it does not guarantee consistent routing to the primary site's geographic location.
Round robin distributes requests evenly across all cluster nodes in sequence regardless of geographic proximity, which does not favor the primary site or reduce latency based on location.
Throughput-based clustering routes traffic according to available bandwidth capacity, not geographic proximity or response time, so it does not address the latency requirement.
Static proximity geo-clustering assigns traffic routing based on preconfigured, unchanging geographic proximity rules that direct client requests to the nearest defined location - in this case the primary site - ensuring predictably low response times without real-time recalculation, which directly satisfies the tenant's requirement for proximity-based latency reduction.
Concept tested: Static proximity geo-clustering for latency reduction
Source: https://learn.microsoft.com/en-us/azure/traffic-manager/traffic-manager-routing-methods
Topics
Community Discussion
No community discussion yet for this question.