网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 基于TCPIP协议进行若干程序模块开发
行政管理论文范文| 物流管理论文资料| 人力资源论文| 工商管理论文| 旅游管理| 财管管理论文| 工程管理| 安全管理| 乡镇企业管理| 电视制片管理| 文化产业管理| 物业管理|
工程管理论文资料| 工商管理论文下载| 信息管理论文| 人力资源论文| 酒店管理| 免费物流论文| 工商管理| 行政管理| 物流专业论文| 免费旅游论文| 行政管理论文| 人力资源|

基于TCPIP协议进行若干程序模块开发

本文ID:LW22803 字数:17520,页数:59 价格:¥50.00 → 信用说明

扫一扫 扫一扫
本站会员可自行下载:下载地址 基于TCPIP协议进行若干程序模块开发 (收费:5000 积分)  如何获取积分?
基于TCPIP协议进行若干程序模块开发

^论文字数:17520,页数:59

 摘要
 本课题介绍在Unix环境下基于TCP/IP协议进行若干程序模块开发,构造点对点模型。
 本课题由一个客户端,一个服务器,一个传输服务器构成。客户端向服务器发送下载请求,服务器查询数据库并返回相关传输服务器的地址信息。客户端根据服务器返回的地址与传输服务器连接进行数据下载。服务器完成信息的收集,查询和状态控制的功能,其它的处理功能依赖客户端与传输服务器。这里服务器起的是一个桥梁作用,并不是信息的主要载体。本课题主要的用途是资料的收集传播。
 在一个成熟的网络中有成千上万个客户端和传输服务器,本课题重点研究在Unix环境下如何利用socket(套接字)完成程序间的通信。至于中间的信息收集、状态查询控制过程等以具有类似功能的程序代替实现。
 
关键词: 计算机通信,Unix,Socket, 协议
  
  
 Abstract
 Under Unix circumstance, this subject inroduce the exploitation of TCP/IP developing several procedure modules, Construction peer-to-peer model.
 The design is constituted by a client ,a server and a transfer server. Client send download request to the server.The server inquiries the database then return the address information of related transfer server . Client server connects to the transfer server based on the return address information for data downloadding . Server control client connectting  to transfer server then to sent data and piece them together and so on. The server here is the role of a bridge.It is not the main carrier of the data . Server complete collectting information, inquiring and state control function. Other treatment relies mostly on the client and transfer server themselves. It’s fully embodies the subject that the mainstay of the network is the client not server. The main issue is the use of the information collection and dissemination in the subject.
 There are thousands of clients and transfer servers at least in a mature network.This paper only focus on how to use socket to communicate between the programs in Unix environment. As for the middle of information gathering, state inquiries and control process replaced by some simple procedures to achieve similar functions..
 
Keyword: Computer communications, Unix, Socket, Protocol

目录

 摘要 I
 Abstract II
 第1章 绪论 1
 第2章 unix系统基础 3
 2.1 unix系统概述 3
 2.1.1 unix系统的历史 3
 2.1.2 unix系统的特点 5
 2.1.3 unix系统的体系结构 7
 2.1.4 unix系统的地址空间 7
 2.2 unix常用的网络命令 8
 2.3 unix下软件开发环境 11
 2.3.1 vi编辑简介 11
 2.3.2 gcc编译器简介 14
 第3章 TCP/IP简介 16
 3.1 TCP/IP体系 16
 3.2 TCP协议 16
 3.2.1建立TCP连接 16
 3.2.2 TCP连接关闭过程如下 17
 3.2.3 TCP包结构 17
 3.3 UDP协议 17
 3.5  ICMP协议 18
 3.6 端口分配 18
 3.6.1端口介绍 18
 3.6.2 端口分类 19
 第4章 套接字基础 20
 4.1.概述 20
 4.2 套接字类型 20
 4.3套接字地址结构 21
 4.3.1 sockaddr 地址结构 21
 4.3.2 INET协议簇地址结构Sockaddr_in 21
 4.3.3 in_addr地址结构 22
 第5章 TCP套接字 23
 5.1 TCP套接字的实现过程 23
 5.1.1 服务器端步骤 23
 5.1.2 客户端步骤 23
 5.1.3 图示 24
 5.2 SOCKET函数介绍 24
 第6章 基于TCP/IP的socket网络通信程序实现 27
 6.1基本框架 27
 6.2程序流程 27
 6.2.1客户端 27
 6.2.2服务器端 28
 6.2.3 传输服务器 29
 6.2.4各进程间通信图示 29
 6.3 客户端启动 30
 6.4服务器的表维护 31
 6.5数据传输过程 33
 6.6数据拼接 34
 6.7 调试 35
 6.7.1 调试环境构建 35
 6.7.2 调试正确时结果 36
 第7章 结论 37
 致谢 38
 参考文献 39
 附录 程序源代码 40
 附录1  客户端程序代码 40
 附录2 服务器端程序代码 46
 附录3 传输服务器端代码 50

基于TCPIP协议进行若干程序模块开发由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:医院管理信息系统 下一篇:图象处理技术
推荐论文 本专业最新论文
Tags:基于 TCPIP 协议 进行 若干 程序 模块 开发 2011-11-21 16:47:23【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有