无线传感器网络中的可信访问控制技术及网络安全问题的研究毕业论文
2020-05-26 20:23:35
摘 要
目前对无线传感器网络(Wireless Sensor Network,WSN)的研究已经成为计算机网络的一个热点。本文首先介绍无线传感器网络的概念、体系结构以及特点,然后对无线传感器网络的应用领域进行了简单的叙述。详细的阐述了无线传感器网络的自主访问控制、强制访问控制、基于角色的访问控制;研究了ZigBee协议的简介和特点以及他的路由机制;并对密钥管理的几种方法进行了比较,分析了简单的加密算法以及DES的加密方法;最后对无线传感器网络进行了安全性分析,总结了无线传感器网络传输文件时可能遇到的攻击和解决方案。研究表明,无线传感器网络是计算机的代表,同时他的安全问题也是一个重点问题。
关键词:无线传感器网络 访问控制技术 密钥管理 安全性
Research on trusted access control technology and network security in Wireless Sensor Networks
Abstract
The Wireless Sensor Network (Wireless Sensor Network, WSN) research has become the computer Network and a hot spot in the field of Wireless communications. Is first introduced in this paper the concept, system structure and characteristics of wireless sensor network (WSN), then the applications of the wireless sensor network has carried on the simple narrative. In detail elaborated the wireless sensor network (WSN) trusted access control method, concretely introduces the discretionary access control, mandatory access control, role-based access control; Puts forward the profiles and characteristics of the ZigBee protocol and his routing mechanism; And compares several methods of key management, put forward the DES encryption, decryption decryption method and the method; Finally analyzes security of wireless sensor network (WSN), lists the wireless sensor network transmission files may encounter attack and solutions. Research shows that the wireless sensor network (WSN) is a representative of Internet, at the same time his safety is also a key issue.
KeyWords: Wireless sensor network; Access control technology; Key management; Security
目 录
摘 要 I
ABSTRACT II
第一章 引言 1
1.1课题内容简介 1
1.2 课题的意义 1
1.3 个人工作安排 1
1.4 论文的章节安排 1
第二章 无线传感器网络的介绍 3
2.1课题背景 3
2.2无线传感器网络的概述 3
2.2.1无线传感器网络的概念 3
2.2.2微型传感器网络的体系结构 4
2.2.3 无线传感器网络的特点 4
2.3 无线传感器网络的应用 6
2.4可信访问的控制方法 8
2.4.1 自主访问控制(DAC) 8
2.4.2 强制访问控制(MAC) 9
2.4.3 基于角色的访问控制(RBAC) 10
第三章 ZigBee协议与密钥管理 12
3.1 ZigBee协议的简介 12
3.2 ZigBee协议的特点 12
3.3 ZigBee的路由机制 14
3.4密钥的管理 16
3.5数据的加密 17
3.5.1简单的加密算法 17
3.5.2DES的加密 18
第四章 安全性分析 22
4.1无线传感器网络的安全挑战 22
4.2 网络层攻击和防御 22
第五章 总结与展望 25
5.1本文总结 25
5.2 展望未来 25
参考文献 26
致谢 28
第一章 引言
1.1课题内容简介
无线传感器网络是集成了信息感知、计算机以及通信三大科学的领域,简单的来说,无线传感器网络是由传感器节点组成,通过无线通信的方式形成的一个多跳自组织网络[1]。无线传感器网络涉及内容比较广泛,目前仍然在研究,也是一个热门话题。
1.2 课题的意义
研究无线传感器网络可以广泛的了解到目前计算机的领先技术,并且可以有效的避免传输数据时的攻击与破坏,达到较高的安全性。因此本文首先介绍无线传感器网络的可信访问控制方法,再对ZigBee协议进行研究,最终得出对数据加密解密的代码,从而解决在数据传输中所受到的攻击。
1.3 个人工作安排
- 准备工作
查找资料并整理,阅读资料,设计课题进展安排,了解论文。
(2)完成毕业设计
1)总结之前的资料,并完成开题报告;
2)对课题进行深入研究,初步完成课题内容:通过查找各种文献来学习理解可信访问控制的管理技术和可信控制的方法,准备中期检查;
3)对安全性进行研究,对其不足进行改进,并完成课题研究内容,准备论文报告;
4)完成论文报告,准备答辩。
1.4 论文的章节安排
第1章.引言部分,内容包括课题内容简介,课题意义,个人工作总结以及本论文的章节安排4个小节;
第2章.简介部分,内容包括概念、结构、特点、应用以及主要的可信访问控制方法;
第3章.针对ZigBee协议提出他的路由机制,并对密钥管理的几种方法进行的比较,针对数据的安全编写数据的加密以及解密的程序。