Skip to content

Glossary of Web Hosting Terms (2026 Edition)

Common Web Hosting Terms — Glossary & Terminology (2026 Edition)

This glossary of web hosting terms provides clear, up-to-date definitions for beginners and early-stage professionals in website development and hosting. It can also be helpful for digital marketing teams, whose activities are closely centered around the website.

Edited by BusinessKrafts Web Solutions Team • Last reviewed:

How to Use This Glossary

This glossary is designed as a practical reference for business owners, developers, students, and teams working on websites, hosting, and digital infrastructure. It covers foundational hosting concepts along with newly emerging technologies shaping the web ecosystem in 2026.

  • Browse by category using the Table of Contents (A–H).
  • Use the search filter to instantly find any hosting term.
  • Look for the “2026” tag to identify new and modern concepts.
  • Follow internal links (coming soon) for deeper guides and tutorials.

This glossary is kept updated as hosting technologies evolve.

A. Core Web Hosting Concepts

Web Hosting

The service of making a website’s files available on an internet-connected server so visitors can access them via a browser.

Server

A computer designed to run 24×7 to deliver websites/applications. Typically uses server-grade CPUs, ample RAM, and redundant storage/power.

Server Space / Disk Space

Storage allocated to your account to hold site files, databases, emails, and logs.

Bandwidth

The amount of data transferred between your site and its visitors over time. Too little bandwidth can cause slowdowns or access limits during traffic spikes.

Uptime

The percentage of time a site/server remains accessible. Many providers target 99.9%+ monthly uptime.

Web Host

A company that owns/leases servers and provides hosting services, support, and related tools.

Data Center

A controlled facility where servers are housed with power redundancy, cooling, networking, and physical security.

Browser

Software used to view web pages (e.g., Google Chrome, Mozilla Firefox, Microsoft Edge).

CDN Content Delivery Network

A global network that caches your site’s static content closer to visitors to reduce latency and improve speed and resilience.

Cache / Caching Layer

Temporary storage (server, CDN, or browser) that serves frequently requested content faster and reduces server load.

Core Web Vitals

Google’s user-experience metrics (LCP, INP, CLS) that measure loading, interactivity, and visual stability; often used as performance targets when assessing hosting quality.

TTFB Time To First Byte

The time between a browser requesting a page and receiving the first byte from the server. Influenced by hosting, network latency, and application performance.

HTTP/3 & QUIC

A newer version of HTTP running over the QUIC transport protocol (built on UDP) designed to reduce latency and improve performance on unreliable or mobile networks.

B. Domain & DNS Terminology

Domain / Domain Name

The human-readable address of a website (e.g., businesskrafts.com), mapped to server IPs via DNS.

Domain Name Registrar

An ICANN-accredited or national authority-approved company that sells and manages domain registrations for end users.

Domain Registration

The act of licensing a domain name for a term (e.g., 1 year). Must be renewed to keep using it.

Top-Level Domain (TLD)

The suffix after the last dot (e.g., .com, .org).

Country Code TLD (ccTLD)

A TLD representing a country/territory (e.g., .in for India, .us for USA).

Second-Level Domain (SLD)

The portion directly left of the TLD (e.g., “businesskrafts” in businesskrafts.com).

Domain Extension

Another term for the TLD (e.g., .com, .net).

Subdomain

A prefix to the main domain used to host a distinct section (e.g., blog.businesskrafts.com).

Add-on Domain

A separate domain hosted within the same account, functioning like an additional site.

Parked Domain

A registered domain not actively used for a site or email (often reserved for future use or brand protection).

DNS Domain Name System

The system that maps domain names to IP addresses and other records (A/AAAA, CNAME, MX, TXT, NS).

DNS Propagation

The time it takes for DNS changes to update across global resolvers. Can range from minutes to 48 hours depending on TTL and caches.

Dedicated IP

An IP assigned solely to your site/account. Note: TLS/SSL no longer requires a dedicated IP due to SNI; it’s used mainly for reputation, legacy apps, or custom network rules.

IPv6

The newer internet addressing system (e.g., 2001:db8::) providing a far larger address space than IPv4.

DNSSEC

A set of DNS security extensions that add cryptographic signatures to DNS records, helping prevent spoofing and tampering.

Anycast DNS

A routing technique where multiple DNS servers share the same IP address so queries are resolved by the geographically closest server for faster responses.

C. Hosting Plans & Server Types

Hosting Plan

A priced bundle of resources (storage, bandwidth, features, support) offered by a host.

Shared Hosting

Multiple accounts share one server. Lowest cost, resource contention possible.

VPS Hosting Virtual Private Server

Virtualized slices of a server with isolated resources and OS control for each user.

Cloud Hosting

Resources pooled across many servers; enables elasticity and hardware redundancy.

Cloud-VPS

VPS instances provisioned on cloud infrastructure; combines VPS control with cloud resilience.

Dedicated Hosting

A physical server rented exclusively to one client; highest control and cost.

Managed Hosting

The provider handles updates, security hardening, monitoring, and backups so you can focus on the site.

Reseller Hosting

A plan that lets you sell hosting under your own brand using provider infrastructure.

Linux Hosting

Hosting on Linux-based servers (common for PHP, MySQL, Apache/Nginx/LiteSpeed stacks).

Windows Hosting

Hosting on Windows Server (often for .NET/ASP.NET, MSSQL, IIS).

Edge Hosting

Running workloads closer to users (regional POPs) to reduce latency for dynamic content.

Container Hosting

Deploying apps in containers (e.g., Docker) sometimes orchestrated by Kubernetes for portability and scaling.

Green Hosting

Hosting providers that offset or reduce energy usage via renewable sources and efficiency measures.

Hybrid Cloud

A mix of on-prem, dedicated, and public cloud resources used together.

Serverless Hosting / Functions-as-a-Service (FaaS)

A model where you deploy functions instead of full servers. The provider handles infrastructure and scaling automatically; you pay mainly for execution time.

Static Site Hosting / JAMstack

Hosting pre-generated HTML, CSS, and JS files (often built from a headless CMS or static site generator) on fast edge/CDN infrastructure.

Object Storage

Scalable, bucket-based storage for files such as images, backups, and logs, accessed via HTTP/HTTPS APIs and often connected to a CDN.

Autoscaling

Automatically increasing or decreasing compute resources based on load or traffic so that capacity matches demand.

D. Control Panels & Security

Web Hosting Control Panel

A web interface to manage hosting features (domains, files, databases, email, SSL).

cPanel / DirectAdmin / CyberPanel

Popular control panels that provide GUI access to common hosting tasks.

FTP / SFTP

FTP: File Transfer Protocol. SFTP: FTP over SSH (encrypted). Prefer SFTP for security.

SSH Secure Shell

Encrypted remote command-line access to a server; also used for secure file transfer (SCP/SFTP).

SSL/TLS Certificate

Enables HTTPS by encrypting data between browser and server; provides identity assurance via certificate authorities.

HTTP / HTTPS

Protocols for web traffic; HTTPS is HTTP over TLS for encrypted connections.

.htaccess

Per-directory configuration file for Apache/LiteSpeed (e.g., redirects, rewrites, auth rules).

DDoS Protection

Mitigations against distributed floods of traffic intended to overwhelm your site.

WAF Web Application Firewall

Filters and blocks malicious HTTP requests (e.g., SQLi, XSS) before they reach your app.

Malware Protection

Server-side scanning/removal tools that detect compromised files and suspicious behavior.

Backup & Restore

Automated snapshots of files/databases with quick restoration options (ideally off-site copies).

PCI Compliance

Security standards for handling card payments. Relevant to e-commerce environments.

2FA / MFA

Two-factor or multi-factor authentication, adding extra verification (e.g., app code, hardware token) beyond passwords for hosting and control panel logins.

Security Hardening

A collection of practices (updates, least-privilege access, firewall rules, WAF, secure defaults) to reduce the attack surface of servers and applications.

E. Databases & Language Support

MySQL / MariaDB

Popular relational databases often bundled with hosting plans.

PostgreSQL

Advanced open-source RDBMS known for standards compliance and extensibility.

PHP / Python / Node.js / Perl

Common server-side runtimes supported by many hosts; availability varies by plan.

NVMe SSD Storage

High-speed solid-state storage using the NVMe interface; improves database and dynamic page performance.

Language Support

The set of programming languages/runtimes your host allows; check versions and extensions.

Redis / In-Memory Cache

A fast key-value data store used to cache sessions, queries, or rendered pages in memory so that applications hit the database less often.

NoSQL Database

A non-relational database model (e.g., document, key-value, wide-column) sometimes used alongside relational databases to handle scale or flexible schemas.

F. Email & Protocols

IMAP

Retrieves email while keeping messages on the server (sync across devices).

POP3

Downloads email to one client; messages are typically removed from the server after retrieval (configurable).

SMTP

Protocol for sending email. Your client authenticates with an SMTP server to send messages.

Spam / Mail Spam

Unsolicited bulk email. Hosts and mail providers use filters to reduce spam.

Webmail

Browser-based email access provided by the host (e.g., Roundcube).

SPF Sender Policy Framework

A DNS record that lists which servers are allowed to send email for your domain, helping reduce spoofing.

DKIM DomainKeys Identified Mail

A method of signing outgoing emails with a cryptographic signature that receivers can verify via DNS to confirm authenticity.

DMARC

A policy layer built on SPF and DKIM that tells receiving servers how to handle messages that fail authentication and provides reporting.

G. Migration & Maintenance

Domain Migration

Transferring a domain from one registrar to another (usually allowed after 60 days+ initial lock).

Website Migration

Moving a site between servers/hosts; includes files, databases, DNS updates, and email considerations.

Zero-Downtime Deployment

Rolling out site changes in a way that avoids service interruption (e.g., blue/green, canary).

Website Backup Automation

Scheduled backups with version history and one-click restore; essential before major updates or moves.

Staging Environment

A separate copy of your website used for testing changes, updates, or new features before deploying them to the live (production) site.

Version Control (e.g., Git)

A system for tracking changes to code and configuration so teams can collaborate, review history, and roll back safely.

Monitoring & APM

Uptime monitors and Application Performance Monitoring tools that track response times, errors, and resource usage so issues can be detected early.

H. CMS & Website Management

Content Management System (CMS)

Software that lets you build/manage content without coding from scratch (e.g., WordPress, Drupal, Joomla).

WordPress

Widely used open-source CMS for blogs, business sites, and e-commerce with themes/plugins.

Blog / Blogging

Publishing articles in reverse-chronological order; a common way to share updates and expertise.

Self Hosting vs. Hosted Websites

Self hosting: you rent a server/plan and manage it. Hosted builders (e.g., Wix, Squarespace) abstract server management.

Headless CMS

A CMS that exposes content via APIs while the front-end is built separately (e.g., with React or Next.js) and often hosted on static or edge platforms.

Page Builder

Drag-and-drop design tools inside a CMS (such as Elementor, Gutenberg, or Divi) that let users create layouts without writing code.

Performance Optimization Plugin

CMS add-ons that handle caching, minification, image compression, and CDN integration to improve page speed and Core Web Vitals.

FAQs

What is the simplest definition of web hosting?

A service that places your website on a publicly accessible server so anyone can visit it via a browser.

Which type of hosting is suitable for a new small business site?

Start with quality shared or managed WordPress hosting; upgrade to VPS/cloud if traffic or control needs grow.

Is a dedicated IP required for HTTPS/SSL?

No. Thanks to SNI, most sites use HTTPS without a dedicated IP. You may still use one for legacy apps or reputation needs.

How long does DNS propagation take after a nameserver change?

Often minutes to a few hours; in some cases up to ~24–48 hours depending on TTL and caches.

What’s the difference between domain and hosting?

The domain is your website’s address; hosting is where the site lives (its server space).

What is a CDN and do I need one?

A CDN caches content across global locations to speed delivery. It’s recommended for performance and resilience.

What is SFTP vs. FTP?

SFTP runs over SSH and is encrypted. Prefer SFTP; FTP sends data unencrypted.

How do I move a site without downtime?

Clone to the new host, test on a temporary domain, lower DNS TTL, switch DNS, and keep the old host briefly as fallback.