Globale linker

Book 1

Book 2

Ch.15 HTTP Servers

A HTTP server is commonly known as a Web server. It serves HTML documents on the Internet, Intranets, Extranets, LANs and WANs. The web server uses software that listens on TCP port 80 for a HTTP request, then responds with a file from a specific directory configured by the server administrator.

Popular web servers include:

Microsoft's Personal Web Server allows standard PC's running Windows NT/95/98 to function like a web server.

Microsoft's Internet information Server allows standard PC's running Windows NT/2000 to function like a web server.

Ports

A port is a logical connection point. Clients access servers using a consensual specified port, depending on the service. Port numbers range from 0 to 65536. Ports 0 through 1024 are reserved for certain privileged services.

Server side technologies

Server side technologies allows servers to play a more proactive role in distributing dynamic content. It allows the server to perform functions on the web server based on client input, then return relevant HTML content. These technologies include:

Chapter 14 Chapter 16/17