A Guide To DNS Propagation

You’ve just updated your website’s DNS settings. Maybe you switched hosting providers, changed your nameservers, or pointed your domain to a new server. You refresh your browser, eager to see the changes take effect, but nothing happens. Your website still points to the old server. You check again using a free DNS propagation tool an hour later. Still nothing.

Welcome to the wonderful world of DNS propagation. If you’ve ever worked with websites or domains, you’ve probably encountered DNS propagation at some point. It’s one of those technical processes that can be incredibly frustrating because it feels like nothing is happening, even though everything is working exactly as it should. The waiting game can be maddening, especially when you’re trying to launch a new site or migrate to better hosting.

But what exactly is DNS propagation? Why does it take so long? And more importantly, is there anything you can do to speed it up?

In this comprehensive guide, we’ll demystify DNS propagation, explain how it works, and give you practical tips for managing it effectively. By the end, you’ll understand why your DNS changes don’t happen instantly and how to plan around this inevitable delay.

Understanding the Domain Name System First

Before we dive into DNS propagation, we need to understand what DNS actually does. Think of DNS as the internet’s phonebook. When you type a web address like “bbc.co.uk” into your browser, your computer doesn’t inherently know where to find that website. It needs to translate that human-friendly domain name into an IP address that computers use to communicate with each other.

Every website lives on a server with a unique IP address. These addresses look something like 192.168.1.1 or, for newer IPv6 addresses, something considerably longer like 2001:0db8:85a3:0000:0000:8a2e:0370:7334. Imagine having to remember strings of numbers like that for every website you visit. It would be impossible. That’s why we have domain names and DNS.

The DNS system is essentially a massive distributed database that maps domain names to IP addresses. When you register a domain through providers like 123 Reg or Namecheap, you’re adding your domain to this global database.

How a DNS Lookup Actually Works

The journey from typing a domain name to loading a website involves several steps. Understanding this process is crucial to understanding propagation.

When you enter a web address, your browser first checks its own cache to see if it already knows the IP address for that domain. If it doesn’t, it asks your computer’s operating system. If your computer doesn’t know either, it contacts a DNS resolver, typically operated by your internet service provider.

This resolver acts as a middleman. It checks its own cache first. If the information isn’t there, it begins a series of queries to find the answer. The resolver contacts a root nameserver, which directs it to the appropriate top-level domain server based on the domain extension (.com, .co.uk, .org, etc.). The UK domain registry Nominet manages .uk domains, for instance.

The TLD server then points the resolver to the authoritative nameserver for your specific domain. This authoritative nameserver holds the actual DNS records for your domain, including the A record that maps your domain name to an IP address. The resolver retrieves this information, caches it for future use, and sends it back to your browser. Your browser can then connect to the correct server and load the website.

This entire process happens in milliseconds. The caching at various stages makes subsequent visits to the same website even faster because the resolver doesn’t need to perform the full lookup again.

So What Exactly is DNS Propagation?

Now that we understand how DNS works normally, we can tackle the question of what DNS propagation actually means.

DNS propagation is the time it takes for DNS changes to spread across the entire internet. When you update your DNS records, whether you’re changing an A record, updating nameservers, or modifying mail records, that change doesn’t instantly appear everywhere. It needs to propagate through all the different DNS servers and caches around the world.

The term “propagation” makes it sound like information is actively spreading from one server to another, almost like a ripple effect. In reality, it’s more accurate to think of it as a waiting period for cached information to expire.

Remember how we mentioned that DNS resolvers cache information? They do this to improve performance and reduce the load on DNS servers. Every DNS record has a Time to Live value, which tells resolvers how long they should cache that information before checking for updates. Until that TTL expires, the resolver will continue using the cached information, even if you’ve updated the actual DNS records on your authoritative nameserver.

Different resolvers around the world cached your old DNS information at different times. Some might have cached it five minutes ago, while others cached it two hours ago. Each one will check for updates at different times based on when they first cached the record and what the TTL was when they cached it. This is why DNS propagation can affect different users at different times.

Someone using BT’s DNS resolvers might see your updated website immediately if their cache had just expired, while someone on Sky’s network might still see the old version because their resolver’s cache won’t expire for another hour.

Why DNS Propagation Takes Time

The fundamental reason DNS propagation takes time is caching. Caching exists for very good reasons. Without it, every single time anyone tried to visit any website, their device would need to perform a complete DNS lookup from scratch. This would slow down browsing significantly and place enormous strain on DNS infrastructure globally.

By caching DNS records, internet service providers can respond to DNS queries almost instantly using information they’ve already looked up. This makes the internet faster and more efficient for everyone.

However, caching also means that updates don’t appear instantly. When you change a DNS record, the old information remains in caches until their TTL expires. Only then will resolvers check back with your authoritative nameserver for updated information.

The TTL value is set by whoever manages your DNS records. When you host your DNS with providers like Cloudflare or use your registrar’s nameservers, they control the TTL values for your records. Common TTL values range from 300 seconds (five minutes) to 86,400 seconds (24 hours), with 3,600 seconds (one hour) being quite typical.

Here’s where it gets interesting, though. Not all DNS resolvers respect TTL values exactly as specified. Some internet service providers ignore TTL values altogether and implement their own caching policies. They might cache DNS records for 24 or 48 hours regardless of what the TTL says. This behaviour, while frustrating, is technically allowed by DNS specifications, which treat TTL values as suggestions rather than strict requirements.

Additionally, when you change nameservers rather than individual DNS records, you’re dealing with a different layer of TTL values. Nameserver records at the registry level often have much longer TTL values, typically 48 hours or even longer. This is why nameserver changes are usually the slowest type of DNS update to propagate fully.

How Long Does DNS Propagation Actually Take?

Ask any web hosting provider or IT professional how long DNS propagation takes, and you’ll almost always hear the same answer: up to 48 hours. You can also use a free DNS propagation tool like https://dnspropagation.co.uk which can help you track and monitor the DNS changes you have made

This 48-hour figure has become something of an industry standard, but it’s worth understanding where it comes from and whether it’s really accurate. The 48-hour timeframe represents the maximum possible propagation time under the longest typical TTL values. In practice, most DNS changes propagate much faster than this.

For changes to individual DNS records on existing nameservers where the TTL is set to one hour, you can reasonably expect propagation to complete within a few hours. Most major DNS resolvers will pick up the changes within one to four hours. Some users might see the changes almost immediately if they happen to query just after a resolver’s cache expired.

Nameserver changes take longer because they involve updates at the registry level with those longer TTL values. Even so, while the theoretical maximum is 48 hours, most nameserver changes fully propagate within 12 to 24 hours in practice.

The reality is that DNS propagation is a gradual process that affects different users at different times. Your changes might appear instantly for some visitors, within an hour for others, and not show up for a small minority until the full 48 hours have elapsed. This is perfectly normal and expected behaviour.

Geographic location also plays a role. DNS resolvers in different countries might cache your records at different times and have different caching policies. A visitor in London might see your updated site while someone in Manchester is still seeing the old version. This isn’t a problem with DNS itself but simply a consequence of how distributed caching works.

Different Types of DNS Changes and Their Propagation Times

Not all DNS changes are created equal when it comes to propagation time. Understanding the different types of changes and their typical propagation periods can help you plan your website updates more effectively.

A and AAAA Record Changes

A records (for IPv4 addresses) and AAAA records (for IPv6 addresses) are among the most commonly updated DNS records. When you migrate your website to a new server, you’ll typically update your A record to point to the new server’s IP address. If your DNS provider has set a reasonable TTL of one hour or less, these changes typically propagate within a few hours. According to UK-based hosting provider Krystal, most A record changes complete propagation within two to four hours for the majority of users.

MX Record Changes

MX records control where email for your domain is delivered. When you switch email providers, say from Google Workspace to Microsoft 365, you’ll update your MX records. These changes follow the same propagation pattern as A records, but the consequences of delays can be more significant. During propagation, some emails might arrive at your old email server while others go to the new one. This is why email migrations require careful planning and often involve keeping both the old and new email services running in parallel for at least 48 hours.

CNAME Record Changes

CNAME records create aliases for domain names. These are commonly used for subdomains or services. CNAME changes propagate at the same rate as A records based on their TTL, typically completing within a few hours. However, some browsers and applications cache CNAME lookups more aggressively than A records, which can occasionally extend the practical propagation time.

TXT Record Changes

TXT records store text information and are commonly used for email authentication (SPF, DKIM, DMARC), domain verification, and other purposes. These records follow standard propagation timelines based on their TTL. However, because TXT records are often checked less frequently by applications, you might not notice propagation delays as obviously as you would with A records.

Nameserver Changes

Changing your domain’s nameservers is the slowest-propagating type of DNS change. When you point your domain to new nameservers, perhaps because you’re switching from your registrar’s DNS to Cloudflare’s DNS, you’re updating information stored at the registry level.

Registry-level nameserver records typically have TTL values of 48 hours or longer. Major registries like Nominet, which manages UK domains, implement these long TTL values for stability reasons. This means nameserver changes almost always take longer to propagate fully than changes to individual DNS records.

During nameserver propagation, different users will query different nameservers for your domain. Some will receive DNS information from your old nameservers, while others query the new ones. This can create inconsistencies, especially if the DNS records on your old and new nameservers don’t match. This is why it’s crucial to set up all your DNS records on the new nameservers before initiating the nameserver change.

Factors That Affect DNS Propagation Speed

Several factors influence how quickly your DNS changes propagate across the internet. Understanding these can help you optimise the process and avoid surprises.

Time to Live Settings

The TTL value attached to your DNS records is the single most important factor. A record with a TTL of 300 seconds (five minutes) will propagate much faster than one with a TTL of 86,400 seconds (24 hours). You can check your current TTL values using command-line tools or online DNS checkers.

If you know you’ll be making DNS changes soon, consider lowering your TTL values a day or two in advance. For example, if your current TTL is 24 hours, lower it to 5 minutes a day before your planned changes. This means that by the time you make your actual changes, most caches will have relatively fresh copies of your old records with the short TTL, so they’ll check back for updates more frequently.

After your changes have propagated fully, you can raise the TTL back to a higher value. This two-step process can significantly reduce effective propagation time. However, be aware that some DNS providers don’t allow very low TTL values, and setting TTL too low can increase the load on your DNS servers.

Your DNS Provider’s Infrastructure

The quality and distribution of your DNS provider’s infrastructure matters. Major providers like Cloudflare, Amazon Route 53, and Google Cloud DNS operate highly distributed networks with nameservers around the world. When you update records on these systems, the changes typically propagate across their own infrastructure very quickly.

Smaller DNS providers or registrar-included DNS services might have less robust infrastructure, potentially leading to slower propagation of your changes across their own systems before those changes even reach third-party resolvers. Using a reputable, well-established DNS provider can improve propagation times.

Internet Service Provider DNS Policies

Your ISP’s DNS resolver caching policies significantly impact what you see personally. Some UK internet service providers like BT, Virgin Media, and Sky operate their own DNS resolvers with their own caching policies. If your ISP aggressively caches DNS records or ignores TTL values, you might experience longer propagation times than users on other networks.

This is one reason why DNS propagation appears different to different people. Someone using their ISP’s default DNS resolver might see old information for hours, while someone using Google Public DNS or Cloudflare’s 1.1.1.1 resolver sees updated information within minutes.

Geographic Distribution

DNS infrastructure varies by region. Some countries have fewer DNS resolvers and more centralised internet infrastructure, while others have highly distributed systems. Changes might propagate more quickly in areas with modern, well-maintained DNS infrastructure.

For websites serving a primarily UK audience, propagation within the UK might complete relatively quickly, while users in other parts of the world might experience longer delays. This geographical variation is normal and largely outside your control.

Browser and Application Caching

Beyond DNS resolver caching, web browsers and applications implement their own caching mechanisms. Your browser might cache DNS lookups independently, meaning that even if your DNS resolver has updated information, your browser continues using old cached data.

Operating systems also cache DNS lookups. Windows, macOS, and Linux all maintain DNS caches that can persist even after resolver caches have updated. This is why flushing your local DNS cache is often recommended when troubleshooting DNS issues.

How to Check DNS Propagation Status

Waiting for DNS propagation can feel like watching paint dry if you don’t have tools to check your progress. Fortunately, several resources can help you monitor how your DNS changes are propagating globally.

Online DNS Propagation Checkers

Numerous websites offer free DNS propagation checking tools. These services query DNS servers in different locations around the world and show you what each one returns for your domain. Popular options include What’s My DNS, DNS Checker, and ViewDNS.

These tools typically show you a list of locations worldwide with the current DNS response from each. As propagation progresses, you’ll see more locations returning your new DNS information. Keep in mind that these tools show you the state of specific DNS resolvers at specific moments. They don’t represent every possible DNS resolver on the internet, but they give you a good general sense of propagation progress.

Command Line Tools

For those comfortable with technical tools, command-line utilities provide detailed DNS information. The nslookup command works on Windows, macOS, and Linux. Open a terminal or command prompt and type “nslookup yourdomain.com” to see what DNS information your system currently has.

You can also query specific DNS servers directly. For example, “nslookup yourdomain.com 8.8.8.8” queries Google’s public DNS resolver specifically. This lets you check whether major public DNS services have picked up your changes.

The dig command, available on macOS and Linux (and installable on Windows), provides even more detailed DNS information. Running “dig yourdomain.com” shows not just the IP address but also the TTL value and other DNS details.

Testing from Different Networks

One of the most reliable ways to check propagation is to test from different internet connections. Try accessing your domain from your mobile phone using mobile data rather than WiFi. This uses a different network and likely a different DNS resolver than your home or office connection.

You could also ask colleagues or friends in different locations to check your site. If they see the updated version while you still see the old one, you know propagation is underway but hasn’t reached your specific DNS resolver yet.

Browser Developer Tools

Modern web browsers include developer tools that can help verify DNS resolution. In Chrome or Edge, pressing F12 opens developer tools. The Network tab shows you which IP address your browser connected to when loading a page. Compare this to your new server’s IP address to confirm you’re hitting the right server.

Monitoring Services

For businesses that need to track propagation more formally, monitoring services like Pingdom or UptimeRobot can test your site from multiple locations and alert you when changes propagate. These services are particularly useful during critical migrations where you need to know exactly when different regions see your updates.

How to Speed Up DNS Propagation

While you can’t force DNS resolvers around the world to update their caches instantly, you can take several steps to minimise propagation time and reduce the impact of delays.

Lower Your TTL in Advance

This is the single most effective strategy. Plan ahead by reducing your TTL values 24 to 48 hours before making your DNS changes. If your current TTL is 24 hours, lower it to 5 minutes or 300 seconds. This ensures that by the time you make your actual changes, most caches hold fresh copies with the short TTL.

Login to wherever you manage your DNS records and look for TTL settings. Providers like Cloudflare make this straightforward with their dashboard. After your changes have propagated fully, consider raising the TTL back to a higher value like one hour to reduce DNS query load.

Use Reliable DNS Hosting

Switching to a dedicated DNS provider can improve propagation times. Services like Cloudflare, Amazon Route 53, or NS1 operate globally distributed DNS infrastructure designed for fast propagation. Their nameservers update simultaneously across multiple locations, reducing the time for your changes to appear worldwide.

Many UK hosting companies now include quality DNS hosting with their packages. Krystal Hosting and other providers have invested in robust DNS infrastructure that propagates changes efficiently.

Flush Major DNS Caches Manually

Some major DNS providers allow you to manually flush their cache for your domain. Google Public DNS offers a cache flush tool where you can request immediate cache clearing for specific domains. Cloudflare also provides a cache purge feature for their 1.1.1.1 resolver.

While this only affects those specific services, Google Public DNS and Cloudflare are used by millions of people. Flushing these caches can immediately update DNS information for a significant portion of internet users.

Coordinate Changes Carefully

When changing both nameservers and DNS records, set up all your new DNS records on the new nameservers before changing the nameserver references at your registrar. This ensures that when users start querying your new nameservers, they receive the correct information immediately.

Create a checklist of all your DNS records including A records, MX records, TXT records for email authentication, and any CNAME records. Replicate your entire DNS configuration on the new nameservers before initiating the nameserver change.

Choose Low-Traffic Periods

While you can’t prevent propagation delays, you can minimise their impact by timing your changes strategically. If your website primarily serves UK users, consider making changes late on a Sunday evening or very early Monday morning when traffic is lowest.

For e-commerce sites, avoid making DNS changes during peak shopping periods. For B2B websites, weekends might be ideal since most customers won’t be accessing your site anyway. The propagation time remains the same, but fewer people are affected by any inconsistencies.

Implement Dual-Server Hosting Temporarily

For critical migrations, consider keeping your old server running alongside your new one during propagation. Update your new server with all current content and configuration. Then make the DNS change. As propagation occurs, some users will hit the old server and others the new server, but both show the same content.

This approach eliminates downtime and inconsistencies during propagation. Once propagation completes fully, you can decommission the old server. This strategy requires paying for both servers temporarily but provides the smoothest user experience.

Monitor and Communicate

If you’re managing DNS changes for a business website, keep stakeholders informed. Let your team know when changes will occur and what to expect. Explain that different people might see different versions temporarily.

Set up monitoring to track when changes propagate to different regions. Services like Pingdom can alert you to any issues during the transition.

Common DNS Propagation Issues and Solutions

Even with careful planning, DNS propagation can sometimes present challenges. Understanding common issues helps you troubleshoot effectively.

Partial Propagation

Sometimes DNS changes propagate quickly in some locations but slowly in others. This creates inconsistency where some users see updated content while others don’t. This is actually normal behaviour rather than a problem, but it can be frustrating.

The solution is patience. Continue monitoring propagation checkers and wait for slower resolvers to update. If propagation seems stuck after 48 hours, verify that your DNS records are correctly configured on your nameservers. Misconfigurations can make it appear that propagation isn’t completing when actually resolvers are correctly caching incorrect information.

Email Delivery Issues During Propagation

Email is particularly sensitive to DNS changes because mail servers cache MX records. During MX record propagation, some email might deliver to your old server while other messages go to the new server. This can result in emails apparently going missing when they’re actually sitting in an inbox you’re not checking.

The best solution is to keep both old and new email servers active during propagation and for at least 24 hours afterward. Monitor both inboxes and consider setting up forwarding from the old server to the new one to catch any stragglers.

Local Cache Persistence

Your computer or browser might continue showing old information even after DNS has propagated everywhere. This happens because of local caching at multiple levels.

First, clear your browser cache. In most browsers, you can press Ctrl+Shift+Delete (or Cmd+Shift+Delete on Mac) to open cache-clearing options. However, browser cache is different from DNS cache.

To flush your operating system’s DNS cache on Windows, open Command Prompt as administrator and run “ipconfig /flushdns”. On macOS, open Terminal and run “sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder”. On Linux, the command varies by distribution but might be “sudo systemd-resolve –flush-caches”.

After flushing caches, restart your browser completely. This clears all caching layers and forces fresh DNS lookups.

ISP DNS Resolver Issues

Some ISPs have DNS resolvers that don’t properly respect TTL values or have other issues. If you consistently experience slow propagation through your ISP, consider switching to public DNS resolvers.

Configuring your device or router to use Google Public DNS (8.8.8.8 and 8.8.4.4) or Cloudflare’s 1.1.1.1 can provide faster, more reliable DNS resolution. Many UK users have reported better experiences using these public resolvers compared to their ISP’s default DNS servers.

DNSSEC Validation Failures

If you use DNSSEC (DNS Security Extensions) to cryptographically sign your DNS records, propagation becomes more complex. DNSSEC changes must propagate correctly throughout the signing chain, or validation will fail and users won’t be able to access your site at all.

When updating DNS records on a DNSSEC-signed domain, ensure your DNS provider properly manages DNSSEC signatures. Most reputable DNS hosts handle this automatically, but manual DNSSEC configurations require careful coordination of timing between DS record updates at your registrar and DNSKEY record updates on your nameservers.

Split-Brain DNS Configurations

Some organisations use different DNS records for internal and external users. During propagation, this can create confusion if internal users suddenly start seeing external DNS responses or vice versa. Ensure your internal DNS servers are updated in coordination with external changes, and be prepared for a transition period where internal and external DNS might be inconsistent.

DNS Propagation and Website Migrations

Website migrations are one of the most common scenarios requiring careful DNS management. Whether you’re switching hosts, launching a redesign, or moving to a new platform, understanding how DNS propagation affects your migration is crucial.

Pre-Migration Planning

Start by documenting your entire current DNS configuration. Export your DNS zone file or screenshot all your DNS records. Note every A record, MX record, TXT record, and any other record types you’re using. This creates a reference and prevents anything from being forgotten.

Lower your TTL values at least 24 hours before your planned migration. This is your most important pre-migration step. Even if you’re not completely ready to migrate, reducing TTL ahead of time costs nothing and significantly reduces propagation time when you are ready.

Set up your new hosting environment completely before touching DNS. Upload all website files, configure your server, test everything thoroughly. Your new server should be fully functional and ready to serve traffic before you point any DNS records at it.

During Migration

When you’re ready to migrate, update your DNS records to point to your new server’s IP address. If you’re also changing nameservers, ensure all your DNS records are configured on the new nameservers first, then update your nameserver settings at your registrar.

Keep your old server running throughout the propagation period. Don’t cancel your old hosting immediately after changing DNS. Some users will continue hitting the old server for hours or even days as propagation completes. If you shut down the old server too early, those users will see errors.

Monitor both servers during propagation. Check server logs or use analytics to see traffic gradually shifting from the old server to the new one. This gives you real-time visibility into how propagation is progressing.

Post-Migration Monitoring

Continue monitoring both servers for at least 48 hours after making DNS changes. Even if propagation appears complete, keep the old server accessible to catch any stragglers or unexpected DNS caching issues.

Test your website from multiple locations and networks. Use VPNs or ask colleagues in different areas to verify your site is loading from the new server and working correctly.

Once you’re confident propagation is complete and all traffic has migrated to the new server, you can safely decommission your old hosting. Many hosting providers offer pro-rated refunds if you cancel before your renewal date.

The Future of DNS Propagation

DNS technology continues evolving, and future developments might reduce propagation times or change how DNS updates work.

DNS over HTTPS and DNS over TLS

Modern DNS protocols like DNS over HTTPS (DoH) and DNS over TLS (DoT) encrypt DNS queries for privacy and security. These protocols are becoming more common in browsers and operating systems. While they don’t directly change propagation mechanics, they do shift DNS resolution away from ISP-controlled resolvers toward services like Cloudflare and Google.

This shift could actually improve average propagation times because major public DNS providers typically implement better caching policies and respect TTL values more consistently than some ISP resolvers.

Shorter Default TTLs

The industry trend is toward shorter TTL values. A decade ago, 24-hour TTLs were common. Today, one-hour TTLs are standard, and many DNS providers default to even shorter values. This reflects both improved DNS infrastructure capacity and recognition that faster propagation benefits everyone.

As DNS infrastructure continues improving, we might see even shorter standard TTLs in the future, further reducing typical propagation times.

Better Tooling and Automation

DNS management tools are becoming more sophisticated. Many modern DNS providers offer staging features, testing tools, and better monitoring. Some platforms can even automatically verify DNS changes propagated successfully before proceeding with other migration steps.

We’re also seeing better integration between DNS management and other web infrastructure. Platforms like Cloudflare and Vercel can automatically manage DNS configuration alongside hosting, reducing the potential for errors and simplifying deployments.

Final Thoughts on DNS Propagation

DNS propagation isn’t actually complicated once you understand what’s happening behind the scenes. It’s simply the time required for cached DNS information to expire and be replaced with updated records. While the wait can be frustrating, it serves an important purpose in keeping the internet fast and efficient.

The key to managing DNS propagation successfully is planning. Lower your TTL values in advance, time your changes strategically, and keep old infrastructure running during the transition. With these practices, DNS propagation becomes a minor consideration rather than a major obstacle.

Remember that the 48-hour maximum is exactly that – a maximum. Most DNS changes propagate much faster in practice, often within just a few hours for individual record changes. Don’t let fear of propagation delays stop you from making necessary DNS updates. With proper planning and the strategies outlined in this guide, you can navigate DNS changes confidently.

Whether you’re migrating websites, setting up email, or making any other DNS changes, understanding propagation helps you plan effectively and set appropriate expectations. The internet’s distributed architecture requires these propagation periods, but they’re a small price to pay for the reliable, fast, globally distributed DNS system we all depend on every day.

For UK website owners and developers, working with reputable DNS providers and hosting companies that understand these issues makes everything smoother. Choose providers that offer reasonable TTL values, provide monitoring tools, and support you through migrations. The quality of your DNS hosting matters just as much as your web hosting when it comes to reliability and performance.

DNS propagation might seem like a frustrating technical limitation, but it’s actually a fundamental feature of how the internet scales to billions of users worldwide. By understanding it and working with it rather than against it, you can ensure your DNS changes proceed smoothly and your websites remain accessible throughout any transition.