跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.171) 您好!臺灣時間:2024/12/10 14:17
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:黃俊堯
研究生(外文):Jiun-Yao Huang
論文名稱:設計及實作無線用戶迴路之監控維護系統
論文名稱(外文):The Design and Implementation of an OA&M System for WLL Network
指導教授:曾建超曾建超引用關係林一平林一平引用關係
指導教授(外文):Chien-Chao TsengYi-Bing Lin
學位類別:碩士
校院名稱:國立交通大學
系所名稱:資訊工程系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:1999
畢業學年度:87
語文別:英文
論文頁數:48
中文關鍵詞:無線用戶迴路監控維護
外文關鍵詞:Wireless Local LoopOperationsAdministrationand Maintenance
相關次數:
  • 被引用被引用:0
  • 點閱點閱:127
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
無線用戶迴路提供固定用戶雙向通話服務,具有快速且容易鋪設的優點,為用戶迴路系統的另一種選擇。由於無線用戶迴路涉及無線通訊技術及無線資源分配,其維護管理較傳統用戶迴路系統複雜,故無線用戶迴路之監控維護便顯得格外重要。
本論文敘述一套DECT無線用戶迴路的監控維護系統之設計及實作。本系統具有下列特點:以客戶-伺服為基礎,可透過網際網路進行遠端操控;以物件導向技術設計與實作,將整個無線用戶迴路視為一階層式物件模型;提供「可安插式服務機制」,具有動態更換與擴充網管服務功能的優點;設計典型廣泛應用在此系統的設計中,提高軟體模組的可重複利用性;提供圖形化使用介面,讓使用者得以直覺地操作;提供全球資訊網介面的網管功能。

WLL provides two-way calling services to the standtionary or "fixed" users, which has the advantage of easy installation and deployment, and is intended to replace its wireline counterpart. The WLL involoves the radio resource allocation, management of WLL has higher complexity that it's wieline counterpart. Thus, OA&M for WLL is more critical than that for wireline local loop.
This thesis describes the design and implementation of an OA&M system for DECT-based WLL network. This system follows the client-server architecture that enables remote management through the Internet. Object-oriented design is used to yield quality software, where the entire WLL network is treated as a hierarchical collection of objects. The "plug-in" mechanism provides the capabilities of replacing and extending OA&M functionalities in run-time. Design patterns are applied to improve the reusability of software components. Two types of user interfaces are implemented in different platforms to provide access to the OA&M system. Although our design is tailored for the WLL network, it is also appropriate to serve as the OA&M system for other small-scale telecommunication systems.

1 Introduction 1
1.1 The Wireless Local Loop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 The Operations, Administration, and Maintenance (OA&M) . . . . . . . . . . . 3
1.2.1 OA&M Management Functions . . . . . . . . . . . . . . . . . . . . . . 4
1.2.2 OA&M System . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.3 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2 Architecture and Protocols 8
2.1 WLL-OAM Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2.2 OA&M Message-Exchange Interface . . . . . . . . . . . . . . . . . . . . . . . . 10
2.2.1 OA&M Message Format . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.2.2 Message Transmission Paradigm . . . . . . . . . . . . . . . . . . . . . . 11
2.3 OA&M User-Command Interface . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.3.1 UCI Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.3.2 OA&M Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
2.3.3 Connection Management . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.3.4 Examples of OA&M Information Exchange . . . . . . . . . . . . . . . . 23
3 OA&M Software Design 25
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
3.2 Object-Oriented Design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
3.2.1 Building a Quality Software . . . . . . . . . . . . . . . . . . . . . . . . 26
3.2.2 Design Patterns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
3.3 OA&M Server Design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
3.3.1 Object-Oriented Design . . . . . . . . . . . . . . . . . . . . . . . . . . 29
3.3.2 Multithreaded Programming . . . . . . . . . . . . . . . . . . . . . . . . 32
3.3.3 OA&M Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
3.3.4 OA&M Services as "Plug-Ins" . . . . . . . . . . . . . . . . . . . . . . . 35
3.3.5 WLL Information Management . . . . . . . . . . . . . . . . . . . . . . 36
3.3.6 TCP/IP Client-Server Model . . . . . . . . . . . . . . . . . . . . . . . . 37
3.4 OA&M Client Design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
3.4.1 Object-Oriented Design . . . . . . . . . . . . . . . . . . . . . . . . . . 39
3.4.2 Graphical User Interface (GUI) . . . . . . . . . . . . . . . . . . . . . . 40
3.4.3 Web-Based Application . . . . . . . . . . . . . . . . . . . . . . . . . . 41
4 Conclusion and Future Work 44
4.1 Current Status . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
4.2 Future Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
4.2.1 Supporting Distributed Object Computing . . . . . . . . . . . . . . . . . 45
4.2.2 Network Management Standards Compliance . . . . . . . . . . . . . . . 46

[Boo94] Grady Booch. Object-Oriented Analysis and Design with Application, 2nd Edition.
Benjamin Cummings, 1994.
[BRJ99] Grady Booch, James Rumbaugh, and Ivar Jacobson. The Unified Modeling Language User Guide. Addison-Wesley, 1999.
[But97] David R. Butenhof. Programming with POSIX Threads. Addison-Wesley, 1997.
[C++98] ISO/IEC. International Standard: Programming Languages - C++, 1998. ISO/IEC
14882:1998(E).
[ETS96a] ETSI. ETR 308: RES; DECT; Service, facilities and configurations for DEC in the
local loop, 1996.
[ETS96b] ETSI. ETS 300 175: Radio Equipment and Systems (RES); Digital Enhanced Cord-less Telecommunications (DECT); Common Interface (CI), 1996.
[GHJV95] Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides. Design Patterns. Addison-Wesley, 1995.
[Goo97] David J. Goodman. Wireless Personal Communications Systems. Addison-Wesley, 1997.
[Hay94] Stephen Hayes. An Overview of T1M1 Efforts in Standards Development: A Standard
for the OAM&P of PCS System. IEEE Personal Communications, 1994.
[Kro95] Christoph Kroll. Object Oriented Network Operation, Administration and Management. Computers and Communications, 1995. Proceedings., IEEE Symposium on, pages 50-56, 1995.
[Lin97] Yi-Bing Lin. OA&M for the GSM Network. IEEE Network Magazine, 11(5549608):46-51, March 1997.
[MC99] Kathy Walrath Mary Campione. The Java Tutorial, A practical guide for programmers.
Addison-Wesley, 1999.
[Mey97] Bertrand Meyer. Object-Oriented Software Construction, 2nd Edition. Prentice Hall,
1997.
[NL98] Anthony R. Noerpel and Yi-Bing Lin. Wireless local loop: Architecture, technologies
and services. IEEE Personal Communications, 5(6005798):74-80, June 1998.
[PR83] J. Postel and J. Reynolds. RFC854: Telnet Protocol Specification. Network Working Group, 1983.
[PR85] J. Postel and J. Reynolds. RFC959: File Transfer Protocol (FTP). Network Working
Group, 1985.
[RBPFE91] James Rumbaugh, Michael Blaha, William Premerlani, and William Lorensen Frederick
Eddy. Object-Oriented Modeling and Design. Prentice Hall, 1991.
[SC99] Douglas C. Schmidt and Chris Cleeland. Applying patterns to develop extensible orb
middleware. IEEE Communications Magazine, 37(6223102):54-63, April 1999.
[ST97] Phil Savill and Adler Tofaneili. Oa&m for full services access networks. IEEE
Communication Magazine, 35(5542732):70-77, March 1997.
[Sta93] William Stallings. SNMP, SNMPv2, and CMIP: the practical guide to network management standards. Addison-Wesley, 1993.
[Ste94] Richard W. Stevens. TCP/IP Illustrated: the protocols. Addison-Wesley, 1994.
[Str97] Bjarne Stroustrup. The C++ Programming Language, 3rd Edition. Addison-Wesley, 1997.
[VK98] Jelena Vucetic and Paul Kline. Network Management Application for Wireless Local
Loop. In Mediterranean Electrotechnical Conference, 1998. MELECON 98., 9th, volume 2, pages 787-791, 1998.

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關論文
 
1. 許濱松。民國78年。「論當前公務人員待遇偏低的成因及其解決」,人事月刊,第9卷第4期,頁10-22。
2. 許道然。民國84年。「論員工福利制度的規劃」,空大行政學報,第3期,頁1-12。
3. 許道然。民國83年。「論員工福利制度的規劃」,人事月刊,19卷5期。頁36-41。
4. 許道然。民國81年。「公教住宅政策之檢討與改進--從系統研究途徑分析」,人事月刊。15卷5期,頁40-57。
5. 莊善任。民國85年。「企業福利對企業內勞資關係的影響--以半導體業為對象」,勞工研究季刊,123期。頁42-62。
6. 陳明忠。民國82年。「從各國公務員待遇調整制度探討我國改進之道」,人事月刊,第17卷第1期,頁56-62。
7. 許道然。民84年。「員工福利新猷--彈性福利制」,空大行政學報,第4期,頁205-220。
8. 張偉斌。民國85年。「臺灣地區住宅建設之變遷」,中國工商學報,。17期。
9. 張金鶚。民國79年b。「臺灣地區住宅政策課題與對策之研擬」,臺灣土地金融季刊,4期。
10. 莊進國。民國81年。「法國公務員待遇福利制度考察心得」,人事月刊,第15卷第5期,頁68-75。
11. 許濱松。民國86年。「公務人員專業加給紛爭之成因及其解決」,人事月刊,25卷1期。頁41-。
12. 徐枕。民國77年。「論公教人員的假」,人事月刊,第6卷第5期,頁39-43。
13. 洪雲霖。民國83年。「解構當前公教住宅政策」。人事月刊,19卷5期,頁24-34。
14. 施教裕。民國86年。「社會福利多元主義趨勢下的企業福利發展取向」,勞工行政,106期。
15. 林顯宗。民國83年。「日本的企業福利制度」,勞工行政,71期,頁19-37。