Skip to content

Commit 652d9f0

Browse files
authored
fix(docs): correct data center number in Argo Smart Routing section (#22003)
In Figure 7, the request is routed from Data Center 1 to Data Center 6, not Data Center 4 as stated in the text. Updated the text to reflect the correct data center number.
1 parent 057cf91 commit 652d9f0

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/reference-architecture/architectures

1 file changed

+1
-1
lines changed

src/content/docs/reference-architecture/architectures/cdn.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Figure 6 details the traffic flow when Tiered Cache and Argo Smart Routing are n
202202

203203
![Figure 6: Diagram with bidirectional arrows indicating a request between an end user and origin server without Argo Smart Routing enabled.](~/assets/images/reference-architecture/cdn-reference-architecture-images/ref-arch-cdn-figure6.svg "Figure 6: Cloudflare CDN without Tiered Cache or Argo Smart Routing")
204204

205-
Figure 7 articulates the traffic flow with both Tiered Cache and Argo Smart Routing enabled. When a request is received by Data Center 1 and there is a cache miss, the cache of the upper tier data center, Data Center 4, is checked. If the cached content is not found at the upper tier data center, with Argo Smart Routing enabled, the request is sent on the fastest path from the upper tier data center to the origin.
205+
Figure 7 articulates the traffic flow with both Tiered Cache and Argo Smart Routing enabled. When a request is received by Data Center 1 and there is a cache miss, the cache of the upper tier data center, Data Center 6, is checked. If the cached content is not found at the upper tier data center, with Argo Smart Routing enabled, the request is sent on the fastest path from the upper tier data center to the origin.
206206

207207
The fastest path is determined by the Argo network intelligence capabilities, which take into account real-time network data such as congestion, latency, and RTT.
208208

0 commit comments

Comments
 (0)