文件名称:tcpIP4
-
所属分类:
- 标签属性:
- 上传时间:2016-11-24
-
文件大小:1.39mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
一个简单的web服务器,它仅能处理一个请求.
Web服务器:
(1)当一个客户(浏览器)连接时创建一个连接套接字;
(2)从连接套接字接收http请求。
(3)解释该请求以确定所请求的文件;
(4)从服务器的文件系统获得请求的文件。
(5)创建一个由请求的文件组成的http响应报文。报文前面有首部行。
(6)经TCP连接想请求的浏览器发送响应。如果浏览器请求的文件不在服务器,服务器返回“404 Not Found”差错报文。
Web客户端:采用浏览器实现。输入URL请求页面。-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.
Web服务器:
(1)当一个客户(浏览器)连接时创建一个连接套接字;
(2)从连接套接字接收http请求。
(3)解释该请求以确定所请求的文件;
(4)从服务器的文件系统获得请求的文件。
(5)创建一个由请求的文件组成的http响应报文。报文前面有首部行。
(6)经TCP连接想请求的浏览器发送响应。如果浏览器请求的文件不在服务器,服务器返回“404 Not Found”差错报文。
Web客户端:采用浏览器实现。输入URL请求页面。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tcpIP4/
tcpIP4/Debug/
tcpIP4/Debug/Server.exe
tcpIP4/Debug/Server.ilk
tcpIP4/Debug/Server.obj
tcpIP4/Debug/Server.pch
tcpIP4/Debug/Server.pdb
tcpIP4/Debug/vc60.idb
tcpIP4/Debug/vc60.pdb
tcpIP4/Server.cpp
tcpIP4/Server.dsp
tcpIP4/Server.dsw
tcpIP4/Server.ncb
tcpIP4/Server.opt
tcpIP4/Server.plg
tcpIP4/StdAfx.h
tcpIP4/index.html
tcpIP4/Debug/
tcpIP4/Debug/Server.exe
tcpIP4/Debug/Server.ilk
tcpIP4/Debug/Server.obj
tcpIP4/Debug/Server.pch
tcpIP4/Debug/Server.pdb
tcpIP4/Debug/vc60.idb
tcpIP4/Debug/vc60.pdb
tcpIP4/Server.cpp
tcpIP4/Server.dsp
tcpIP4/Server.dsw
tcpIP4/Server.ncb
tcpIP4/Server.opt
tcpIP4/Server.plg
tcpIP4/StdAfx.h
tcpIP4/index.html
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.