What happens when you monitor 105 client domains on identical infrastructure and the only thing that differs is who runs their DNS?
At 5:13 in the morning, our monitoring started firing. Five client websites went down inside a twenty-three-minute window. They belonged to two unrelated organizations in two different industries and were spread across four servers in four data centers.
Nothing was wrong with any of those servers. Every one of them kept serving other sites without a hiccup the entire time.
We have seen this pattern enough times to know where to look first. Within an hour, we had confirmed it: every affected domain used Network Solutions for DNS. No unaffected neighbor on the same servers did.
This post is what we found when we stopped treating that as a hunch and went and measured it.
Is Network Solutions down right now?
If you landed here mid-incident, start with these three checks. They take about two minutes.
- Check the official status page at pulse.networksolutions.com. Worth knowing that, in our experience, it frequently shows all clear during exactly the kind of brief resolution failures described in this post, because those failures are often too short to register as a declared incident.
- Check an independent monitor. StatusGator's Network Solutions page aggregates user reports and tends to reflect reality sooner.
- Test your own domain from two different resolvers. This is the one that actually diagnoses it. Look up your domain using Cloudflare's and Google's resolvers, and compare. If one returns an error and the other returns your correct address, you are almost certainly looking at the exact problem this post describes, and the answer is that nothing is wrong with your website at all.
That third test matters because this failure is resolver-dependent. Whether your site appears "down" can depend entirely on which DNS service the person viewing it uses. It is why these incidents get dismissed as somebody's browser acting up.
If the pattern repeats, the rest of this post shows what we found when we measured it over a year and across 105 domains.
Why our data is worth something here

Most writing about DNS provider reliability is either vendor marketing or somebody's bad afternoon on a forum. What is usually missing is a controlled comparison, because almost nobody has one.
We happen to. FatLab manages around 200 WordPress sites, and a large portion of them sit on a single hosting fleet, behind the same CDN, monitored by the same external monitoring service, checked by the same global probe network on the same schedule.
That makes for an unusually clean natural experiment. Same hosting. Same caching. Same monitoring. Same alert thresholds. The meaningful variable that differs between these domains is which company responds to their DNS queries.
So we pulled a full year of uptime records for every monitored domain, grouped them by DNS provider, and compared them.
A few notes on how we did it, because methodology is the difference between a finding and an opinion:
- We grouped by DNS zone, not by monitor. One client has four monitored subdomains on a single zone. Counting those as four independent data points would have manufactured a result that was not there.
- We only counted a domain in a given time window if its monitoring history actually covered that whole window. No prorating, no guessing.
- We removed one outlier: a parked domain on an unrelated provider that sat down for 55 straight days. It was not a real client outage, and leaving it in would have skewed the comparison in Network Solutions' favor by inflating the other group's downtime.
- We ran a permutation test on the results rather than eyeballing the averages.
Network Solutions DNS problems: what a year of data shows
| Time window | Network Solutions domains | All other providers | Outages, relative rate | p-value |
|---|---|---|---|---|
| Last 90 days | 12 | 93 | 4.5x more | 0.002 |
| Last 180 days | 11 | 85 | 2.5x more | 0.029 |
| Last 365 days | 10 | 65 | 1.8x more | 0.033 |
The gap is statistically significant in all three windows, and the direction never changes. Over the most recent 90 days, 58% of Network Solutions domains had at least one outage, compared with 37% across all other domains. The median Network Solutions domain had one outage in that period. The median domain on every other provider had zero.
The other providers in that comparison group include Cloudflare, GoDaddy, DNS Made Easy, Google, Pair Networks, DreamHost, Porkbun, and about a dozen others. This is not one favored competitor set against one villain. It is Network Solutions against the rest of the field.

The honest part: it is frequency, not duration
Here is the finding we did not expect, and it is the one we think matters most.
Network Solutions domains did not accumulate significantly more total downtime. When we tested that, the p-values were 0.17, 0.80, and 0.97. Statistically, there is nothing there.
They went down more often. They just came back faster.
We could have buried that and run a scarier headline about total downtime. We are telling you instead, because the distinction is the whole story.
A server outage is rare and long. Something breaks, somebody fixes it, and you get an incident report. A DNS resolution failure is brief, repeated, and self-healing. Nobody files a report. The site is unreachable for four minutes, then it is fine, then two hours later it happens again.
That failure mode is uniquely bad for a website owner, for reasons that never show up in an uptime percentage or in the SLA fine print your host wrote around it:
- It is nearly impossible to reproduce on demand. By the time somebody complains and you go look, it works.
- It hits a random subset of visitors, because it depends on which resolver they happen to use.
- It quietly damages things you only notice much later. Form submissions that never arrived. A crawler that got a resolution error instead of your page. A payment webhook that failed.
- It trains everyone to distrust the monitoring, because the alerts keep resolving themselves.
A domain that goes down once for half an hour is a bad afternoon. A domain that blinks out eleven separate times in ninety days, typically for five to twenty-five minutes a time, is a site nobody trusts. That describes our worst-performing Network Solutions domain exactly. Another one on the same provider went down eight times in the same period, with a median outage of five minutes. Short enough that no visitor would ever report it, frequent enough that plenty of them hit it.
What a Network Solutions DNS outage actually looks like

The failure has a specific and recognizable signature.
When these domains fail, the error is not an HTTP error. There is no 500, no 503, no timeout from the web server. The monitoring records a total connection failure because the request never reached a server at all. The visitor's resolver asked, "Where does this domain live?" and received no usable answer.
The technical term for what comes back is SERVFAIL. It means the resolver tried to get an answer from the domain's authoritative nameservers and could not.
The strangest part, and the part that makes this so hard to catch, is that it is resolver-dependent. During the incident we measured, one of these domains returned SERVFAIL on Cloudflare's public resolver on every single attempt, while Google's resolver answered correctly almost every time. Same domain, same moment, two different answers depending on which DNS service the visitor's network uses.
So whether the site is "down" depends on whose internet connection you are asking from. Your client on one ISP sees a broken site. You, on another, see a perfectly healthy one, and you start to wonder if they imagined it.
We also want to correct something, because it appears in a lot of writing on this topic and it is now out of date.
The common criticism is that Network Solutions does not use anycast DNS. That was true historically. It is not true today. Their worldnic nameservers now resolve into Cloudflare's network. The underlying delivery is modern.
Which actually makes the finding worse, not better. The network layer is no longer the weak point. The problem sits in the zone-serving layer above it, and it is the part Network Solutions still owns.
One more detail worth knowing if you are a Network Solutions customer: their many nameserver hostnames collapse onto a much smaller set of shared IP addresses. Domains that appear independent often share the same infrastructure shard. In our data, failures clustered by shard. Two of our clients, who had never met and had nothing in common, were failing together because their domains landed on the same shard.
We are not the only ones seeing this
We went looking for corroboration before publishing any of this, because a single agency's dataset is a single agency's dataset.
It is a well-documented pattern that goes back years.
- StatusGator, an independent status-page monitoring service, puts it plainly: "Over the past almost 2 years, we have collected data on more than 176 outages that affected Network Solutions DNS/Domains users." Their monitoring started in September 2024.
- A Cloudflare community thread from June 2020 documents the exact signature we measured: worldnic-hosted domains returning SERVFAIL on 1.1.1.1 while resolving normally on 8.8.8.8. That report is six years old. We reproduced it this year.
- A Let's Encrypt support thread ran to more than 60 replies as certificate renewals failed across Network Solutions and Web.com domains. Let's Encrypt staff confirmed they were being rate-limited when reaching those nameservers. The thread never reached a definitive root cause.
- BleepingComputer covered a multi-day DNS outage affecting Network Solutions and Register.com, during which customers were told to expect a 24- to 48-hour wait.
- Another agency published Stop Using Network Solutions for DNS (Seriously) in late 2025, independently reaching the same conclusion from a different direction: no apex CNAME support, anycast sold as a paid upsell, and no meaningful automation.
Reports of worldnic nameservers timing out appear in network operator mailing list archives dating back to 2006.
"I have been doing this since the late nineties, and Network Solutions is the only DNS provider that has ever made a client of mine wait 72 hours for someone to even start looking at why their records were not updating. That is not one bad experience I am still sore about. It is a pattern I have watched hold steady for two decades, and now I finally have the monitoring data to put a number on it."
Shane Larrabee, Founder, FatLab Web Support
What this means if your domain is on Network Solutions
We want to be careful not to overstate this, so here is the fair version.
Your site is probably up right now. Five of the twelve Network Solutions domains in our 90-day dataset had zero outages. This is not a claim that every Network Solutions domain is broken.
It is a claim that a Network Solutions domain is meaningfully more likely to blink out than the same website would be on a modern DNS provider, and that when it does, you are unlikely to ever find out why.
There is also a sample-size caveat worth stating out loud: twelve domains versus ninety-three. The effect is consistent and statistically significant across three separate time windows, which is why we are comfortable publishing it. It is still twelve domains.
We should also be precise about one thing. When we sampled these same domains during a calm period later the same day, we measured zero failures across 270 queries. The failures are episodic, not constant. They come in bursts. That is exactly why an uptime percentage makes this problem look smaller than it feels to the person whose site it is.
What we recommend instead
DNS is one of the cheapest reliability upgrades available to a website owner. In most cases it is free.
Moving DNS is also lower risk than most people assume. Your domain registration stays exactly where it is. You are not transferring the domain or changing who you pay for it. You are only changing which servers answer queries about it, and with the records staged in advance and the timing handled properly, a well-run move is invisible to visitors.
What we look for in a DNS provider:
- Anycast delivery as a baseline, not a paid tier
- A record editor that does not fight you
- Apex CNAME support, ALIAS or CNAME flattening, since modern CDNs and SaaS platforms all expect it
- An actual API, so changes can be scripted and audited instead of hand-clicked
- DNSSEC available without a support ticket
Cloudflare covers all of that on its free tier, which is why a large share of the sites we manage sit there. DNS Made Easy is our other regular choice where a client needs finer control. Both have been reliable across our fleet, and both appear in the comparison group above that outperformed Network Solutions.
How we caught this at all

None of this analysis is the interesting part. The interesting part is that anyone was looking.
Every site we manage is monitored externally via a global network of probes at fixed intervals, with alerts that reach a human being. That is not an add-on we sell. It is part of hosting with us, and it is the reason a Tuesday morning DNS problem became a diagnosis by lunchtime instead of a slow accumulation of complaints nobody could explain.
Most hosting companies monitor whether their servers are up because that is what their obligations cover. That is a genuinely different question from whether your website is reachable. Our servers were perfectly healthy through the entire incident described at the top of this post. Five client sites were unreachable anyway. A server-centric monitoring setup would have reported a clean bill of health all morning.
Whose monitoring covers what is one of the questions worth asking when you are choosing a WordPress host, and it is one of the real dividing lines between managed hosting and the DIY version. It is almost never on anybody's feature comparison chart.
This is what we mean when we say we are a support company that happens to run infrastructure, rather than a hosting company that offers support. The infrastructure was fine. Somebody still had to notice, chase it across four data centers and two clients, rule out our own stack, identify the actual culprit, and then be willing to go tell those clients that the problem is a vendor they have paid for years.
We do not get paid extra for that. It is the job.
If you are not sure who runs DNS for your domain, that is worth ten minutes of somebody's time this week. And if the answer comes back Network Solutions, you now know what to watch for.
FAQ
What is worldnic.com, and why does it appear in my DNS settings?
Worldnic.com is the domain Network Solutions uses for its nameservers. If a DNS lookup on your domain returns nameservers like ns81.worldnic.com, that means Network Solutions is serving your DNS, even if you have never heard the name worldnic before and even if you registered the domain somewhere else years ago. The two names refer to the same service. Everything in this post about Network Solutions DNS applies to any domain on worldnic nameservers.
One detail worth knowing: Network Solutions operates many numbered worldnic nameserver hostnames, but they resolve onto a much smaller pool of shared IP addresses. Domains that look like they are on separate infrastructure are frequently sharing the same one. In our data, failures clustered by that shared pool, which is how two completely unrelated clients ended up going down in the same minute.
What does a SERVFAIL error mean?
SERVFAIL is the response a DNS resolver returns when it tried to look up your domain and could not get a usable answer from the domain's authoritative nameservers. It does not mean your web server is down. It means the step before reaching your web server failed, so visitors never get far enough to find out whether your site is healthy.
This is why SERVFAIL is so easy to misdiagnose. Your hosting company's monitoring shows the server is fine, because it is. Your site loads perfectly for you, because your resolver has a cached answer. Meanwhile, some portion of your visitors get an error page. If you are seeing intermittent SERVFAIL responses on a domain, the problem is with whoever runs your DNS, not with your website or your host.
How do I find out who runs DNS for my domain?
Look up your domain's nameserver records. Any free "whois" or "DNS lookup" tool will show them. If the nameservers end in worldnic.com, your DNS is served by Network Solutions. Note that this is separate from where your domain is registered and separate from where your website is hosted. Many people are surprised to learn these are three different things and can live in three different places.
Is changing DNS providers risky?
Less than most people expect, when it is planned. Your domain registration does not move, and your website does not move. You are changing which servers answer queries about your domain. The risk comes from moving without first copying every existing record, which is how email tends to break. Staged properly, with all records replicated in advance and TTLs lowered ahead of the cutover, visitors see nothing.
Will moving DNS affect my email?
Only if it is done carelessly. Your MX, SPF, DKIM, and DMARC records live in the same zone as your website records, so they must be replicated exactly with the new provider before the switch. This is the single most common way a DNS migration goes wrong, and it is entirely avoidable with a proper record inventory beforehand.
My site seems fine. Should I still move?
If your domain is on Network Solutions, our data indicates you are more likely to experience brief outages than elsewhere, and that you are unlikely to ever see them. Whether that justifies a migration depends on what the site does. For a brochure site, it may not. For anything taking donations, registrations, applications, or payments, brief unexplained unreachability is worth eliminating, especially when the fix is usually free.
Does a better DNS provider make my website faster?
Marginally, and not in the way most people hope. DNS resolution accounts for a small fraction of page load time and is usually cached. The reason to move is reliability and control, not speed. Anyone selling you DNS primarily as a performance upgrade is overselling it.
How is this different from my host's uptime monitoring?
Most hosting companies monitor server health, which answers the question "is our infrastructure running?" That is not the same question as "can a visitor reach this website?" In the incident that prompted this research, all servers were healthy, but five websites were unreachable. Server-level monitoring would have shown no problem at all.