CloudHosting.io

Cloud Hosting Glossary

The vocabulary of cloud hosting, defined without the marketing gloss. Every term is written for the decision it actually affects: what you pay, how fast your site runs, and what breaks when traffic spikes. 76 terms and counting.

Hosting Models

Bare Metal Server

A single-tenant physical server with no virtualization layer, giving you direct access to the hardware.

Cloud Hosting

Hosting that runs your site or app across a pool of virtual servers instead of one fixed machine, so capacity can grow or shrink on demand.

Colocation

Renting rack space, power, and network in a data center for hardware you own and maintain yourself.

Dedicated Server

A physical machine rented entirely to you, with no other tenants sharing its CPU, memory, or disk.

Hyperscaler

One of the giant cloud providers (AWS, Google Cloud, Azure) operating global data centers and hundreds of services at massive scale.

IaaS

Infrastructure as a Service rents raw building blocks (compute, storage, networking) that you assemble and manage yourself.

Managed Hosting

Hosting where the provider handles server administration, security patching, updates, and backups so you don't have to.

PaaS

Platform as a Service runs your code from a git push without you touching servers, operating systems, or scaling config.

SaaS

Software as a Service is a finished application you access over the web and pay for by subscription, with all infrastructure hidden.

Serverless

A model where you deploy code and the provider runs it on demand, billing only for actual execution with no server to manage or keep running.

Shared Hosting

The cheapest hosting tier, where many websites share one server's resources with no guaranteed slice for any single site.

Unmanaged Hosting

Hosting where you get raw infrastructure and handle all administration yourself, from OS patching to security.

VPS

A Virtual Private Server is a dedicated slice of a physical machine with its own CPU, RAM, and root access, priced at a flat monthly rate.

Compute

Storage

Databases

Networking & Delivery

API Gateway

A front door for your APIs that handles routing, authentication, rate limiting, and traffic shaping in one place.

Bandwidth

The volume of data transferred to and from your server, often metered and billed, especially for outbound traffic.

CDN

A network of servers spread around the world that caches your content close to users, cutting load times and origin bandwidth.

DNS

The system that translates human-readable domain names into the IP addresses servers actually use to find each other.

Edge Computing

Running code at locations physically close to users rather than in one central data center, to cut latency for global audiences.

Egress Fees

Charges for data leaving a provider's network, a major and often surprising cost on hyperscaler clouds.

Ingress

Data flowing into a provider's network, which is typically free, in contrast to the egress it costs to send data out.

IPv4 vs IPv6

The two versions of internet addressing: IPv4 addresses are scarce and increasingly billed for, while IPv6 is abundant and usually free.

Latency

The time delay between a request and its response, driven heavily by physical distance between user and server.

Load Balancer

A service that distributes incoming traffic across multiple servers, improving capacity and keeping the site up if one server fails.

Message Queue

A buffer that passes tasks between parts of a system asynchronously, so slow work happens in the background instead of blocking a request.

VPC

A private, isolated network within a cloud provider where your resources communicate securely without exposing traffic to the public internet.

Pricing & Billing

Reliability & Performance

Security & Compliance

Operations & DevOps