【编者按】网学网其他类别频道为大家收集整理了“IPv6环境下FTP系统的设计与实现“提供大家参考,希望对大家有所帮助!
附开题报告,论文,设计,论文字数:27289,页数:52
摘 要:IPv4是目前广泛使用的互联网IP技术,IPv6则是下一代的IP协议,注入了许多新的内容。随着互联网技术的不断发展,IP协议将慢慢从IPv4过渡到IPv6。文件传输协议是互联网上广泛使用的在远程计算机系统和本地计算机系统之间传输文件的标准。因此,本次毕业设计研究在IPv6环境下FTP系统的设计与实现。
本设计首先阐述了IPv6的发展状况,然后介绍了IPv6协议在各流行操作系统下的安装与配置,最后按照RFC959-《标准文件传输协议》和RFC2428-《FTP对IPv6和NAT的扩展》的要求,采用支持IPv6 Socket编程的JDK5.0,实现了绝大部分的FTP传输命令,包括一个服务端与一个客户端程序,经测试,均可工作于IPv4与IPv6环境。
关键字:IPv6 FTP C/S JDK5.0
The Design and Implement of FTP System Base on IPv6 Environment
Abstract: While IPv4 is widely used technique at present in the internet, IPv6 is the next generation Internet Protocol that brings many new contents. Along with the development of internet technique, transition from IPv4 to IPv6 is necessary though maybe slowly. File Transfer Protocol is widely used in internet and is the standard of transfer file between remote computer system and local computer system. Consequently, I investigate the design and implement of ftp system in IPv6 environment.
This paper first expounds the development of IPv6,then introduces IPv6''s installation and configuration on popular operation systems, finally according to RFC595- and RFC2428-,with JDK5.0 which supports IPv6 socket programming, implements a majority of FTP commands. This design presents a server site and a client site, which can work on IPv4 and IPv6 environment.
Keywords: IPv6;FTP;C/S;JDK5.0
目 录
1 引言 1
1.1 课题的研究背景与意义 1
1.1.1 课题的研究背景 1
1.1.2 课题的研究意义 2
1.2 问题定义及内容简介 2
1.2.1 问题定义 2
1.2.2 问题的内容简介 2
1.3 课题调研与可行性分析 3
1.3.1 课题调研 3
1.3.2 可行性分析 3
1.4 论文各章内容介绍 4
2 系统需求分析 5
2.1 IPv6发展现状 5
2.2 系统环境的搭建 9
2.3 基于C/S模型的网络开发 9
2.4 支持IPv6的Socket编程 12
3 文件传输协议 15
3.1 介绍 15
3.2 概览 15
3.3 FTP的传输模式 16
3.4 FTP的工作方式 16
3.5 文件传输功能 17
3.6 说明 21
4 FTP对IPv6和NAT的扩展 24
4.1 介绍 24
4.2 EPRT命令 24
4.3 EPSV命令 25
4.4 命令使用 25
5 FTP服务器的实现 27
5.1 总体设计 27
5.2 详细设计 27
5.2.1 主函数设计 27
5.2.2 服务线程 27
5.2.3 其他主要命令 30
5.2.4 数据库设计 33
5.2.5 界面设计 33
5.3 服务器测试 33
6 FTP客户端的实现 37
6.1 方案的选择 37
6.2 界面的设计 37
6.3 几个重要的类 38
6.4 实现步骤 38
7 用户使用手册 40
7.1 系统功能简介 40
7.2 运行环境简介 40
7.2.1 系统环境配置 40
7.2.2 JDK环境变量配置 42
7.2.3 SQL Server2000的有关配置 42
8 系统评价 44
8.1 系统特色/优点介绍 44
8.2 系统存在的不足与改进方案 44
8.2.1 系统存在的不足 44
8.2.2 系统的改进方案 44
结 论 45
致 谢 46
参 考 文 献 47