跳到主要內容

臺灣博碩士論文加值系統

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

詳目顯示

: 
twitterline
研究生:黃柄傑
研究生(外文):Bing-Jie Huang
論文名稱:植基於WebServices之家庭網路診斷系統
論文名稱(外文):Web Services-based Home Network Diagnosis System
指導教授:陳俊良陳俊良引用關係
指導教授(外文):Jiann-Liang Chen
學位類別:碩士
校院名稱:國立東華大學
系所名稱:資訊工程學系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2007
畢業學年度:95
語文別:英文
論文頁數:74
中文關鍵詞:家庭網路網路管理異質網路Web Services錯誤診斷OSGi平台
外文關鍵詞:Network ManagementWeb ServicesHeterogeneous NetworkHome NetworkOSGi Platform
相關次數:
  • 被引用被引用:0
  • 點閱點閱:247
  • 評分評分:
  • 下載下載:61
  • 收藏至我的研究室書目清單書目收藏:1
隨著資訊家電的興起,網路已經逐漸由桌上蔓延到家中的每一角落,使得網路呈現出無所不在之局面。而居家環境資訊網路的興起,除了家用電腦的普及化,更是電腦的低價化且功能逐漸強大的作用下,促使低價位的網際網路資訊家電接取設備及家用電腦之相關應用開發,讓一般家庭不僅可接受其產品更能有效應用提供之功能。現今網際網路無疑地已可將大量資料及娛樂訊息傳送至家中的可行性,其延伸出的家庭網路也因此有了契機發展。

在家庭網路中串連各式設備與儀器,滿足了家中許多影音娛樂需求,但是也延伸出許多問題,除了令人眼花撩亂的應用功能以及複雜的操作之外,更重要是在後續維護與修復所帶給一般沒有專業知識背景的家庭使用者無比困擾。本論文將針對構成異質性家庭網路如:HAVi(Home Audio Video interoperability)、IrDA(Infrared Data Association)、IEEE 802.11、Ethernet、Bluetooth、IEEE 1394、Jini、UPnP(Universal Plug and Play)、USB(Universal Serial Bus)、Power Line、Home Plug和HomePNA等網路,利用OSGi (Open Services Gateway Initiative)平台為基礎建構一套提供使用者解決問題並達到跨異質性網路的家庭網路診斷系統,並利用Web Services:XML(EXtensible Markup Language)、WSDL(Web Services Description Language)、SOAP(Simple Object Access Protocol)、UDDI(Universal Description, Discovery and Integration)等技術,將資訊以及XML格式傳輸到具有專業背景的技術員,提供與遠端管理者通信的機制,經過利用專家系統的推理診斷後回報給使用者,其詳盡的處理方法,讓使用者可以依據提供訊息做進一步處理。

本研究的主要目的,是將未來數位家庭網路內的各種重要網路通信協定與應用程式作為管理目標。針對各種網路通信協定進行分析,並建立其網路拓樸,再以此為基礎發展出一套可行且有效的診斷系統。對於應用程式而言,則需要分析其間的相依性,並建立其模型,才能在錯誤發生時,提供故障排除的協助。為了達到有效的網路管理與錯誤診斷的目的。
With the rise of information household appliances, the network has already spread to every corner of home from the office gradually. And the rise of the environmental information network of house except the popularization of the personal computer, it is a low price of the computer even more and under the function with gradually strong function. That impels the information of the internet network household appliances of the low price to connect the relevant application and development which fetch the equipment and personal computer, enable the general family to accept its products and can use the function offered effectively. The internet network undoubtedly can already transfer large amount of data and entertainment information to the home. The extended home network has opportunity for further development due to above factors.

Contact various types of equipment and instrument in home network, has met a lot of audio-visual amusement demands in the family, except dazzling application function and complicated operation, important to maintain repair general without background of the professional knowledge user incomparable to perplex family brought in follow-up. This thesis, would put its focus on forming home heterogeneous network such as: HAVi (Home Audio Video interoperability), IrDA (Infrared Data Association), IEEE 802.11, Ethernet, Bluetooth, IEEE 1394, Jini, networks, such as UPnP (Universal Plug and Play ), USB (Universal Serial Bus), Power Line , Home Plug and HomePNA, etc., utilize OSGi (Open Services Gateway Initiative) Offer user's problem of solving for the thing that the foundation builds and constructs one set and reach the home network that step the heterogeneity network to diagnose the system in the platform, and utilize techniques like Web Service: XML (EXtensible Markup Language), WSDL (Web Services Description Language), SOAP (Simple Object Access Protocol ), UDDI (Universal Description, Discovery and Integration), etc. That offer mechanisms and transmit information with XML form for technician with professional background. Remote manager communicates to reciprocate with end users after utilizing reasoning of the expert system to diagnose. For further detailed steps on problem solving, end users can find its following steps according to the messages offered from expert system.

This research aims to manage network communication protocol and application program network under digital home network in the future as its objectives. By analyzing the network protocol and building the network topologies as basis, develops a set of feasible and effective diagnosis systems. As to application program, it needs to analyze its interdependent, and then set up its model, so that it has the ability offers the assistance to malfunction while error occurs. Consequently, the purpose is to accomplish in effective network management and error diagnosis.
摘要..............................................I
Abstract.......................................II
Chapter 1 Introduction...........................1
1.1 Motivation.............................2
1.2 Organization of the Thesis.............5
Chapter 2 Background Knowledge and Related Work............................................6
2.1 Home Network Environment...............6
2.2 Future Home Network Scenario...........7
2.3 The Open Service Gateway Initiative (OSGi) Platform.................................9
2.4 Web Services Architecture.............13
2.5 Simple Network Management Protocol (SNMP).........................................16
2.6 Intelligent Expert System................20
Chapter 3 Web Services-based Home Networking Diagnosis System.........................................23
3.1 Home Network Environment..............23
3.2 Home Network Topology.................25
3.3 Home Network Management Scenario and Algorithm ......................................33
3.4 Web Services-based Home Networking Diagnosis Architecture.........................39
Chapter 4 Design Web Services-based Home Network Diagnosis ......................................45
4.1 Design Home Network Simulation Environment....................................45
4.2 Design Web Services-based Home Networking Diagnosis System ....................47
4.3 Design Home Network Topology and Diagnosis Bundle...............................49
4.4 Design and Discuss Information Appliance2.0 with Expert System................55
Chapter 5 Conclusion and Future Work............57
5.1 Conclusion............................57
5.2 Future Work...........................57
References.....................................60
[1]UPnP Forum, http://www.upnp.org
[2]IEEE1394, http://standards.ieee.org/reading/ieee/std_public/description/busarch/1394-1995_desc.html.
[3]UPnP Forum, http://www.upnp.org
[4]USB, http://www.usb.org
[5]HAVi, http://www.havi.org
[6]Bluetooth, http://www.bluetooth.org
[7]OSGi, http://www.osgi.org
[8]MHP, http://www.mhp.org/
[9]T.Y. Ku, D.H. Park and K.D. Moon, “A Java-Based Home Network Middleware Architecture Supporting IEEE1394 and TCP/IP,” IEEE Transactions on Consumer Electronics, Vol.48, pp.496-504, Aug. 2002.
[10]T. Yamazaki, ”Beyond the Smart Home,” Proceedings of the International Conference on Hybrid Information Technology, Vol.2, pp.350-355, Nov. 2006.
[11]C. Bae, J. Yoo, K. Kang, Y. Choe, and J. Lee, “Home Server for Home Digital Service Environments,” IEEE Transactions on Consumer Electronics, Vol.49, No.4, pp.1129 - 1135, Nov. 2003.
[12]D. Marples and P. Kriens, “The Open Services Gateway Initiative: An Introduction Overview,” IEEE Communication Magazine, vol.39, no.12, pp.110-114, Dec. 2001.
[13]Web Services, http://www.w3.org/TR/ws-arch/
[14]R.S. Hall and H. Cervantes, “An OSGi Implementation and Experience Report,” Proceedings of the IEEE Consumer Communications and Networking Conference, pp.394-399, Jan. 2004.
[15]X. Li and W. Zhang, “The Design and Implementation of Home Network System Using OSGi Compliant Middleware,” IEEE Transactions on Consumer Electronics, Vol.50, No.2, pp.528-534, May. 2004.
[16]M. Aiello, “The Role of Web Services at Home,” Proceedings of the Advanced International Conference on Telecommunications, Internet and Web Applications and Services, pp.164 - 171, Feb. 2006.
[17]SOAP , http://www.w3.org/TR/soap/
[18]J. Li, D.Y. Liu and Y. Bo, “Smart Home Research,” Proceedings of the International Conference on Machine Learning and Cybernetics, Vol.2, 26-29, pp.659-663, Aug. 2004.
[19]C. Lee, J. Jang, E.K. Park and S. Makki, ”An Analysis of the Performance of TCP over IEEE 1394 Home Networks,” Proceedings of the Eight International Conference on Computer Communications and Networks, pp.199-203, Oct. 1999.
[20]D.A. Tkachenko, N.V. Kornet, E.A. Andrievsky, A.V. Lagunov, D.V. Kravtsov and A.V. Kurbanow, “Management of IEEE 1394 Video Devices in OSGi Networks,” Proceedings of the IEEE Tenth International Symposium on Consumer Electronics, pp.1-6, Jun. 2006.

[21]OSGi Specification Overview,
http://www.osgi.org/resources/spec_overview.pdf.
[22]OSGi Service Platform, Release 4,
http://www.osgi.org/osgi_technology/download_specs.asp?section=2#Release4
[23]R. Lemos Vianna, M.J. Bosquiroli Almeida, L.M.Rockenbach Tarouco and L. Zambenedetti Granville, ”Investigating Web Services Composition Applied to Network Management,” Proceeding of the IEEE International Conference on Web Services, pp.531-540, Sep. 2006.
[24]Service-Oriented Architecture, http://www.sun.com/products/soa/index.jsp
[25]SNMP, http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/snmp.htm
[26]MIB, http://www.freesoft.org/CIE/Topics/107.htm
[27]JESS, http://herzberg.ca.sandia.gov/jess/
[28]P. Utton and E. Scharf, ”A Fault Diagnosis System for the Connected Home,” IEEE Communication Magazine, Vol.42, pp.128-134, Nov. 2004.
[29]Microprocessor and Microcomputer Standards Committee of the IEEE Computer Society, “IEEE 1394 Standard for High Performance Serial Bus,” 1995-1996.
[30]OSCAR, http://oscar-osgi.sourceforge.net/
[31]Java Web Services Developer Pack,
http://java.sun.com/webservices/downloads/previous/index.jsp
[32]JAXP, http://java.sun.com/webservices/jaxp/index.jsp
[33]JAXM, http://java.sun.com/webservices/jaxm/index.jsp
[34]JAX-RPC, https://jax-rpc.dev.java.net/
[35]SAAJ, http://java.sun.com/xml/downloads/saaj.html
[36]JAXR, http://java.sun.com/webservices/jaxr/index.jsp
[37]JAXB, http://java.sun.com/developer/technicalArticles/WebServices/jaxb/
[38]Libraw1394, http://www.linux1394.org/
[39]SNMP4J, http://www.snmp4j.org/
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top