跳到主要內容

臺灣博碩士論文加值系統

(98.82.120.188) 您好!臺灣時間:2024/09/09 03:44
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:劉議文
論文名稱:嵌入式網路備份系統之研究與實作
論文名稱(外文):The Study and Implementation of Embedded Network Backup Systems
指導教授:蘇東興蘇東興引用關係詹森仁詹森仁引用關係
學位類別:碩士
校院名稱:明新科技大學
系所名稱:資訊管理研究所
學門:電算機學門
學類:電算機一般學類
論文種類:學術論文
論文出版年:2009
畢業學年度:97
語文別:中文
論文頁數:72
中文關鍵詞:UnicastMulticastUdp-castEmbedded網路備份
外文關鍵詞:UnicastMulticastUdp-castEmbeddedonline backup
相關次數:
  • 被引用被引用:0
  • 點閱點閱:199
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
隨著電腦與網路科技的進步,資料備份在學校變成一門必修的課程,尤其在病毒肆虐的網路環境中,電腦教室系統的備份更顯得重要。Ghost與Partimage是專門應用於部署作業系統之工具,它提供本端(Local)系統備份與還原的功能,但是面對擁有多電腦環境下(例如教育單位、電腦教室等),必須個別對每台系統部署頗為曠日費時,因此一對多的網路備份軟體可提供一個有效的解決方案。本論文在於Embedded架構下以自由軟體(Free Software) Partimage為基礎提出群播(Multicast)應用,Embedded架構擁有價格低與耗電量低的優勢,並且整體構造相對較精簡,適合應用於輕量級伺服器,而自由軟體賦予軟體使用者擁有使用、修改之特性。在實驗成果中以Partimage做開發基礎,使其具有群播(Multicast)可以透過網路實現大量部署作業系統。伺服器端將會整合網路開機(LAN boot)及撰寫Partimage Web操作介面,而Client端允許透過Web操作將系統備份到遠端資料庫伺服器,而資料庫伺服器將設計Embedded架構上並採用新的大量部署方式,以Partimage為基礎與Udp-cast做整合,透過Udp-cast改變原來Partimage的一對一傳輸模式來達成一對多Multicast系統部署。
Ghost and Partimage are tools utilized for deploying the operation system; they offer local system with the function of backup and restore. Under the circumstances of operating many computers at the same time (in educational departments or computer classrooms), it is time-consumed to deploy the system of each computer. Thus one-to-many online backup software provides an effective solving project for this problem.
Our study offers Multicast application with base of (Free Software) Partimage software under the embedded structure; Partimage is used as develop foundation to implement Multicast and mass deploying operation system through internet. Server can concord internet start-up (LAN boot) and compose operation interface of Partimage Web; client can permit transferring system backup to distant server through Web operation. Database server utilizes new method of mass deploying and embedded structure in addition to the concord of Udp-cast and Partimage in order to change the one-to-one mode of transmission into one-to-many Multicast deploying system.

中文摘要---------------------------------------------------------------------------------------------i
英文摘要--------------------------------------------------------------------------------------------ii
誌謝-------------------------------------------------------------------------------------------------iii
目錄--------------------------------------------------------------------------------------------------iv
表目錄-----------------------------------------------------------------------------------------------vi
圖目錄----------------------------------------------------------------------------------------------vii
第一章 序論--------------------------------------------------------------------------------------1
1.1 研究背景-------------------------------------------------------------------------------------1
1.2 研究動機與目的----------------------------------------------------------------------------1
1.3 研究架構-------------------------------------------------------------------------------------2
1.4 整體系統架構-------------------------------------------------------------------------------4
1.5 論文章節概述-------------------------------------------------------------------------------6
第二章 文獻探討----------------------------------------------------------------------------------7
2.1 資料備份---------------------------------------------------------------------------------------7
2.1.1 BACKUP V.S. RESTORE------------------------------------------------------------9
2.2 系統備份--------------------------------------------------------------------------------------10
2.2.1硬體備份------------------------------------------------------------------------------10
2.2.1.1 還原卡運作原理------------------------------------------------------------10
2.2.2軟體備份-------------------------------------------------------------------------------11
2.2.2.1 Ghost Corporate--------------------------------------------------------------13
2.2.2.2 Partimage----------------------------------------------------------------------15
2.2.2.3 Clonezilla----------------------------------------------------------------------17
2.3 網路傳輸技術--------------------------------------------------------------------------------19
2.3.1 Internet transmission Protocol------------------------------------------------------19
2.3.2 Multicast - 群廣播-------------------------------------------------------------------22
2.3.2.1 Introduction multicast-------------------------------------------------------22
2.3.2.2 Multicast address-------------------------------------------------------------23
2.3.2.3 IGMP Protocol----------------------------------------------------------------24
2.3.2.4 IPV4 V.S. IPV6---------------------------------------------------------------26
2.4 Embedded System----------------------------------------------------------------------------28
2.4.1 Embedded Linux---------------------------------------------------------------------30
2.4.2 Building Embedded Linux----------------------------------------------------------30
第三章 研究架構與研究方法-----------------------------------------------------------------33
3.1 硬體規格--------------------------------------------------------------------------------------33
3.1.1 開發板規格--------------------------------------------------------------------------33
3.1.2 硬體架構介紹-----------------------------------------------------------------------34
3.2 軟體規格--------------------------------------------------------------------------------------35
3.2.1 Embedded Linux---------------------------------------------------------------------35
3.2.2 Building Embedded Linux----------------------------------------------------------36
3.2.2.1 Introduction-------------------------------------------------------------------36
3.2.2.2 Building-----------------------------------------------------------------------37
3.2.2.3 Setup---------------------------------------------------------------------------38
3.2.2 Building DRBL-----------------------------------------------------------------------39
3.2.2.1 Introduction-------------------------------------------------------------------39
3.2.2.2 Building-----------------------------------------------------------------------39
3.2.3.3 Setup---------------------------------------------------------------------------40
3.2.3 Building Partimage-------------------------------------------------------------------43
3.2.3.1 Introduction-------------------------------------------------------------------43
3.2.3.2 Building-----------------------------------------------------------------------43
3.2.3.3 Setup---------------------------------------------------------------------------44
3.2.4 Udp-cast-------------------------------------------------------------------------------45
3.2.4.1 Introduction-------------------------------------------------------------------45
3.2.4.2 Building-----------------------------------------------------------------------45
3.2.4.3 Setup---------------------------------------------------------------------------45
3.3 Linux平台實驗multicast restore環境架構----------------------------------------------46
3.4 Embedded Linux平台實驗multicast restore環境架構---------------------------------46
第四章 系統實作與分析-----------------------------------------------------------------------47
4.1 實驗目標--------------------------------------------------------------------------------------47
4.2 實驗環境--------------------------------------------------------------------------------------48
4.3 實驗成果與分析--------------------------------------------------------------------------50
4.3.1 Unicasting測試與分析--------------------------------------------------------------51
4.3.2 Multicasting測試與分析------------------------------------------------------------52
4.3.3 Partimage(multicast) V.S Clonezilla測試與分析--------------------------------53
第五章 結論與未來研究方向-----------------------------------------------------------------56
5.1 結論--------------------------------------------------------------------------------------------56
5.2 未來研究方向--------------------------------------------------------------------------------56
參考文獻------------------------------------------------------------------------------------------58

[1] Li, Qing, 出版Baker & Taylor Books, Real-time concepts for embedded systems, 2003
[2] Symantec Ghost, Ghost Corporate, http://www.ghost.com
[3] Clonezilla, Web Site, http://www.clonezilla.org/
[4] DRBL (Diskless Remote Boot in Linux), Web Site, http:// drbl.nchc.org.tw/
[5] Partition image, linux free software, http://www.partimage.org/
[6] Udp-cast, linux free software, http://udpcast.linux.lu/
[7] Linux Guide第七期 - Server Backupr 系統備援, 王鵬程
[8] Backup, Data source, http://www.linwei.com.tw/backup.html
[9] Microsoft 備份和還原規劃, Web Site, http://msdn.microsoft.com/
[10] Filesystem type , 資料整理 , Microsoft微軟 and Linux Gazette : January 2006)
[11] TCP/IP Protocol Suite, Second Edition, Behrouz A. Forouzan Sophia Chung Fegan
[12] TCP/IP 協定, 全華科技圖書, 陳中和 吳秀峰 , 2003
[13] RFC 1112Deering, S. E., “Host Extensions for IP Multicasting,” RFC 1112, 17 pages, Aug. 1989.
[14] 精通Windows Server 2003 TCP/IP , □峰 , 李蔚澤 , 2003
[15] TCP/IP 最佳入門實用書 第五版 , □峰 , 蕭文龍 / 林松儒 , 2005
[16] IET, Institute of Electrical and Electronic. Engineers , 美國電機工程師學會
[17] 嵌入式系統設計 – 以ARM處理器基礎之SOC平台 , 教育部顧問室通訊科技人才堷育兒導型計劃 , 黃悅民 / 陳 敬 / 侯延偉 / 陳中和 / 黃慶祥 / 林志敏
[18] LSB , Linux Standard Base , http://www.linuxbase.org/
[19] FHS , Free Standards Group , http://www.pathname.com/fhs/
[20] Busybox , http://www.busybox.net/
[21] BSP , board support package , http://zh.wikipedia.org/wiki/Board_Support_Package
[22] Microtime , 新華電腦 , http://www.microtime.com.tw/
[23] Create XScale-PXA270 , User’s Guide - V1.2 and Creator PreSOCes Development KIT , User’s Guide - V1.8

連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊