论文帮手写的论文自动生成格式嘛(论文帮手)

2023-01-01 精选经验 0阅读 投稿:佚名
最佳答案大家好,小问来为大家解答以上问题。论文帮手写的论文自动生成格式嘛,论文帮手这个很多人还不知道,现在让我们一起来看看吧!1、基于校园网网络信息安全管理的研究2、摘要3、在Internet以迅猛势头不断发展的过程中,CERNET(中国教育和科研计算4、机网)也由初建、成长,并逐渐走向集科研、管理、应...

大家好,小问来为大家解答以上问题。论文帮手写的论文自动生成格式嘛,论文帮手这个很多人还不知道,现在让我们一起来看看吧!

1、基于校园网网络信息安全管理的研究

2、摘要

3、在Internet以迅猛势头不断发展的过程中,CERNET(中国教育和科研计算

4、机网)也由初建、成长,并逐渐走向集科研、管理、应用并重发展的成熟阶段。

5、当前校园网上各种管理和业务应用正在逐步扩大,非专业用户的数量也在急剧

6、增长,使用的失误等现象造成的后遗症也越来越明显,从而使校园网的安全管

7、理显得尤为突出。

8、校园网中的应用服务多种多样,用户在访问不同的应用服务时要频繁登陆

9、应用系统,只有用户输入正确的用户名和密码才能被认证系统授予访问权限,

10、这不仅给用户带来了不便,也给校园网的管理带来了不便。因为不同的应用服

11、务各自都有自己的安全措施,这就使管理员在权限管理上的复杂度大大增加。

12、为了解决校园网安全管理中方便性和安全性的矛盾问题,文章从校园网存

13、在的安全需求入手,对基于这个需求而产生的安全认证系统和授权管理,从理

14、论和实践两个方面,进行了较深入的研究和探索。

15、为实现安全认证,文章中对校园网安全认证系统中安全方面存在的问题进

16、行了分析,设计了一套身份认证系统,该系统可与各个应用服务器很好地集成

17、在一起,在保证安全的前提下,用户凭智能卡访问,只需在第一次登录时识别

18、用户指纹,进行身份认证,获取票据。在票据有效期内,用户可访问校园网中

19、所有应用服务,而无需再进行身份认证。整个访问过程中对用户来说都是透明

20、的。在认证系统的设计中,对认证系统的协议流程进行了描述,根据协议流程

21、划分了系统的各个功能模块,并分析了各模块的功能。在认证系统的实现中,

22、为解决用户访问过程中的透明问题,引入客户端代理与服务器端代理来实现。

23、同时使用PKI公钥密码体制实现了用户身份信息的加密传输。

24、为实现授权管理,文章中分析了如何在校园网环境下实施基于角色的访问

25、控制的技术,设计了总体结构和关键实现技术。还对一种扩展型基于角色的访

26、问控制模型进行了较深入的研究,使基于角色的访问控制模型更加完善。

27、关键词:身份认证,访问控制,角色,指纹,票据STRACT

28、With the booming development of Internet,CERNET(China Education and Research

29、Network)passed her childhood,growing up gradually.Now she is stepping to her mature

30、age,and combined research,management and application functions with her.Because a lot

31、of management functions and applications are gradually expanding in campus network,the

32、number of non-professional users are also rapidly growth,the after-effects phenomena

33、caused by the errors in the use more and more obvious,so that the campus network

34、security management is particularly prominent.

35、The campus network applications and services are various.Users access the different

36、application services to log in the application system frequently,only the user enters the

37、correct user name and password to the authentication system,they can be granted

38、the permission to access the application services.Which not only bring

39、inconvenience to users,but also bring inconvenience to the campus network

40、security management.Because of the different applications have their own security

41、measures,which enable administrators to manage permissions greatly increased

42、complexity.

43、In order to realize of security certification,the security problems are analyzed in this

44、thesis on the campus network security authentication system,a set of identity

45、authentication system is designed,which can be integrated well with the application server.

46、Under the security premise,the user access with the intelligent card,only need to identify

47、the fingerprint of user when they access the system firstly,and get the ticket.In the validity

48、of ticket,user can access all application services without further authentication in the

49、campus network.The other processes of all application services are transparent to users.In

50、the design of authentication system,the protocol process of authentication system is

51、described.In accordance with the protocol process,the function modules are divided and

52、analyzed.In the authentication system,in order to solve the transparent problem on the

53、user accessing,we introduce the client proxy and server proxy to achieve.As the same

54、time,we use the PKI public key cryptosystem to achieve the transmission of user’s

55、encrypted information.

56、In order to the authentication management,an access control system based on

57、RBAC(Role-Based Access Control)is actualized under the campus network environment,

58、the overall structure and key technology is designed,and makes much further research for

59、an extended access control model–ERBAC(Extended Role-Based Access Control),

60、which enables the RBAC model more perfect.

61、Key words:identify authentication,access control,role,fingerprint,ticket,目录

62、第1章绪论..............................................1

63、1研究背景..................................................1

64、2研究目标及解决的主要问题..................................3

65、3章节结构..................................................4

66、第2章信息安全技术......................................5

67、1信息安全定义..............................................5

68、2信息安全相关技术..........................................6

69、1密码技术............................................6

70、2身份认证技术........................................7

71、3防火墙技术.........................................10

72、4智能卡技术.........................................12

73、5指纹识别技术.......................................12

74、3访问控制策略.............................................12

75、1自主访问控制模型...................................13

76、2强制访问控制模型...................................13

77、3基于角色访问控制...................................14

78、4计算机信息系统安全评估准则...............................15

79、第3章安全认证系统总体设计.............................17

80、1校园网安全需求分析.......................................17

81、1用户群分析.........................................17

82、2业务应用分析.......................................18

83、3网络系统分析.......................................19

84、2校园网安全认证系统问题分析...............................21

85、1问题分析...........................................21

86、2系统考虑解决的问题.................................24

87、3校园网安全认证系统设计...................................26

88、1认证系统协议设计方法...............................26

89、2一次性认证总体设计.................................2..................................30

90、4认证系统模块功能分析...............................33

91、第4章安全认证系统实现的研究...........................40

92、1用户信息注册管理模块的实现...............................40

93、2认证服务器模块的实现.....................................41

94、3客户端代理(CP)的实现.....................................42

95、4主机登录模块的实现.......................................45

96、5密钥生成及密钥的分配.....................................46

97、6服务器端代理(SP)的实现...................................47

98、7用户登录管理模块的实现...................................48

99、8认证系统分析.............................................49

100、第5章授权管理的研究...................................51

101、1基于角色的访问控制(RBAC)模型.............................51

102、2基于RBAC访问控制在校园网中的设计.........................53

103、3对访问控制模型的进一步研究...............................56

104、1 RBAC模型存在的问题.................................56

105、2扩展型基于角色的访问控制模型(ERBAC)..............57

106、3对ERBAC模型的改进..................................58

107、第6章总结.............................................61

108、参考文献................................................63

109、致谢..................................................68

110、攻读学位期间的发表文章..................................69

111、你好,我有相关论文资料(博士硕士论文、期刊论文等)可以对你提供相关帮助,需要的话请加我,7 6 1 3 9 9 4 5 7(扣扣),谢谢。

以上就是【论文帮手写的论文自动生成格式嘛,论文帮手】相关内容。

声明:123百科 所有作品(图文、音视频)均由用户自行上传分享,仅供网友学习交流。若您的权利被侵害,请联系我们删除