Updated September 2026 · Written and maintained by the Progression Agency strategy team
A domain is the address people type. A website is what that address points to. They are separate purchases from different kinds of company, either can exist without the other, and confusing them is how businesses end up unable to access their own web address. This page separates domain, hosting and website, explains how DNS connects them, covers what each costs, and answers the ownership question that matters most when a working relationship ends.
The short answerThe single most consequential thing on this page: register the domain in an account the business controls, separately from whoever builds or hosts the site. A website can be rebuilt. A domain you cannot access is a negotiation with whoever does hold it, and if it lapses entirely, anyone may register it.
Progression Agency is based in New York City and works with clients across the United States. Cost figures are category-typical ranges rather than quotes, and nothing here reports the results of a specific client engagement. DNS and registrar behavior described here follows standard practice; your registrar’s own documentation is authoritative for its policies. Updated September 2026.
What is a domain, and what is a website?
A domain is the address people type; a website is the thing that address points to. They are bought separately, from different kinds of company, and either can exist without the other.
The confusion is understandable because most providers sell both together, so the two arrive as one purchase and feel like one product. They are not. You can own a domain for years with no website behind it, and you can build a website that is reachable only by a long provider-issued address until you attach a domain to it.
| Domain | Hosting | Website | |
|---|---|---|---|
| What it is | The address | The land it sits on | The building |
| Example | yourbusiness.com | A server that answers for it | Your pages, images and copy |
| Bought from | A registrar | A hosting company or builder | Built by you or an agency |
| Typical billing | Annually | Monthly or annually | One-off build, then upkeep |
| If it lapses | Anyone may register it | The site goes offline | Nothing to serve |
| Can exist alone? | Yes | Yes | Only via a provider address |
The fifth row is the one that costs people their business. Hosting lapsing takes the site offline until you pay; a domain lapsing can be permanent, because once it leaves the redemption window anyone may register it — including someone who then offers it back to you at a price of their choosing.
What is the difference between a domain and a website?
The domain is a pointer; the website is the content. Changing your domain does not change your website, and rebuilding your website does not change your domain.
Holding those two facts separately is what makes the rest of this straightforward. A rebrand means a new domain pointed at the same site. A redesign means a new site answering on the same domain. The two decisions are independent and can be made years apart.
Do I need both?
Yes, for a site people can find. A website with no domain is reachable only through a long provider-issued address, which nobody will type or remember.
Can I buy them from the same company?
Usually, and it is convenient. It also concentrates risk: leaving that provider then means moving two things at once instead of one.
Should I keep them separate?
There is a real argument for registering the domain independently of whoever builds or hosts the site, because the domain is the asset you cannot afford to lose access to in a dispute.
Who should own the domain?
The business, in the business’s own account. Not the agency, not the developer, not an employee’s personal account.
What happens if my web company disappears?
With the domain in your own registrar account you point it elsewhere and rebuild. With the domain in theirs, you may be negotiating for your own address.
What does a domain cost, and what does a website cost?
A domain is typically a small annual fee. A website ranges from a monthly builder subscription to a substantial one-off build. They are not comparable purchases.
The mismatch in scale is why the two get confused in conversation: someone quotes a low figure meaning the domain, and the listener hears it as the price of a website. These are category-typical ranges rather than quotes, and nothing here reports a specific engagement.
Standard domain registration
A modest annual fee for a common extension. Renews yearly and the renewal price is not always the introductory price.
Premium domains
Short, generic or heavily desired names are resold at whatever the market bears. This is a separate market from registration.
Website builder subscriptions
A monthly fee covering hosting, software and templates. Lowest cost and lowest ceiling.
A designed website
A one-off build cost, then upkeep. Ranges enormously with scope.
Ongoing costs people forget
Renewals, SSL where not included, plugin or app licenses, and someone’s time to keep it current.
How do a domain and a website actually connect?
Through DNS. The domain’s DNS records point at the server holding the website, so a browser asked for the address knows where to send the request.
You rarely need to understand DNS deeply, but you do need to know that it exists, that it lives with whoever manages the domain, and that changes to it take time to propagate.
| Record | What it does | When you touch it |
|---|---|---|
| A | Points the domain at a server’s IP address | Moving hosts |
| CNAME | Points one name at another name | Connecting a builder or subdomain |
| MX | Directs email for the domain | Setting up business email |
| TXT | Holds verification and email-authentication data | Verifying ownership, SPF/DKIM/DMARC |
| NS | Names which service controls all the other records | Moving DNS management itself |
The fourth row is worth knowing even if you never touch DNS yourself. Email authentication lives in TXT records, and a business whose invoices land in customers’ spam folders is usually missing those records rather than suffering bad luck.
Can I move my website without changing my domain?
Yes. Repoint the DNS at the new host and the same address serves the new site. Visitors notice nothing except the site itself changing.
This is the normal way a redesign or a host migration happens, and it is why the domain is the durable asset: the site behind it can be replaced any number of times.
Can I change my domain without rebuilding my website?
Yes, and it is a common step in a rebrand. Point the new domain at the existing site and redirect the old one so links and search rankings follow.
The redirects are the part that gets skipped and the part that costs traffic. Every old URL should redirect to its direct equivalent on the new domain, not all to the homepage.
What is a subdomain, and when should you use one?
A subdomain is a prefix on your existing domain — shop.yourbusiness.com — using the same registration but able to point at an entirely different server.
Use one when a section genuinely runs on different software: a store on a commerce platform, a help center on a support tool, a status page on a monitoring service. Use a folder on the main site instead when the content is simply another part of the same site, because folders consolidate authority and subdomains divide it.
| Situation | Use | Why |
|---|---|---|
| Blog on the same platform | Folder | Keeps authority on one hostname |
| Store on a separate commerce platform | Subdomain | Different software, different server |
| Help center on a support tool | Subdomain | The tool controls that hostname |
| Landing pages you build yourself | Folder | No technical reason to split |
| Staging or development copy | Subdomain | And block it from search engines |
| Regional versions of the same site | Either | Depends on how separately they are run |
The fifth row carries a trap worth stating plainly: a staging subdomain left open to crawlers becomes a duplicate of your live site in search results. Block it with authentication, not just a robots directive.
What should you check before moving a domain or a host?
Lower the DNS TTL beforehand, keep the old host running through the switch, and verify email records and SSL on the new side before you repoint anything.
Migrations rarely fail on the website itself. They fail on the things attached to the domain that nobody remembered were attached — email being the usual casualty.
| Step | Prevents |
|---|---|
| Lower the TTL 24-48 hours ahead | A slow, drawn-out switchover |
| Take a full backup of the current site | No way back if the new host misbehaves |
| Copy MX and TXT records first | Email silently stopping |
| Confirm SSL is issued on the new host | Browser warnings the moment you switch |
| Keep the old host live for a week | Visitors on cached DNS seeing nothing |
| Map every old URL to a new one | Losing rankings and inbound links |
| Recheck SPF, DKIM and DMARC after | Invoices landing in spam |
The last row is the one that surfaces weeks later, long after the migration is considered finished: mail still sends, but authentication no longer matches the sending server, and delivery quietly degrades to spam folders.
Not sure what you own or where it lives?
Progression Agency is a New York City firm working with clients across the United States. If you are not certain who holds your domain, where the site is hosted, or whether a rebrand will cost you rankings, those are answerable questions and worth answering before anything moves.
Why you need both a website and domain, and what each actually is
The relationship between a website and domain confuses people because the two are bought together, renewed separately, and frequently supplied by different companies. The distinction is simpler than the billing suggests: the domain is the address, the website is the building.
A domain is a name leased from a registrar, typically annually, that points visitors to wherever your site is hosted. The website is the files and content themselves, sitting on a hosting service. You can own a domain with no website behind it, and you can have a website reachable only through a long platform-supplied address with no custom domain in front of it.
The practical consequence is about control. Because they can be held by different providers, it is entirely possible to lose access to one while keeping the other — and the domain is the one that matters more, because it carries your search history, your email addresses and every link anyone has ever made to you. Whoever controls the domain controls the business’s address, which is why it should be registered to you rather than to an agency or a developer.
Why the distinction matters commercially
A domain is a rented address; a website is the thing at it. Businesses that let a supplier register the domain discover the difference at the point they want to leave, which is the most avoidable expensive lesson in this field.
Getting found in search
AI, AEO and what is changing
Paid media and lead generation
Websites and design
- Hire PHP developers
- Bankruptcy lawyer website design
- Web design in North Carolina
- Web design in Seattle
- Ecommerce web development
- Ecommerce development services
- Squarespace customization
- Consulting websites
- Beauty stores on Shopify
- Content commerce
- 404 and bad request errors
- FTP clients
- Website design and development
- Design, development and management
- Creating a gallery
- Custom CSS
- Summary blocks
- Website maintenance services
- Web design agency, San Jose
- WordPress outsourcing
- StoryBrand website framework
- StoryBrand websites
- StoryBrand website design
- Squarespace logos
- Product configurators
- Web development services
- How much does a website cost?
- What to include on a homepage
- Website redesign services
- Website maintenance
- Shopify ecommerce agency
- Ecommerce website design
- BigCommerce vs Shopify
- Service business website design
- Healthcare website design
- Websites for restaurants
- Squarespace design services
- Squarespace vs WordPress
- Wix vs WordPress
- Web design in Queens
- Web design for small business
- Shopify agency
- Shopify checkout optimization
- Headless commerce and Hydrogen
- Shopify pricing guide
- Shopify checkout extensibility
- Squarespace pricing
- Publishing a Squarespace site
- What Squarespace is
- Learning Squarespace
- Squarespace dropdown menus
- Videography websites
- Ecommerce product configurators
- Negative space in design
- YouTube channels for web designers
- How to back up a Squarespace website
- Best dental websites
- Website dimensions and image sizes
- Web design in Charlotte NC
- Web design in Nashville
- Web design in Seattle
- Web design in Atlanta
- Retail consulting
- Product design agencies
- Digital product agencies
Choosing and working with an agency
Social, content and brand
By industry and by situation
Frequently asked questions
What is the difference between a domain and a website?
Do I need a domain and a website, or just one?
Is a domain the same as hosting?
Can I have a domain without a website?
Can I have a website without a domain?
Who should own my business domain?
What happens if my domain expires?
How much does a domain cost?
How much does a website cost?
Does the domain renewal price stay the same?
How do a domain and website connect to each other?
What is DNS in simple terms?
How long do DNS changes take?
Can I move my website to a new host without changing my domain?
Can I change my domain without rebuilding my website?
What happens to my rankings if I change domain?
Does changing my website affect my email?
Should I buy my domain and hosting from the same company?
What is a subdomain?
What domain extension should I use?
Should I buy misspellings of my domain?
What is registrar lock?
What is WHOIS privacy?
What is SSL and do I need it?
My agency built my site. Do they own it?
What should I record about my own setup?
Can two domains point at one website?
What is the redemption period?
What is the difference between a website and a domain?
Do I need a domain and a website separately?
Get a free marketing proposal
Tell us what you are trying to grow and we will come back with a plan, not a pitch deck. Same-day reply on weekdays.
