Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: IATA code explanation #26

Merged
merged 3 commits into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/infrastructure/regions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Regions

The Globe edge network is located in some [300 cities in 100+ countries](https://www.cloudflare.com/en-gb/network/) and is powered by Cloudflare’s network - which is milliseconds away from virtually every Internet user on the planet.

Our edge network is responsible for features such as DDoS mitigation, zero latency routing to our compute regions, instant rollbacks, A/B testing deployments and more.
Our edge network is responsible for features such as DDoS mitigation, zero latency routing to our compute regions, instant rollbacks, A/B testing deployments and more. Caching also happens in the regional level, so cache hits are served directly from the routing region.

## Compute Regions

Expand Down Expand Up @@ -88,3 +88,7 @@ Specify IATA codes from the region list in the `X-Globe-Preferred-Region` header
For example: `X-Globe-Preferred-Region: DFW, PDX`

Note that when specifying a preferred region via the header this will override any preferred region(s) set in the Project Settings dashboard.

### What are IATA codes?

IATA codes are 3-letter codes that represent airports. Globe uses IATA codes to designate compute and routing regions in the same area that it represents. For example, `DFW` is the IATA code for Dallas Fort Worth International Airport it is also the code for the Dallas compute region in North America. To check your current network's routing region's IATA code [click here](https://1.1.1.1/cdn-cgi/trace). The `colo=XXX` field specifies the code. The Globe infrastructure is built on top of the Cloudflare network, so the IATA codes are the same as Cloudflare's. The system then routes the request to the closest available [compute region](/infrastructure/regions#compute-regions).