博碩士論文 105552015 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:24 、訪客IP:3.15.18.66
姓名 吳敬賢(Ching-Hsien Wu)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 應用在邊緣計算的嵌入式磁碟陣列設計與實作
(Embedded RAID system applied to edge computing: design and implementation)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 微控制器的應用領域廣泛,對於使用在高可靠性的控制系統中,往往會造成其應用上的限制。備份技術是最有效提高系統可靠性的方法之一。在物聯網應用,資料以雲中心來備份,但備份資料時易受網路的不定因素所影響,難以達到可靠、即時的資料蒐集目標。本研究提出一個創新的嵌入式資料備份系統架構,結合微控制器和FPGA硬體加速器,實現一個本地端儲存的嵌入式資料備份系統。藉由分散式,資料讀寫硬體加速設計,此磁碟陣列系統可以有效地備份即時資料與還原部分受損資料。本研究提出的嵌入式磁碟陣列系統與現有的雲中心備份方法進行比較,在資料可靠性、備份響應時間均有明顯改善,可滿足邊緣計算平台的嵌入式儲存需求。
摘要(英) Although micro control units have been widely applied to various areas, they tend to cause highly reliable control systems to be subject to application constraints. When applied to Internet of Things applications, backup technology, one of the most effective approaches for enhancing system reliability, enables backup data to be stored in a cloud center. However, this backup method is easily affected by the uncertainty of the Internet and therefore is unlikely to achieve reliable and real-time data collection. This study proposed an innovative, embedded system architecture for data backup, which serves as a local repository system for data backup purposes through the integration of micro control units and field programmable gate array-based hardware accelerators. The distributed system infrastructure features a hardware acceleration design for data reading and writing functions. Using this design, the redundant array of independent disks (RAID) system can effectively and simultaneously back up data and recover partially damaged data. A comparison of the proposed embedded RAID system and an existing cloud-based data backup technique revealed that the proposed system considerably improved data reliability and backup response time and can satisfy the need for embedded storage of an edge computing platform.
關鍵字(中) ★ 資料可靠性
★ 備份響應時間
★ 邊緣計算
★ 硬體加速器
★ 磁碟陣列
關鍵字(英) ★ Data reliability
★ Backup response time
★ Edge Computing
★ Hardware Accelerator
★ RAID
論文目次 摘要 I
ABSTRACT II
誌謝 III
目錄 IV
圖目錄 VII
表目錄 XI
第一章、 緒論 1
1.1 研究動機 1
1.2 研究目的 2
1.3 論文架構 3
第二章、 文獻回顧 4
2.1 資料儲存系統介紹 4
2.1.1 資料儲存裝置 5
2.1.2 資料傳輸介面通訊 8
2.1.2.1 時脈控制 9
2.1.2.2 指令傳輸 10
2.1.2.3 資料傳輸 13
2.2 磁碟陣列系統介紹 15
2.2.1 磁碟陣列模式 16
2.2.1.1 RAID 0 16
2.2.1.2 RAID 1 17
2.2.1.3 RAID 10 18
2.2.1.4 RAID 5 18
2.2.2 磁碟陣列介面通訊 20
第三章、 嵌入式磁碟陣列系統設計 21
3.1 系統設計方法論 22
3.1.1 IDEF0階層式架構設計 23
3.1.2 Grafcet離散事件建模 24
3.2 嵌入式磁碟陣列系統模組設計 25
3.2.1 微控制器協定模組設計 26
3.2.2 嵌入式磁碟陣列控制器模組設計 39
第四章、 嵌入式磁碟陣列系統實作與驗證 49
4.1 實驗環境 49
4.2 嵌入式磁碟陣列系統驗證 51
4.2.1 微控制器協定驗證 52
4.2.1.1 磁碟陣列控制器初始化協定 52
4.2.1.2 資料寫入/讀取協定 56
4.2.2 嵌入式磁碟陣列控制器驗證 56
4.2.2.1 時脈產生器模組 57
4.2.2.2 資料儲存系統 58
4.2.2.3 錯誤偵測模組 61
4.3 整體系統功能驗證與評估 62
第五章、 結論與未來方向 66
5.1 結論 66
5.2 未來方向 67
參考文獻 68
參考文獻 [1] W. Shi, J. Cao, Q. Zhang, Y. Li, L. Xu, "Edge Computing: Vision and Challenges," IEEE Internet of Things Journal, vol. 3, no. 5, pp. 637-646, October 2016.
[2] A. Alaeldine, R. Perdriau, M. Ramdani, J-L Levant, M. Drissi, "A Direct Power Injection Model for Immunity Prediction in Integrated Circuits," IEEE Transactions on Electromagnetic Compatibility, vol. 50, no. 1, pp. 52-62, February 2008.
[3] M.S. Hefny, H.H. Amer, "Design of an improved watchdog circuit for microcontroller-based systems," in Proceedings of the Eleventh International Conference on Microelectronics. ICM′99, Kuwait, 22-24 November, 1999.
[4] F. Wan, F. Duval, X. Savatier, A. Louis, M. Belahcene, "Study of susceptibility of an MCU control system in the automotive field," in 2010 Asia-Pacific Symposium on Electromagnetic Compatibility, Beijing, China, 12-16 April, 2010.
[5] H. Zhonglin, H. Yuhua, "A Study on Cloud Backup Technology and Its Development," in International Conference on Information and Management Engineering, Wuhan, China, 17-18 September, 2011.
[6] X. Liu, B. Li, A. Jiang, S. Qi, C. Xiang, N. Xu, "A bicycle-borne sensor for monitoring air pollution near roadways," in Proceedings of the IEEE International Conference on Consumer Electronics-Taiwan, Taipei, Tawan, 24 August, 2015.
[7] M. Vrable, S. Savage, G.M. Voelker, "Cumulus: Filesystem backup to the cloud," ACM Transations on Storage, vol. 5, no. 4, p. 14, December 2009.
[8] "Product Tree," STMicroelectronics, [Online]. Available: http://www.st.com/content/st_com/en/product-selector2.html.

[9] Z. Lu, J. Li, Y. Zhang, "The Reading/Writing SD Card System Based on FPGA," in 2010 First International Conference on Pervasive Computing Signal Processing and Applications, Harbin, China, 17-19 September, 2010.
[10] L-P. Chang, "On efficient wear leveling for large-scale flash-memory storage systems," in SAC ′07 Proceedings of the 2007 ACM symposium on Applied computing, Seoul, Korea, 11-15 March, 2007.
[11] STMicroelectronics, "Bad Block Management in NAND Flash Memories," Application note AN-1819, Geneva, Switzerland, 2004.
[12] "Speed class," SD Association, [Online]. Available: https://www.sdcard.org/cht/developers/overview/speed_class/index.html.

[13] "Extended FAT File System," Microsoft Corp, 2007. [Online]. Available: http://msdn2.rnicrosoft.com/en-us/library/aa914353.aspx.

[14] "Bus Speed (Default Speed/ High Speed/ UHS)," SD Association, [Online]. Available: https://www.sdcard.org/cht/developers/overview/bus_speed/index.html.

[15] Association, Technical Committe SD Card, Physical Layer Simplified Specification, 2017.
[16] STMicroelectronics, RM0410 Reference manual, 2016.
[17] Ching-Han Chen, Ming-Yi Lin, Xing-Chen Guo, "High-level Modeling and Synthesis of Smart Sensor Networks for Industrial Internet of Things," Computers & Electrical Engineering, vol. 61, pp. 48-66, July 2017.
[18] R.J. Mayer, "IDEF0 Function Modeling," Knowledge Based Systems, Inc., 1994.
[19] C.L. Ang, M Luo, R.K.L Gay, "Knowledge-based approach to the generation of IDEF0 models," Computer Integrated Manufacturing Systems, vol. 8, no. 4, pp. 279-290, November 1995.
[20] STMicroelectronics, UM1670 User manual, 2016.
[21] Altera, BeMicro Max 10 Getting Started User Guide, 2014.
指導教授 陳慶瀚(Ching-Han Chen) 審核日期 2018-6-25
推文 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聯絡  - 隱私權政策聲明