Presentation is loading. Please wait.

Presentation is loading. Please wait.

整合 Wi-Fi 和 WiMAX 之無線網路管理系統 Wireless Network Management System for Wi-Fi and WiMAX Integrated Networks 報告人:李建毅 指導教授:周立德 教授 國立中央大學資工系.

Similar presentations


Presentation on theme: "整合 Wi-Fi 和 WiMAX 之無線網路管理系統 Wireless Network Management System for Wi-Fi and WiMAX Integrated Networks 報告人:李建毅 指導教授:周立德 教授 國立中央大學資工系."— Presentation transcript:

1 整合 Wi-Fi 和 WiMAX 之無線網路管理系統 Wireless Network Management System for Wi-Fi and WiMAX Integrated Networks 報告人:李建毅 指導教授:周立德 教授 國立中央大學資工系

2 國立中央大學資訊工程學系 2 Outline Introduction Related work Proposed Wi-Fi and WiMAX integrated wireless network management system Implemented environment and develop tools Conclusion

3 國立中央大學資訊工程學系 3 Introduction IEEE 802.16  Wireless metropolitan area networks (WMANs)  Providing last-mile solution for residential users and small and medium-sized enterprises (SMEs)  In rural or developing countries provide a cost- effective alternative to cabled access network  Offers Wireless Internet Service Providers (WISP) a standards-based long-range, higher performance solution

4 國立中央大學資訊工程學系 4 Introduction (cont.) Intel indicates one of the best solutions for deploying WMAN currently is:  combine Worldwide Interoperability for Microwave Access (WiMAX) and Wireless Fidelity (Wi-Fi) network. The WiMAX proposed as a promising solution to fixed, portable and even mobile BWA (Broadband Wireless Access) system.

5 國立中央大學資訊工程學系 5 WiMAX Network Backhaul  LoS (Line-of-sight)  10~66 GHz  5 km service range  134 Mbps Last mile  NLoS (Non-line-of-sight)  2~11 GHz  10 km service range  75 Mbps transfer data rate Internet BS SS Clients BS

6 國立中央大學資訊工程學系 6 Related work (cont.) IEEE 802.16-2004 transmission mode

7 國立中央大學資訊工程學系 7 Related work 802.16 familyDescription 802.16-2001 Standardize 10-66 GHz Fixed BWA (Broadband Wireless Access) 802.16c-2002Specifies the detail system profiles for 10-66 GHz 802.16a-2003Standardize 2-11 GHz Fixed BWA 802.16-2004 Standardize 2-66 GHz Fixed BWA (consolidate 802.16/802.16a/802.16c) 802.16f-2005Management Information Base for Fixed BWA 802.16eStandardize 2-66 GHz Mobile BWA Standard Evolution

8 國立中央大學資訊工程學系 8 IEEE 802.16f-2005 IEEE 802.16f-2005 define a management information base (MIB) to IEEE Std 802.16-2004 for  MAC  PHY  Associated management procedure Provide a definition of managed objects  Enable standard-based management of IEEE 802.16 device

9 國立中央大學資訊工程學系 9 802.16f-2005 Management Reference Model Network management system (NMS) Managed node  Collect and store the managed objects Service flow database  Contains the Service flow and the associated Quality of service (QoS) information  It have to be populated to BS and SS when a SS enters into a BS network

10 國立中央大學資訊工程學系 10 IEEE 802.16f-2005 Management Reference Model (cont.) Fixed BWA network management reference model Primary management connection Secondary management connection

11 國立中央大學資訊工程學系 11 IEEE 802.16f-2005 MIB The MIB for BS and SS is defined as two ASN.1 MIB modules: wmanIfMib and wmanDevMib. SNMP is a protocol to access the managed objects in the BS and SS. The support of SNMP is optional for the SS. The support of SNMP in this standard is compliant to SNMPv2. The SNMP agent support for SNMPv3 is optional

12 國立中央大學資訊工程學系 12 Relationship with Interface MIB wmanIfMib is located in the MIB-II subtree. The Internet Assigned Numbers Authority (IANA) has assigned the following ifType to point-to-multipoint broadband wireless access: IANAifType ::= TEXTUAL-CONVENTION SYNTAX INTEGER { propBWAp2Mp (184) --prop broadband wireless --access point to multipoint }

13 國立中央大學資訊工程學系 13 Relationship with Interface MIB (cont.) WirelessMAN interface table is located under transmission sub-tree: wmanIfMib::={transmission 184}-- WMAN interface table The wmanIfMib can be accessed through: iso.org.dod.internet.mgmt.mib-2.transmission.wmanIfMib (1.3.6.1.2.1.10.184)

14 國立中央大學資訊工程學系 14 Proposed WWWNMS system Wi-Fi and WiMax Integrated Wireless Network Management System (WWWNMS) Assumptions  The system knows the mapping relationship between user and mobile device’s MAC address  The Dynamic Host Configuration Protocol (DHCP) assigns the class C IP address to the users at the same sub-domain

15 國立中央大學資訊工程學系 15 System architecture

16 國立中央大學資訊工程學系 16 System architecture (cont.) The WWWNMS manage and control WiMAX BS and SS devices The local WWWNMS manage and control Wi- Fi AP device During a period of time, local WWWNMS save and update both its database and WWWNMS database

17 國立中央大學資訊工程學系 17 System architecture (cont.) This system divided into two parts:  Client side: only needs to support the JAVA language ability to view the web browser  Server side: includes the management system that provides all functions and services

18 國立中央大學資訊工程學系 18 WWWNMS management system The WWWNMS management system requirements six module:  Graphical User Interface (GUI) module Device topology Power selection Add / delete users Add / delete legal APs Interface selection Physical map

19 國立中央大學資訊工程學系 19 WWWNMS management system (cont.)  Authorized identity module Authority Manager log Manager action log Create account  Node discovery module Wi-Fi devices WiMAX (fixed) device Detect illegal APs

20 國立中央大學資訊工程學系 20 WWWNMS management system (cont.)  Performance module Input packets Output packets Probability density function Cumulative distribute function  Monitor module Wi-Fi Management Information Base (MIB) WiMAX MIB  Location module User location Track user path

21 國立中央大學資訊工程學系 21 Implemented environment and develop tools Implemented environment

22 國立中央大學資訊工程學系 22 System develop environment System partsName and Version Client side System SoftwareJava SDK 1.4.2 OSWindows XP SP2 Server side JSP ServerTomcat v5.5.9 OSWindows XP SP2 DatabaseMySQL v1.4

23 國立中央大學資訊工程學系 23 System develop tools Develop toolsName and Version JavaJdk1.5.0 JSPJsp 2.0 Java Script SNMP agentWesthawk's Java SNMP stack 4_13

24 國立中央大學資訊工程學系 24 Implemented WWWNMS management system Authority administrator login page

25 國立中央大學資訊工程學系 25 Implemented WWWNMS management system (cont.) Network card input flow report

26 國立中央大學資訊工程學系 26 Implemented WWWNMS management system (cont.) Cumulative distribute function report

27 國立中央大學資訊工程學系 27 Implemented WWWNMS management system (cont.) Network devices topology

28 國立中央大學資訊工程學系 28 Implemented WWWNMS management system (cont.) Find user location connect with AP

29 國立中央大學資訊工程學系 29 Implemented WWWNMS management system (cont.) Track user path including the user name and time

30 國立中央大學資訊工程學系 30 Conclusion Implemented a hierarchical WWWNMS in NCU and NCNU WWWNMS manage the WiMAX and Wi-Fi equipment coexist networks Provide monitors and controls the Wi-Fi and WiMAX devices, node discovery, search user and performance reports.

31 國立中央大學資訊工程學系 31 Thanks for Your Attention


Download ppt "整合 Wi-Fi 和 WiMAX 之無線網路管理系統 Wireless Network Management System for Wi-Fi and WiMAX Integrated Networks 報告人:李建毅 指導教授:周立德 教授 國立中央大學資工系."

Similar presentations


Ads by Google