Description: A simple web server, it can only handle a request.
Web server:
(1) create a connection socket when a client (browser) is connected
(2) receiving HTTP requests the connection socket.
(3) explain the request to determine the requested file
(4) the file system the server to obtain the requested file.
(5) to create a HTTP response message consisting of a request file. Header line in front of the message.
(6) the TCP connection to the request of the browser to send a response. If the file requested by the browser is not in the server, the server returns the 404 Found Not error message.
Web client: using the browser to achieve. Enter URL request page.
To Search:
File list (Check if you may need any files):
tcpIP4
......\Debug
......\.....\Server.exe
......\.....\Server.ilk
......\.....\Server.obj
......\.....\Server.pch
......\.....\Server.pdb
......\.....\vc60.idb
......\.....\vc60.pdb
......\Server.cpp
......\Server.dsp
......\Server.dsw
......\Server.ncb
......\Server.opt
......\Server.plg
......\StdAfx.h
......\index.html