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

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

IP网络FTP服务性能监测工具设计与实现

 本文ID:LWGSW13563 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 IP网络FTP服务性能监测工具设计与实现 (收费:1000 积分)  

论文字数:12505,页数:36  有开题报告,任务书

摘  要
 在当今信息社会,以国际互联网(Internet)为主要特征的信息基础设施正在改变人们的生活方式,资源共享已经成为人们生活的迫切需要。文件传输是信息共享的一个重要内容,FTP(File Transfer Protocol文件传输协议)自然而然成为网络间交互的重要协议。与大多数Internet服务一样,FTP也是一个客户机/服务器系统。用户通过一个支持FTP协议的客户机程序,连接到在远程主机上的FTP服务器程序。用户通过客户机程序向服务器程序发出命令,服务器程序执行用户所发出的命令,并将执行的结果返回到客户机。
 随着 Internet/Intranet 技术的迅速发展,许多公司、企业和网站建立了不少基于 FTP的应用系统。一般地,在设计开发 FTP 应用系统的时候,很难模拟出大量用户同时访问系统的实际情况,使得系统投入使用以后,当遇到访问高峰时,容易发生服务器响应速度变慢甚至服务中断。为了避免这种情况,需要一种能够真实模拟多用户访问 FTP服务器的工具程序,当服务器程序在设计开发阶段时,使用这一工具对 程序进行性能测试,及时发现 FTP应用程序的服务瓶颈,以便采取相应的措施。
 论文分别从程序的设计思想和关键技术着手,阐述了该FTP测试工具的设计过程并提供出测试数据。
关键字:FTP协议,客户端,性能测试

Design and Tmplementation of the FTP performance
monitors tool

Abstract
 In information society, the main characteristic of information infrastructure is changing people's life style,sharing of resouurces already becomes the urgent requirement for people’s life.The file transfer is an important content of information sharing,ftp naturally becomes important protocol in network interactive.as same as other majority Internet Serves,ftp is also a client/server system.The user connects to the long-distance ftp server programme through the client programme which supports the ftp agreement.The user sends out the order through the client programme to the server programme,server programme execute the order which user sends out,and the result will be returned to the client.
 Along with the Internet/Intranet technology developping rapidly,many companies, the enterprise and the website have established many application system based on the ftp.Generally, in the design time of developping the ftp application system,it is very difficult to simulatethe actual situation of the massive users to visit the system simultaneously .When meets the visit peak after system used,it is easy to slow down the server speed of response even interrupt the service.In order to avoid this situation, it needs one tool procedure to really be able to simulate multiuser visits the ftp server.When server procedure in design phase,uses this tool to carry on the performance test for the procedure, discovers the service bottleneck of the ftp application programme promptly, and takes the corresponding measure.
 This thesis from design thought and the essential technology of the procedure, elaborates the designing of this ftp testing tool and provids the test data.  
 
  Key words: FTP,client,performance test
 目   录
1 绪 论 1
1.1 课题研究背景及目的 1
1.2 研究现状和发展趋势 1
1.3 FTP简介 3
1.4 影响FTP性能的因素 4
1.4.1 网络问题 4
1.4.2 传输问题 4
1.4.3 影响FTP性能的其他因素 5
1.5 研究内容 6
1.5.1 FTP工作原理概述 6
1.5.2 性能测试技术的实现 6
2 相关技术 7
2.1 FTP协议及工作原理 7
2.1.1 控制连接 8
2.1.2 数据连接 8
2.2 性能测试技术 9
2.3 系统环境模型 11
3 程序设计与实现 12
3.1 性能测试 12
3.2 C/S体系结构 13
3.3 FTP客户端的设计 14
3.3.1 Socket编程的使用 14
3.3.2 服务器的连接(见附录) 15
3.4 响应时间的计算 15
3.5 多线程的实现 16
4 工具的测试 19
4.1 软件测试 19
4.2 测试对象 19
4.3 测试目的 19
4.4 测试环境 19
4.5 测试过程 19
4.6 测试数据 20
致 谢 21
参考文献 22


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于多组织架构的电子公文交换系.. 下一篇:行车安全及装备情况统计分析系统..
Tags:网络 FTP 服务 性能 监测 工具 设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

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

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

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