论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

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

 本文ID:LWGSW17668 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于TCPIP协议进行若干程序模块开发 (收费:1000 积分)  

论文字数: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


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:图象处理技术 下一篇:医院管理信息系统
Tags:基于 TCPIP 协议 进行 若干 程序 模块 开发 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号