天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁(yè) > 科技論文 > 軟件論文 >

基于Hadoop的云教學(xué)資源平臺(tái)設(shè)計(jì)與優(yōu)化

發(fā)布時(shí)間:2018-01-22 01:24

  本文關(guān)鍵詞: 云計(jì)算 虛擬化 Hadoop 教學(xué)資源平臺(tái) 優(yōu)化 出處:《沈陽(yáng)師范大學(xué)》2017年碩士論文 論文類型:學(xué)位論文


【摘要】:隨著高等院校信息化進(jìn)程不斷的發(fā)展進(jìn)步,使得其教學(xué)資源的特征出現(xiàn)了相應(yīng)的變化。首先在教學(xué)資源數(shù)量上呈爆炸式增長(zhǎng),其次在資源的數(shù)據(jù)結(jié)構(gòu)上也呈現(xiàn)出多樣性,既有結(jié)構(gòu)化數(shù)據(jù),也有非結(jié)構(gòu)化數(shù)據(jù)。采用傳統(tǒng)的基于集中式服務(wù)器管理的教學(xué)資源平臺(tái)已經(jīng)不能滿足教學(xué)資源的大數(shù)據(jù)化所帶來(lái)的需求,這就給我們?cè)O(shè)計(jì)和開發(fā)教學(xué)資源平臺(tái)提出了新的挑戰(zhàn)。而云計(jì)算技術(shù)的發(fā)展對(duì)解決大數(shù)據(jù)問(wèn)題有很大的幫助。因此,本論文針對(duì)當(dāng)前高校對(duì)教育資源的需求現(xiàn)狀,在以Hadoop體系框架為基礎(chǔ)的云平臺(tái)上設(shè)計(jì)教學(xué)資源平臺(tái)解決實(shí)際問(wèn)題,并對(duì)Hadoop平臺(tái)以及教學(xué)資源平臺(tái)進(jìn)行測(cè)試與優(yōu)化,對(duì)測(cè)試與優(yōu)化結(jié)果進(jìn)行了分析與評(píng)價(jià)。本文首先闡明了研究基于云計(jì)算技術(shù)的教學(xué)資源平臺(tái)的理論和實(shí)際意義,提出研究背景和研究目的,同時(shí)分析了當(dāng)前國(guó)內(nèi)外對(duì)于云計(jì)算技術(shù)與教育教學(xué)領(lǐng)域相結(jié)合的研究現(xiàn)狀。其次對(duì)云計(jì)算與教學(xué)資源平臺(tái)的相關(guān)技術(shù)與理論做了介紹與說(shuō)明。介紹了云計(jì)算技術(shù)的體系結(jié)構(gòu),分析了云計(jì)算技術(shù)與大數(shù)據(jù)的關(guān)系;介紹了虛擬化技術(shù),以及對(duì)Hadoop生態(tài)系統(tǒng)進(jìn)行了闡述與分析。其次,本文闡述了使用VMware軟件與Hadoop開源軟件在實(shí)驗(yàn)機(jī)上虛擬計(jì)算機(jī)集群并搭建完全分布式云平臺(tái)的過(guò)程,之后對(duì)搭建完成的云平臺(tái)進(jìn)行了簡(jiǎn)單的運(yùn)行測(cè)試。在云平臺(tái)之上,本文分析了當(dāng)前高校對(duì)教學(xué)資源平臺(tái)的需求,設(shè)計(jì)了基于Hadoop框架的教學(xué)資源平臺(tái)。首先對(duì)教學(xué)資源平臺(tái)進(jìn)行功能模塊設(shè)計(jì),提出總體框架;其次根據(jù)對(duì)當(dāng)前教學(xué)資源的數(shù)據(jù)特征與結(jié)構(gòu)的分析,使用不同的數(shù)據(jù)庫(kù)管理系統(tǒng)分別處理結(jié)構(gòu)化和非結(jié)構(gòu)化的數(shù)據(jù)。闡述了使用MySQL設(shè)計(jì)結(jié)構(gòu)化數(shù)據(jù)庫(kù)以及使用HBase設(shè)計(jì)非結(jié)構(gòu)化數(shù)據(jù)庫(kù)的過(guò)程;還介紹了該教學(xué)資源平臺(tái)的web界面的設(shè)計(jì)過(guò)程。本文分析了教學(xué)資源數(shù)據(jù)的特點(diǎn),包括教學(xué)資源數(shù)據(jù)的大小、格式、類型等.針對(duì)教學(xué)資源數(shù)據(jù)的特點(diǎn),結(jié)合Hadoop云平臺(tái)的HDFS存儲(chǔ)以及名MapReduce運(yùn)行進(jìn)行了有針對(duì)性的優(yōu)化設(shè)計(jì)并對(duì)平臺(tái)進(jìn)行基準(zhǔn)測(cè)試以及對(duì)比分析,得出了教學(xué)資源數(shù)據(jù)存儲(chǔ)在云平臺(tái)上的優(yōu)化的相關(guān)結(jié)論。最后,本文對(duì)平臺(tái)的整個(gè)設(shè)計(jì)過(guò)程進(jìn)行了總結(jié)與評(píng)價(jià)。以期為云計(jì)算技術(shù)與教學(xué)資源應(yīng)用相結(jié)合的相關(guān)研究提供理論參考和實(shí)踐經(jīng)驗(yàn)。
[Abstract]:With the continuous development and progress of the information process in colleges and universities, the characteristics of its teaching resources have changed accordingly. Firstly, the quantity of teaching resources has explosive growth. Secondly, there is diversity in the data structure of resources, existing structured data. There are also unstructured data. The traditional teaching resource platform based on centralized server management can no longer meet the needs of the large data of teaching resources. This gives us a new challenge in designing and developing instructional resource platforms, and the development of cloud computing technology is a great help to solve big data's problem. In view of the current demand for educational resources in colleges and universities, this paper designs a platform for teaching resources to solve practical problems on the cloud platform based on the Hadoop framework. And the Hadoop platform and teaching resources platform for testing and optimization. The test and optimization results are analyzed and evaluated. Firstly, this paper expounds the theoretical and practical significance of the research on the platform of teaching resources based on cloud computing technology, and puts forward the research background and research purpose. At the same time, it analyzes the current research situation of cloud computing technology and education and teaching field at home and abroad. Secondly, it introduces and explains the related technology and theory of cloud computing and teaching resource platform, and introduces cloud computing technology. For the. The relationship between cloud computing technology and big data is analyzed. The virtualization technology is introduced, and the Hadoop ecosystem is described and analyzed. Secondly. This paper describes the process of using VMware software and Hadoop open source software to cluster virtual computers and build a completely distributed cloud platform. On the basis of the cloud platform, this paper analyzes the demand of the teaching resource platform in colleges and universities. The teaching resource platform based on Hadoop framework is designed. Firstly, the function module of the teaching resource platform is designed, and the overall framework is put forward. Secondly, according to the analysis of the data characteristics and structure of the current teaching resources. Different database management systems are used to deal with structured and unstructured data. The process of using MySQL to design structured database and HBase to design unstructured database is described. This paper also introduces the design process of the web interface of the teaching resource platform. This paper analyzes the characteristics of the teaching resource data, including the size, format and type of the teaching resource data, and aims at the characteristics of the teaching resource data. Combined with the HDFS storage of Hadoop cloud platform and the name of MapReduce running, the optimization design of the platform is carried out, and the benchmark and comparative analysis of the platform are carried out. Finally, the relevant conclusions of the optimization of teaching resources data storage on the cloud platform are obtained. In this paper, the whole design process of the platform is summarized and evaluated in order to provide theoretical reference and practical experience for the research of the combination of cloud computing technology and the application of teaching resources.
【學(xué)位授予單位】:沈陽(yáng)師范大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類號(hào)】:TP311.13;TP393.09

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 ;校社合作聯(lián)手打造教學(xué)資源平臺(tái)[J];中國(guó)大學(xué)教學(xué);2005年12期

2 張成偉;;具有專業(yè)特點(diǎn)的中職學(xué)校校本資源平臺(tái)的研究與建設(shè)[J];科技創(chuàng)業(yè)家;2013年11期

3 鄧成俊;趙天;;教學(xué)資源平臺(tái)在數(shù)字化校園中的應(yīng)用與實(shí)踐[J];數(shù)字技術(shù)與應(yīng)用;2013年08期

4 龔永明;;科學(xué)構(gòu)建項(xiàng)目資源平臺(tái)[J];信息系統(tǒng)工程;2009年02期

5 譚海珠;歐少閩;鄭少燕;楊棉華;蔡琮;;淺議如何搭建集服務(wù)、運(yùn)營(yíng)、管理為一體的區(qū)域教育資源平臺(tái)[J];中國(guó)教育信息化;2009年12期

6 李學(xué)軍;;例析國(guó)內(nèi)教育資源平臺(tái)的建設(shè)[J];遼寧師專學(xué)報(bào)(自然科學(xué)版);2011年01期

7 金天澤;武變霞;;高職高專共享型專業(yè)教學(xué)資源平臺(tái)建設(shè)研究[J];軟件導(dǎo)刊;2011年04期

8 陳惠影;;自行構(gòu)建教學(xué)資源平臺(tái)的意義[J];現(xiàn)代計(jì)算機(jī)(專業(yè)版);2011年22期

9 張慧;;基于云計(jì)算的開放性教學(xué)資源平臺(tái)建設(shè)研究[J];計(jì)算機(jī)技術(shù)與發(fā)展;2012年01期

10 易烽;程茜;;高職教改中教學(xué)資源平臺(tái)的建設(shè)探究——以《計(jì)算機(jī)組裝維護(hù)》為例[J];科技信息;2012年12期

相關(guān)會(huì)議論文 前3條

1 來(lái)茂德;沈岳良;盛弘強(qiáng);陳儉;馬麗琴;;數(shù)字病理資源平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)建議[A];中華醫(yī)學(xué)會(huì)病理學(xué)分會(huì)2010年學(xué)術(shù)年會(huì)日程及論文匯編[C];2010年

2 閔友鋼;王良鳴;;SMG內(nèi)容資源平臺(tái)的規(guī)劃與設(shè)計(jì)[A];中國(guó)新聞技術(shù)工作者聯(lián)合會(huì)2011年學(xué)術(shù)年會(huì)論文集(下篇)[C];2011年

3 湯雷;龔煒;鄭立捷;劉朝駿;;淺析船舶行業(yè)CAE計(jì)算資源平臺(tái)建設(shè)[A];第七屆中國(guó)CAE工程分析技術(shù)年會(huì)暨2011全國(guó)計(jì)算機(jī)輔助工程(CAE)技術(shù)與應(yīng)用高級(jí)研討會(huì)論文集[C];2011年

相關(guān)重要報(bào)紙文章 前10條

1 劉凌林;微軟開通“成長(zhǎng)型企業(yè)快速發(fā)展資源平臺(tái)”[N];中國(guó)企業(yè)報(bào);2004年

2 姜慧麗 易筱南;四方區(qū)成立服飾產(chǎn)業(yè)公共資源平臺(tái)[N];青島日?qǐng)?bào);2010年

3 記者李悅;淘數(shù)科技:國(guó)內(nèi)最大數(shù)據(jù)資源平臺(tái)正式啟動(dòng)[N];秦皇島日?qǐng)?bào);2010年

4 商報(bào)記者 張曉東;;荽髲B變身首都創(chuàng)新資源平臺(tái)[N];北京商報(bào);2011年

5 記者 高亞蘭;我國(guó)將加快檢測(cè)資源平臺(tái)建設(shè)[N];國(guó)際商報(bào);2010年

6 ;微軟助成長(zhǎng)型企業(yè)騰飛[N];電腦商報(bào);2004年

7 趙艷琴;青島服飾產(chǎn)業(yè)公共資源平臺(tái)啟動(dòng)[N];中國(guó)服飾報(bào);2010年

8 周偉濤;資源建設(shè)是教育信息化首要突破口[N];中國(guó)教育報(bào);2013年

9 本報(bào)記者 黃蔚 李凌 實(shí)習(xí)生 黃建華;把信息化打造成教育“光輝里程碑”[N];中國(guó)教育報(bào);2014年

10 吳穎慧;給中小企業(yè)信息化一個(gè)理由[N];證券日?qǐng)?bào);2004年

相關(guān)碩士學(xué)位論文 前10條

1 封順;南京工業(yè)大學(xué)精品視頻公開課資源平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2014年

2 金國(guó)鎮(zhèn);浙江省機(jī)電高級(jí)技工學(xué)校教學(xué)資源平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2014年

3 黃皓舟;四川廣播電視臺(tái)新媒體資源平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2014年

4 翟紅麗;以就業(yè)為導(dǎo)向的中職計(jì)算機(jī)教學(xué)資源平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];河北科技大學(xué);2014年

5 姚軍;石家莊職業(yè)技術(shù)學(xué)院專業(yè)資源平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];河北科技大學(xué);2015年

6 蔡虹;護(hù)理課程資源平臺(tái)的設(shè)計(jì)與應(yīng)用[D];上海交通大學(xué);2014年

7 王會(huì)樸;教學(xué)資源平臺(tái)中的圖像檢索技術(shù)研究[D];石家莊鐵道大學(xué);2016年

8 孟令豹;外文局?jǐn)?shù)字出版資源平臺(tái)編輯特征探析[D];河北大學(xué);2016年

9 馮子川;基于B/S結(jié)構(gòu)的校企合作資源平臺(tái)設(shè)計(jì)與實(shí)現(xiàn)[D];湖南大學(xué);2015年

10 孫婷;基于SSI框架的電網(wǎng)人力資源平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];吉林大學(xué);2016年



本文編號(hào):1453182

資料下載
論文發(fā)表

本文鏈接:http://www.sikaile.net/kejilunwen/ruanjiangongchenglunwen/1453182.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶95daf***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com