Kolam Ayer MakersLinux Foundations

Server

Core Idea

A server is a machine or process that waits for requests and responds to clients.

Course Examples

Machine Versus Process

People say “server” in two ways:

When debugging, ask which meaning is relevant.

What Servers Need

Common Failures

Proof Check

For your personal service, identify the server machine, server process, port, protocol, and log command.

Docs Pointers