SteadyHosting

Hosting basics

How website hosting works

From typing a domain to a rendered page — what actually happens, and which part you are paying for.

Steady Infrastructure 7 min read Updated 30 July 2026beginner

The journey of a request

  1. 1

    The browser resolves the domain

    It asks DNS which server holds the site, using the nameservers set at your registrar.

  2. 2

    The server receives the request

    A web server such as Nginx decides whether the page is a file, a cached copy or something the application must build.

  3. 3

    The application runs

    For WordPress or Laravel this means PHP executing and querying a database — the slowest step in most setups.

  4. 4

    The response is encrypted and returned

    The SSL certificate encrypts the response; the browser renders HTML, then fetches CSS, JavaScript and images.

Domain, DNS and hosting are separate

ComponentWhat it doesWhere it lives
DomainThe address people typeYour registrar
DNSMaps the address to a serverNameservers, wherever they are set
HostingStores and serves the siteThe server or platform

Where the money goes

  • Compute and storage — the resources your site is allowed to use
  • Bandwidth — the traffic served
  • Backups and retention — how far back you can restore
  • Certificates and security — SSL, firewalls, patching
  • Support — how quickly a person answers when something breaks

Migrating without downtime

  1. 1

    Copy first

    Move the files and database to the new host and test on a temporary address.

  2. 2

    Lower the TTL

    Reduce DNS time-to-live a day beforehand so the switch propagates quickly.

  3. 3

    Switch DNS

    Point the records at the new server; keep the old one online while caches expire.

  4. 4

    Verify then decommission

    Check forms, email and SSL before cancelling the old plan.

Frequently asked questions

Do I need hosting if I have a domain?
Yes. A domain is only an address — hosting is the space that stores and serves the website itself.
How long does a hosting migration take?
The copy is usually done the same day. DNS propagation can take a few hours, which is why the old site stays online until it completes.

Outgrown your current host?

UK hosting with daily backups and free migration

We move the site for you, keep the old one online until DNS has switched, and support it afterwards.

View hosting plans

Related guides