next up previous contents
Next: Standards Up: Web Servers Previous: Weekly News   Contents

The fundamental idea

Every program has a fundamental idea, the very essense of its existence. Web servers are a very simple idea which is that I want to listen for file requests and, when asked, send them.

Most programs that are widely used are based on a standard. Web servers rest on two standards: TCP/IP for network protocols and HTTP for file transfers. First we cover these two standards.


root 2004-02-18