Skip to main content Scroll Top

Domain vs Website: What Each One Actually

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.

Domain, hosting, website — three purchases
These are separate products from separate suppliers. Bundling them is convenient and concentrates the risk of leaving that supplier.

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 and website: three separate things
DomainHostingWebsite
What it isThe addressThe land it sits onThe building
Exampleyourbusiness.comA server that answers for itYour pages, images and copy
Bought fromA registrarA hosting company or builderBuilt by you or an agency
Typical billingAnnuallyMonthly or annuallyOne-off build, then upkeep
If it lapsesAnyone may register itThe site goes offlineNothing to serve
Can exist alone?YesYesOnly 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.

Bar chart showing the website build as the dominant cost and domain renewal as the smallest.
The domain is the smallest cost and the biggest single point of failure. That asymmetry is the reason to hold it yourself.

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.

The records that matter, in plain terms
RecordWhat it doesWhen you touch it
APoints the domain at a server’s IP addressMoving hosts
CNAMEPoints one name at another nameConnecting a builder or subdomain
MXDirects email for the domainSetting up business email
TXTHolds verification and email-authentication dataVerifying ownership, SPF/DKIM/DMARC
NSNames which service controls all the other recordsMoving 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.

Subdomain or folder: which to use
SituationUseWhy
Blog on the same platformFolderKeeps authority on one hostname
Store on a separate commerce platformSubdomainDifferent software, different server
Help center on a support toolSubdomainThe tool controls that hostname
Landing pages you build yourselfFolderNo technical reason to split
Staging or development copySubdomainAnd block it from search engines
Regional versions of the same siteEitherDepends 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.

Migration checklist and the failure it prevents
StepPrevents
Lower the TTL 24-48 hours aheadA slow, drawn-out switchover
Take a full backup of the current siteNo way back if the new host misbehaves
Copy MX and TXT records firstEmail silently stopping
Confirm SSL is issued on the new hostBrowser warnings the moment you switch
Keep the old host live for a weekVisitors on cached DNS seeing nothing
Map every old URL to a new oneLosing rankings and inbound links
Recheck SPF, DKIM and DMARC afterInvoices 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.

contact-us

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.

Websites and design

Frequently asked questions

What is the difference between a domain and a website?
A domain is the address people type; a website is the content that address points to. They are separate purchases, and either can exist without the other.
Do I need a domain and a website, or just one?
Both, for a site people can find. A website without a domain is reachable only through a long provider-issued address that nobody will remember or type.
Is a domain the same as hosting?
No. The domain is the address, hosting is the server that answers for it. They are usually billed separately and can be bought from different companies.
Can I have a domain without a website?
Yes, and it is common. People register a name years before building anything, to hold it.
Can I have a website without a domain?
Technically yes, on a provider-issued address like yourname.builder.com. It works and it looks unserious, which is why almost everyone attaches a domain.
Who should own my business domain?
The business, in an account the business controls, using a business email address. Not the agency, not the developer, and not an individual employee’s personal account.
What happens if my domain expires?
It stops working, then enters a redemption period where you can usually recover it for a fee, then becomes available for anyone to register. The last stage is not reversible.
How much does a domain cost?
Typically a small annual fee for a common extension. Premium names are a separate resale market and are priced at whatever the market bears.
How much does a website cost?
From a monthly builder subscription to a substantial one-off build, depending entirely on scope. It is not comparable in scale to a domain registration.
Does the domain renewal price stay the same?
Not always. Introductory registration pricing and renewal pricing can differ, so check the renewal rate rather than the first-year rate.
How do a domain and website connect to each other?
Through DNS records. The domain’s records point at the server holding the site, so a browser asked for that address knows where to send the request.
What is DNS in simple terms?
The system that translates a human-readable address into the server location a browser needs. It lives with whoever manages the domain.
How long do DNS changes take?
Usually minutes to a few hours, occasionally longer, because the old answer is cached in places you do not control. Lowering the TTL beforehand shortens it.
Can I move my website to a new host without changing my domain?
Yes. Repoint the DNS at the new host and the same address serves the new site. Visitors see nothing except the site itself changing.
Can I change my domain without rebuilding my website?
Yes. Point the new domain at the existing site and redirect the old one. This is the normal shape of a rebrand.
What happens to my rankings if I change domain?
They can transfer largely intact if every old URL redirects to its direct equivalent. Redirecting everything to the homepage instead is what loses traffic.
Does changing my website affect my email?
It should not. Email runs on MX records, which are separate from the records pointing at the website — but a careless DNS migration can drop them, which is why they are worth checking.
Should I buy my domain and hosting from the same company?
It is convenient and it concentrates risk: leaving means moving two things at once. Registering the domain independently is the more defensive choice.
What is a subdomain?
A prefix on your existing domain, like shop.yourbusiness.com. It uses the same registration and can point somewhere entirely different from the main site.
What domain extension should I use?
.com remains the default expectation for a business and is what people type by reflex. A country or industry extension can work when it genuinely fits, but expect some traffic leakage to the .com.
Should I buy misspellings of my domain?
For a small number of obvious ones, often yes, redirected to the main site. Buying dozens defensively is usually money better spent elsewhere.
What is registrar lock?
A setting that blocks the domain being transferred away without you explicitly unlocking it. Worth turning on and leaving on.
What is WHOIS privacy?
A service that keeps your personal contact details out of the public registration record. Most registrars include it; without it your details are publicly queryable.
What is SSL and do I need it?
A certificate that encrypts the connection and produces the padlock. Yes — browsers warn visitors away from sites without one, and most hosts now include it.
My agency built my site. Do they own it?
That depends entirely on your contract, which is why it should be settled in writing before work starts — covering the design, the content, the domain and the hosting account separately.
What should I record about my own setup?
Where the domain is registered, who manages DNS, where the site is hosted, and who has access to each. Most emergencies in this area are really documentation failures.
Can two domains point at one website?
Yes. One is the canonical address and the others redirect to it. Serving the same site at several addresses without redirects creates duplicate-content problems.
What is the redemption period?
A window after expiry during which the original owner can usually recover the domain, generally for a higher fee than a normal renewal. After it closes, the name is released.
What is the difference between a website and a domain?
The domain is the address people type; the website is the content they arrive at. They are usually purchased together and renewed separately, which is why the distinction gets blurred, but they can be held by entirely different providers.
Do I need a domain and a website separately?
Functionally yes, though many platforms sell both together. The important point is ownership: the domain should be registered in your name, not your agency’s or developer’s, because it carries your search history, your email and every inbound link.

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.

Privacy Preferences
When you visit our website, it may store information through your browser from specific services, usually in form of cookies. Here you can change your privacy preferences. Please note that blocking some types of cookies may impact your experience on our website and the services we offer.
Contact Us
0