Hosting a website might feel like tangling through the web of unfamiliar vocabulary. Trust me, I’ve been there. Today I’ll cover all the web hosting terms that I could think of and explain what they mean. That’s in hopes of making your web hosting learning curve less steep. 

By the way, please use the comment section if you think a definition is missing, and you’d like me to include it in this web hosting glossary. 

Hosting types

Cloud hosting – a modern hosting service that connects multiple physical servers using Cloud infrastructure to create a powerful hosting solution. This helps with scaling, redundancy, and performance. It is not a cheap option overall, but you only pay for the resources you need. Both smaller websites and even large enterprise-level apps can benefit from Cloud hosting.

traditional vs cloud hosting

Dedicated server hosting – the whole physical server is rented out (or sold) to a single user. You become the manager of this server and, with complete control, can configure it for specific needs. Only the largest of projects require dedicated server hosting and it’s considered a very advanced option.

Linux hosting refers to the operating system that runs on the hosting server. It’s the most commonly used server operating system that powers shared, VPS, Cloud, and dedicated servers. 

Reseller hosting refers to service when a bigger provider rents out server space and needed software so that the buyer could re-sell that server space to their own clients. It’s a strategy used to build your own hosting company or host clients’ websites as a developer/agency without a huge investment. For a better example, imagine that you buy a watermelon from a farmer, cut it in pieces, and sell those pieces for profit. This is exactly how reseller hosting works.

Shared hosting – the least expensive web hosting option when a single physical server is shared among multiple (can be up to several hundred) users. This is technologically easy to do and does not require expensive technology, keeping the costs low. Shared hosting is the best option for the majority of small and medium websites. Plus, it’s very easy to use as all technicalities are in the hands of the provider.

shared hosting

VPS hosting – Virtual Private Server hosting is the in-between of shared and dedicated servers. By using virtualization software, the resources of a physical server are sliced, separated, and distributed among different accounts. Unlike shared hosting, these resources are dedicated to you entirely. VPS hosting can be both rather affordable if you pick an unmanaged entry option and pretty expensive for high-end managed services. It fits larger projects, thanks to the ease of scalability.

VPS hosting

Windows hosting refers to the operating system that runs on the hosting server. Windows is not a very commonly used server OS, but it’s still needed for Microsoft-specific projects if you want to use MSSQL, ASP.NET, or .NET Core. Compared to Linux, Windows hosting can be easier to use thanks to the graphic user interface.

WordPress hosting refers to any web hosting service that focuses on WordPress website hosting. Usually, it’s used as a marketing term because this content management system is the most popular one you can build your site on. However, some providers actually include WordPress-specific optimizations, tools, and support. 

Servers

Bandwidth is a measure that shows how much data can be transferred in a period of time. Usually, providers set a monthly allowance. Bandwidth resources are used for every interaction with your website – files of each page need to be delivered to the visitor, file uploading and downloading counts in too. 

CPU – Central Processing Unit is a piece of hardware that works similarly to your brain. It receives signals and takes action to get those signals processed and executed. The more and the faster CPUs your server has, the more information can be processed for complex website/app functions.

Datacenter is a dedicated space or a building where physical server machines are located. Quality data centers follow strict security and redundancy protocols to ensure that the servers are running 24/7 without interruptions. The data center location is important if you have a particular audience to target. The closer a physical server is located to the audience, the lower is the latency, ensuring optimal speeds.

data center

Inodes are records in the file system that store the data of each file owner, location, size, and similar. This means that the number of inodes equals the number of files. Inodes are often used as a form of limitation – hosting providers can decide how many inodes you can have on your server.

IP address – An Internet Protocol (IP) address is a numeric label assigned to each device that uses Internet Protocol for communication. This means that all laptops, servers, phones, and other devices have an IP address. It is used for sending and receiving information. On shared hosting, you may share an IP address among the other users of that server, although it is possible to purchase a dedicated IP address for your account only. VPS and dedicated server users get their own dedicated IPs. There are 2 IP versions – IPv4 and IPv6. IPv4 is a 32bit standard IP address deployed in 1981 with a limit of around 4.3 billion addresses. Meanwhile, IPv6, deployed in the late 1990s is a 128bit version with a theoretical limit of 340 undecillion addresses. 

IPv4 vs IPv6 explained

Processes (active/entry) – Processes are the number of actions that are happening on the server at any given point. For example, opening a mailbox, sending email, installing an app, etc. Meanwhile, entry processes refer only to those actions when a web page is accessed. Once the initial page loading/requests come through, the entry processes end.

RAM – Random Access Memory is a temporary/volatile type of storage on the server. It’s needed to run any app or program, yet the data stored on it is deleted once the server is rebooted or when the app terminates it. 

Server is a physical computer machine on which websites/applications are hosted. Imagine it as your own computer with 10s of times more power and storage. Servers are kept running 24/7 in highly redundant data centers so that your project remains online at all times.

Storage/disk space is where all your website/application files are stored. It can either be SSD (solid-state drive) or HDD (hard disk drive). SSDs are modern storage units that don’t have moving elements on the hardware and are faster. HDDs are an older version of storage and have moving parts on the hardware, making them slower and less reliable.

hdd and ssd storage disks

Hosting management software

.htaccess stands for hypertext access. It can be used for enabling or disabling Apache web server functionalities. For example, you can block other websites linking to your site, set a password, or a 404 page. It can be beneficial for SEO to improve your site’s functionality.

Control panel is where the majority of tools to control your hosting account/server/website are located. You can compare it to your computer’s settings. cPanel is the most popular control panel, although many hosting providers are switching to custom-built options now. 

File manager is one of the control panel tools for uploading, downloading, and editing the files of your hosting account/website.

FTP/SFTP – File Transfer Protocol is used to transfer files between computers on a network. For example, you can use it to transport files from your computer to your hosting account. SFTP or Secure File Transfer Protocol adds a layer of security as files are transferred through a single connection via secure shell protocol, keeping the connection protected.

FTP and SFTP explained

Load balancer is a system that distributes incoming traffic through multiple servers to prevent system overload if high levels of traffic are coming to the same IP. It’s used to improve performance on popular websites/applications.

phpMyAdmin is an open-source tool in PHP for MySQL database management live. You’ll find it on the majority of hosting panels and can use it for creating databases, editing tables, or setting user permissions, among others.

Softaculous – when providers say that they have one-click app installers, they usually mean Softaculous. It’s the biggest and the most popular app installer library, where you can find WordPress, Joomla, Drupal, and other CMSs.

SSH – Secure Sockets Shell is a protocol for securely connecting to a remote computer. The data that travels from your computer to a remote computer is encrypted and only the machine that has a special Private key can decrypt that data. You can use it to control and modify a remote server through the Internet connection from home securely. That’s done by typing pre-set SSH commands via Terminal in mac or PuTTY in Windows.

ssh protocol explained

WHM – Web Host Manager is the administrative access to cPanel. You can use it to create separate cPanel accounts and set up server resource limits for each of them. It’s mainly used for reseller hosting.

WHMCS – Web Host Manager Complete Solution is a hosting billing and client management automation software. It’s used by reseller hosting/agencies to create different hosting plans and set up automatic billing for clients.

Web applications

Drupal is a popular open-source content management system written in PHP. It’s mainly used by enterprises, NGOs, and government agencies rather than the public. Drupal is known for security and customizability, as well as a higher learning curve when compared to WordPress.

Joomla is a free content management system focused on developers and allowing them to customize the websites as needed. While not as popular as WordPress, Joomla is more secure and less vulnerable to cyber attacks.

PrestaShop is an open-source content management system for online stores that works on the freemium model. The app itself is free, but many of its features and plugins are unlocked by paying, just like using WordPress. At the same time, it’s easier to use for online stores as it is designed specifically for that.

Website builders are usually all-inclusive platforms that offer a tool for creating a website using a visual editor with hosting included. It’s an alternative to the classic hosting + CMS model for those who need to create a website fast or don’t have the technical expertise to develop a website from scratch.

WordPress is the most popular open-source content management system written in PHP. What started as a blogging platform is now used by the majority of websites – blogs, online stores, and news portals included. WordPress covers close to 40% of all websites.

Zen Cart is a free and open-source shopping cart software. While not as popular as WordPress or Drupal, it’s very easy to use for quickly creating product pages. It might be a good option for small online stores that need a website with easily configurable product page options.

Security

2FA – 2-Factor Authentication is a procedure that adds a second layer of protection when logging in to an account. Logging in with just a password is not enough; 2FA will also send a code to your phone or generate it via an authentication app. This procedure is becoming a new standard when it comes to protecting your accounts.

Backup is a service that takes a copy of all your website/app files and data and stores it permanently/temporarily on a remote/same server. You can then use that copy to restore a website/app in case some major error/vulnerability is discovered. It’s best to opt for daily backups that will be stored on a remote server/Cloud for the best security.

Brute-Force Attack usually refers to those attacks when hackers try to force their way into your account using a script or software that automatically performs multiple attempts to guess/engineer the password.

DDoS – Distributed Denial of Service is a type of cyber attack when a targeted computer/server is flooded with traffic. The goal is to make that computer/server unavailable or at least compromise its performance.

DDoS cyber attack explained

Firewall is an essential security feature that works as a roadblock. Firewalls are given a set of rules to help them determine whether the traffic should be let in or not. It prevents unauthorized or malicious traffic from reaching the server. In shared hosting, the providers usually take care of the server firewall. Meanwhile, VPS or dedicated servers often require you to install a firewall on your own.

Malware is software designed to intentionally harm and compromise targeted networks, hardware, and software. It’s a common type of cyber attack on websites. Hosting providers often have malware scanning tools implemented, but the majority of them charge extra for the removal.

RAID – Redundant Array of Independent Disks is a technology meant to increase data redundancy of the server. It works by distributing the data across multiple servers and preventing data loss in case the drives become compromised. 

SSL/TLS – Secure Sockets Layer (SSL) is a protocol that encrypts data traveling between 2 systems so that it is protected from being freely available to unauthorized parties. Transport Layer Security (TLS) is an upgraded version of SSL. When you’re getting an SSL certificate or purchasing one, you’re actually getting some of the latest versions of TLS. SSL is only a popular term used to describe both SSL and TLS, just like Jacuzzi stands for a hotub or Sharpie stands for a permanent market. 

ssl encryption protocol explained

Performance

Cache – in web hosting, cache (pronounced késh) is a service meant to make your website/app load faster by storing the commonly used files closer to the destination, e.g., visitor’s browser or RAM (random access memory). This way, that data doesn’t need to be retrieved from the original storage, and pages can load faster. Depending on the type of cache, it usually works with recurring visits, meaning that first-time visitors are less likely to benefit from caching. Additionally, your website becomes more redundant – because data is cached, in often cases, visitors can access it even when the server is temporarily down.

Cache explained

CDN – Content Delivery Network is a service that caches website content on a network of servers that are located in multiple destinations worldwide. This works to speed up page loading times for global audiences as the data doesn’t need to travel long distances. Services such as Cloudflare can also mask your IP and so decrease the risk of DDoS attacks.

CDN content delivery network

First Contentful Paint measures the time in which the first visual element appears on the page that is loading. It signals the visitor that the page is actually loading, ensuring a good user experience. Everything up to 1.8 seconds is considered fast.

First Contentful Paint FCP

Largest Contentful Paint measures the time in which the main content of the page has loaded. Visitors often consider this as the final result of the page, while some processes still run in the background. It’s an important metric both in terms of user experience and search engine rankings. Results up to 2.5 seconds are considered as good in Google’s Web Vitals. 

Largest Contentful Paint LCP

Page load time refers to the time a page takes to load fully. It’s becoming more and more important as search engines and even social media giants such as Facebook are penalizing slow-loading websites. The acceptable page load time is currently up to 3 seconds.

Fully loaded time – page load time

Response time is the time in which a server reacts to any signal (ping) sent its way. The time should be as stable as possible in well-working servers. Slow response times cause an unnecessary delay in page loading. The ideal response time is up to 200ms, yet everything up to 600ms is acceptable. 

SLA – Service-Level Agreement is a provider’s commitment to service quality. It’s most often used to determine an uptime guarantee and compensation if such a guarantee is not followed due to the provider’s fault.

TTFB – Time To First Byte indicates a time which the server took to send out the first byte of data when loading a website. It should not exceed 600ms to pass Google’s audit.

Time to first byte TTFB

Uptime refers to the time (usually in percentage) that the server is online (and so is your website). A standard uptime guarantee in the web hosting industry is 99.9% which equals 1 minute and 26 seconds of downtime daily. However, many good providers exceed this guarantee and strive to be as close to 100% as possible.

Errors

error page example

301 Moved Permanently – the page you are looking for is redirected to a new permanent URL.

302 Moved Temporarily – the page you are looking for is temporarily redirected to a different URL.

304 Not Modified – the requested resource has not been modified since the last request to access it. 

400 Bad Request – the request was not delivered due to a client error (e.g., typing or syntax error when entering an URL).

401 Unauthorized – the request was not delivered as it requires user authentication.

403 Forbidden – the server understood the request but did not deliver it as the access is forbidden.

404 File Not Found – the requested resource (page/file) does not exist. This happens when, for example, a page is deleted and not redirected or the client entered the wrong URL.

405 Method Not Allowed – a specified request method was received and recognized, but the particular method was rejected for that resource.

409 Conflict – the server could not complete the request due to the conflict with the current state of the requested resource. It appears in situations when the user might be able to resolve the conflict and resubmit the request.

418 I’m A Teapot – an April Fools joke by IETF, meaning that the server refused to brew coffee because it is a teapot. 

500 Internal Server Error – server encountered an unexpected error. One of the most common server errors you’ll find as it is a generic error for problems that don’t have a particular error code.

502 Bad Gateway – one of the servers received an invalid response from another. 

503 Service Unavailable – indicates that the server cannot handle the request due to it being down/overloaded. 

Email hosting

Autoresponder – a common feature on the majority of email services, it allows you to send automated messages in response to a received email. For example, you can set out-of-office messages or set thank-you emails.

Catch-all is a mailbox that receives all emails that are sent to a particular domain. For example, you have hello@yourcompany.com mailbox, but a client sends an email to contact@yourcompany.com mailbox – you’ll still get that email. 

IMAP – Internet Message Access Protocol is a way of retrieving emails when a copy is stored on the server until it is manually deleted. This way, people with multiple devices can access the emails on all of them.

MX record – Mail Exchanger is a record within the DNS (Domain Name) system. It works to indicate which mail server is used for receiving emails to your domain.

POP – Post Office Protocol is a process of receiving and authenticating email messages. You can use it together with email applications such as Outlook or Gmail to read your messages. It’s important to note that POP does not synchronize the messages across multiple devices. It downloads the message from a server to a device of your choice and deletes it from the server. 

SMTP – Simple Mail Transfer Protocol is a set of commands that work to ensure that the email message reaches the intended recipient.

Webmail is a way of viewing and sending messages directly from the browser without the need to install a dedicated email application. 

Domain hosting

DNS – Domain Name System is a protocol that translates your easy-to-remember domain name (yourdomain.com) into a numeric sequence (IP address) that computers understand.

dns domain name system explained

Domain privacy is a service that hides your personal information (name, company name, address, etc.) from public domain records by replacing it with generic information.

Domain registrar is a company that’s acquired ICANN (Internet Corporation for Assigned Names and Numbers) accreditation for registering and managing domain names. For example, GoDaddy is among the largest domain registrars where you can buy (or sell) domain names.

ICANN – Internet Corporation for Assigned Names and Numbers is an organization that manages and coordinates all IP addresses and domains on the Internet so that computers would be able to communicate with each other. Because of this, we can see and work with the Internet as we know it.

Parked domain is a domain that’s not currently in active use but is assigned a place on the server. Just like a car in a garage, hence the name “parked.” Such domain can be used to redirect traffic to a working website or display messages.

Subdomain is a prefix before your actual domain name. E.g., in en.website.comen. is a subdomain. A subdomain can have its own unique content. As in the previous example, en. subdomain could display an English version of a website if the main domain is displaying another language.

TLD – Top Level Domains are the suffixes at the end of each domain such as .com, .org, or even .fun and .ninja

web address components – domain, TLD, subdomain

WeCreativez WhatsApp Support
Our customer support team is here to answer your questions. Ask us anything!
👋 Hi, how can I help?