|
There are many kinds of computer programs, and many categories in which to describe them. This website describes a specific type of computer program known as a "webserver" and a specific version of webserver called zHTTP. In general, webservers are the computer programs that service you when you are "surfing the Internet". They are the programs that receive the "request" that your browser has made for you, and returns the web page that you were expecting. Simple, eh? Although simple to understand, there are many details about how webservers operate that aren't so obvious from just the browsing experience. This website will attempt to introduce you to these details. |