Skip navigation

DSpace

機構典藏 DSpace 系統致力於保存各式數位資料(如:文字、圖片、PDF)並使其易於取用。

點此認識 DSpace
DSpace logo
English
中文
  • 瀏覽論文
    • 校院系所
    • 出版年
    • 作者
    • 標題
    • 關鍵字
    • 指導教授
  • 搜尋 TDR
  • 授權 Q&A
    • 我的頁面
    • 接受 E-mail 通知
    • 編輯個人資料
  1. NTU Theses and Dissertations Repository
  2. 電機資訊學院
  3. 資訊網路與多媒體研究所
請用此 Handle URI 來引用此文件: http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/41487
完整後設資料紀錄
DC 欄位值語言
dc.contributor.advisor劉邦鋒
dc.contributor.authorJia-Xiang Wuen
dc.contributor.author吳家翔zh_TW
dc.date.accessioned2021-06-15T00:20:33Z-
dc.date.available2016-09-08
dc.date.copyright2011-09-08
dc.date.issued2011
dc.date.submitted2011-08-15
dc.identifier.citationBibliography
[1] Gmail. http://mail.google.com/.
[2] Facebook. http://www.facebook.com/.
[3] Google Image. http://images.google.com/.
[4] HTC. http://www.htc.com/tw/.
[5] iphone. http://www.apple.com/iphone/.
[6] IOS. http://www.apple.com/ios/.
[7] android. http://www.android.com/.
[8] International Data Corp. http://www.idc.com/.
[9] Amazon Simple Storage Service. http://aws.amazon.com/s3/.
[10] Picasa. http://picasaweb.google.com/.
[11] FUSE. http://fuse.sourceforge.net/.
[12] Gluster file system. http://www.gluster.org/.
[13] Dropbox. http://www.dropbox.com/.
[14] Windows Azure. http://www.microsoft.com/windowsazure/.
[15] BitTorrent. http://www.bittorrent.com/.
[16] Hadoop File System. http://hadoop.apache.org/hdfs/.
[17] Eucalyptus. http://open.eucalyptus.com/.
[18] Amazon Elastic Compute Cloud. http://aws.amazon.com/ec2/.
[19] Microsoft. http://www.microsoft.com/.
31
[20] S. Ghemawat, H. Gobioff, and S. Leung. The google file system. In Proceedings of the
nineteenth ACM symposium on Operating systems principles, SOSP ’03, pages 29–43, New
York, NY, USA, 2003. ACM.
[21] K. Nagata. Imt-2000 terminal and its requirements for device technologies. In VLSI Circuits,
2000. Digest of Technical Papers. 2000 Symposium on, pages 2 –5, 2000.
[22] Hyper Text Markup Language 5. http://dev.w3.org/html5/.
[23] Windows phone 7. http://www.microsoft.com/windowsphone/.
[24] E. Nebel and L. Masinter. Form-based File Upload in HTML. Request for Comments 1867,
Internet Engineering Task Force, November 1995.
[25] Apache. http://www.apache.org/.
[26] Python. http://www.python.org/.
[27] Youtube. http://www.youtube.com/.
[28] Alexa. http://www.alexa.com/.
[29] Javascript. http://www.javascript.com/.
dc.identifier.urihttp://tdr.lib.ntu.edu.tw/jspui/handle/123456789/41487-
dc.description.abstractSmartphone has been one of most important technologies in recent years. However, smartphone only has a limited computing capability and a relatively small storage, because a smartphone must conserve power in order to achieve longer operation time. Due to its limited storage space it is impossible to store all the personal data into a smartphone. In addition, the CPU of a smartphone runs at relatively low clock rate so we cannot run resource demanding application because of the limited computing power.
We designed a mobile cloud platform called Nexus to overcome the inconveniences while using a smartphone. Nexus can provide smartphone user Tera bytes of cloud virtual storage, which users can store all their personal data. Nexus also provides mechanisms for user to upload files directly from mobile cloud to a website, so that a user can efficiently transfer data from cloud to a website, which uses its strong computing power to help process user data. Our experiments indicate that Nexus upload mechanisms can speed up file upload 2.5 to 37 times faster, and they works with many popular websites such as Gmail [1], Facebook [2], and Google Image[3].
en
dc.description.provenanceMade available in DSpace on 2021-06-15T00:20:33Z (GMT). No. of bitstreams: 1
ntu-100-R98944027-1.pdf: 554991 bytes, checksum: 5806d0662de0d4c8c90e120e63d472c3 (MD5)
Previous issue date: 2011
en
dc.description.tableofcontentsContents
Certification I
Acknowledgement II
Chinese Abstract III
Abstract IV
1 Introduction 1
2 Related Works 3
3 Architecture 5
3.1 Scenarios . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.2 Nexus Manager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.3 Distributed File System . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.3.1 Metadata Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.3.2 DFS Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.3.3 DFS Client . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3.4 Nexus Client Controller . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.4.1 File Caching Service . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.4.2 URL Generating Service . . . . . . . . . . . . . . . . . . . . . . . . . . 13
3.4.3 ID String Generating Service . . . . . . . . . . . . . . . . . . . . . . . . 14
3.5 HTTP Web Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
3.6 Proxy Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
V
4 File Upload 15
4.1 HTML5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
4.2 Upload by URL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
4.3 Proxy File Uploading Mechanism . . . . . . . . . . . . . . . . . . . . . . . . . 18
5 Performance Evaluation 20
5.1 Experiment Settings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
5.2 Experiment Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
5.2.1 Performance of File Uploading . . . . . . . . . . . . . . . . . . . . . . . 21
5.2.2 Generality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
5.3 Observations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.3.1 HTTPS Encryption . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5.3.2 HTML5 and JavaScript Features . . . . . . . . . . . . . . . . . . . . . . 28
5.3.3 Multipart/form-data File Upload . . . . . . . . . . . . . . . . . . . . . . 28
6 Conclusion 29
Bibliography 31
dc.language.isoen
dc.subject檔案上傳zh_TW
dc.subject行動雲zh_TW
dc.subject智慧型手機zh_TW
dc.subjectMobile clouden
dc.subjectSmartphoneen
dc.subjectFile upload.en
dc.title智慧型手機檔案系統設計與其在資料上傳之應用zh_TW
dc.titleA New File System for Mobile Cloud with Applications in
File Upload
en
dc.typeThesis
dc.date.schoolyear99-2
dc.description.degree碩士
dc.contributor.oralexamcommittee陳官辰,洪士灝
dc.subject.keyword智慧型手機,行動雲,檔案上傳,zh_TW
dc.subject.keywordSmartphone,Mobile cloud,File upload.,en
dc.relation.page32
dc.rights.note有償授權
dc.date.accepted2011-08-15
dc.contributor.author-college電機資訊學院zh_TW
dc.contributor.author-dept資訊網路與多媒體研究所zh_TW
顯示於系所單位:資訊網路與多媒體研究所

文件中的檔案:
檔案 大小格式 
ntu-100-1.pdf
  未授權公開取用
541.98 kBAdobe PDF
顯示文件簡單紀錄


系統中的文件,除了特別指名其著作權條款之外,均受到著作權保護,並且保留所有的權利。

社群連結
聯絡資訊
10617臺北市大安區羅斯福路四段1號
No.1 Sec.4, Roosevelt Rd., Taipei, Taiwan, R.O.C. 106
Tel: (02)33662353
Email: ntuetds@ntu.edu.tw
意見箱
相關連結
館藏目錄
國內圖書館整合查詢 MetaCat
臺大學術典藏 NTU Scholars
臺大圖書館數位典藏館
本站聲明
© NTU Library All Rights Reserved