1 / 59
文档名称:

毕业设计(论文)-网络协议仿真软件的设计与实现.doc

格式:doc   页数:59
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-网络协议仿真软件的设计与实现.doc

上传人:3346389411 2013/10/11 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-网络协议仿真软件的设计与实现.doc

文档介绍

文档介绍:xxxxxxx
信息科学与技术学院毕业论文
课题名称:
网络协议仿真软件的设计与实现
学生姓名:
学院:
信息科学与技术学院
专业年级:
信息管理与信息系统2008级
指导教师:
xxxxxx 讲师
完成日期:
二〇一二年四月
网络协议仿真软件的设计与实现
学生:xxxxxxxxx
指导老师:xxxxx
[摘要]由于网络模型和协议的抽象性,即使专业人员对其理解也有很大困难。为了将抽象的难以理解的网络模型框架、协议原理、网络应用等专业知识,用易于理解的通俗易懂的形式将其理解。非专业的人员在使用网络协议仿真软件的同时可以对网络协议有基本的理解,有一定专业知识的人员更好的理解网络协议原理、掌握学习要领。
本课题通过对网络抓包软件的实现,来详细深入的了解网络协议如何工作,文中首先分析了抓包的原理和技术,并介绍了几种常见的抓包软件,然后研究了入侵检测系统中使用的包捕获技术,利用winpcap接字在windows平台下实现了一个网络抓包软件程序,具有对数据包进行拆包、解包等功能,最后通过动画演示生动形象的描述网络协议如何运行。
[关键词] 网络抓包软件数据包捕获数据包分析 Winpcap
Network protocol emulation software design
and implementation
Students:xxxxxxxxxxx
Instructor:xxxxxxxxx
[Abstract] As work model and agreement of the abstract, even to the professional understanding will have great difficulty. In order to bring the abstract to understand work model of the framework agreement, principle, network application and other professional knowledge, in an understandable easy-to-read formats will be the understanding. Casual personnel to work protocol emulation software on work at the same time can be a basic understanding of the agreement, have certain professional knowledge workers better understanding work protocol principle, learning will bring.
This topic work caught software to realize, to a detailed understanding of how work protocol, this paper first analyzes the principle and technology of caught, and introduces mon caught software, and then studied the intrusion detection system used in the packet capture technology, using winpcap meet word in Windows the workbench implements work caught a software program, has for packet for unpacking, solution package, and other functions, the last through the animation of vivid work protocol how to run.
[Key words] network sniffe ; capture data packet ; analyze data capture ; Winpcap
目录
第一章 绪论 1
课题背景 1
课题研究的目的及意义 1
任务书 1
设计时间 1
课题分工 2
设计成果 2
论文组织 2
第二章 网络协议及协议仿真技术 3
网络协议 3
OSI七层参考模型 3
TCP/IP参考模型 3
OSI模型与TCP/IP模型的比较