摘要互联网迅速发展的同时,网络安全问题日益成为人们关注的焦点,病毒、恶意攻击、非法访问等都容易影响网络的正常运行,多种网络防御技术被综合应用到网络安全管理体系中,流量监控便是其中一种分析网络状况的有效方法,它从数据包流量分析角度,通过实时地收集和监视网络数据包信息,来检查是否有违反安全策略的行为和网络工作异常的迹象。
在研究网络数据包捕获、 TCP/IP原理的基础上,采用面向对象的方法进行了需求分析与功能设计。本系统在VisualC++6.0环境下进行开发,综合采用了Socket-Raw、注册表编程和IP函数助手API等VC编程技术,在系统需求分析的基础上,对主要功能的实现方案和技术细节进行了详细分析与设计,并通过测试,最终实现了数据包捕获与协议分析、流量监控等主要功能,达到了预定要求,为网络管理员了解网络运行状态提供了参考。9187
关键词:网络管理;数据采集;流量分析;Winsock2
毕业设计说明书(论文)外文摘要
Title Design and Implementation of The Network Traffic Monitoring
Abstract
With the rapid development of Internet, network safety has become people’s concern. virus, vigorous attack, illegal visit and so on can easily affect the normal network performance. Various kinds of network defending technology have been comprehensively applied into the management system of network safety. Network traffic system is one of the effective measures to analysis network condition. From the angle of analyzing packet traffic, it can examine the safety violation and the abnormal performance of network by timely collecting and monitoring packets information.
By using the way of object-oriented, this design makes a needs analysis and ability designing based on the study of network packet collecting and TCP/IP theory. Under the environment of Visual C++6.0, this system adopts VC program technologies of Socket-Raw, Windows register and IpHelper API. On the basis of system analysis, it makes a deliberate analysis and test of plans and details to implement packets collecting, protocol analysis and traffic monitoring. So this meets our needs and makes a reference for managers to get to know the network conditions.
Keywords:network management; data collection; traffic analysis; Winsock2目 次
1 引言(或绪论) …… 1
1.1 课题背景 … 1
1.2 网络安全管理的现状… 1
1.3 网络流量研究的意义 … 2
1.4 本文的目的与任务 …… 3
1.5 论文结构安排 … 4
2 相关概念与技术 … 4
2.1 OSI参考模型与TCP/IP体系结构 …… 4
2.2 传输层的编程接口—WINDOWS-SOCKET编程技术 8
2.3 原始套接字 …… 9
3 总体结构设计 …… 10
3.1 开发背景及需求分析 … 10
3.2 WINDOWS下原始数据包捕获的实现 …… 11
3.3 流量统计的相关技术 … 12
3.4 原始数据包捕获的关键函数 … 13
4 网络流量监控系统各模块的设计与实现 15
4.1 开发背景介绍 … 16
4.2 各模块功能设计与实现 17
5 系统测试 … 29
5.1 测试环境 29
5.2 测试步骤 29
5.3 测试结果 29
5.4 测试评价 30
结论 … 31
致谢 … 32
参考文献 33 VC++网络流量监测的设计与实现:http://www.751com.cn/jisuanji/lunwen_7821.html