請用此 Handle URI 來引用此文件:
http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/41487完整後設資料紀錄
| DC 欄位 | 值 | 語言 |
|---|---|---|
| dc.contributor.advisor | 劉邦鋒 | |
| dc.contributor.author | Jia-Xiang Wu | en |
| dc.contributor.author | 吳家翔 | zh_TW |
| dc.date.accessioned | 2021-06-15T00:20:33Z | - |
| dc.date.available | 2016-09-08 | |
| dc.date.copyright | 2011-09-08 | |
| dc.date.issued | 2011 | |
| dc.date.submitted | 2011-08-15 | |
| dc.identifier.citation | Bibliography
[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.uri | http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/41487 | - |
| dc.description.abstract | Smartphone 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.provenance | Made 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.tableofcontents | Contents
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.iso | en | |
| dc.subject | 檔案上傳 | zh_TW |
| dc.subject | 行動雲 | zh_TW |
| dc.subject | 智慧型手機 | zh_TW |
| dc.subject | Mobile cloud | en |
| dc.subject | Smartphone | en |
| dc.subject | File upload. | en |
| dc.title | 智慧型手機檔案系統設計與其在資料上傳之應用 | zh_TW |
| dc.title | A New File System for Mobile Cloud with Applications in
File Upload | en |
| dc.type | Thesis | |
| dc.date.schoolyear | 99-2 | |
| dc.description.degree | 碩士 | |
| dc.contributor.oralexamcommittee | 陳官辰,洪士灝 | |
| dc.subject.keyword | 智慧型手機,行動雲,檔案上傳, | zh_TW |
| dc.subject.keyword | Smartphone,Mobile cloud,File upload., | en |
| dc.relation.page | 32 | |
| dc.rights.note | 有償授權 | |
| dc.date.accepted | 2011-08-15 | |
| dc.contributor.author-college | 電機資訊學院 | zh_TW |
| dc.contributor.author-dept | 資訊網路與多媒體研究所 | zh_TW |
| 顯示於系所單位: | 資訊網路與多媒體研究所 | |
文件中的檔案:
| 檔案 | 大小 | 格式 | |
|---|---|---|---|
| ntu-100-1.pdf 未授權公開取用 | 541.98 kB | Adobe PDF |
系統中的文件,除了特別指名其著作權條款之外,均受到著作權保護,並且保留所有的權利。
