资源描述:
《基于tls安全的mtp命令解释器_学位论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、沈阳理工大学学士学位论文摘要基于TLS安全的MTP命令解释器的设计,它主要实现模拟媒体终端设备对MTP消息进行解析。从命令的来源看,可以分为三种方式,第一种方式为Socket连接(包括加密、不加密),第二种方式为Console输入以及第三种方式,即文件的多条批处理MTP命令的解析。从总体功能来看,可以分为四个模块,即系统启动、接收命令、解析命令以及响应。论文首先论述了课题的背景、开发前提以及开发意义。随着我国数字电影的发展,XXXX公司研发了以硅基液晶技术为核心的高清晰度4K(4096×2048)的数字放
2、映机。开发过程中对于媒体终端设备的依赖,开发了MTPSimulator,继而要从各个方面分析这个系统的可行性以及整体的设计逻辑。其次,论述了该系统的详细设计过程。主要有三大模块,分别为SocketMTP模块处理、ConsoleMTP模块处理以及FileMTP模块处理。其中SocketMTP模块处理又细化为请求接收、命令处理、命令解析、互斥检查以及response处理。其余两个模块的的细化流程同SocketMTP的细化过程相同。最后,是对该课题所研究的系统进行测试。关键词:MTPSimulator;图形界面
3、;Socket;Console;文件;MTP(媒体终端协议);TLS(安全传输层协议)67沈阳理工大学学士学位论文AbstractMTPcommandsbasedonTLSsecuritytoexplainthedesign,itisprimarilyanalogmediaterminaldevicetoparsetheMTPmessage.Fromthesourceofthecommandcanbedividedintothreemodules,thefirstmoduleforSocketconnec
4、tions(includingencryption,noencryption),thesecondmoduleforconsoleinputandthethirdmodule,filebatchMTPcommandparsing.Fromtheperspectiveoftheoverallfunction,canbedividedintofourmodules,namely,thesystemstartstoreceivethecommand,parsesthecommandandresponse.The
5、paperfirstdiscussesthebackgroundofthetopic,thedevelopmentofthepremiseandthedevelopmentofmeaning.WiththedevelopmentofdigitalcinemainChina,XXXXhasdevelopedahigh-resolutionliquidcrystalonsilicontechnologyforthecore4K(4096x2048)digitalprojectors.Thedevelopmen
6、tprocessforthedependenceoftheterminalequipmentofthemedia,decidedtodeveloptheMTPSimulator,andthenfromallaspectsofthefeasibilityofthissystem,aswellastheoveralldesignlogic.Secondly,itdiscussesthedetailsofthesystemdesignprocess.Therearethreemajormodules,respe
7、ctivelySocketMTPmoduleprocessing,theConsoleMTPmoduleprocessingandFileMTPmodulehandles.SocketMTPmoduleprocessingalsorefinethereceivertorequest,commandprocessing,commandparsing,mutexcheckingandresponseprocessing.Therefinementprocessoftheremainingtwomodulesw
8、ithSocketMTPrefinementprocessesthesame.Finally,thesystemunderstudyonthesubjecttobetested.Keywords:MTPSimulator;Graphicalinterface;Socket;Console;file;MediaTerminalProtocol;TransportLayerSecurity67沈阳理工大学学士学位论文目录1绪论61