🧩 Function-Based Servers (What They Do)

1. Web Server

Purpose: Delivers websites to users’ browsers over HTTP/HTTPS.

How it works: It receives requests for webpages and returns HTML/CSS/JS files.

Examples:


2. Database Server

Purpose: Stores and manages structured data.

How it works: Applications send queries (like SQL) to retrieve, insert, or update data.

Examples:


3. File Server

Purpose: Provides centralized access to files and folders over a network.