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

視頻分發(fā)與緩存協(xié)同優(yōu)化技術(shù)研究

發(fā)布時間:2018-02-24 19:53

  本文關(guān)鍵詞: 內(nèi)容分發(fā)網(wǎng)絡(luò) 內(nèi)容流行度 副本替換 副本部署 云CDN 出處:《中國科學(xué)技術(shù)大學(xué)》2014年博士論文 論文類型:學(xué)位論文


【摘要】:在三網(wǎng)融合的大環(huán)境下,服務(wù)和業(yè)務(wù)的種類越來越豐富,其中視頻內(nèi)容的播放服務(wù)是三網(wǎng)融合的重要服務(wù)之一。隨著整個視頻服務(wù)行業(yè)的飛速發(fā)展,視頻內(nèi)容出現(xiàn)了爆炸式的增長。 視頻內(nèi)容通過內(nèi)容分發(fā)網(wǎng)絡(luò),分發(fā)給電視、PC、手機(jī)、PAD等內(nèi)容終端。視頻內(nèi)容的快速增長及終端用戶數(shù)量迅猛增加,與此同時基礎(chǔ)網(wǎng)絡(luò)傳輸帶寬發(fā)展相對緩慢,為了保證視頻服務(wù)質(zhì)量,目前主要通過由內(nèi)容分發(fā)和緩存系統(tǒng)組成的內(nèi)容分發(fā)網(wǎng)絡(luò)CDN (Content Delivery Network),完成視頻內(nèi)容的分發(fā)和緩存。大容量、高并發(fā)的視頻服務(wù),對視頻分發(fā)、緩存技術(shù)提出了更高要求。視頻內(nèi)容流行度的準(zhǔn)確預(yù)測、有效的緩存替換算法以及副本的預(yù)部署算法對CDN的性能有重要影響。 本文圍繞三網(wǎng)融合環(huán)境下的視頻內(nèi)容的分發(fā)與緩存關(guān)鍵技術(shù)展開研究工作,重點(diǎn)研究了CDN中視頻流行度的預(yù)測,分布式緩存系統(tǒng)中移動視頻內(nèi)容緩存的替換,以及基于云存儲的CDN中視頻內(nèi)容副本的預(yù)部署等策略。 本文的主要工作與成果如下: 1)針對基于“推”為主的CDN系統(tǒng)中,視頻內(nèi)容的流行度需要人為估計的問題,本文提出了一種利用貝葉斯網(wǎng)絡(luò)模型對視頻內(nèi)容的流行度進(jìn)行預(yù)測的方法。在保證用戶體驗不變的前提下,減少后期系統(tǒng)對視頻內(nèi)容副本的調(diào)整,有效減少系統(tǒng)負(fù)擔(dān),使CDN邊緣節(jié)點(diǎn)的存儲資源能夠得到更合理的使用。 該方法利用貝葉斯網(wǎng)絡(luò)通過對視頻點(diǎn)播數(shù)據(jù)進(jìn)行知識挖掘,實現(xiàn)對需要分發(fā)到CDN邊緣緩存節(jié)點(diǎn)的視頻內(nèi)容流行度的有效預(yù)測。實驗結(jié)果表明,該方法可對視頻內(nèi)容流行度較為準(zhǔn)確的預(yù)測,電影流行度準(zhǔn)確率超過80%。 2)針對分布式協(xié)同緩存系統(tǒng)中的內(nèi)容替換問題,本文提出了一種基于全局信息的內(nèi)容替換算法。通過理論推導(dǎo)證明了協(xié)同緩存優(yōu)于獨(dú)立緩存。 協(xié)同緩存系統(tǒng)中現(xiàn)有的局部貪心算法假定文件長度一致,僅考慮局部的內(nèi)容信息?紤]這兩個不足,本文通過分析移動環(huán)境下視頻的長度分布與流行度分布情況,建立了視頻長度與流行度的分布模型。然后根據(jù)分布模型并結(jié)合緩存系統(tǒng)的自身特點(diǎn),針對面向移動視頻服務(wù)的分布式緩存系統(tǒng),本文提出了一種基于全局效用值的緩存替換算法,簡稱VBG算法(Value-Based Global). VBG算法基于全局信息,同時考慮文件長度。實驗結(jié)果表明,協(xié)同緩存系統(tǒng)在三種不同緩存預(yù)部署策略下,使用VBG算法的系統(tǒng)傳輸代價均低于局部貪心算法,在三組實驗中,局部貪心算法的傳輸開銷最高約是VBG算法的2.5倍。 3)面向基于云存儲的CDN視頻內(nèi)容預(yù)部署需求,本文提出了兩種離線的副本部署算法:GUCP算法(Greedy User Core Preallocation)和PBP算法(Popularity Based Placement). GUCP算法利用用戶請求信息,將副本有針對性的部署到云存儲節(jié)點(diǎn)上,將用戶快速的重定向到擁有所需副本內(nèi)容的節(jié)點(diǎn),從而解決原有GS (Greedy Site)算法可能引起的用戶負(fù)載不均問題。實驗結(jié)果表明,GUCP算法在負(fù)載均衡方面的性能優(yōu)于GS算法很多。當(dāng)用戶數(shù)量達(dá)1000時,GUCP算法的負(fù)載狀況值僅為GS算法的1/8。PBP算法則利用內(nèi)容的流行度計算出副本在系統(tǒng)中所要部署的數(shù)量,將用戶請求重定向到指定云存儲節(jié)點(diǎn),若該節(jié)點(diǎn)無法提供副本服務(wù),則從其它節(jié)點(diǎn)復(fù)制副本。對比其它節(jié)點(diǎn)復(fù)制副本的平均調(diào)整時延和調(diào)整費(fèi)用兩種性能指標(biāo),PBP算法比隨機(jī)預(yù)部署算法有較大優(yōu)勢。隨著用戶數(shù)量的增加,PBP算法的調(diào)整費(fèi)用近似趨于隨機(jī)算法的1/2,平均調(diào)整時延近似趨于隨機(jī)算法的3/4。 本文的研究工作及成果,依托于國家863重大項目“新一代高可信網(wǎng)絡(luò)”課題中“新一代業(yè)務(wù)運(yùn)行管控協(xié)同支撐環(huán)境的開發(fā)”課題以及華為“分布式分層Cache技術(shù)合作”基金項目,已經(jīng)應(yīng)用于本文所依托的兩個課題(已通過驗收)。
[Abstract]:With the development of the whole video service industry , the video content has exploded with the rapid development of the whole video service industry . The content distribution network is distributed to the content terminals such as TV , PC , mobile phone , PAD , etc . The fast growth of video content and the number of end users are increasing rapidly . At the same time , the transmission bandwidth of the base network is relatively slow . In order to guarantee the video quality of service , the content distribution and caching are completed mainly through the content distribution network CDN ( Content Delivery Network ) composed of content distribution and caching system . In this paper , the key technologies of distribution and caching of video content in the three - network integration environment are studied . The prediction of video popularity in CDN , the replacement of mobile video content cache in distributed caching system and the pre - deployment of video content copies in CDN based on cloud storage are studied . The main work and results of this article are as follows : 1 ) In the CDN system based on " push " , the popularity of video content requires man - made estimation . This paper presents a method to predict the popularity of video content using Bayesian network model . Experiments show that the method can predict the popularity of video content accurately , and the accuracy rate of movie popularity is more than 80 % . 2 ) Aiming at the problem of content replacement in distributed cooperative caching system , a content replacement algorithm based on global information is presented in this paper . In this paper , the distribution model of video length and popularity is established by analyzing the distribution of the length and popularity of the video in the mobile environment . Then , according to the distribution model and the characteristics of the caching system , a cache replacement algorithm based on the global utility value is proposed , which is called Value - Based Global . Based on the global information , the VBG algorithm takes into account the file length . The experimental results show that the system transmission cost of the cooperative caching system is lower than that of the local greedy algorithm under three different cache pre - deployment strategies . In the three groups of experiments , the maximum transmission cost of the local greedy algorithm is about 2.5 times that of the VBG algorithm . 3 ) To meet the pre - deployment requirements of CDN video content based on cloud storage , two offline copy deployment algorithms : GUCP algorithm and Popularity Based Placement are proposed in this paper . The results show that the performance of GUCP algorithm is better than GS algorithm when the number of users is 1000 . The results show that the performance of GUCP algorithm is better than that of GS algorithm . When the number of users is 1000 , the load condition value of GUCP algorithm is only 1 / 8 of GS algorithm . When the number of users reaches 1000 , the PBP algorithm is more advantageous than random pre - deployment algorithm . The research work and results of this paper are based on the project of " Next Generation Business Operation Control and Cooperative Support Environment " in the " Next Generation High Trust Network " project of National 863 Major Projects and the project of Huawei " Distributed Tiered Cache Technical Cooperation " , which have been applied to the two topics supported by this paper ( accepted ) .

【學(xué)位授予單位】:中國科學(xué)技術(shù)大學(xué)
【學(xué)位級別】:博士
【學(xué)位授予年份】:2014
【分類號】:TP393.02;TP333

【參考文獻(xiàn)】

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

1 胡進(jìn)鋒;洪春輝;鄭緯民;;一種面向?qū)ο蟮腎nternet存儲服務(wù)系統(tǒng)Granary[J];計算機(jī)研究與發(fā)展;2007年06期

2 郭成城,晏蒲柳;一種異構(gòu)Web服務(wù)器集群動態(tài)負(fù)載均衡算法[J];計算機(jī)學(xué)報;2005年02期

3 張景云;蔣念平;付東翔;;云計算的發(fā)展與應(yīng)用[J];微計算機(jī)信息;2012年01期



本文編號:1531503

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

本文鏈接:http://sikaile.net/guanlilunwen/ydhl/1531503.html


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

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