§ 瀏覽學位論文書目資料
  
系統識別號 U0002-0509201716233200
DOI 10.6846/TKU.2017.00166
論文名稱(中文) 無線感測網路電量平衡及覆蓋品質保證之技術
論文名稱(英文) Joint Coverage and Energy Balance Mechanisms in WSNs
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 資訊工程學系全英語碩士班
系所名稱(英文) Master's Program, Department of Computer Science and Information Engineering (English-taught program)
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 105
學期 2
出版年 106
研究生(中文) 歐雷米
研究生(英文) Remy Manuel do Nascimento Diogo
學號 604785070
學位類別 碩士
語言別 英文
第二語言別
口試日期 2017-06-09
論文頁數 48頁
口試委員 指導教授 - 張志勇(cychang@mail.tku.edu.tw)
委員 - 陳宗禧
委員 - 陳裕賢
委員 - 張志勇
關鍵字(中) 區域覆蓋
能量平衡
感測器排程
電量消耗
無線感測網路
關鍵字(英) Area coverage
energy balance
node scheduling
power consumption
wireless sensor networks (WSNs)
第三語言關鍵字
學科別分類
中文摘要
在無線感測網路之中,覆蓋問題是一個被廣泛探討的議題,然而,要同時考慮覆蓋及感測器之間的電量平衡仍然是一大挑戰。本論文的主要是希望在監控目標區域使用最少數量的感測器即可達成監控之目的,同時使整體網路的生命週期能夠盡量延長。為了要延長網路的壽命,因此,提出一套提出了聯合覆蓋和能量平衡機制,使每顆感測器的電量消耗能夠平均,進而延長整體網路的壽命。此算法主要由三個階段組成:第一階段,計算每環節內感測器的數量,且計算能夠覆蓋目標監控區域感測器的數量。第二階段,計算傳輸時,感測器所耗費的電量,且為了讓電量較低的感測器能夠減緩能量消耗,將尚未喚醒的感測器排入監控的工作,來平衡整的工作量。第三階段,將能夠互相通訊的感測器設為群組。基於最佳距離和退避技術,在傳感器及其鄰居之間實現全分佈式調度算法,以最大限度地提高網絡使用壽命,實現全覆蓋,並延長網絡使用壽命,同時在環中轉發數據包。
最後,將與其他論文作法的模擬比較,可以看出,本論文提出的機制在網路壽命和能量平衡程度方面優於現有的研究。
英文摘要
Coverage is an important issue that has been widely discussed in wireless sensor networks (WSNs). However, it is still a big challenge to achieve both purposes of full coverage and energy balance. This paper considers the area coverage problem for a WSN in which the number the used sensors is minimal within concentric rings of proportional width, where the goal is to guarantee energy balance within the entire monitored region and aim to achieve full coverage at all times. To prolong the network lifetime, a Joint Coverage and Energy Balance mechanism is proposed as a tool for determining the power levels of each ring in order to add additional sensors responsible for replenishing the network. Creating a perpetual environmental network able to monitor and cover the desired area with controlled and balanced energy capability is relevant due to it being a novelty on the field, to our best knowledge. The proposed mechanism mainly consists of three phases.
In the first phase, each ring calculates the number of sensors and the coverage area responsible for monitoring the area of interest is also calculated. In the second phase, the copious amount of energy wasted transferring packets among rings is dealt with. The energy availability and energy consumption levels among rings are calculated and additional sensors are added to the network with the purpose of replenishing the energy levels. In the last phase, the sensors further aggregate into several groups making use of sensing capabilities, communication range and constraints. Based on optimal distance and backoff techniques, a totally distributed scheduling algorithm is implemented among sensors and their neighbors for maximizing network lifetime to achieve full coverage and perpetuate the lifetime of our network while forwarding data packets among rings. 
Performance evaluation and analysis reveal that the proposed mechanism outperforms the existing studies in terms of the network lifetime and the degree of energy balance.
第三語言摘要
論文目次
Contents
List of Figures	V
List of Tables	VI
Chapter 1. Introduction	- 1 -
1.1 Motivation for a Wireless Sensor Network	- 1 -
1.2. Definitions and Background	- 2 -
1.2.1 Sensors and sensing	- 2 -
1.2.2 Sensor Classification	- 5 -
1.2.3 Wireless Sensor Networks	- 6 -
1.3. Challenges and Constraints	- 8 -
1.3.1 Routing	- 8 -
1.3.2 Energy	- 8 -
1.3.3 Wireless Networking	- 9 -
1.3.4 Real world applications	- 10 -
Chapter 2. Related Works	- 12 -
2.1 Coverage	- 12 -
2.2 Energy Balance	- 14 -
2.3 Power Consumption	- 14 -
Chapter 3. Problem Statement	- 16 -
3.1 Network Model	- 17 -
3.2 Coverage Phase	- 20 -
3.2.1 Coverage area explanation	- 21 -
3.3 Energy Balance Phase	- 25 -
3.3.1 Energy availability comparison	- 28 -
3.3.2 Energy consumption	- 29 -
3.4 Node Scheduling Component	- 32 -
Chapter 4. Performance Analysis	- 40 -
4.1	Summary	- 42 -
Chapter 5 Conclusion	- 44 -
References	- 46 -

List of Figures
Fig.1. Human body senses	- 3 -
Fig 2. Data collection and actuation	- 4 -
Fig.3. Monitored region with three neighboring sensors in Optimal Deployment	- 18 -
Fig 4. Network environment and element description	- 19 -
Fig. 5. Triangle area illustration	- 22 -
Fig. 6. Network system with energy comparison, group selection (G1,G2, G3) and distinct ring lifetimes.	- 31 -
Fig. 7. Full coverage achieved	- 33 -
Fig. 8. Proximity constraint illustration.	- 33 -
Fig. 9. Overlay constraint illustration.	- 34 -
Fig. 10. Sensor categorization according to distance	- 36 -
Fig.11.Totally distributed Backoff Scheduling	- 39 -
Fig. 12. Energy consumption representation graph	- 41 -
Fig. 13. Energy availability representation graph	- 42 -

List of Tables
Table 1. Classification and examples of sensors	- 5 -
Table 2 Simulation Parameters used in this paper	- 40 -
參考文獻
[1]	L. Shkurti, X. Bajrami, B. Limani, S. Krrabaj, A. Hulaj and E. Canhasi, “Development of Ambient Environmental Monitoring System Through Wireless Sensor Network (WSN) Using NodeMCU and WSN Monitoring,” IEEE Sensors Journal, vol. 17, no. 1, pp. 169 –178, Jan. 2017.
[2]	Ž. Mihajlović, V. Milosavljević, A. Joža and M. Damnjanović, “Modular WSN node for environmental monitoring with energy harvesting support,” IEEE Zooming Innovation in Consumer Electronics International Conference, pp.  41 – 44, Jun.2017 (ad location and time, no page needed)
[3]	T.H. Mogale, B.J. Silva and G.P. Hancke, “A portable IR-UWB based WSN for personnel tracking in emergency scenarios “, IEEE 14th International Conference on Industrial Informatics(INDIN), pp. 961– 965, Jul. 2016
[4]	K. Tikhe and N. Sohni, “PF-RBF Based Energy Efficient Target Tracking routing Algorithm for WSN”, IEEE International Conference on Automatic Control and Dynamic Optimization Techniques (ICACDOT), pp. 532 – 537, Sep. 2016
[5]	J. H. Munjani and M. Joshi,” Target Tracking in WSN using Time Delay Neural Network”, IEEE Region 10 Conference (TENCON), pp. 3839 –3845, Nov. 2016
[6]	I. Mat, M. R. M. Kassim, A. N. Harun and I. M. Yusoff, “IoT in Precision Agriculture Applications Using Wireless Moisture Sensor Network “, IEEE Conference in Open System (ICOS) pp.24–29, Oct. 2016
[7]	S. Jaitly, H. Malhotra, B. Bhushan, “Security Vulnerabilities and Countermeasures against Jamming Attacks in Wireless Sensor Networks: A Survey”, IEEE International Conference on Computer, Communications and Electronics (Comptelix), pp. 559 – 564, Jul.2017
[8]	T. Azzabi, H. Farhat and N. Sahli, “A Survey on Wireless Sensor Networks Security Issues and Military Specificities”, IEEE International Conference on Advanced Systems and Electric Technologies(IC_ASET), pp. 66 – 72, Jan.2017
[9]	A. Alaiad, L. Zhou, “Patient’s Adoption of WSN-Based Smart Home Healthcare Systems: An Integrated Model of Facilitators and Barriers”, IEEE Transaction on Professional Communication, pp. 4 – 23, Jan. 2017
[10]	C. Kaiwen, A. Kumar, N. Xavier and S.K. Panda,”An intelligent home appliance control-based on WSN for smart buildings,” IEEE International Conference on Sustainable Energy Technologies(ICSET), pp. 282 – 287, Nov.2016
[11]	E. Aguirre, P. Lopez-Ituri, L.Azilicueta, A. Redondo, J. J. Astrain, J. Villadangos, A. Bahillo, A. Perallos and F. Falcone, “Design and Implementation of Context Aware Applications with Wireless Sensor Network Support in Urban Train Transportation Environments”, IEEE Sensors Journal, vol.17, no. 1, pp. 169 – 178, Jan. 2017
[12]	X. Lu, I. H. Kim, A. Xhafa and J. Zhou, “WSN for Machine Area Network Applications”, IEEE 42nd European Solid-State Circuits Conference, pp. 31– 36, Sep. 2016
[13]	C. Liu, K. Wu, Y. Xiao, and B. Sun, “Random coverage with guaranteed connectivity: Joint scheduling for wireless sensor networks,” IEEE Trans. Parallel Distrib. Syst., vol. 17, no. 6, pp. 562–575, Jun. 2006. 

[14]	L. Rajesh and C. R. Byra Reddy, “Efficient wireless sensor network using nodes sleep/active strategy,” IEEE International Conference on Inventive Computation Technology(ICICT), Coimbatore, India, Aug. 2016
[15]	Y.H Wang Y. H. Hsu and Y. Lin, “A Concentric-based Sleep Scheduling Scheme for Wireless Sensor Networks,” IEEE 18th International Conference on Network-Based Information Systems(NBiS), Taipei, Taiwan.
[16]	A. Chen, S. Kumor, and T. H. Lai, “Designing localized algorithms for barrier coverage,” IEEE in Proc. ACM MobiCom, Montreal, QC, Canada, Sep. 2007, pp. 63–74. 

[17]	C. Y. Chang, C. Y. Hsiao, and C. T. Chang, “The k-barrier coverage mechanism in wireless visual sensor networks,” in Proc. IEEE WCNC, Shanghai, China, Apr. 2012, pp. 2318–2322. 

[18]	W. Wang, V. Srinivasan, B. Wang, and K. C. Chua, “Coverage for target localization in wireless sensor networks,” IEEE Trans. Wireless Commun., vol. 7, no. 2, pp. 667–676, Feb. 2008. 

[19]	C. Y. Chang, C. Y. Lin, C. Y. Hsieh, and Y. J. Ho, “Patrolling mechanisms for disconnected targets in wireless mobile data mules networks,” in Proc. ICPP, Taipei, Taiwan, Sep. 2011, pp. 93–98. 
[20]	Z. Lu, W. W. Li, and M. Pan, “Maximum lifetime scheduling for target coverage and data collection in wireless sensor networks,” IEEE Trans. Veh. Technol., vol. 64, no. 2, pp. 714–727, Feb. 2015. 
[21]	S. Zhai, Z. Tang, D. Wang, Z. Li, X. Chen, D. Fang and F. Chen, “Coverage Hole Detection and Recovery in Wireless Sensor Networks Based on RSSI-Based Localization”, IEEE International Conference on Computational Science and Engineering, pp. 250-257, Jul.2017
[22]	J. Sosedka, I. Shostko,”Calculation method for power consumption and lifetime of nodes in WSN,” IEEE First International Scientific-Practical Conference on Problems of Infocommunications Science and Technology, Kharkov, Ukraine, Oct.2014
[23]	Y. Gu and T. He, “Dynamic Switching-Based Data Forwarding for Low-Duty-Cycle Wireless Sensor Networks,” IEEE Transactions on Mobile Computing, vol. 10, no. 12, pp. 1741–1754, Dec. 2010. 
[24]	Z. Li, Y. Peng, W. Zhang, and D. Qiao, “J-RoC: A Joint Routing and Charging Scheme to Prolong Sensor Network Lifetime,” IEEE ICNP, BC Canada, Oct. 2011. 
[25]	H. P. Gupta, S. V. Rao, and T. Venkatesh, “Sleep scheduling for partial coverage in heterogeneous wireless sensor networks,” IEEE Comsnets, Bangalore, India, Jan. 2013 
[26]	J. Lin and M. A. Ingram, “SCT-MAC: A Scheduling Duty Cycle MAC Protocol for Cooperative Wireless Sensor Network,” IEEE ICC, Ottawa Canada, June 2012. 
[27]	Z. Li, Y. Peng, W. Zhang, and D. Qiao, “J-RoC: A Joint Routing and Charging Scheme to Prolong Sensor Network Lifetime,” IEEE ICNP, BC Canada, Oct. 2011.
論文全文使用權限
校內
紙本論文於授權書繳交後5年公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後5年公開
校外
同意授權
校外電子論文於授權書繳交後5年公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信