Skip to content
New: managed cloud and dedicated servers — with dedicated support on every plan.See plans
Inventure Technologies

Choosing a server location: latency, data residency and compliance

How server location affects latency, the difference between data residency and sovereignty, and what Australia's APP 8 means at a high level.

IInventure Engineering Team6 min read
On this page

This article is general information, not legal advice.

Server location latency — how much physical distance actually adds to a request's round trip — is mostly down to physics, and it's only half the decision: choosing a region also touches data residency and privacy obligations, which are a separate question from speed. For a business with customers across Australia and Nepal or South Asia, region choice is worth treating as a deliberate decision. This post covers the physics of latency and how to measure it yourself, the difference between data residency and data sovereignty, what Australia's APP 8 requires at a high level, and where a CDN fits in. It builds on the pillar guide, cloud servers explained, which covers regions more briefly alongside the rest of server selection.

Server location and latency: why distance sets a floor#

Data in a fibre-optic cable travels at roughly two-thirds the speed of light in a vacuum — about 200,000 km/second, because glass fibre has a refractive index of around 1.47. Worked through, that comes to approximately 4.9 microseconds per kilometre travelled one-way, or about 9.8 microseconds of round-trip time for every kilometre of one-way distance, according to fibre-latency calculations published by network hardware vendor M2 Optics. No amount of server tuning changes this — it's physics, not engineering.

Applying that formula to the straight-line ("great circle") distance between two cities — as calculated by Air Miles Calculator for several of these routes — gives a theoretical minimum: a floor, not a prediction:

Route

Approximate distance

Physics-only minimum round trip

Kathmandu – Singapore

~3,528 km

~35 ms

Singapore – Mumbai

~3,920 km

~38 ms

Sydney – Singapore

~6,288 km

~62 ms

Kathmandu – Sydney

~9,729 km

~95 ms

Real-world latency on any of these routes will be higher than this table shows, often noticeably so. Undersea and terrestrial cables don't run in a straight line between two cities — they follow specific routes and landing stations — and every router, switch and peering point along the way adds a small additional delay. Treat the table as a lower bound on what's physically possible, not a benchmark of what you'll actually get.

How to measure your own latency#

Don't take a vendor's marketing page or a distance calculation as the final word — measure the real path from where your users actually are to the server you're considering.

bash
# Round-trip time (ICMP) - a quick sanity check
ping -c 20 your-server-ip-or-hostname

# Hop-by-hop path and per-hop latency - shows WHERE time is being spent
mtr --report --report-cycles 50 your-server-ip-or-hostname

# Real HTTP-level timing, including DNS, TLS and time to first byte
curl -o /dev/null -s -w "dns:%{time_namelookup}s connect:%{time_connect}s tls:%{time_appconnect}s ttfb:%{time_starttransfer}s total:%{time_total}s\n" https://your-site.example

ping gives you a fast, simple round-trip figure. mtr (a combination of traceroute and ping) shows which hop along the route is adding the most delay, which is useful when latency is higher than you'd expect. curl -w shows what a real request experiences end to end — DNS lookup, connection, TLS handshake and time to first byte — which is closer to what a visitor actually feels than a raw ping. Run these from a connection similar to your users' (a home or mobile connection in the target country, not just your office) for a realistic picture.

Data residency vs data sovereignty#

These two terms get used interchangeably, but they answer different questions:

  • Data residency is about geography: in which country is the data physically stored?
  • Data sovereignty is about jurisdiction: whose laws can reach that data, and who can compel access to it?

The two don't always line up. A server physically located in Australia doesn't automatically mean only Australian law governs the data on it — that can also depend on where the company operating the infrastructure or the application is headquartered and incorporated, and what agreements apply to the relationship. If sovereignty matters to your business or your clients (for example, a requirement that data never be subject to a specific foreign jurisdiction), that needs its own check — it isn't answered simply by picking a region on a map. If your main concern is more practical than legal — keeping data reasonably close to home and reducing the number of parties involved — choosing a regional provider and asking directly where data is stored and who can access it goes a long way.

Australia's APP 8, at a high level#

Australian Privacy Principle 8 (APP 8) applies to organisations covered by the Privacy Act 1988 and governs disclosing personal information to a recipient outside Australia. In plain terms, per the OAIC's APP 8 guidelines:

  • Before disclosing personal information to an overseas recipient, an organisation must take steps that are reasonable in the circumstances to ensure the recipient doesn't breach the Australian Privacy Principles. In practice, this is usually done through a contract requiring the recipient to handle the information appropriately and to report data breaches.
  • The OAIC draws a distinction between "use" and "disclosure": routing data through an overseas server in transit is generally treated as a "use," while storing data with an overseas provider is generally treated as a "disclosure" that triggers APP 8 — unless the arrangement gives the Australian organisation effective control over access and security.
  • Under the related accountability provision, the organisation stays responsible for what happens to the data overseas. If the overseas recipient mishandles it in a way that would breach the Privacy Act, the original organisation can be treated as if it had committed that breach itself, even after taking reasonable steps upfront.

None of this means personal information must stay in Australia. It means an organisation needs to actively manage the arrangement — knowing where data is stored, having a proper contract in place, and understanding what the provider will and won't do — rather than assuming an offshore server is automatically a problem, or automatically fine. Where a workload is genuinely sensitive, choosing a region and a provider that can answer these questions clearly is part of that due diligence, alongside routine safeguards like the ones in our Linux server hardening checklist and a tested backup strategy.

CDNs: a complement, not a replacement#

A content delivery network (CDN) caches static content — images, stylesheets, scripts, sometimes whole cacheable pages — at edge locations spread around the world, so a visitor's browser can fetch that content from somewhere near them rather than from your origin server. This can noticeably improve perceived speed for visitors far from your server's region, without moving your application or database anywhere.

A CDN doesn't answer the residency or sovereignty questions above, because your data still lives and is processed at the origin — the CDN is only caching a copy of what's already public and cacheable. It's a genuine complement to a well-chosen region, not a substitute for choosing one deliberately.

Choosing between Sydney, Singapore, Mumbai and Europe#

For a business split between Australia and Nepal/South Asia, the practical options usually come down to a handful of OVHcloud regions such as Sydney, Singapore, Mumbai, Frankfurt or London. As a starting point:

  • Mostly Australian users: Sydney keeps latency lowest for that audience.
  • Mostly Nepali or South Asian users: Mumbai is geographically closest to Nepal; Singapore is a major regional connectivity hub and often performs well across South and Southeast Asia more broadly.
  • A genuine mix of both, or existing European relationships: Singapore is a common middle ground for Australia–South Asia traffic; Frankfurt or London may make more sense if you have specific European data-location expectations or a significant European audience.

Whichever you're leaning towards, confirm it with the measurements above rather than geography alone — actual network routing sometimes produces surprises that a map doesn't predict. If you're also weighing this decision against currency, billing and how a local partner buys infrastructure on your behalf, see buying cloud servers from Nepal.

What to do next#

If latency to a specific audience is your main concern, cloud servers covers the regions available and how we help choose between them. If cost is the deciding factor once you've settled on a region, current plans and prices sets out what's available. For how we secure and back up a server once it's placed in the right region, see the hardening checklist and backup guide.

Frequently asked questions

Which server region is best for a business with customers in both Australia and Nepal?

There's no single right answer — it depends where most of your users or transactions are. Singapore is a common middle ground with strong connectivity across both Australia and South Asia. If your users are overwhelmingly in one country, a region closer to them (Sydney for Australia, Mumbai or Singapore for Nepal/South Asia) usually gives a better everyday experience. Measure it rather than guess.

How much does distance actually add to latency?

Roughly 4.9 microseconds per kilometre one-way in fibre, before any equipment or routing overhead, so a 6,000 km link has a physics-only floor of around 60 milliseconds round trip. Real-world latency is always higher, because fibre routes aren't straight lines and each router or switch adds a small delay. Measure your own connection with ping or mtr rather than relying on a distance calculation alone.

Does APP 8 mean Australian businesses can't host overseas?

No. APP 8 requires an organisation to take reasonable steps — usually a contract — to ensure an overseas recipient handles personal information in line with the Australian Privacy Principles, and it makes the organisation accountable if that recipient mishandles it. It's a due-diligence obligation, not a ban on offshore hosting. This is general information, not legal advice — check your specific obligations with a qualified professional.

What's the difference between data residency and data sovereignty?

Data residency is about geography: which country your data is physically stored in. Data sovereignty is about jurisdiction: whose laws can compel access to it, which can depend on where the company handling it is headquartered, not just where its servers are. A server in Australia doesn't automatically mean only Australian law applies to the data on it.

Do I still need a CDN if my server is already close to my users?

Often still yes, for the parts of your site that benefit from caching — images, scripts, stylesheets and other static assets — since a CDN edge location can be closer to a visitor than your origin server ever will be. It complements a well-chosen server region rather than replacing the decision.

Sources

  1. How to Calculate Fiber Latency — M2 Optics — accessed 18 September 2026
  2. Chapter 8: APP 8 Cross-border disclosure of personal information — OAIC — accessed 18 September 2026
  3. Availability of Public Cloud products by region — OVHcloud — accessed 18 September 2026
  4. Distance from Sydney to Singapore (SYD–SIN) — Air Miles Calculator — accessed 18 September 2026
  5. Distance from Kathmandu to Singapore (KTM–SIN) — Air Miles Calculator — accessed 18 September 2026

Facts in this article were last checked on 18 September 2026.

I

Inventure Engineering Team

Engineers at Inventure Technologies who build, host and run software for clients in Nepal and Australia. We write about what we do every day.

Keep reading

Want engineers who handle this for you?

We build, host and run software for teams in Nepal and Australia — with dedicated support on every plan.