1. Home
  2. General
  3. Website Hosting Glossary of Terms with 1-grid 

Website Hosting Glossary of Terms with 1-grid 

This guide will help you understand the most common website hosting glossary terms, including domain, email, networking, security, and website management terms you may encounter while using 1-grid services. 

Whether you’re building your first website, managing an online business, or simply trying to understand technical terminology, this glossary provides plain-language explanations designed to build confidence and reduce confusion. 

You do not need to understand every website hosting glossary term immediately. This glossary serves as a reference guide that you can return to whenever you encounter unfamiliar terminology.

Website Hosting Glossary of Terms with 1-grid

What This Means 

Website hosting often introduces new concepts and technical language that can feel overwhelming when you’re getting started. 

This website hosting glossary explains common terms used throughout the hosting industry and within the 1-grid Knowledge Base, Customer Zone, hosting control panels, and support documentation. 

How Understanding These Concepts Can Help You
  • Make informed hosting decisions 
  • Better understand support guidance 
  • Troubleshoot issues more confidently 
  • Communicate more effectively with technical teams 
  • Manage your online presence with greater confidence 

Most Important Terms for Beginners 

If you’re new to website hosting, start with these website hosting glossary terms: 

Domain Name 

Your website’s online address, such as example.co.za. 

Website Hosting 

The service that stores your website files and makes them available online. 

DNS 

The system that directs visitors to the correct website server. 

SSL Certificate 

A security certificate that enables HTTPS and encrypts website traffic. 

cPanel 

A hosting control panel is used to manage websites, emails, databases, and files. 

Email Hosting 

A service that allows you to send and receive email using your domain name. 

Bandwidth 

The amount of data transferred between your website and its visitors. 

Disk Space 

The storage allocated to your hosting account. 

Glossary of Terms 

A 

Address 
The unique location of a webpage, file, or resource on the internet. Commonly referred to as a URL (Uniform Resource Locator). 

Anonymous FTP (Anon FTP) 
A legacy FTP method that allows users to access files without a dedicated account. Modern hosting environments typically use authenticated FTP or SFTP for improved security. 

Applet 
A small software application designed to run within another application, typically a web browser. Java applets were historically common but are now largely obsolete. 

Archive 
A collection of files stored together for backup, transfer, or long-term retention purposes. Archiving may also refer to compressing files into formats such as ZIP. 

ASCII 
American Standard Code for Information Interchange. A character-encoding standard used to represent text in computers and communication systems. 

ASP (Active Server Pages) 
A Microsoft server-side scripting technology used to create dynamic websites. ASP has largely been succeeded by ASP.NET and other modern development frameworks. 

Authentication 
The process of verifying a user’s identity typically through usernames, passwords, multi-factor authentication, or security tokens. 

B 

Bandwidth 
The amount of data transferred between your website and visitors over a period of time. Examples include: website visits, image downloads, video streaming, and email transfers. Bandwidth does not directly determine website speed, but it affects how much traffic your website can handle. 

Browser 
Software used to access websites and online services. Some common browsers are: Google Chrome, Microsoft Edge, Mozilla Firefox, and Safari.

Browser Sniffing 
A technique used by websites to identify a visitor’s browser type and adjust content or functionality accordingly. 

C 

Cascading Style Sheets (CSS) 
A language used to control the appearance and layout of webpages, including colours, fonts, spacing, and responsive design. 

SSL Certificate 
A digital certificate that enables encrypted communication between a website and its visitors. Benefits of an SSL Certificate include: enabling HTTPS, improving website security, building visitor trust, and supporting search engine rankings.  

CGI (Common Gateway Interface) 
A method that allows web servers to execute external programs and generate dynamic content. Although still used in some environments, modern websites often rely on frameworks and APIs instead. 

cgi-bin 
A server directory traditionally used to store CGI scripts. 

Client 
A device or application that requests services from a server. Some examples include: web browsers, email applications, and mobile apps.

Clustering 
The practice of connecting multiple servers together so they function as a single system. Benefits include: improved reliability, increased performance, and better fault tolerance. 

Control Panel 

A web-based interface that allows customers to manage hosting services. Some examples include: cPanel, Plesk, and WHM.

Cookie 

A small piece of information stored by a website in your browser. Common uses include: login sessions, preferences, analytics, and personalisation

Crawler 

Also known as a spider or bot. An automated program used by search engines to discover and index webpages. Some examples include: Googlebot and Bingbot.

D 

Data Transfer 
The amount of information uploaded to or downloaded from a hosting account. Often used interchangeably with bandwidth. 

Database 
A structured collection of information used by websites and applications. Common Databases include: MySQL, MariaDB, and Microsoft SQL Server

Dedicated Server 
A physical server allocated exclusively to a single customer or organisation. Benefits include: full resource allocation, increased control and enhanced performance

DNS (Domain Name System) 
The system that translates domain names into server IP addresses. DNS allows visitors to use example.co.za instead of 192.168.xxx.xxx.

Domain Name 
The unique web address used to access a website. Domain names must be renewed to remain active. Some examples include: example.co.za, example.com, and example.org.

E 

E-Business 
The use of internet technologies to conduct and support business activities, including sales, communication, marketing, and customer service. 

F 

Filtering 
The process of analysing and controlling network traffic based on defined security rules. Commonly used within firewalls. 

Firewall 
A security system that monitors and controls incoming and outgoing network traffic. The benefits are: protection from unauthorised access, malware and network attacks.

FTP (File Transfer Protocol) 
A protocol used to transfer files between a computer and a hosting server. Secure alternatives such as SFTP are recommended whenever available. 

G 

GIF (Graphics Interchange Format) 
An image format commonly used for simple graphics and animations. 

Gigabyte (GB) 
A unit of digital storage. 1 GB equals approximately 1,024 MB. Hosting storage allocations are often measured in GB. 

H 

Hit 
A request made to a web server for a file or resource. Hits are not the same as website visitors and should not be used as a measure of website traffic on their own. 

Home Page 
The primary landing page of a website. Typically accessed when a visitor enters a domain name into a browser. 

Host 
A computer or server connected to a network that provides services to other devices. 

HTML (HyperText Markup Language) 
The standard language used to structure webpage content, and defines text, images, links, and page layouts.

HTTP (HyperText Transfer Protocol) 
The protocol used to transfer webpage content between servers and browsers. HTTPS is the secure version of HTTP. 

Hyperlink (Link) 
A clickable connection between webpages, files, or resources. 

Hypertext 
Text that contains links allowing users to navigate between related resources and webpages. 

I 

Image Map 
An image that contains clickable areas linking to different webpages, files, or actions. Image maps were historically used for website navigation and interactive graphics. 

IMAP (Internet Message Access Protocol) 
An email protocol that allows you to access and manage email messages directly on the mail server. The benefits of IMAP include: synchronisation across multiple devices, messages remain stored on the server, and consistent mailbox views across devices

Internet 
A global network connecting millions of computers, servers, devices, and online services. The internet enables websites, email, cloud services, online communication, and digital commerce. 

Intranet 
A private internal network used by organisations to securely share information and resources with employees or authorised users. 

IP (Internet Protocol) 
A set of rules used to identify devices and route data across networks. Every internet-connected device uses an IP address. 

ISP (Internet Service Provider) 
A company that provides internet connectivity. Examples include fibre, wireless, mobile, and broadband providers

J 

JavaScript 
A programming language used to create interactive website functionality. Examples include forms, menus, animations, and dynamic content updates. JavaScript runs directly within web browsers. 

JPEG (JPG) 
A widely used image format that compresses photographs and graphics to reduce file size. JPEG files are commonly used on websites because they balance image quality and loading speed. 

K 

Kbps (Kilobits Per Second) 
A measurement of data transfer speed. Although largely replaced by Mbps and Gbps measurements today, Kbps may still appear in legacy networking documentation. 

Kilobyte (KB) 
A unit of digital storage. 1 KB equals approximately 1,024 bytes. 

L 

LAN (Local Area Network) 
A network connecting devices within a limited area, such as Offices, Homes, and Schools. LANs typically provide high-speed communication between connected devices. 

Link 
A connection between webpages, files, resources, or systems. Often used interchangeably with the term hyperlink. 

Linux 
An open-source operating system widely used by hosting providers due to its stability, security, performance, and flexibility. Most WordPress and PHP hosting environments run on Linux. 

Login 
The process of accessing an account or system using credentials such as a username and password. 

M 

Mailserver 
A server responsible for sending, receiving, storing, and routing email messages. 

MBps (Megabytes Per Second) 
A measurement of data transfer speed. Used to measure how much data can be transferred per second. 

Mbps (Megabits Per Second) 
A common measurement used to describe internet and network speeds. It’s important to remember Mbps measures speed, whereas MBps measures file transfer volume. The two should not be confused. 

Megabyte (MB) 
A unit of digital storage. 1 MB equals approximately 1,024 KB. 

MIME (Multipurpose Internet Mail Extensions) 
A standard that allows email messages to include attachments, images, documents, and multimedia content. 

Mirror Site 
A duplicate copy of a website hosted on a separate server. Mirror sites can improve availability, download speeds, and geographic accessibility. 

Modem 
A device that enables communication between local devices and internet service providers. Modern internet connections typically use fibre, wireless, or broadband equipment rather than traditional dial-up modems. 

MP3 
A popular compressed audio file format. MP3 files significantly reduce storage requirements while maintaining acceptable audio quality. 

MPEG 
A family of video compression standards used for digital video content. Many online video formats are based on MPEG standards. 

MySQL 
A widely used relational database management system. MySQL is commonly used by WordPress, Joomla, Drupal, and custom web applications. 

O 

Offline 
A state in which a device, system, or service is not connected to a network or internet connection. 

Online 
A state in which a device, system, or service is connected to a network or the internet. 

P 

Page 
A single document within a website. Most websites consist of multiple pages connected through navigation and links. 

Perl 
A programming language historically used for scripting and web development. Although still supported in some environments, it is less common than PHP and JavaScript today. 

PHP 
A server-side programming language used to create dynamic websites and web applications. WordPress relies heavily on PHP. 

Plug-in 
Software that extends the functionality of an existing application. Examples include: WordPress plugins, Browser extensions, and Email client add-ons

POP3 (Post Office Protocol Version 3) 
An email retrieval protocol that downloads messages from a mail server to a device. Unlike IMAP, messages are typically stored locally after download. 

Port 
A communication endpoint used by applications and network services. Common examples include: Port 80 (HTTP), Port 443 (HTTPS), and Port 25 (SMTP)

Protocol 
A defined set of rules that enables devices and systems to communicate with each other. Examples include: HTTP, HTTPS, FTP, SMTP, and TCP/IP

R 

Reseller Hosting 
A hosting service that allows businesses to sell hosting services under their own brand. 

Router 
A networking device that directs internet traffic between networks. 

S 

S/MIME 
A security standard that encrypts and digitally signs email messages. 

Scripting Language 
A programming language used to automate tasks or create dynamic functionality. Examples include: PHP, JavaScript, Perl, and Python

Search Engine 
A platform that helps users find information online. Examples include: Google, Bing, and DuckDuckGo

Server 
A computer that provides services, data, or applications to other computers. Why it matters: Websites, email, and databases all run on servers

Session 
A temporary connection between a user and a website or application. Example: Remaining logged in to a customer portal

SHTTP (Secure HTTP) 
An older secure version of HTTP. Today, HTTPS is the standard method used to secure website traffic. 

Smileys 
Text-based symbols used to express emotions. Examples: 🙂 or 😀 

SMTP (Simple Mail Transfer Protocol) 
The protocol used to send email messages between servers. 

Spam 
Unsolicited or unwanted email messages, typically sent in bulk. 

Spider 
Another name for a search engine crawler that indexes website content. 

SQL (Structured Query Language) 
A language used to manage and query databases. 

SSH (Secure Shell) 
A secure method of remotely accessing servers through a command-line interface. 

SSI (Server Side Includes) 
A technology that allows web servers to insert dynamic content into webpages before they are delivered. 

SSL (Secure Sockets Layer) 
A security protocol used to encrypt data between websites and visitors. Why it matters: SSL certificates help protect customer information and enable HTTPS

SSL Certificate 
A digital certificate that verifies website ownership and enables secure, encrypted connections. Why it matters: SSL certificates help improve security, trust, and search engine visibility

Static IP Address 
A permanent IP address assigned to a service or server. Why it matters: Often used for advanced hosting, remote access, or business applications

Streaming 
The delivery of audio or video content over the internet without requiring a full download. 

Subdomain 
A subsection of a primary domain. Example: blog.yourdomain.co.za or shop.yourdomain.co.za

Surfing 
A traditional term used to describe browsing the internet. 

T 

TCP/IP 
The core communication protocols used by the Internet. Why it matters: These protocols allow devices, websites, and services to communicate with each other

Terabyte (TB) 
A unit of digital storage equal to approximately 1,024 gigabytes (GB). 

TLD (Top-Level Domain) 
The extension at the end of a domain name. Examples: .co.za, .com, .org, .net

Traceroute 
A network diagnostic tool used to identify the path traffic takes between devices. Why it matters: Useful when troubleshooting connectivity issues

Traffic 
The volume of data moving between users and a website or service. 

U 

URL (Uniform Resource Locator) 
The web address used to access a specific page or resource online. Example: https://1grid.co.za 

V 

Viewer 
Software used to open and display specific file types. 

Virus 
Malicious software designed to damage, disrupt, or gain unauthorised access to systems. 

VPN (Virtual Private Network) 
A secure connection that encrypts internet traffic between a device and a network. 

W 

W3C (World Wide Web Consortium) 
The international standards organisation responsible for developing web standards. 

WAN (Wide Area Network) 
A network that connects multiple locations over large geographic distances. 

WAV 
An audio file format that provides high-quality sound with minimal compression. 

Whois 
A lookup service used to retrieve information about a registered domain name. 

WWW (World Wide Web) 
The collection of websites and web resources accessible through the internet.

X

XML (Extensible Markup Language) 
A structured data format used to store and exchange information between systems. 

Z 

ZIP 
A file compression format that reduces file size for easier storage and transfer. 

Before You Move On 

Now that you understand the most common website hosting glossary terms, consider reviewing: 

Common Mistakes to Avoid 

  • Confusing bandwidth with internet speed  
  • Confusing disk space with website traffic  

FAQs 

What is the most important hosting term to understand? 

For beginners, understanding domains, hosting, DNS, bandwidth, disk space, and SSL will provide a strong foundation. 

What is the difference between HTTP and HTTPS? 

HTTPS uses SSL encryption to protect information transferred between visitors and your website. This website hosting glossary makes it quick and easy for you to ease the confusion.

Do I need to understand all these terms? 

No. This website hosting glossary is designed as a reference guide. You only need to understand the terms relevant to what you are trying to achieve. 

Empowering Insight 

Empowering Insight

Most website hosting concepts sound more complex than they are. Once you understand the relationship between your domain name, hosting, DNS, and email services, managing your online presence becomes significantly easier, and this website hosting glossary becomes a power book for you.

Updated on June 26, 2026

Was this article helpful?

Related Articles