CLOUD-DIGITAL-LEADER · Question #420
Customers are reporting very high latencies when accessing an application from the United States. The application is currently running in a single region in Europe. What should the organization do?
The correct answer is D. Run a replica of the application in a region in the United States.. High latency from the United States to a European application is caused by geographic distance, and the solution is to deploy a replica closer to US users.
Question
Customers are reporting very high latencies when accessing an application from the United States. The application is currently running in a single region in Europe. What should the organization do?
Options
- ASet up a new billing account in the United States.
- BRun the application in additional zones in the European region.
- CRun the application in additional regions in Europe.
- DRun a replica of the application in a region in the United States.
How the community answered
(53 responses)- A4% (2)
- B15% (8)
- C6% (3)
- D75% (40)
Why each option
High latency from the United States to a European application is caused by geographic distance, and the solution is to deploy a replica closer to US users.
Billing accounts are administrative constructs that have no effect on application performance or network latency.
Adding zones within the same European region improves availability and fault tolerance but does not reduce latency for users in the United States.
Running in additional European regions still keeps the application far from US users and does not reduce the geographic distance causing high latency.
Deploying a replica of the application in a US region places compute resources geographically close to US users, dramatically reducing round-trip network latency. This is the standard approach to solving cross-continental latency problems in cloud architectures.
Concept tested: Multi-region deployment to reduce geographic network latency
Source: https://cloud.google.com/compute/docs/regions-zones
Topics
Community Discussion
No community discussion yet for this question.