You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dns/foundation-dns/advanced-nameservers.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,25 +19,25 @@ Also, [some behaviors are different](/dns/foundation-dns/setup/#differences-from
19
19
20
20
## Anycast network groups
21
21
22
-
To increase resiliency, advanced nameserver IPs are advertised by only one of two <GlossaryTooltipterm="anycast">anycast</GlossaryTooltip> network groups.
22
+
To increase resiliency, the advertisement of advanced nameserver IPs considers three <GlossaryTooltipterm="anycast">anycast</GlossaryTooltip> network groups.
23
23
24
-
The two groups consist of data centers that are geographically equally distributed.
24
+
Two groups consist of data centers that are geographically equally distributed, and a third group consists of all data centers in the Cloudflare network.
|`162.159.60.1`|C|Manchester, London, and Edinburgh |
33
33
34
34
</Details>
35
35
36
36
In DNS resolution, a resolver eventually acquires a list of all IPs where authoritative nameservers for a domain can be reached, and will then usually prefer the IP with the best resolution performance.
37
37
38
-
When, instead of advertising all IPs in all data centers, this group logic is applied, resiliency is improved because, if one of the data centers experiences a localized issue, the resolver can fall back to an IP advertised by the next closest data center.
38
+
When, instead of advertising all IPs in all data centers, this group logic is applied, resiliency is improved because, if one of the data centers experiences a localized issue, the resolver can fall back to an IP advertised by the next closest data center. The third group provides an additional option, to improve resiliency even further.
39
39
40
-
Refer to [our blog post](https://blog.cloudflare.com/foundation-dns-launch) for an in-depth explanation.
40
+
Refer to [our blog post](https://blog.cloudflare.com/foundation-dns-launch) for an in-depth explanation of the distributed groups logic.
0 commit comments