Glossary
technical

Server

Definition

A computer that stores your website files and delivers them to visitors' browsers. Can be a physical machine or virtual instance in the cloud.

What is a Server?

A server is a computer that stores and delivers website files. When someone visits your website, their browser sends a request to your server, which responds with the requested files.

How Servers Work

  1. User types your URL or clicks a link
  2. Browser asks DNS for your server's IP address
  3. Browser connects to your server
  4. Server processes the request
  5. Server sends back files (HTML, images, etc.)
  6. Browser displays the website

Types of Servers

Web Server

Delivers website content. Examples: Apache, Nginx, IIS.

Application Server

Runs your website's code. Processes dynamic content.

Database Server

Stores and retrieves data.

Email Server

Handles sending and receiving emails.

File Server

Stores files for access across a network.

Physical vs Virtual Servers

Physical Server

An actual computer in a data centre. Dedicated to you (expensive) or shared with others.

Virtual Server (VPS)

A simulated server running on physical hardware. Multiple virtual servers share one physical machine.

Cloud Server

Virtual servers on cloud platforms (AWS, Google Cloud, Azure). Scalable and pay-as-you-go.

Server Specifications

Key factors affecting performance:

  • CPU: Processing power
  • RAM: Working memory
  • Storage: SSD faster than HDD
  • Bandwidth: Data transfer capacity
  • Location: Closer to visitors = faster

For Website Owners

You typically don't manage servers directly – your hosting provider handles it. But understanding servers helps you:

  • Choose appropriate hosting
  • Diagnose speed issues
  • Understand limitations
  • Make informed upgrade decisions

Server Security

Servers need protection: firewalls, regular updates, access controls, and monitoring. Most hosting providers handle basic security, but you should verify what's included.

Want to Learn More?

Check out our in-depth guides on web design, SEO, and digital marketing.