博碩士論文 90532017 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:20 、訪客IP:18.190.156.212
姓名 黃哲亮(Che-Liang Huang)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 可管理的堆疊交換器系統之設計與實作
(The design and implementation of management and stackable switch)
相關論文
★ 整合多樣配置組態下的藍芽射頻驗證系統★ 具檔案敘述相關語查詢之智慧型檔案搜尋系統
★ 具遲到者支援功能之網際網路簡報系統★ 以快速廣播法建構熱門視訊隨選服務伺服器
★ 具事件同步再現特性之遠程電傳展示伺服器★ 無線網路環境下之廣播資訊快速下載
★ 中文網站繁簡互訪協助系統★ 支援時光平移播放之調適性現場直播演算法
★ 用於互動式廣播之段落對齊法★ 熱門影片廣播法之影片區段復原機制
★ 配合熱門影片廣播的本地伺服器高效快取法★ 一個增進SIP在防火牆環境中應用的協同模組
★ 考量網頁熱門度之一致性雜湊法解決 網頁代理伺服器之負載平衡★ 以網域名稱伺服器為基礎之色情網站過濾系統
★ 使用熱門廣播法及支援點對點傳輸之影音內容傳遞網路★ 變動頻寬平滑化之熱門廣播演算法
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在以提昇產業競爭力為目標的研發與創新過程中,嵌入式系統(Embedded system)的被應用,實扮演著極為重要的關鍵性角色。主要在於嵌入式系統的功能為提高產品的穩定性、可攜性、降低產品的成本與及增加特定功能等目的。因此,對於嵌入式系統而言其設計理念為:對一般標準系統進行修改以符合特殊的需求。此種內嵌式的做法在硬體方面靠的主要就是被稱為系統單晶片(SOC–System On a Chip)[1]的半導體整合技術,而內嵌式作業系統核心(kernel)則是軟體方面的技術核心。
嵌入式軟體設計在某方面來說是要打破傳統的硬體與軟體的邊界和限制,對某一個特定的功能,可以選擇用硬體設計來完成,或是在一般處理器上以軟體撰寫來實現,或是結合特定的硬體與軟體整合實作。不同的選擇在於成本、耗電量、大小與執行效能上會有不同的考量。所以根據這個考量,對於一個好的嵌入式系統設計者,不能只偏頗在硬體或軟體任何一方,應該要對整個系統設計有寬廣的分析能力。由於內嵌式作業系統應用範圍廣泛,為因應不同目的其作業系統更區分明確,本論文僅就以網路設備產品利用嵌入式系統為開發核心,並搭配其特殊設計之硬體系統單晶片,設計開發出“可管理堆疊式交換機”。
摘要(英) For the object about improve the competition in the market during designed and created. The Embedded system has become a very important rule to embed in the target device. The main features about embedded system: improve product’s reliability, portably, reduce the cost and increase the specific functions. The method mixes hardware and software. On the H/W presented by “System On a Chip (SOC)”; and on the S/W the embedded operation system constructed the platform.
On the other hand, the embedded system is to break the boundary and constraint about the traditional H/W and S/W. For some specific function, designer can use only H/W or pure S/W or bind the H/W and S/W to accomplish. Different choice must consider the cost, size and performance.
For that matter, it’s important for designer that own analyst capability about whole system designing. In this paper, we use the embedded system as kernel to design the network product. Meanwhile we also use the special system on the chip (SOC), for our networking product “Management Stackable Switch”.
關鍵字(中) ★ 系統單晶片
★ 嵌入式系統
關鍵字(英) ★ system on a chip
★ embedded system
論文目次 摘要 iii
目錄 vi
圖目錄 viii
表目錄 ix
第 1 章 緒論 1
第 2 章 相關研究 6
第 3 章 系統開發工具 13
3.1 嵌入式系統的一般需求 13
3.2系統開發環璄及硬體方塊圖 15
第 4 章 可管理堆疊式交換機架構 18
4.1 嵌入式系統架構與其定位 18
4.2 HTTP 超文件標示語言流程 19
4.3 命令列指令(console driver)行程間通訊機制 20
4.4 系統之核心碼與設定值於記憶體(flash)間的配置 21
第 5 章 實作與比較 23
5.1 HTTP要求與回覆之內容及伺服器之處理模式 23
5.1.1 http request 23
5.1.2 http response 24
5.1.3 Web伺服器內容及動作流程 24
5.2 相關之比較及其堆疊性 27
5.2.1 與其他品牌之相關功能性比較 27
5.2.2 堆疊性 29
5.3 容錯性 30
5.4 實作 35
第 6 章 結論 36
6.1結論 36
6.2未來工作 37
參考文獻 39
參考文獻 [1] 資策會編,“TICKERS Programmer’s Guide”
[2] Craig Hunt, TCP/IP Network Administration, O’Reilly
[3] David Flanagan, JavaScript: the definitive guide, 4th ed., O’Reilly
[4] Radia Perlman, Interconnections: bridges, switches, and internetworking protocols, 2nd ed., Addison-Wesley, c2000
[5] Rich Seifert, The switch book: a complete guide to LAN switching technology, John Wiley & Sons, 2000
[6] 覃禹華,“Switch晶片/21世紀第一波網路戰場”,工業技術研究院電子工業研究所,2000
[7] 夏瑋瑋,“嵌入式系統關鍵技術分析与開發應用” 東南大學 http://www.chinaecnet.com/big5/xsj/xsj030749.asp
[8] 探矽工作室,“嵌入式系統開發聖經”,學貫行銷股份有限公司,2002
[9] 江俊彥、林長毅編譯, “嵌入式系統—使用C/C++”,歐萊禮 [民88]
Michael Barr, “Programming Embedded System in C and C++”, O’REILLY
[10] http://thccx11.cc.nthu.edu.tw/wjchou/docs/html-user.html
[11] Nucleus PLUS Internals, by Accelerated Technology Inc., describes, in considerable detail, the implementation of the Nucleus PLUS kernel.
[12] Nucleus PLUS Reference, by Accelerated Technology Inc., describes, in considerable detail, the implementation of the Nucleus PLUS kernel.
[13] Nucleus PLUS Portation Notes, by Accelerated Technology Inc., describes processor and development tools specified for each Nuclesu PLUS port.
[14] Ths C Programming Language (second edition), by Brain W. Kernigham and Dennis M. Ritchie, published by Prentice-Hall, Englewood Cliffs, New Jersey, 1991.
[15] D-Link Corp., DES-3226S原廠型錄, 2003
[16] Accton Corp., ES3526F1 L2 Fast Ethernet Stackable Switch, 2002
[17] 3COM Corp., SuperStack 3 Switch Implementation Guide.
[18] 3COM Corp., 3COM SuperStack 3 Switch 4400 Family DataSheet.
[19] “CSMA/CD(Ethernet)”, IEEE Std 802.3, 2000 Edition
[20] “Specification for 802.3 Full Duplex Operation and Physical Layer Specification for 100Mb/s Operation on TWO Pairs of Category 3 or Better Balanced Twisted Pair Cable (100BASE-T2)”, IEEE Std 802.3x, 1997
[21] “Virtual Bridged Local Area Networks”, Draft Standard P802.1Q/D11, July 30, 1998
[22] Mick Seaman, Andrew Smith, Eric Crawley,“Integrated Services over IEEE 802.1D/802.1p Networks”, June 1997
[23] “Physical Layer Parameters and Specifications for 1000 Mb/s Operation Over 4-Pair of Category 5 Balanced Copper Cabling, Type 1000BASE-T”, IEEE Std 802.3ab, 1999
[24] “Standard for Port based Network Access Control”, IEEE Draft P802.1X/D10, January 25, 2001
[25] D. Levi, P. Meyer, B. Stewart, “Simple Network Management Protocol (SNMP) Applications”, RFC3413, December 2002
[26] R. Presuhn, Ed.. “Management Information Base (MIB) for the Simple Network Management Protocol (SNMP)”, RFC3418, December 2002
指導教授 曾黎明(Li-Ming Tseng) 審核日期 2004-7-20
推文 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聯絡  - 隱私權政策聲明