欢迎来到天天文库
浏览记录
ID:12903665
大小:1.10 MB
页数:65页
时间:2018-07-19
《3g的aka协议中f1至f5的服务网络端实现—毕业设计论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)3G的AKA协议中F1至F5的服务网络端实现论文作者姓名:申请学位专业:申请学位类别:指导教师姓名(职称):论文提交日期:第1页共30页3G的AKA协议中F1至F5的服务网络端实现摘要随着移动通信技术的飞速发展,3G的商用越来越普遍,其中的安全问题就显得十分重要。因此如何保证业务信息的安全性以及网络资源使用的安全性已成为3G系统中重要而迫切的问题。针对这种情况,ETSI与3GPP两个基于GSM/GPRS网络和WCDMA与TD/SCDMA系统标准化的组织,特别是ETSI的SAGE与3GPP的S3工作组专门对网络安全方面的规范进
2、行了研究。这里面就包括本文所涉及的密钥分配协议(AKA协议)。AKA协议用于USIM、访问位置寄存器(VLR)、归属位置寄存器(HLR)间的双向认证及密钥分配。3GPP为3G通信系统定义了12种鉴权算法:f0-f9,f1*和f5*。AKA利用了其中的f0-f5*算法。它的实现分为两个方面,一个是在UE(手机)端的实现,另一个是在服务网络端的实现。在UE端的实现是在基于8位的单片机上,而在服务网络端的实现是在基于32位的处理器即PC机上,但都是采用的基于AES的内核算法,即Rijndael算法,由于硬件的不同,Rijndael算法实现时采用了
3、不同的优化算法,本次设计是在服务网络端的实现,因此,Rijndael算法采用了用查表的方式替代轮变换的优化算法,此次设计是从AES着手,通过对AES的分析和代码实现,然后利用对AES的调用,实现f1-f5的功能。另外,由于此次设计采用AES为核心算法,因此还对AES相关数学基础知识,实现原理做了详细的分析。关键词:3GPP;AKA;Rijndael;服务网络端;密钥生成算法第1页共30页TheServiceNetworkEndImplementofF1toF5for3GAKAProtocolAbstractAlongwiththemobil
4、ecommunicationtechnologyrapiddevelopment,sosecurityproblemappearsimportantlyextremely.Therefore,howguaranteedthesecurityofserviceinformationaswellasthesecurityofnetworkresourceshasbecomeinthe3Gsystemimportantandtheurgentquestion.Inviewofthiskindofsituation,bothETSIand3GPPb
5、asedonGSM/GPRSnetworkandWCDMAandTD/SCDMAsystemstandardizationorganization,speciallyETSI'sSAGEandThe3GPPS3workteamhasspeciallyconductedtheresearchtothenetworksecurity.Itincludesthekeydeedofdistributionwhichthisarticleinvolves(theAKAagreement).TheAKAprotocolusesinUSIM,bidire
6、ctionalauthenticationandthekeyassignmentbetweenvisitslocationregister(VLR)andbelongstothelocationregister(HLR).3GPPcommunicationssystemdefines2kindofwarningpoweralgorithm:f0tof9,f1*andf5*.F0-f5*isusedinAKA.Itsimplementdividesintotwoaspects,oneisinimplementofUE(handset)term
7、inal,andotherisintheservicenetworkterminal.TheimplementofUEterminalisbasedon8monolithicintegratedcircuits,buttheimplementofservicenetworkterminalisinbasedon32processorswhichisonPCmachine.ButallarebasedontheAESessencealgorithm,namelyRijndaelalgorithm.Asaresultofhardwarediff
8、erence,Rijndaelalgorithmhasusedthedifferentoptimizedalgorithm.Thisdesignisintheservicenet
此文档下载收益归作者所有