A Record
An A Record is a DNS record that maps a domain name directly to an IPv4 address (e.g., 93.184.216.34). When someone types your domain into a browser, DNS resolves it using the A Record to find your server. Every website that has its own server IP needs at least one A Record to be publicly accessible.
Apache
Apache (Apache HTTP Server) is the most widely used open-source web server software in the world. It handles incoming HTTP requests and serves web pages to visitors. Apache supports modules for PHP, SSL, URL rewriting, and more — making it the backbone of most shared hosting environments including cPanel-based servers.
AutoSSL
AutoSSL is a cPanel feature that automatically installs and renews Let's Encrypt SSL certificates for all domains and subdomains on your hosting account. It runs on a schedule, checking for expiring certificates and replacing them silently — so your site always stays on HTTPS without manual intervention.
Addon Domain
An Addon Domain is a secondary domain name that you can host on the same cPanel account as your primary domain. Each addon domain gets its own directory, files, and database — behaving as a fully independent website — while sharing the same hosting plan and resources.
Bandwidth
Bandwidth is the total amount of data transferred between your server and your visitors within a given billing period, usually one month. Every page view, image download, and file transfer counts toward your bandwidth. Plans typically offer anywhere from a few GB to "unlimited" (fair-use) bandwidth per month.
Backup
A backup is a copy of your website's files, databases, and email data stored separately from your live server. Regular backups protect you from accidental deletions, hacking, or server failures. cPanel includes a built-in Backup Wizard, and many hosts perform automated daily or weekly backups as part of their service.
cPanel
cPanel is the most popular web-based control panel for managing web hosting accounts. It provides a graphical interface for managing files, databases, email accounts, domains, SSL certificates, and more — all without needing to use the command line. It is the industry standard on shared and reseller hosting plans. Learn cPanel from scratch →
CDN (Content Delivery Network)
A CDN is a globally distributed network of servers that caches and delivers your website's static content (images, scripts, CSS) from locations geographically closest to each visitor. This dramatically reduces load times and server strain. Popular CDNs include Cloudflare, BunnyCDN, and Fastly.
CNAME Record
A CNAME (Canonical Name) record is a DNS entry that maps one domain or subdomain to another domain name, rather than to an IP address. For example, www.example.com might CNAME to example.com. CNAMEs are commonly used with CDNs and third-party services that need to be accessed under your own domain.
CMS (Content Management System)
A CMS is software that lets you create, edit, and manage website content through a visual interface without writing code. WordPress, Joomla, and Drupal are the most popular CMS platforms. They store your content in a database and serve it dynamically through PHP templates.
Cron Job
A cron job is a scheduled task configured on a server to run automatically at specified intervals — for example, every hour, daily at midnight, or every Monday. Cron jobs are used for tasks like sending automated emails, clearing caches, running backups, or updating data feeds. cPanel includes a visual Cron Jobs manager.
Cloudflare
Cloudflare is the world's most widely used CDN and security proxy service. When you point your domain to Cloudflare, all traffic passes through their network before reaching your server — enabling DDoS protection, caching, SSL termination, and performance optimisation. Cloudflare's free plan is sufficient for most small websites.
DNS (Domain Name System)
The Domain Name System is the internet's distributed "phone book" that translates human-readable domain names (like example.com) into machine-readable IP addresses (like 93.184.216.34). Without DNS, you would need to remember the IP address of every website you visit. DNS lookups happen automatically in milliseconds every time you load a page.
Domain Name
A domain name is the human-readable address that identifies a website on the internet, such as example.com or myblog.in. Domain names are registered through registrars (like Namecheap or GoDaddy) and must be renewed annually. The domain name system translates these names into the underlying IP addresses that servers use.
Dedicated Hosting
Dedicated hosting means you lease an entire physical server exclusively for your own use. No other client's websites or data share your hardware, giving you maximum performance, security, and customisation. Dedicated servers are the most expensive hosting option and are typically used by large businesses or high-traffic sites.
Email Hosting
Email hosting is a service that manages email accounts tied to your custom domain name (e.g., [email protected]). Most web hosting plans include email hosting via cPanel's Email Accounts feature. Standalone email hosting services like Google Workspace or Zoho Mail offer more advanced features for businesses.
Error 404
A 404 error is an HTTP status code that means "Page Not Found." It appears when a visitor tries to access a URL that does not exist on your server — either because the page was deleted, the URL changed, or there's a typo in the link. You can customise your 404 page via cPanel's Error Pages tool.
Error 500
A 500 Internal Server Error is an HTTP status code indicating that something went wrong on the server side while processing the request. It's a generic error that can be caused by a corrupt .htaccess file, a PHP syntax error, a misconfigured plugin, or exhausted server memory. Check your error logs in cPanel to diagnose the root cause.
FTP (File Transfer Protocol)
FTP is a standard network protocol used to transfer files between your local computer and your web server. Using an FTP client like FileZilla, you can upload, download, rename, or delete files on your hosting account. Most hosts also support SFTP (Secure FTP), which encrypts the connection — always prefer SFTP over plain FTP.
Firewall
A firewall is a security system that monitors and controls incoming and outgoing network traffic based on predefined rules. On web servers, firewalls block malicious traffic, brute-force login attempts, port scans, and DDoS attacks before they reach your application. ConfigServer Security & Firewall (CSF) is commonly used on cPanel servers.
Gzip
Gzip is a file compression format that reduces the size of files — typically HTML, CSS, and JavaScript — before they are sent from the server to the visitor's browser. The browser then decompresses them on the fly. Enabling Gzip (or its modern successor Brotli) can reduce page weight by 60–80%, significantly speeding up load times. It can be enabled via .htaccess or cPanel's Optimize Website tool.
HTTP (HyperText Transfer Protocol)
HTTP is the foundational protocol used to transfer web pages, images, scripts, and other resources from a web server to a browser. When you type a URL, your browser sends an HTTP request; the server responds with the requested content. HTTP traffic is unencrypted — which is why HTTPS has replaced it as the standard for modern websites.
HTTPS
HTTPS is the encrypted version of HTTP, secured using SSL/TLS certificates. All data exchanged between the server and the browser is encrypted, protecting it from interception. HTTPS is required for e-commerce, login pages, and any site that handles personal data. Modern browsers flag HTTP-only sites as "Not Secure," and Google uses HTTPS as a ranking signal.
.htaccess
The .htaccess file is an Apache server configuration file that controls behaviour at the directory level, without needing to edit the main server configuration. It's used for URL redirects and rewriting, password protection, custom error pages, enabling Gzip, blocking IPs, and setting PHP variables. WordPress and most CMSs rely on .htaccess for clean permalink URLs.
IP Address
An IP (Internet Protocol) address is a unique numerical label assigned to every device connected to a network. IPv4 addresses look like 192.168.1.1 (four numbers separated by dots); IPv6 addresses are longer and use hexadecimal notation. Web servers have a public IP address, and your domain's A Record points to it.
IMAP
IMAP (Internet Message Access Protocol) is an email retrieval protocol that keeps all your messages stored on the mail server, syncing them across every device and email client you use. Unlike POP3, deleting or reading an email on one device is reflected everywhere. IMAP is the recommended protocol for anyone using email on multiple devices.
Latency
Latency is the time delay — measured in milliseconds — between a client sending a request and the server beginning to respond. Lower latency means a faster, more responsive website experience. Factors affecting latency include physical distance to the server, network congestion, and server processing time. CDNs and choosing a data centre close to your audience both reduce latency.
LCP (Largest Contentful Paint)
LCP is a Core Web Vital metric that measures how long it takes for the largest visible content element on a page — typically a hero image or headline — to fully render in the viewport. Google recommends an LCP of 2.5 seconds or faster. It's one of the primary signals Google uses to assess page experience for search rankings.
Let's Encrypt
Let's Encrypt is a free, automated, and open Certificate Authority (CA) that provides SSL/TLS certificates at no cost. It was created to make HTTPS the default for all websites. Certificates are valid for 90 days and auto-renew automatically. cPanel's AutoSSL feature uses Let's Encrypt behind the scenes to keep all your domains secured.
MySQL
MySQL is the world's most popular open-source relational database management system. It stores website data in structured tables — for example, WordPress stores all your posts, users, settings, and comments in a MySQL database. cPanel includes a MySQL Databases tool for creating and managing databases, and phpMyAdmin for querying them directly.
MariaDB
MariaDB is a community-developed, MySQL-compatible database system created by the original MySQL developers after Oracle acquired MySQL. It is designed to be a fully compatible drop-in replacement for MySQL, offering improved performance and additional features. Many modern hosting servers use MariaDB while referring to it simply as "MySQL."
MX Record
An MX (Mail Exchanger) record is a DNS record that specifies which mail server is responsible for receiving email for a domain. When someone sends you an email, their mail server looks up your domain's MX records to find where to deliver it. A domain can have multiple MX records with different priority values for redundancy.
Nameserver
A nameserver is a DNS server that holds the authoritative DNS records for a domain — including A, CNAME, MX, and TXT records. When you register a domain, you point it to your host's nameservers (e.g., ns1.yourhost.com), delegating all DNS queries for that domain to those servers. Changing nameservers can take up to 48 hours to propagate globally.
Nginx
Nginx (pronounced "engine-x") is a high-performance, lightweight web server known for its efficiency at handling large numbers of concurrent connections. It's commonly used as a reverse proxy sitting in front of Apache to handle static files faster, as a load balancer, or as the primary web server on VPS and dedicated environments.
PHP
PHP is a server-side scripting language that runs on the web server to generate dynamic HTML pages before sending them to the browser. It powers WordPress, Joomla, Drupal, Magento, and the vast majority of content management systems. cPanel lets you switch between PHP versions (e.g., PHP 8.1, 8.2) via the MultiPHP Manager.
phpMyAdmin
phpMyAdmin is a free, browser-based interface for managing MySQL and MariaDB databases. From phpMyAdmin you can create tables, run SQL queries, import/export databases, edit records, and repair or optimise tables — all without using the command line. It's available directly from within cPanel under the Databases section.
POP3
POP3 (Post Office Protocol 3) is an email retrieval protocol that downloads your messages from the mail server to your local device and typically deletes them from the server afterward. Unlike IMAP, POP3 doesn't sync across devices — once downloaded, the email exists only on that one device. POP3 is suitable if you access email from a single device and want to store messages locally.
Reseller Hosting
Reseller hosting is a type of web hosting package that allows you to purchase a bulk allocation of server resources and then subdivide and sell that hosting to your own clients under your own brand. Each client gets their own cPanel account managed through your WHM panel. It's popular with web designers and agencies who manage multiple client websites.
SSL Certificate
An SSL (Secure Sockets Layer) certificate is a digital certificate that encrypts data transmitted between a web server and a visitor's browser, enabling HTTPS. It authenticates the server's identity and prevents data interception. SSL certificates are issued by Certificate Authorities and are mandatory for any site that handles logins, forms, or payments. How to get free SSL on your site →
SSH (Secure Shell)
SSH is an encrypted network protocol that allows you to remotely access and manage your web server via a command-line interface. With SSH access you can run scripts, install software, edit files, manage processes, and perform tasks that aren't possible through a GUI. Most VPS and dedicated server plans include SSH access; some shared hosts offer it too.
SMTP
SMTP (Simple Mail Transfer Protocol) is the standard protocol used by mail servers and email clients to send outgoing email. When you hit "Send" in your email client, it connects to an SMTP server which then routes the message to the recipient's mail server. SMTP operates on port 25, 465 (SSL), or 587 (TLS/STARTTLS).
SPF Record
An SPF (Sender Policy Framework) record is a DNS TXT record that lists which mail servers are authorised to send email on behalf of your domain. It helps receiving mail servers verify that incoming email claiming to be from your domain is legitimate, and reject spoofed messages. A proper SPF record is essential for email deliverability and reducing spam classification.
Shared Hosting
Shared hosting is a hosting arrangement where multiple websites share the same physical server and its resources — CPU, RAM, and disk space. It is the most affordable hosting option and is managed through cPanel. While resources are shared, each account is isolated in its own directory. Shared hosting is ideal for small websites, blogs, and beginners.
Softaculous
Softaculous is an auto-installer integrated into cPanel that lets you install WordPress, Joomla, Drupal, Magento, and 400+ other web applications with a single click — no manual file uploads or database configuration needed. It also handles application updates and backups. It's the fastest way to get a WordPress site up and running. Install WordPress free in one click →
Subdomain
A subdomain is a prefix added before your root domain name — for example, blog.example.com or shop.example.com. Subdomains are used to create separate sections of a website, host different applications, or create staging environments. They are free to create through cPanel and don't require a separate domain registration. Get a free subdomain →
SSD (Solid State Drive)
An SSD is a storage medium that uses flash memory to store data, with no moving parts. SSDs are dramatically faster than traditional spinning HDDs — delivering read/write speeds up to 10–20x higher. Modern hosting servers use SSDs (or NVMe SSDs) to reduce database query times, speed up file I/O, and deliver faster page loads.
TLD (Top-Level Domain)
A TLD is the last segment of a domain name — the part that comes after the final dot. Examples include .com (commercial), .org (organisations), .net (networks), .in (India), and .io (tech startups). There are hundreds of TLDs available today, including country-code TLDs (ccTLDs) and generic TLDs (gTLDs) like .blog, .shop, and .app.
TTL (Time To Live)
TTL is a value — measured in seconds — that tells DNS resolvers how long to cache a DNS record before fetching a fresh copy from the authoritative nameserver. A TTL of 3600 means the record is cached for one hour. Lower TTL values (e.g., 300) mean DNS changes propagate faster, while higher values reduce DNS query load on nameservers.
Uptime
Uptime is the percentage of time a web server is operational and accessible to visitors. It's the primary measure of hosting reliability. 99.9% uptime translates to roughly 8.7 hours of downtime per year; 99.99% ("four nines") is under 53 minutes. Reputable hosts publish uptime guarantees (SLAs) and display real-time status pages.
URL (Uniform Resource Locator)
A URL is the full web address used to locate a specific resource on the internet. It includes the protocol (https://), the domain name (example.com), and optionally a path (/blog/my-post) and query string (?id=5). Every web page, image, file, and API endpoint has its own unique URL.
VPS (Virtual Private Server)
A VPS is a virtualised server that runs within a larger physical machine alongside other VPS instances, but with its own dedicated allocation of CPU, RAM, and disk space. Unlike shared hosting, resources are not shared with other users. A VPS gives you root access and the ability to install custom software, making it ideal for growing websites and developers. Try a free VPS →
Virtual Host
A virtual host (or vhost) is a server configuration that allows a single server with one IP address to host multiple distinct websites. Apache and Nginx both support virtual hosting — each vhost defines a separate document root, domain, and log file. cPanel automatically creates and manages virtual host configurations when you add domains to your account.
WAF (Web Application Firewall)
A WAF is a security layer that inspects incoming HTTP requests and blocks malicious traffic before it reaches your web application. It protects against common attacks like SQL injection, cross-site scripting (XSS), and remote file inclusion. Cloudflare and ModSecurity (built into many cPanel servers) are the most common WAF solutions.
WordPress
WordPress is the world's most popular CMS, powering over 43% of all websites on the internet. It's open-source, highly extensible through 60,000+ plugins and thousands of themes, and can be installed instantly via Softaculous in cPanel. WordPress uses PHP and MySQL and is the go-to choice for blogs, business sites, portfolios, and online stores. Get free WordPress hosting →
WHM (Web Host Manager)
WHM is the administrative control panel that sits above cPanel in the hosting hierarchy. While cPanel manages individual hosting accounts, WHM is used by server administrators and resellers to create and manage multiple cPanel accounts, configure server settings, monitor resource usage, and set up reseller packages. Access to WHM is typically restricted to VPS, dedicated, and reseller hosting plans.
Zone File
A DNS zone file is a plain-text configuration file that holds all the DNS records for a specific domain — including A records, CNAME records, MX records, TXT records, and more. It's stored on the authoritative nameserver for that domain. In cPanel, you can view and edit your zone file directly through the Zone Editor tool under the Domains section.
Ready to Put These Terms to Work?
Start with free hosting and experience cPanel, SSL, Softaculous, and subdomains firsthand.