基于IPrTCP协议分析器的开发优秀毕业设计论文推荐.docxVIP

  • 0
  • 0
  • 约2.17万字
  • 约 25页
  • 2018-04-28 发布于湖北
  • 举报

基于IPrTCP协议分析器的开发优秀毕业设计论文推荐.docx

基于IPrTCP协议分析器的开发优秀毕业设计论文推荐

摘 要 TCP/IP协议是网络通信中应用广泛的协议,通过它可以实现不同网络媒介之间的信息传递。分析TCP/IP协议,了解网络通信的基本流程,对于网络通信,网络优化和网络安全都有重要的意义。通过程序截获TCP/IP协议并对其内容进行相应的提取分析,基本的流程是利用程序将网卡设置成混乱模式,对截取的数据包按相应的协议规格分析,提取相应的地址、端口号以及数据内容,并显示出来。程序中应用了线程的处理方法,使得抓取数据包和分析数据包分离,便于实时监控,并且解决了共享资源的访问冲突的问题。在程序中,截获到的数据都以文件保存下来,方便对已截获的数据进行查询。程序主要涉及到TCP/IP协议的基本知识,网络套接字的应用,线程处理问题的方法,数据的存储,MFC框架下相关的可视化编程等方面的基本知识和实际应用。 关键词: TCP/IP,协议,数据包,网络套接字,线程 ABSTRACT TCP/IP protocol is used widely in the network communication, which can realize the message transmission between different network media machines. That has important significance for network optimization, network communication and network security through analyzes of the TCP/IP protocol and understanding of the basic process of network communication. The program can intercept TCP/IP protocol to analyze the messages of the protocol. The basic process is using the program set to mix mode at the network card, analyzing the packet from the network card as relevant protocols, extraction of corresponding specification and address, the socket data content, and displayed. The thread is used in the program, it can make grab packet part and analysis data part in different parts, it make program monitor the network card all the time, and resolve the problem about the share resource. In the program, the data got from the network card is saved as file, it is convenient for check of data. This program mainly involves the TCP/IP protocols basic knowledge, socket, thread of the method to deal with problems, data storage, MFC framework related visual programming. KEY WORDS: TCP/IP, protocol, packet, network socket, thread 目录 TOC \o 1-3 \h \z \u HYPERLINK \l _Toc300670348 前 言 PAGEREF _Toc300670348 \h 3 HYPERLINK \l _Toc300670349 第1章 技术可行性分析 PAGEREF _Toc300670349 \h 3 HYPERLINK \l _Toc300670350 1.1网络协议实现可行性分析 PAGEREF _Toc300670350 \h 3 HYPERLINK \l _Toc300670351 1.2 开发环境可行性分析 PAGEREF _Toc300670351 \h 3 HYPERLINK \l _Toc300670352 1.3 程序设计可行性分析 PAGEREF _Toc300670352 \h 3 HYPERLINK \l _Toc3

文档评论(0)

1亿VIP精品文档

相关文档