nerdexam
Google

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.

Cloud Infrastructure Design and Optimization

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)
  • A
    4% (2)
  • B
    15% (8)
  • C
    6% (3)
  • D
    75% (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.

ASet up a new billing account in the United States.

Billing accounts are administrative constructs that have no effect on application performance or network latency.

BRun the application in additional zones in the European region.

Adding zones within the same European region improves availability and fault tolerance but does not reduce latency for users in the United States.

CRun the application in additional regions in Europe.

Running in additional European regions still keeps the application far from US users and does not reduce the geographic distance causing high latency.

DRun a replica of the application in a region in the United States.Correct

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

#Latency optimization#Multi-region deployment#Global infrastructure#Application architecture

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice