Dark Mode Light Mode

Glossary

Web Hosting Terms, Defined.

A plain-language reference for the terminology you will encounter when researching, buying, or managing web hosting.

Common Web Hosting Terms

A

A Record

A DNS record that maps a domain name to an IPv4 address. It tells browsers and servers where to find your website.

Apache

One of the most widely used web server software applications. Apache processes incoming requests and serves website files to visitors. It runs on the server, not the user’s browser.

Autoresponder

An email feature commonly included with hosting plans that automatically replies to incoming messages. Often used for out-of-office replies or confirmation emails.

B

Bandwidth

The amount of data transferred between your website and its visitors over a given period. Each page load consumes bandwidth. Hosting plans often include a bandwidth limit per month.

Backup

A copy of your website files and database stored separately from your live site. Backups allow you to restore your site if something goes wrong, such as a server failure, hack, or accidental deletion.

Bandwidth Throttling

When a host deliberately slows your connection speed after you exceed a data threshold. Common in shared hosting plans with technically “unlimited” bandwidth.

C

cPanel

A popular web-based control panel used by many hosting providers. It allows you to manage your website files, databases, email accounts, domains, and more through a graphical interface.

CDN (Content Delivery Network)

A network of servers distributed across multiple geographic locations that delivers your website’s static content (images, CSS, JavaScript) from the server closest to each visitor, improving load speed globally.

CMS (Content Management System)

Software that lets you create and manage website content without coding. WordPress, Joomla, and Drupal are common examples that run on web hosting servers.

CNAME Record

A DNS record that maps one domain name to another (an alias). Commonly used to point subdomains like www to the main domain or to connect third-party services.

Cloud Hosting

A hosting setup where your website runs across a network of interconnected servers rather than a single machine. Offers high reliability, scalability, and redundancy.

Colocation (Colo)

A service where you own the physical server hardware but rent rack space, power, cooling, and internet connectivity from a data center. Common among large enterprises with specific hardware requirements.

Control Panel

A web-based interface provided by your hosting company to manage your hosting account. cPanel and Plesk are the most common. Used to manage files, emails, domains, databases, and settings.

CPU

Central Processing Unit. In hosting, CPU refers to the processing power allocated to your hosting account. High-traffic sites or resource-heavy scripts require more CPU. Shared hosts often limit CPU usage per account.

D

Data Center

A facility that houses servers and networking equipment. Hosting providers operate servers from one or more data centers. The location of a data center affects the speed at which your site loads for visitors in that region.

Dedicated Hosting

A hosting arrangement where you have an entire physical server to yourself. Offers the highest level of performance, control, and security. Best for high-traffic or resource-intensive websites.

Disk Space

The amount of storage allocated to your hosting account for website files, databases, emails, and logs. Also called storage or disk quota.

DNS (Domain Name System)

The system that translates human-readable domain names (like example.com) into IP addresses that servers can understand. DNS makes it possible to navigate the web using names instead of numbers.

DNS Propagation

The time it takes for DNS changes to spread across the global network of DNS servers. Can take anywhere from a few minutes to 48 hours after a change is made.

Domain Name

The address of your website on the internet (such as example.com). Domain names are registered through domain registrars and must be renewed periodically to remain active.

Domain Registrar

A company authorized to register domain names. Examples include GoDaddy, Namecheap, and Google Domains. Your registrar manages your domain record but is separate from your hosting provider.

Downtime

Any period during which your website is unavailable to visitors. Caused by server outages, maintenance, DDoS attacks, or misconfigurations. Hosting providers typically express reliability as uptime percentage.

DDoS Attack

Distributed Denial of Service. A type of cyberattack that floods a server with traffic from multiple sources to overwhelm it and take it offline. Quality hosts include DDoS protection as part of their infrastructure.

E

Email Hosting

A service that handles sending, receiving, and storing email for a domain. Often bundled with web hosting plans, though dedicated email hosting services (like Google Workspace) are sometimes used separately.

Encryption

The process of encoding data so it can only be read by authorized parties. In web hosting, encryption is used to secure data in transit (via SSL/TLS) and data at rest (in storage).

F

File Manager

A tool within your hosting control panel that lets you browse, upload, download, edit, and delete files on your server without needing an FTP client.

Firewall

A security system that monitors and controls incoming and outgoing network traffic based on defined rules. Server-level firewalls help block malicious traffic and unauthorized access attempts.

FTP (File Transfer Protocol)

A standard method for transferring files between your computer and your hosting server. FTP clients like FileZilla let you upload website files directly to your server.

FTPS / SFTP

Secure versions of FTP that encrypt the file transfer connection. SFTP (SSH File Transfer Protocol) is the most commonly recommended option for secure file transfers.

G

Green Hosting

Hosting provided by companies that offset or reduce their environmental impact through renewable energy, carbon credits, or energy-efficient data center practices.

H

HTTP (HyperText Transfer Protocol)

The protocol used to transfer data between web servers and browsers. HTTP is unencrypted. Websites should use HTTPS instead, which adds SSL/TLS encryption.

HTTPS

The secure version of HTTP. HTTPS encrypts the connection between the browser and the server using SSL/TLS. Indicated by a padlock in the browser’s address bar. Required for secure form submissions, logins, and ecommerce.

Hosting Plan

A package offered by a hosting provider that defines the resources, features, and pricing for your hosting account. Plans typically include defined storage, bandwidth, number of domains, and support level.

.htaccess

A server configuration file used on Apache servers. It can control redirects, password protection, URL rewriting, caching rules, and more. Changes take effect immediately without restarting the server.

I

IP Address

A unique numerical label assigned to each device or server connected to the internet. IPv4 addresses look like 192.168.1.1. Your hosting server has an IP address that your domain name points to via DNS.

IMAP

Internet Message Access Protocol. An email protocol that keeps emails stored on the server, allowing you to access them from multiple devices and keep them in sync. Preferred over POP3 for most users.

Inodes

A unit used in Linux-based hosting to count files and directories. Shared hosts often limit the number of inodes allowed per account, which effectively limits the total number of files you can store.

J

Java Hosting

Web hosting configured to run Java-based web applications. Requires a Java-compatible server environment such as Apache Tomcat. Less common than PHP hosting but used for enterprise and custom web applications.

Joomla Hosting

Web hosting optimized for the Joomla content management system. Joomla runs on PHP and MySQL, so most standard shared hosting plans support it, though some hosts offer Joomla-specific configurations and one-click installs.

K

Kernel

The core component of a Linux operating system that manages communication between software and the server’s hardware. On VPS and dedicated hosting, the kernel version can affect server performance, security, and software compatibility. Shared hosting users do not typically interact with the kernel directly.

L

LAMP Stack

A common web hosting software stack consisting of Linux (operating system), Apache (web server), MySQL (database), and PHP (scripting language). Most WordPress and traditional CMS hosting runs on LAMP.

Latency

The delay between a user’s request and the server’s response. Lower latency means faster perceived load times. Server location relative to the visitor is one of the biggest factors in latency.

Let’s Encrypt

A free, automated certificate authority that issues SSL/TLS certificates. Many hosting providers integrate Let’s Encrypt to provide free SSL certificates for hosted domains.

Linux Hosting

Hosting that runs on a Linux operating system. The majority of web hosting runs on Linux because it is stable, open-source, and widely compatible with web technologies like PHP, MySQL, and Apache.

Load Balancing

A technique that distributes incoming traffic across multiple servers to prevent any single server from becoming overloaded. Common in cloud and enterprise hosting environments.

M

Managed Hosting

A hosting service where the provider takes responsibility for server management tasks including updates, security patches, backups, and monitoring. Costs more than unmanaged hosting but reduces the technical burden on the site owner.

MySQL

A widely used open-source relational database management system. Most WordPress installations use MySQL (or MariaDB, a compatible fork) to store content, settings, and user data.

MX Record

A DNS record that specifies which mail server handles email for your domain. If email is not working after a migration, an incorrect MX record is usually the cause.

N

Nameserver

A server that stores DNS records for a domain and responds to DNS queries. When you set up hosting, you typically update your domain’s nameservers to point to your hosting provider’s nameservers.

Nginx

A high-performance web server and reverse proxy. Nginx is known for handling high traffic efficiently and is commonly used in performance-optimized hosting environments, often alongside or instead of Apache.

O

Object Storage

A type of data storage that manages data as objects rather than files or blocks. Used by cloud providers like Amazon S3 for storing large amounts of unstructured data such as images, videos, and backups.

Overselling

A practice common among shared hosting providers where more resources are promised to customers than the server physically has, betting that not all accounts will use their full allocation at the same time. Can lead to performance problems during peak usage.

P

PHP

A server-side scripting language widely used in web development. WordPress, Joomla, and many other CMS platforms are built on PHP. Your hosting server must have PHP installed and configured to run these platforms.

Plesk

A web hosting control panel similar to cPanel. Common on Windows hosting environments but also available on Linux. Used to manage websites, email, databases, and server settings.

POP3

Post Office Protocol 3. An email retrieval protocol that downloads messages from the server to your device and typically deletes them from the server. Less flexible than IMAP for multi-device access.

Propagation

See DNS Propagation. The process by which DNS changes are spread across the global network of DNS servers after being updated.

Q

Queue

A list of tasks or requests waiting to be processed by the server. In web hosting, queues are used for email delivery, background jobs, and database operations. A backed-up queue can slow down site functionality or delay outgoing emails.

R

Redirect

A server instruction that automatically sends visitors from one URL to another. 301 redirects are permanent and pass SEO value. 302 redirects are temporary. Redirects are configured via your server settings or .htaccess file.

Reseller Hosting

A type of hosting account that allows you to purchase server resources in bulk and resell them to your own clients as individual hosting plans. Often used by web designers and agencies.

Root Access

Full administrative control over a server. Root access allows you to install software, modify system files, and configure the server at the operating system level. Typically only available on VPS and dedicated server plans.

S

Server

A computer that stores website files and data and delivers them to visitors over the internet. Web hosting providers maintain large numbers of servers in data centers around the world.

Shared Hosting

A hosting arrangement where multiple websites share the same server and its resources (CPU, RAM, storage). It is the most affordable hosting type and suitable for low to moderate traffic sites.

SMTP

Simple Mail Transfer Protocol. The standard protocol for sending email. Your hosting server uses SMTP to send outgoing mail, while IMAP or POP3 handles incoming mail retrieval.

SPF Record

Sender Policy Framework. A DNS record that specifies which mail servers are authorized to send email on behalf of your domain. Helps prevent email spoofing and improves email deliverability.

SSD (Solid State Drive)

A type of storage hardware that uses flash memory rather than spinning disks. SSD hosting is significantly faster than traditional HDD hosting and is now the standard on most quality hosting plans.

SSH (Secure Shell)

A protocol that provides encrypted command-line access to your server. Used for advanced server management tasks, running scripts, and secure file transfers (SFTP). Typically available on VPS and dedicated plans.

SSL Certificate

A digital certificate that enables HTTPS encryption on your website. SSL certificates verify your domain’s identity and encrypt data transferred between the browser and the server. Required for ecommerce, contact forms, and login pages.

Subdomain

A prefix added to your main domain that creates a separate address for a section of your site. For example, blog.example.com is a subdomain of example.com. Subdomains can be hosted on the same server or pointed to different locations via DNS.

T

TLS (Transport Layer Security)

The updated and more secure successor to SSL. Despite the name difference, SSL certificates today actually use TLS. The terms are often used interchangeably in web hosting contexts.

TTL (Time to Live)

A setting on DNS records that tells DNS servers how long to cache a record before checking for updates. Measured in seconds. Lowering TTL before a DNS change allows the update to spread faster.

TLD (Top-Level Domain)

The last segment of a domain name, such as .com, .org, .net, or country-specific extensions like .co.uk. TLDs are managed by ICANN and registered through domain registrars.

U

Uptime

The percentage of time a hosting server is operational and accessible. A 99.9% uptime guarantee allows for approximately 8.7 hours of downtime per year. Quality hosts typically guarantee 99.9% or higher.

Uptime Monitoring

An automated service that regularly checks whether your website is accessible and alerts you if it goes down. Essential for catching outages quickly and minimizing their impact.

URL (Uniform Resource Locator)

The full web address of a page or file, including the protocol (https://), domain, and path. For example: https://webhostingservices.co/glossary/.

V

VPS (Virtual Private Server)

A virtualized hosting environment that gives you dedicated resources within a shared physical server. More powerful and flexible than shared hosting, with root access and the ability to install custom software. A common step up from shared hosting for growing sites.

Virtualization

Technology that divides a single physical server into multiple isolated virtual environments. This is the foundation of VPS hosting and allows each account to behave like its own independent server.

W

Web Server

Software that processes incoming HTTP/HTTPS requests and serves website files to visitors. Apache and Nginx are the two most common web server applications used in web hosting.

Web Hosting

A service that provides the server space, technology, and infrastructure needed to make a website accessible on the internet. Without web hosting, your website files have no place to live online.

WHM (Web Host Manager)

The administrative interface paired with cPanel. WHM is used by hosting resellers and system administrators to manage multiple cPanel accounts, configure server settings, and create hosting packages.

WordPress Hosting

Hosting that is configured and optimized specifically for WordPress. Often includes pre-installed WordPress, performance caching, automatic updates, and WordPress-trained support staff.

X

XML Sitemap

A file that lists all the pages on your website and provides information about them to search engines. While not a hosting feature itself, XML sitemaps are typically stored on your hosting server and submitted to search engines to help them crawl and index your site more effectively.

Z

Zero Downtime Deployment

A method of updating or deploying changes to a website without making it temporarily unavailable to visitors. Achieved through techniques like blue-green deployments or rolling updates. Common in cloud and managed hosting environments.

Zone File

A DNS configuration file stored on a nameserver that contains all the DNS records for a domain, including A records, MX records, CNAME records, and more. Editing a zone file is how DNS settings are managed at the server level.

Need help with your hosting?

Mendy Perlman and his team offer hands-on hosting services for businesses across the US. Get in touch to talk through your situation.