基于局域网的文件传输系统的设计与实现
摘要
随着互联网技术的迅猛发展,计算机通信给人类文明带来了翻天覆地的变化。很多情况下,人们的日常工作需要借助文件传输来完成。但大多数文件传输功能都需要借助移动磁盘等硬件设备或Internet上的服务器才能实现。这就给那些具有大规模内部网络的用户造成了许〖本文来自:毕业设计论文网www.paper51.com〗多问题,如浪费资金、浪费网络资源、病毒入侵、降低了工作效率等。为了方便局域网内主机的资源共享,需要开发一个基于局域网的文件传输工具,在内部网络中实现文件交换。
基于局域网的文件传输系统的设计选用Delphi为开发工具,以C/S模式通过建立Socket连接后实现局域网快速,准确,安全的点对点文件以及文件夹传输功能。本系统能够促进局域网内用户之间的文件资源共享,满足主机之间信息交流,确保文件及文件夹传输安全性,有效地提高工作效率。
设计共分为五大模块,分别为:一、介绍选题背景及意义和国内外研究现状;二、介绍TCP/IP点对点协议技术,C/S架构的Delphi程序设计技术和Socket网络编程技术;三、对当前局域网文件传输进行需求分析并提出解决方案;四、根据解决方案对系统进行设计;五、对基于局域网的文件传输系统进行测试并得到测试结果。
关键词:C/S结构;网络通讯组件;点对点;Socket连接
TheDesignandImplementationofFileTransferSystemBasedonLAN
Abstract
AlongwiththeInternettechnologyswiftandviolentdevelopment,thecomputercorrespondencethehumanculturehasbroughttheearth-shakingchangefor.Inverymanysituations,people'sroutineworkneedstodrawsupportfromthefiletransfertocomplete.ButthemajorityfiletransferfunctionallneedstodrawsupportmoveshardwareequipmentortheInternetandsointhefloppydiskservercanrealizeThisgavethesetohavethelarge-scaleinternalnetworkusertocreatemanyproblems,likethewastefund,thewastenetworkresources,theviralinvasion,reducedtheworkingefficiencyandsoon.Inordertofacilitateinthelocalareanetworkmainengineresourcessharing,needstodeveloponebasedonthelocalareanetworkfiletransfertool,realizesthedocumentexchangeininternalnetwork.
ThedesignandimplementationoffiletransfersystembaseonLANusesDelphidevelopmenttool,C/SmodethroughtheestablishmentofSocketafterconnectingLANusersfast,accurate,thepoint-to-pointsecurityfilesandfolderstransmissionfunctions.ThesystemcancontributetoLANuserstosharefileresourcestomeettheexchangeofinformationbetweenmainframe,ensurethatthefiletsandfolderstransmissionsecurity,effectivelyimprovingefficiency.
Thedesignisdividedintofivemajormodulealtogether,including:First,introductionselectedtopicbackgroundandsignificanceanddomesticandforeignresearchpresentsituation;Second,introducestheTCP/IPpointtopointprotocoltechnology,C/SoverheadconstructionDelphiprogrammingtechniqueandtheSocketnetworkprogrammingtechnology;Third,carriesonthedemandtothecurrentlocalareanetworkfiletransfertoanalyzeandtoproposethesolution;Fourth,carriesonthedesignaccordingtothesolutiontothesystem;Fifth,tocarriesonbasedonthelocalareanetworkfiletransfersystemtestsandobtainsthetestresult.
Keywords:C/Sstructure;Networkcommunicationmodule;Point-to-point;Socketconnection.
目录
论文总页数:26页
1引言1
1.1选题背景1
1.2国内外研究现状1
1.3课题研究的意义1
2理论基础2
2.1TCP/IP点对点协议技术2
2.2C/S架构的DELPHI程序设计技术2
2.3SOCKET网络程序设计技术3
3系统需求分析4
3.1现行业务系统描述4
3.2现行系统存在的主要问题分析4
3.3提出解决方案4
4系统设计5
4.1系统总体架构5
4.2系统界面设计6
4.2.1界面设计6
4.2.2用户信息7
4.3系统功能模块设计9
4.3.1获取用户信息9
4.3.2局域网内文件传输13
4.3.3局域网内文件夹传输17
5系统实施及测试22
5.1实施概况22
5.2测试方案22
5.3测试结果23
参考文献24
致谢25
声明26
参考文献
[1]AndrewS.Tanenbaum[英].计算机网络.[M]北京:清华大学出版社,1998。
[2]DouglasE.Comer[美].TCP/IP详解[M].北京:清华大学出版社,1998。
[3]鲍敏,吴昊.Delphi网络高级编程[M].北京:人民邮电出版,2001。
[4]肖建.Delphi6编程基础[M].北京:清华大学出版社,2002。
[5]施新刚.Delphi实效编程百例[M].北京:人民邮电出版社,2002。
[6]W.RichardStevens[美].TCP/IP详解卷1:协议[M].北京:机械工业出版社,2000。
[7]飞思科技产品研发中心.Delphi高级编程6[M].北京:电子工业出版社,2000。