What Is Web Hosting? Shared, VPS & Cloud Compared
Web hosting is renting space and computing power on a server — a physical computer in a data center — that stores your website's files and delivers them to visitors around the clock. The main tiers are shared hosting (many sites on one server), VPS (a reserved slice), dedicated (a whole machine), and cloud (resources spread across many machines). For most US small businesses, the right choice costs $10-60 per month and is judged by speed and uptime, not spec sheets.
- Mobile abandonment
- 53% of mobile visits are abandoned if a page takes over 3 seconds to load (Google research)
- Speed as ranking factor
- Site speed has been a Google ranking signal since 2010; Core Web Vitals since 2021 (Google)
- Typical shared hosting price
- Roughly $3-15/month in the US market (industry pricing surveys)
- Uptime benchmark
- 99.9% uptime still allows nearly 9 hours of downtime per year (standard SLA math)
Hosting, in physical terms #
Strip away the marketing and web hosting is simple: your website is a set of files and usually a database, and they have to live on a computer that is always on, always connected, and reachable from anywhere. That computer is a server, racked in a data center with redundant power, cooling, and multiple internet connections. Hosting companies buy or lease these machines by the thousand and rent out portions of them. When you pay for hosting, you are paying for four things: storage for your files, computing power to run your site's code, bandwidth to deliver pages to visitors, and the staff and systems that keep the machine patched and online. Everything else — control panels, one-click installers, email accounts, backups — is packaging around those fundamentals. Understanding this makes hosting comparisons far less confusing, because every plan on the market is just a different way of slicing up server resources.
How does web hosting actually work? #
Here is the life of a page view. 1) A customer types your domain or clicks a link. 2) DNS translates the domain into your server's IP address. 3) The browser sends an HTTP request to that server. 4) The server runs your site's code — for a WordPress site, PHP queries the database and assembles the page. 5) The response travels back and the browser renders it, then requests images, CSS, and scripts as additional round trips. Every step adds milliseconds, and hosting quality shows up at step four: an overloaded shared server might take two seconds to assemble a page a healthy one builds in 200 milliseconds. Caching changes the math dramatically — a cached page skips the database work entirely and can be served in tens of milliseconds. This is why a well-configured modest server routinely outperforms an expensive, badly configured one, and why we care more about configuration than raw specs.
Shared hosting: the entry point #
Shared hosting puts dozens or hundreds of websites on one server, all drawing from the same pool of CPU, memory, and disk. It is how the industry hits $3-15 per month price points, and for a low-traffic brochure site it can be perfectly adequate. The catch is the neighbors. If another site on your server gets a traffic spike or runs abusive scripts, your site slows down through no fault of your own — the noisy neighbor problem. Providers also oversell aggressively, betting most sites stay idle most of the time, which is usually true until it is not. Watch for two other patterns: teaser pricing that renews at three to four times the promotional rate, and unlimited claims that are bounded by fine-print resource policies. Shared hosting is a reasonable starting point for a brand-new site with no traffic. It becomes a liability the moment your website starts generating leads worth protecting.
VPS, dedicated, and cloud: what the labels really mean #
A VPS (virtual private server) carves one physical machine into isolated virtual machines, each with guaranteed CPU and memory — you get consistent performance and root access, typically for $10-80 per month, at the cost of managing more yourself unless you buy a managed VPS. A dedicated server gives you the entire physical machine, usually $100-400+ per month; almost no small business needs one anymore. Cloud hosting spreads your site across a provider's fleet — AWS, Google Cloud, DigitalOcean — so resources scale on demand and hardware failure does not mean downtime. Managed hosting is a service layer, not a hardware tier: the provider handles updates, security, backups, and performance tuning on whatever infrastructure sits underneath. Managed WordPress hosting typically runs $20-60 per month for small sites. The labels overlap constantly — most managed hosting is cloud-based, and many VPS products are technically cloud instances — so evaluate the service commitments, not the buzzwords.
Which specs matter for a small business site? #
Hosting plans are sold on numbers that mostly do not matter for a small site. Unlimited bandwidth and hundreds of gigabytes of storage sound impressive, but a typical small business site uses under 5 GB of storage and modest bandwidth. What actually determines how your site feels: 1) server response time (TTFB) — under 200ms is good, over 600ms drags everything; 2) server-side caching and PHP version — PHP 8+ is dramatically faster than the 7.x versions still common on cheap hosts; 3) SSD/NVMe storage, now standard but worth confirming; 4) data center location relative to your customers, or a CDN to compensate; 5) real uptime history, not just the SLA percentage; 6) included daily backups with tested restores. Ignore raw CPU core counts on shared plans — they are shared. If you want an objective read on how your current host performs, our free Website Grader measures response time and load speed from a real-world vantage point.
What does hosting cost in the US? #
Realistic monthly ranges in the US market: shared hosting $3-15 (watch renewal pricing, often $10-25 after the first term); managed WordPress hosting $20-60 for a typical small business site; unmanaged VPS $10-80 depending on resources; managed VPS $40-150; dedicated servers $100-400+; and cloud infrastructure billed by usage, commonly $20-100 for small workloads once you add backups and bandwidth. On top of hosting, budget roughly $10-20 per year for domain registration and $0 for SSL, since certificates should be free everywhere now. The honest framing is not what does hosting cost but what does the whole system cost — hosting, updates, security, backups, and someone accountable when it breaks. A $5 plan where the owner spends three hours a month wrestling with problems is more expensive than a $40 managed plan, at any reasonable value of the owner's time. Price the total, not the line item.
Why cheap hosting quietly costs you conversions #
Slow hosting does not send an invoice, which is why its cost hides so well. Google's research found 53% of mobile visits are abandoned when a page takes more than three seconds to load — and bargain shared hosting frequently contributes one to two seconds of server response time alone before a single image downloads. Speed is also a ranking input: Google has used it since 2010 and formalized it as Core Web Vitals in 2021, so a slow host suppresses the traffic and then converts less of what arrives. Downtime compounds this. A 99.9% uptime guarantee still permits almost nine hours of outage a year, often during traffic spikes — exactly when your ads are running. Run the arithmetic for your own numbers: if your site produces $5,000 a month in revenue, a hosting-related 10% conversion drag costs $500 monthly, against a $30 difference in hosting spend. You can spot-check your server's contribution yourself with the timing command shown here.
curl -o /dev/null -s -w "DNS: %{time_namelookup}s\nConnect: %{time_connect}s\nTLS: %{time_appconnect}s\nTTFB: %{time_starttransfer}s\nTotal: %{time_total}s\n" https://yourbusiness.comWhen should you switch hosts? #
Switch when you see sustained symptoms, not one bad afternoon. Reliable triggers: 1) TTFB consistently above 600ms with caching enabled; 2) more than one meaningful outage a quarter; 3) support that takes days or answers with canned scripts; 4) renewal pricing that jumped far past market rates; 5) the host still running end-of-life PHP or refusing free SSL; 6) your business now depends on the site in a way the current tier cannot honor. Migration is less scary than most owners fear: a standard WordPress move takes a few hours of work and, done correctly, involves zero downtime — you copy the site to the new host, test it via a temporary URL, lower your DNS TTL, then flip the A record. The mistakes that cause horror stories are canceling the old host before the move is verified and forgetting that email was hosted on the same account. Plan those two things and switching is routine.
Where we fit in #
Our managed hosting exists for owners who want the website handled, not another system to administer. The package covers the unglamorous work that determines outcomes: server-level caching tuned for the site, daily offsite backups with restores we actually test, core and plugin updates, uptime monitoring with a human response, and security hardening. We pair it with our domains-DNS-email management so migrations and renewals cannot fall between vendors — the failure mode behind most small-business outages we get called about. We are not the right fit for everyone: if you have in-house technical staff or genuinely enjoy server administration, an unmanaged VPS is cheaper and perfectly viable. If you are not sure whether your current hosting is the bottleneck, run our free Website Grader first — it measures speed and flags the most common hosting-related issues, and the report is useful whether or not you ever hire us. Diagnose before you migrate.
FAQ
What is web hosting in simple terms?
Web hosting is a service that stores your website's files on an always-on computer called a server and delivers them to anyone who visits your domain. You rent a share of the server's storage, processing power, and bandwidth, plus the provider's work keeping the machine secure and online, typically billed monthly or yearly.
How much should a small business spend on hosting?
Most US small businesses land in the $20-60 per month range for quality managed hosting, which includes updates, backups, and support. Shared hosting at $3-15 works for brand-new or low-stakes sites. Spending more than $100 monthly only makes sense for high-traffic sites, e-commerce with real volume, or specific compliance needs.
What is the difference between a domain and hosting?
The domain is your address; hosting is the building. You register a domain (yourbusiness.com) for about $10-20 per year, and separately rent hosting where the website's files actually live. DNS connects the two by pointing the domain at the hosting server. You can move either one without changing the other.
Is shared hosting bad?
Not inherently — it is a fair trade for low-traffic sites where a slowdown costs little. It becomes a poor fit once your website generates leads or sales, because you inherit the performance problems of every other site on the server. Judge it by measured response time and uptime, not by the label.
What uptime guarantee should I look for?
Treat 99.9% as the minimum acceptable standard — that still allows nearly nine hours of downtime yearly. Better hosts deliver 99.95% or higher in practice. More important than the advertised number: whether the SLA pays meaningful credits, whether the host publishes status history, and whether you have independent uptime monitoring so you are not relying on their word.
Can I switch hosts without downtime?
Yes, with correct sequencing. Copy the site to the new host while the old one stays live, test it through a staging URL, lower your DNS TTL to about five minutes a day ahead, then update the A record. Both servers run in parallel during the switchover, so visitors never see an outage. Keep the old account active until traffic fully cuts over.
Was this helpful?