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

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

面向移動環(huán)境的服務(wù)提供框架研究與實現(xiàn)

發(fā)布時間:2019-03-20 11:01
【摘要】:隨著近年來移動計算技術(shù)的迅猛發(fā)展,移動終端用戶越來越多以服務(wù)的方式去共享移動終端及其周邊設(shè)備的處理能力和計算資源。目前智能手機越來越普及,計算能力、存儲能力也得到了極大增強,同時現(xiàn)在的移動通信網(wǎng)絡(luò)越來越快速,智能手機集成了大量的傳感器組件,這使得智能手機可以提供豐富的含有環(huán)境上下文信息(例如,GPS位置信息、加速傳感器信息)的Web服務(wù)。移動Web服務(wù)同時反過來也增強了移動應(yīng)用程序的能力,例如移動群智感知、實時移動健康監(jiān)測、基于位置的移動社交網(wǎng)絡(luò)和醫(yī)療定位系統(tǒng)等。雖然近年來,智能手機發(fā)展迅猛,處理器向多核化發(fā)展、RAM/ROM容量不斷增大,隨著4G/5G技術(shù)的發(fā)展,移動環(huán)境下的網(wǎng)絡(luò)帶寬也隨之提高,但是毫無疑問,作為移動環(huán)境的網(wǎng)絡(luò)服務(wù)提供者相比于傳統(tǒng)的服務(wù)器或者工作站,資源受限和電池能耗是明顯的短板。移動終端的資源受限性和移動性等特征使得面向移動計算環(huán)境的服務(wù)提供、服務(wù)發(fā)現(xiàn)場景存在著一些特殊的問題,例如移動終端資源消耗、網(wǎng)絡(luò)環(huán)境變化引起的失效問題等。因此,本論文針對資源受限的移動環(huán)境,設(shè)計和實現(xiàn)了一個輕量級的面向移動環(huán)境的服務(wù)提供框架。本論文主要從三個方面對移動服務(wù)提供框架進(jìn)行了研究。針對應(yīng)用場景的不同,移動服務(wù)提供框架共分為三個模塊:CoAP協(xié)議棧模塊、基于BLE的服務(wù)廣播和發(fā)現(xiàn)模塊以及基于RSD的廣域服務(wù)發(fā)現(xiàn)模塊。CoAP協(xié)議棧模塊負(fù)責(zé)服務(wù)調(diào)用過程的數(shù)據(jù)傳輸,BLE服務(wù)廣播為鄰域內(nèi)提供服務(wù)發(fā)現(xiàn),RSD服務(wù)器實現(xiàn)了廣域內(nèi)的服務(wù)發(fā)現(xiàn)。然后,針對各模塊分別進(jìn)行了設(shè)計與實現(xiàn)。CoAP (Constrained Application Protocal)是一種應(yīng)用層的通信協(xié)議,建立在UDP (User Datagram Protocal)網(wǎng)絡(luò)協(xié)議與Web技術(shù)之上。在協(xié)議棧模塊中重點研究了CoAP協(xié)議的基本通信原理,同時對其雙層架構(gòu)和超時重傳機制進(jìn)行了深入探索,實現(xiàn)了一套基于REST模式的CoAP協(xié)議棧。對于鄰域內(nèi)的服務(wù)發(fā)現(xiàn),采用了低功耗藍(lán)牙協(xié)議實現(xiàn)服務(wù)的廣播和發(fā)現(xiàn)。同時,基于SpringMVC框架實現(xiàn)了遠(yuǎn)程服務(wù)目錄服務(wù)器,提供服務(wù)注冊、查詢、更新和刪除功能,實現(xiàn)了基于服務(wù)注冊機制的廣域內(nèi)的服務(wù)發(fā)現(xiàn)。最后,根據(jù)本論文所設(shè)計的面向移動環(huán)境的服務(wù)提供框架實現(xiàn)了一個原型系統(tǒng),并基于Android平臺進(jìn)行了系統(tǒng)的服務(wù)發(fā)現(xiàn)效率和性能測試。
[Abstract]:With the rapid development of mobile computing technology in recent years, more and more mobile terminal users share the processing power and computing resources of mobile terminal and its peripheral devices in a service manner. At present, smart phones are becoming more and more popular, and their computing and storage capabilities have been greatly enhanced. At the same time, the current mobile communication network is getting faster and faster, and smart phones integrate a large number of sensor components. This allows smartphones to provide rich Web services that contain environmental context information (e.g., GPS location information, acceleration sensor information). Mobile Web services, in turn, enhance the capabilities of mobile applications, such as mobile community awareness, real-time mobile health monitoring, location-based mobile social networks and medical positioning systems. Despite the rapid development of smart phones in recent years, the development of processors to multi-core, the increasing capacity of RAM/ROM, with the development of 4G/5G technology, the network bandwidth in mobile environment is also increased, but there is no doubt. As a network service provider in mobile environment, resource constraints and battery energy consumption are obviously weak compared with traditional servers or workstations. The resource limitation and mobility of mobile terminal make the service delivery for mobile computing environment. There are some special problems in service discovery scenario, such as the resource consumption of mobile terminal, the failure caused by the change of network environment, and so on. Therefore, this paper designs and implements a lightweight service providing framework for mobile environment, aiming at the resource-constrained mobile environment. This paper mainly studies the framework of mobile service provision from three aspects. According to the different application scenarios, the mobile service delivery framework is divided into three modules: the CoAP protocol stack module, BLE-based service broadcast and discovery module and RSD-based wide-area service discovery module. Coap protocol stack module is responsible for the data transmission of the service invocation process, and BLE service broadcast provides service discovery in the neighborhood. The RSD server implements service discovery in the wide area. Coap (Constrained Application Protocal) is an application layer communication protocol based on UDP (User Datagram Protocal) network protocol and Web technology. In the module of protocol stack, the basic communication principle of CoAP protocol is studied emphatically. At the same time, the double-layer architecture and retransmission mechanism of CoAP protocol are deeply explored, and a set of CoAP protocol stack based on REST mode is realized. For the service discovery in the neighborhood, the low power Bluetooth protocol is used to realize the broadcast and discovery of the service. At the same time, the remote service directory server is implemented based on SpringMVC framework, which provides the service registration, query, update and delete functions, and realizes the service discovery in the wide area based on the service registration mechanism. Finally, according to the mobile environment-oriented service providing framework designed in this paper, a prototype system is implemented, and the service discovery efficiency and performance of the system are tested based on the Android platform.
【學(xué)位授予單位】:浙江大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2016
【分類號】:TP311.52

【相似文獻(xiàn)】

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

1 鞏九洲;黎玉琴;李艷霞;;支持移動環(huán)境的發(fā)布訂閱系統(tǒng)的研究[J];計算機時代;2008年10期

2 吳婷婷;周興銘;;移動環(huán)境下支持技術(shù)的研究[J];計算機科學(xué);2001年08期

3 孫小培;朱玉全;陳耿;桑丘;;移動環(huán)境下基于共享客戶信息的空間位置查詢[J];計算機應(yīng)用;2009年12期

4 劉書香,武浦軍;直接移動環(huán)境下基于位置的發(fā)布/訂閱機制研究[J];浙江工商職業(yè)技術(shù)學(xué)院學(xué)報;2005年02期

5 吳鋒;;分布移動環(huán)境下的生產(chǎn)調(diào)度[J];中國水運(下半月);2008年11期

6 祁瑞華;楊德禮;胡潤波;;基于貝葉斯網(wǎng)絡(luò)的移動環(huán)境推薦方法研究[J];信息技術(shù);2010年05期

7 曾子明;王峰;;移動環(huán)境下基于隱性評分的博客推薦技術(shù)[J];情報雜志;2012年04期

8 王建軍;李建平;;移動環(huán)境多角色安全互斥風(fēng)險的模糊評估[J];計算機應(yīng)用;2013年08期

9 周帆,佘X,吳躍;支持移動環(huán)境下信任遷移的設(shè)計[J];計算機應(yīng)用;2005年11期

10 張英;金蓓弘;叢蘭蘭;溫元豐;;移動環(huán)境下的服務(wù)描述和服務(wù)匹配研究[J];計算機工程;2007年23期

相關(guān)會議論文 前4條

1 Philipp Obreiter;;移動環(huán)境下基于網(wǎng)絡(luò)的軟件協(xié)作版本開發(fā)及配置系統(tǒng)的實現(xiàn)(英文)[A];第二十屆全國數(shù)據(jù)庫學(xué)術(shù)會議論文集(技術(shù)報告篇)[C];2003年

2 印潤遠(yuǎn);楊理;;面向移動環(huán)境的加密認(rèn)證系統(tǒng)模型設(shè)計[A];全國計算機安全學(xué)術(shù)交流會論文集(第二十三卷)[C];2008年

3 杜一;田豐;戴國忠;王宏安;;Uniform Mobile User Model:一種移動環(huán)境下的用戶模型[A];第七屆和諧人機環(huán)境聯(lián)合學(xué)術(shù)會議(HHME2011)論文集【oral】[C];2011年

4 苑洪亮;張捷;郭長國;宮海林;張矚熹;;基于內(nèi)容的發(fā)布訂閱中間件對移動環(huán)境的擴(kuò)展支持技術(shù)研究[A];2006年全國開放式分布與并行計算學(xué)術(shù)會議論文集(一)[C];2006年

相關(guān)重要報紙文章 前3條

1 本報記者 張楠;提升用戶在移動環(huán)境下的音頻體驗[N];中國計算機報;2014年

2 IDG電訊;數(shù)據(jù)庫向移動環(huán)境轉(zhuǎn)移[N];計算機世界;2000年

3 顏健;2008將成為MID元年[N];計算機世界;2008年

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

1 王建軍;移動環(huán)境角色權(quán)限機制改進(jìn)[D];電子科技大學(xué);2014年

2 曾文英;面向移動環(huán)境的數(shù)據(jù)存儲管理方法關(guān)鍵技術(shù)研究[D];華南理工大學(xué);2011年

3 王健;移動環(huán)境中認(rèn)證技術(shù)與應(yīng)用研究[D];北京郵電大學(xué);2008年

4 周桓;移動環(huán)境中的Cache技術(shù)研究[D];中國科學(xué)院軟件研究所;2001年

5 李學(xué)英;面向移動環(huán)境的高效情景數(shù)據(jù)挖掘及節(jié)能感知方法研究[D];中國科學(xué)技術(shù)大學(xué);2012年

6 吳華鋒;移動環(huán)境下構(gòu)建P2P覆蓋網(wǎng)絡(luò)的關(guān)鍵技術(shù)研究[D];復(fù)旦大學(xué);2008年

7 劉春旭;移動環(huán)境中的發(fā)布—訂閱關(guān)鍵技術(shù)研究[D];北京郵電大學(xué);2012年

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

1 駱元;移動環(huán)境下個性化推薦系統(tǒng)的研究與實現(xiàn)[D];華南理工大學(xué);2015年

2 向定;基于評價的iPad移動環(huán)境下小學(xué)綜合實踐課教學(xué)設(shè)計研究[D];華中師范大學(xué);2015年

3 王權(quán);移動環(huán)境下能量感知的協(xié)同內(nèi)容分發(fā)策略研究[D];廣西大學(xué);2015年

4 陳昭燦;移動環(huán)境下科學(xué)工作流的訪問控制研究及應(yīng)用[D];復(fù)旦大學(xué);2014年

5 閆龍;基于XMPP協(xié)議的移動環(huán)境下推送系統(tǒng)的設(shè)計與實現(xiàn)[D];電子科技大學(xué);2014年

6 任子亭;移動環(huán)境下個性化內(nèi)容推薦技術(shù)研究及應(yīng)用[D];電子科技大學(xué);2015年

7 秦奮;移動環(huán)境下RESTful WebService的研究與設(shè)計[D];北京工業(yè)大學(xué);2015年

8 陳明龍;面向移動環(huán)境的服務(wù)提供框架研究與實現(xiàn)[D];浙江大學(xué);2016年

9 孟慶員;移動環(huán)境下的服務(wù)發(fā)現(xiàn)算法與應(yīng)用遷移模型研究[D];山東大學(xué);2009年

10 張曉蘭;移動環(huán)境下的大規(guī)模定制供應(yīng)鏈研究[D];復(fù)旦大學(xué);2009年

,

本文編號:2444154

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

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


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

版權(quán)申明:資料由用戶52752***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com