博碩士論文 104522117 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:32 、訪客IP:3.147.42.168
姓名 鍾偉勝(Wei-Sheng Chung)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 基於適應性霍夫曼編碼雜湊樹之雲端儲存服務違約證明技術
(Proof of Violation with Adaptive Huffman Coding Hash Tree for Cloud Storage Service)
相關論文
★ 以IEEE 802.11為基礎行動隨意無線網路之混合式省電通訊協定★ 以范諾圖為基礎的對等式網路虛擬環境相鄰節點一致性研究
★ 行動隨意網路可調適及可延展之位置服務協定★ 同儕式網路虛擬環境高效率互動範圍群播
★ 巨量多人線上遊戲之同儕網路互動範圍語音交談★ 基於范諾圖之同儕式網路虛擬環境狀態管理
★ 利用多變量分析 之多人線上遊戲信任使用者選擇★ 無位置資訊無線感測網路之覆蓋及連通維持
★ 同儕網路虛擬環境3D串流同儕選擇策略★ 一個使用802.11與RFID技術的無所不在導覽系統U-Guide之設計與實作
★ 同儕式三維資料串流★ IM Finder: 透過即時通訊網路線上使用者找尋解答
★ 無位置資訊無線感測網路自走車有向天線導航與協調演算法★ 多匯點無線感測網路省能及流量分散事件輪廓追蹤
★ 頻寬感知同儕式3D串流★ 無線感測網路旋轉指向天線定位法
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 雲端儲存服務雖然在現今十分熱門,但若系統發生異常而造成使用者的資料毀損時,使用者卻沒有一套有效的方法能證明系統確實發生異常進而無法對損失成本進行索賠。因此企業使用者由於上述的因素對雲端儲存服務往往不信任甚至不採用,我們希望能設計出一套方法來解決及改善雲端儲存服務上的缺陷。本論文著重於違約證明 (Proof of Violation)技術的研究上,所有雲端儲存的更動行為都會透過數位簽章的方式由使用者與服務提供商(Service Provider)互相比對雜湊值(Hash Value)來證明是否有違約行為的出現,以確保雙方能彼此信任。
本論文提出適應性霍夫曼編碼雜湊樹建構(Adaptive Huffman Coding Hash Tree Construction; 簡稱AHCHTC)演算法,以強化雲端儲存服務之即時稽核與違約證明技術。所提之方法依據檔案的更動次數來動態新增與調整雜湊樹節點,能夠減少現今以雜湊樹為基礎違約證明技術的執行時間與所需要的記憶體空間。本論文進一步提出計數調整(Counter Adjustment)概念,設計適應性霍夫曼編碼雜湊樹建構/計數調整(Adaptive Huffman Coding Hash Tree Construction/Counter Adjustment; 簡稱AHCHTC/CA)演算法,在不破壞適應性霍夫曼編碼雜湊樹架構具兄弟特性(Sibling Property)的前提下變動雜湊樹所有節點的計數。不使用原先依據總更動計數的方式,改以檔案最近更動的計數為依據而建構雜湊樹。這更能貼近使用者的最近行為模式,而能進一步提昇演算法效能。
在實驗階段,我們以NCUCCWiki中網頁的更動模式以及SNIA (Storage Networking Industry Association) IOTTA (Input/output Traces, Tools, and Analysis) 中哈佛大學網路檔案系統檔案更動模式為對象,評估所提演算法的效能,並且與相關文獻提出的方法進行比較。實驗結果顯示,所提演算法不論在計算時間或是記憶空間方面都優於其他方法。本論文最後並提出針對實驗結果的觀察和所提演算法未來可能的應用場景。
摘要(英) Although cloud storage services are very popular nowadays, users have a problem that they do not have an effective way to prove the system is abnormal due to system errors. Users thus cannot claim a loss even when data or files are damaged by some kinds of internal errors. As a result, enterprise users often do not trust or even adopt cloud storage services due to the above-mentioned problem. We intend to design methods to solve the problem of cloud storage services. In this paper, we focus on the research of Proof of Violation (POV). All the updated files in cloud storage will be signed by users and service providers with digital signature, and their hash values are checked for detecting the occurrence of violations to ensure that both parties can trust each other.
We propose Adaptive Huffman Coding Hash Tree Construction (AHCHTC) algorithm for the real-time POV of cloud storage services. The proposed algorithm dynamically adds and adjusts hash tree nodes according to the update counters of files. It consumes less execution time and memory space than an existing hash tree-based POV scheme. We further propose Adaptive Huffman Coding Hash Tree Construction/Counter Adjustment (AHCHTC/CA) algorithm to improve the AHCHTC algorithm by adjusting counters of all nodes associated with files while maintaining the hash tree structure to satisfy the sibling property. Thus, the AHCHTC/CA algorithm constructs the hash tree according to recent update counters, instead of total update counters. This can reflect recent file update patterns, and thus further improve the performance.
Simulation experiments are conducted to evaluate the performance of the proposed algorithms is for the web page update patterns in NCUCCWiki and the file update patterns in the Harvard University network file system provided by SNIA (Storage Networking Industry Association) IOTTA (Input/output Traces, Tools, and Analysis) data set. The evaluated performance is compared with that of a related method. The comparisons show that the proposed algorithms are superior to the related method in terms of the computation time and the memory overhead. We also show some observations for the experimental results and possible application scenarios of the proposed algorithms.
關鍵字(中) ★ 雲端儲存
★ 不可否認性
★ 違約證明
★ 適應性霍夫曼編碼
★ 雜湊樹
關鍵字(英)
論文目次 中文摘要 I
目錄 V
表目錄 VIII
一、緒論 1
1-1研究背景與動機 1
1-2研究目的與貢獻 1
1-3論文架構 2
二、背景知識 3
2-1資訊安全 3
2-2數位簽章(Digital Signature) 4
2-2-1數位簽章原理 4
2-2-1密碼雜湊函式 5
2-3 違約證明機制(Proof of Violation) 7
2-3-1違約證明機制介紹 7
2-3-2違約證明機制架構 8
2-3-3索引函式與完滿二元雜湊樹(Index Function and FBHTree) 9
2-3-4交握協定(Handshaking Protocols) 12
三、提出方法 13
3-1適應性霍夫曼編碼 13
3-2適應性霍夫曼編碼雜湊樹 15
3-3 適應性霍夫曼編碼雜湊樹建構(AHCHTC)演算法 19
3-4 適應性霍夫曼編碼雜湊樹建構/計數調整(AHCHTC/CA)演算法 21
四、實驗與分析 26
4-1實驗指標(Experimental Metrics) 26
4-2資料集(Dataset) 27
4-2-1 NCUCCwiki 27
4-2-2 SNIA IOTTA 28
4-3 實驗結果 29
五、結論 33
參考文獻 34
參考文獻 [1] “Google Drive”, https://www.google.com.tw/
[2] “Dropbox”, https://www.dropbox.com/zh_TW/
[3] “OneDrive”, https://onedrive.live.com/about/zh-tw/
[4] “iCloud”, https://www.icloud.com/
[5] “NCUCCWiki”, http://wiki.cc.ncu.edu.tw/wiki/%E9%A6%96%E9%A0%81
[6] “SNIA IOTTA”, http://iotta.snia.org/
[7] Gwan-Hwan Hwang, Hung-Fu Chen “Efficient Real-time Auditing and Proof of Violation for Cloud Storage Systems,” 2016 IEEE 9th International Conference on Cloud Computing (CLOUD), 2016, Pages: 132 - 139
[8] S. Kamara and K. Lauter, “Cryptographic Cloud Storage,” Financial Cryptography and Data Security, Lecture Notes in Computer Science.Springer Berlin/Heidelberg, 2010, vol. 6054, pp. 136–149.
[9] Gwan-Hwan Hwang, Wei-Sian Huang, and Jenn-Zjone Peng, “Realtime Proof of Violation for Cloud Storage,” The 6th IEEE International Conference on Cloud Computing Technology and Science (IEEE CloudCom 2014), December 27-29, 2014, Singapore.
[10] “Amazon S3”, https://aws.amazon.com/tw/s3/
[11] “Azure”, https://azure.microsoft.com/zh-tw/
[12] Daniel Ellard, Jonathan Ledlie, Pia Malkani, Margo Seltzer, “Passive NFS Tracing of Email and Research Workloads,” FAST ′03 Proceedings of the 2nd USENIX Conference on File and Storage Technologies, March 31 – 31, 2003, San Francisco.
指導教授 江振瑞 審核日期 2018-1-23
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明