毕业设计(论文):基于VB的代理服务器设计.doc

毕业设计(论文):基于VB的代理服务器设计.doc

  1. 1、本文档共20页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于VB的代理服务器设计 摘 要 代理服务器是介于浏览器和Web服务器之间的一台服务器,它的功能是代理网络用户去取得网络信息。它的工作原理是,接收客户机的数据连接请求,并将请求传给Web服务器;再从Web服务器接收返回的数据,最后把数据传给客户端显示。本论文讲述的是关于一个简单的代理服务器的实现,在实现中采用客户机/服务器结构模型开发应用程序,基于一般的访问浏览速度慢、效率底、安全功能不强等原因,将以简单、合理、有效为原则;为了方便分析和设计,系统设计中设置不同的状态量用于标识客户机、代理服务器及服务器间的联结状态。在保证系统基本功能的同时,使用多线程机制使得代理系统有更好的延续性。此代理系统具有简单,易用,网络化等优点,能够完成一般的HTTP访问代理服务 The?Design?of?Simple?Proxy?Server? Abstract The proxy server is a server which situates between the browser and a Web server. It’s principle of work is, it receives the connection request from the client, and hands down the requested to the Web server, then receives data which is returned from the Web server., finally hands it down the data to the client. In the realization, it adopts Client/Server structural model to develop application. Because of browse speed slow, low efficient and not safe enough, it takes simple, reasonable and effective as the principle. In the system design, it sets different states to identify client, proxy server and the connective state between servers. When the systems basic function are guaranteed, it use the multithreading to enable the proxy server to have a better continuous feature. This proxy system has the merit such as simple, easy to use and so on, and it can complete the proxy of general HTTP visit. Key words: Client / Server architecture;Multithreading;Socket;Proxy Server 目 录 论文总页数:20页 1 引言 1 1.1 课题背景 1 1.2 本课题研究的意义 1 1.3 本课题的研究方法 1 2 理论基础 2 2.1 代理服务器 2 2.2 目前的代理服务技术 3 2.3 Socket 面向连接的编程模型 4 2.4 Winsock库 5 2.4.1 winsock的寻址方式 5 2.4.2 字节顺序 6 2.5 系统基本套接字调用 6 2.5.1 创建和关闭套接字-socket()和closesocket() 6 2.5.2 指定本地地址-bind() 6 2.5.3 设置监听状态-listen() 6 2.5.4 建立套接字连接-connect()和accept() 6 2.5.5 收发数据-send()和recv() 7 3 设计方案 7 3.1 基本函数设计 7 3.2 多线程流程 8 4 服务器的实现 8 4.1 环境创建 8 4.2 功能实现 9 4.2.1 数据变量定义 9 4.2.2 启动代理服务器 10 4.2.3 请求处理过程 11 4.2.4 请求响应 13 4.2.5 关闭服务器 15 4.2.6 控制主函数 15 5 测试结果 15 结 论 17 参考文献 18 引言 课题背景 普通的因特网访问是一种典型的客户机与服务器结构,而代理服务器将运行于客户机与服务器之间,它作为Internet/Intranet上常用的一种服务器,通常配置在Intranet连接Internet的出口处,主要

文档评论(0)

14576 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档