QuestionQ5

Configuration

In a geographically distributed environment, what should the administrator configure to make sure that data requests are handled by a server/database instance located at the site that is local to the request?

  • A Configure Synchronous forwarding.
  • B Configure server communication.
  • C Configure Asynchronous communication.
  • D Configure request forwarding.
Explanation

Request forwarding is the mechanism used to route each incoming data request to the server or database instance that is geographically closest (local) to where the request originates, rather than sending it to a remote site. This reduces latency and network overhead by ensuring requests are serviced locally. In contrast, synchronous and asynchronous forwarding/communication relate to how data changes are replicated and kept consistent between distributed sites, not to how individual requests are routed to a local server.

Community Discussion

No comments yet. Be the first to start the discussion!