presentation of master’s thesis

31
Presentation of Master’s thesis Simulation and Analysis of Wireless Mesh Network In Smart Grid / Advanced Metering Infrastructure Philip Huynh

Upload: hu-ball

Post on 31-Dec-2015

37 views

Category:

Documents


6 download

DESCRIPTION

Presentation of Master’s thesis. Simulation and Analysis of Wireless Mesh Network In Smart Grid / Advanced Metering Infrastructure Philip Huynh. Outline of the Talk. Introduction Related work Real-time Smart Grid Meter Data C ollection using Hybrid WiMAX/Wi-Fi Networks - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Presentation of  Master’s thesis

Presentation of Master’s thesis

Simulation and Analysis of Wireless Mesh Network In Smart Grid /

Advanced Metering Infrastructure

Philip Huynh

Page 2: Presentation of  Master’s thesis

Outline of the Talk

• Introduction• Related work• Real-time Smart Grid Meter Data Collection using

Hybrid WiMAX/Wi-Fi Networks • Smart Grid Wireless Infrastructure Planning (SG-WIP)

Tool.• Simulation Results of SG-SIM• Lessons Learned• Future Direction• Conclusion

Masters Thesis Philip Huynh Spring 2011

Page 3: Presentation of  Master’s thesis

Introduction

• What is the Smart Grid?• What is the Advanced Metering Infrastructure (AMI)?

Masters Thesis Philip Huynh Spring 2011

Page 4: Presentation of  Master’s thesis

Benefits of Real-time Meter Data• The need to collect metering data in real-time

– Save the material usage for the electric power generation by correctly predict the load demand and build the load profile

• Meter Data Warehousing

Masters Thesis Philip Huynh Spring 2011

Page 5: Presentation of  Master’s thesis

AMI Wireless Mesh Network Solution• Low cost installation and maintenance• Can deploy on the large service areas: urban, suburb• Scalable, high performance technologies• Secured standards

Masters Thesis Philip Huynh Spring 2011

Page 6: Presentation of  Master’s thesis

CSU AMI Infrastructure

Masters Thesis Philip Huynh Spring 2011

Page 7: Presentation of  Master’s thesis

Related Work• “Wireless Mesh Networks: A Survey” [AWW05]

The author presented many open research issues needed to be solved such as scalability, self-organization and self-configuration, security, network integration. The critical factors influencing protocol design were discussed for improvement objectives.

• “The Nominal Capacity of Wireless Mesh Networks” [JS03]The authors shown that for WMNs the throughput of each node decreases as O(1/n), where n is total number of nodes in the network. Moreover, for a given topology and the set of active nodes, the upper bounds on the throughput of any node can be exactly calculated.

• “Capacity of Grid-Oriented Wireless Mesh Networks” [ANMK08]The author presented an analytical framework for determining the nominal capacity of multi-radio multi-channel Wireless Mesh Network (WMN). As the research conclusion, the effects of WMN design parameters such as network topology, network size, routing methods, channel assignment schemes etc. are interlinked and a judicious selection is essential to maximize capacity.Masters Thesis Philip Huynh Spring 2011

Page 8: Presentation of  Master’s thesis

Related Work (2)

• “Architecture and Algorithms for an IEEE 802.11-based Multi-channel Wireless Mesh Network” [RC05]The author proposed a novel multi-channel WMN architecture that effectively addresses the bandwidth problem by fully exploiting non-overlapped radio channels that the IEEE 802.11 standards make available.

• “Multi-Channel Mesh Networks: Challenges and Protocols” [KSCV06]The authors considered the use of multi-channel to improve the throughput of Wireless Mesh Network (WMN). The main challenges were highlighted and two link-layer protocols were presented for utilizing multiple channels

• “Coverage and capacity of a wireless mesh network” [HWC05]The authors proposed a scalable multi-channel ring-based WMN architecture and developed an analytical framework to evaluate the capacity and coverage of such a network.

Masters Thesis Philip Huynh Spring 2011

Page 9: Presentation of  Master’s thesis

Related Work (3)

• “The IEEE 802.11s Extended Service Set Mesh Networking Standard” [CK08]The author presented how the developing IEEE 802.11s ESS Mesh Networking Standard draft addresses technical challenges of the pervasive development of wireless mesh networks (WMNs), the efficient allocation of mesh resources (routing and MAC layers), the protection of network resources (security and power savings), and the elimination of spatial bias (congestion control).

• “An Improved IEEE 802.16 WiMAX Module for the ns-3 Simulator” [IPGT10]The authors presented the new features and enhancements that were integrated within the ns-3 WiMAX module. These proposed features can make easier and more realistic the evaluation and design of WiMAX systems.

Masters Thesis Philip Huynh Spring 2011

Page 10: Presentation of  Master’s thesis

Challenges & Approach• Challenges in Design and Deployment AMI Network using

WMN– How to evaluate the network performance: hundred thousands of

meter, complicated architecture– Design Optimization: trade-off between scalability and performance

properties

• Approach– Develop a Network Topology Planning Tool– Develop a Network Model for AMI Communication Network – Simulate the network model and Analyze the results

• Goals– Develop techniques and tools to evaluate the performance of WMN in

AMI communication network.

Masters Thesis Philip Huynh Spring 2011

Page 11: Presentation of  Master’s thesis

Hybrid WiMAX/Wi-Fi Network Model

Hybrid WiMAX/Wi-Fi Network Model

(a) Example of WiMAX network (WAN) (b) Example of Wi-Fi mesh network (NAN)

(a)

(b)

Masters Thesis Philip Huynh Spring 2011

Page 12: Presentation of  Master’s thesis

SG-WIP Tool• A mashup that overlays the wireless

infrastructure and GIS data (street light poles, housing units) on the Google Maps

• Visually planning the Antenna mounting place for the WiMAX/Wi-Fi network

• Export the network topology as XML file for further research

• Can be integrated to the network simulator

Masters Thesis Philip Huynh Spring 2011

Page 13: Presentation of  Master’s thesis

SG-WIP: GUI

GUI includes components: Main Menu, Network Topology Overlay, Google Maps, and Topology Information Panel.Masters Thesis Philip Huynh Spring 2011

Page 14: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

SG-WIP: Navigating Topologies

WAN Grid 10x10, 10 km x 10 km (WxH) NAN Grid 10x10, 1 km x 1 km (WxH)

Page 15: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

SG-WIP: Exporting Topology

LAN Square Topology, 100 m x 100 m (WxH) Exporting the LAN topology as an XML file

Page 16: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

SG-WIP: Changing Antennae Position

WiMAX base station’s antennae: (a) Before changing, location at (5, 5); (b) After changing, location at (6, 8)

(a) (b)

Page 17: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

SG-WIP Tool cont.

• Google Maps mashup code

Page 18: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

SG-SIM Simulator

• Implement the proposed hybrid WiMAX/Wi-Fi Network Model on NS-3 platform

• The network simulator NS-3 is– Open source project– Popular and accepted by network research

community• Parameters of the Simulator– Network types: WAN, MAN, NAN, LAN– Number of nodes, Transmission Rate– Others: network initialization time,…

Page 19: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

SG-SIM Simulator Code• NS-3 simulator code

Page 20: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

Simulation Experiments

• Experiment Design Vision– Evaluate the performance of AMI Infrastructure– Trade-off between Scalability and Performance

• Confirm to smart meter density analysis (using SG-WIP)

Page 21: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

LAN Simulation Results

•Tx packets = Rx packets•Total processing delay increases linearly with the number of smart meter

0 20 40 60 80 100 1200

20

40

60

80

100

120

0

5,000

10,000

15,000

20,000

25,000

WLAN (IEEE 802.11a) w/ variable SMs Simulation

Packets Tx Packets Rx Total Processing Delay (us)

SMs

Pack

ets

Tim

e (u

s)

Page 22: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

NAN Simulation Results

•Tx packets = Rx packets•Total processing delay increases rapidly with the number of mesh routers.

0 1 2 3 4 5 6 7 8 90

100

200

300

400

500

0

5,000

10,000

15,000

20,000

25,000

30,000

WNAN (IEEE 802.11s Mesh) w/ variable APs Simula-tion

Packets Tx Avg. Packets Rx Total Processing Delay (us)

APs

Pack

ets

Tim

e (u

s)

Page 23: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

MAN Simulation Results

•Tx packets = Rx packets•Total processing delay converges to 930 msecs. It caused by 5 msecs fixed frame time in IEEE 802.16 standard.

0 1 2 3 4 5 6 7 8 9 100

200

400

600

800

1,000

1,200

1,400

1,600

1,800

2,000

920,000

930,000

940,000

950,000

960,000

970,000

980,000

990,000

1,000,000

WMAN (IEEE 802.16d) w/ variable GWs Simulation

Packets Tx Avg. Packets Rx Total Processing Delay (us)

GWs

Pack

ets

Tim

e (u

s)

Page 24: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

MAN Simulation Results (2)

0 2 4 6 8 10 12 14 16 180

5,000

10,000

15,000

20,000

25,000

30,000

35,000

940,000945,000950,000955,000960,000965,000970,000975,000980,000985,000990,000

WMAN (IEEE 802.16d) w/ 10 GWs, various sub-packet lengths simulation

Packets Tx Packets Rx Total Sub Packet TxTotal Sub Packet Rx Total Processing Delay (us)

Number of meter data packets

Pack

ets

Tim

e (u

s)

Impact on the network performance by aggregating meter data at the gateway

•Tx packets = Rx packets when number of meter packets < 16•Tx packets > Rx packets when number of meter packets >= 16 (caused by UDP packet fragmentation)•Total processing delay increases slowly with the number of meter packets

Page 25: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

WAN Simulation Results

0 1 2 3 4 5 6 7 80

20,00040,00060,00080,000

100,000120,000140,000160,000180,000200,000

0

100,000

200,000

300,000

400,000

500,000

600,000

WAN (Star Topology) w/ various BSs simulation

Packets Tx Packets Rx Total Meter Packet TxTotal Meter Packet Rx Total Processing Delay (us)

BSs

Pack

ets

Tim

e (u

s)

•Tx packets = Rx packets•Total processing delay is independent from the number of base stations (BSs). However, it is affected by the distribution of BSs around the data centers.

Page 26: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

WAN Simulation Results (2)

0 20 40 60 80 100 1200

5,000

10,000

15,000

20,000

25,000

30,000

0

100,000

200,000

300,000

400,000

500,000

600,000

700,000

WAN (Star Topology) w/ various cable lengths simula-tion

Packets Tx Packets Rx Total Meter Packet TxTotal Meter Packet Rx Total Processing Delay (us)

Cable Length (km)

Pack

ets

Tim

e (u

s)

•The total processing time was linearly increased with the length of the optical cables.

Page 27: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

Lessons Learned

• Development of SG-WIP Tool- Challenges in testing and debugging source code for Web

application (used PHP/JavaScript)- GIS Information Acquisition: time consuming process

• Development of SG-SIM Simulator - Found the bug in NS-3 WiMAX module that can affect the

simulation results and reported to NS-3 community at: http://www.nsnam.org/bugzilla/show_bug.cgi?id=1025

• Simulation Experiments in NS-3- The initialization phase of wireless networks

Page 28: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

Future Direction

• Fully integrate the SG-WIP tool with SG-SIM simulator

• Improve the antenna placement algorithm- Increase availability of wireless networks

• Database systems for storing the real-time meter data

Page 29: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

Conclusion

• The proposed WiMAX/Wi-Fi WMN can transport the meter data from 160,000 smart meters in the CSU service areas to the data center in one second.

• The high scalability property of WiMAX/Wi-Fi WMN helps flexibly extend the coverage area of the AMI wireless infrastructure without degrading the network performance.

• The proposed WiMAX/Wi-Fi infrastructure allows the utilities deploying an AMI wireless communication infrastructure not only at low cost of installation and maintenance but also with high performance, scalability, and security.

Page 30: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

Demo

• Illustrate network topology planning with SG-WIP Toolhttp://scad.eas.uccs.edu/sgwip/wan.html

• Some demonstrations of SG-SIM simulator

Page 31: Presentation of  Master’s thesis

Masters Thesis Philip Huynh Spring 2011

References• [DoE01] U.S. Department of Energy, “Smart Grid”, <http://www.oe.energy.gov/smartgrid.htm>• [DoE02] U.S Department of Energy, “Smart Grid: An Introduction”, <http://www.oe.energy.gov/SmartGridIntroduction.htm>• [Wiki01] “Smart Grid”, <http://en.wikipedia.org/wiki/Smart_grid>• [NIST10] National Institute of Standards and Technology, “NIST Framework and Roadmap for Smart Grid Interoperability Standards, Release 1.0”, Jan. 2010.• [NETL08] National Energy Technology Laboratory, white paper “Advanced Metering infrastructure”, February 2008. • [Chow09] Edward Chow, Lecture “Secure Smart Grids”, Department of Computer Science, University of Colorado at Colorado Springs, 2009.• [IEEE11] IEEE Standard 802 Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications, 2007. • [IEEE15] IEEE Standard 802 Part 15.1: Wireless Medium Access Control (MAC) and Physical Layer (PHY) Specifications for Personal Area Networks (WPANs), 2005. • [IEEE16] IEEE Standard 802 Part 16: Air Interface for Broadband Wireless Access Systems, 2009. • [IEEE11s] IEEE, “Draft amendment: ESS mesh networking”, IEEE P802.11s Draft 1.00, November 2006.• [Moh01] Prasant Mohapatra, Lecture “Wireless Mesh Networks”, Department of Computer Science University of California, Davis. • [AWW05] I. F. Akyildiz, X. Wang, and W. Wang, "Wireless Mesh Networks: A Survey," Computer Networks Journal (Elsevier), vol. 47, no. 4, pp. 445-487, Mar. 2005. • [Kri01] Srini Krishnamurthy, “Smart AMI Network Solutions Enable the Smart Grid”, ElectricEnergyOnline.com, <http://www.electricenergyonline.com/?page=show_article&mag=55&article=395> • [Met01] MetroFi, <http://en.wikipedia.org/wiki/MetroFi>• [Sky01] SkyPilot, <http://skypilot.trilliantinc.com>• [Eka01] EkaNet, <http://www.ekasystems.com/ekanet.htm>• [JS03] J. Jangeun and M. L. Sichitiu, “The Nominal Capacity of Wireless Mesh Networks,” in IEEE Wireless Communications Magazine, October 2003, vol. 10 no. 5, pp. 8–14.• [RC05] A. Raniwala and T. cker Chiueh, “Architecture and Algorithms for an IEEE 802.11-based Multi-channel Wireless Mesh Network,” in Proceedings of INFOCOM 2005, March 2005, vol. 3, pp.

2223–2234.• [ANMK08] Akhtar, Nadeem and Moessner, Klaus, “Capacity of Grid-Oriented Wireless Mesh Networks”, 3rd International Conference on Communication Systems Software and Middleware and

Workshops, Volumes 1 and 2 . pp. 631-636.• [HWC05] Jane-Hwa Huang, Li-Chun Wang, Chung-Ju Chang, “Coverage and capacity of a wireless mesh network”, Wireless Networks, Communications and Mobile Computing, 2005 International

Conference on, Vol. 1 (2005), pp. 458-463.• [CK08] Joseph D. Camp and Edward W. Knightly, “The IEEE 802.11s Extended Service Set Mesh Networking Standard”, IEEE Communications Magazine, Vol. 46, No. 8. (August 2008), pp. 120-126.• [KSCV06] P. Kyasanur, J. So, C. Chereddi, and N. H. Vaidya ,”Multi-Channel Mesh Networks: Challenges and Protocols”, in IEEE Wireless Communications, April 2006.• [IPGT10] Mohamed Amine Ismail, Giuseppe Piro, Luigi Alfredo Grieco, Thierry Turletti, “An Improved IEEE 802.16 WiMAX Module for the ns-3 Simulator”, Proceedings of SIMUTools Conference, 2010

, March, 2010.• [INTL04] Intel Corporation, white paper “Understanding Wi-Fi and WiMAX as Metro-Access Solutions”, 2004. • [LLT03] B. Liu, Z. Liu, and D. Towsley, "On the capacity of hybrid wireless networks", in Proceedings of IEEE INFOCOM, Mar. 2003, vol. 2, pp. 1543-1552. • [ZR06] S. Zhao and D. Raychaudhuri, "On the Scalability of Hierarchical Hybrid Wireless Networks, Proceedings of the Conference on Information Sciences and Systems (CISS 2006), March 2006, pp.

711-716. • [ZSR04] S. Zhao, I. Seskar and D. Raychaudhuri, "Performance and Scalability of Self-Organizing Hierarchical Ad-Hoc Wireless Networks," Proceedings of the IEEE Wireless Communications and

Networking Conference (WCNC'04), Atlanta, GA. March 2004, pp. 132-137. • [OSI] “OSI Model”, <http://en.wikipedia.org/wiki/OSI_model> • [Wimax] WiMAX community, <http://www.wimax.com> • [NS3] The Network Simulator Ns-3, <http://www.isi.edu/nsnam/ns/> • [NCTU01] NCTUns 6.0 Network Simulator and Emulator, <http://nsl.csie.nctu.edu.tw/nctuns.html> • [NCTU02] “The Protocol Developer Manual for the NCTUns 6.0”, Network and System Laboratory, Department of Computer Science, National Chiao Tung University, Taiwan 2010.• [HSWL07] S.M. Huang, Y.C. Sung, S.Y. Wang, and Y.B. Lin, “NCTUns Simulation Tool for WiMAX Modeling,” Third Annual International Wireless Internet Conference, October 22 – 24, 2007, Austin,

Texas, USA. (EI and ISI indexed, sponsored by ICST, ACM, and EURASIP) • [SH06] N.B. Salem and J.P. Hubaux, "Securing Wireless Mesh Networks," Wireless Comm., vol. 13, no. 2, 2006, pp. 50–55. • [PSC06] Michael Purvis, Jeffrey Sambells, and Cameron Turner, “Beginning Google Maps Applications with PHP and Ajax”, Apress, 2006.• [Goog01] Google Maps JavaScript V3, <http://code.google.com/apis/maps/documentation/javascript/>