Energy-Efficient Routing Protocols for Wireless Sensor Networks: Architectures, Strategies, and Performance
Abstract
:1. Introduction
- (a)
- Environment monitoring: Since the attention on sustainable energy solutions has increased substantially, smart technologies for energy conservation have gained importance. Monitoring environmental conditions have been one of the popular applications of WSN that controls and manages services such as air, water, and soil monitoring [23,24]. This network allows the end-user to gather data at a resolution located in areas where accessing data is otherwise difficult. Moreover, long-term monitoring is required to obtain sufficient information to decide.
- (b)
- Home Application: With the expansion of WSN integrated IoT, tiny sensor nodes can be implanted into household equipment such as electric appliances and furniture to access from a remote place [25]. For instance, the nodes can be incorporated into microwave ovens, vacuum cleaners, washing machines, and even air conditioners that can be connected to a room server. Such arrangements are self-manageable and require minimal human interventions to frame a smart home structure.
- (c)
- Healthcare Application: Driven by the convergence of data collection regarding the health of people and maintaining accuracy in collected information with minimal cost, WSN for healthcare has evolved in recent years [26]. Researchers have invented a new branch of WSN exclusive for healthcare, called Body Area Network (BAN), that provides better treatment at a lesser cost. BAN is administered to monitor patients’ physiological, cognitive, and psychological information.
- (d)
- Tracking and Military Application: Battlefield surveillance was a wireless medium’s most critical application of sensor networks. Characteristics such as self-association, fast organization, and well adaptation to node failures make WSN an extremely desired sensing technique for military applications [27]. Sensor nodes could be located in remote areas to sense and receive data as long as possible that can alert the user about possible blast location, enemy positions, and chemical attacks.
- (e)
- Transportation: WSN helps drivers alert any congestion or traffic problem by regularly monitoring traffic statistics. Vehicular motions can be tracked instantaneously to avoid any blockage or accidents [28]. WSN also reduces the length of the wiring harness and saves time with the cost of its installation.
- (f)
- Industrial Applications: WSNs offer momentous cost reductions and investments that allow innovative functionalities for industry-based technologies. Continuous sensing of the environment, condition monitoring, and process automation are some of the requirements of Industrial WSN [29]. The solutions need to be simple to use and install yet versatile with low-cost devices and a long lifetime.
1.1. Related Work
1.2. Organization of the Paper
2. Overview
2.1. Energy Consumption in WSN
2.2. Clustering Strategies in WSN
- (a)
- Deterministic: Here, the CHs are set at fixed positions in the network [62]. The sensors broadcast a HELLO message to their neighbors, and the node that first receives the maximum number of these messages is elected as CHs and initiates the cluster formation phase. The important attributes of these clustering schemes are node identity numbers (IDs) and node degree (number of neighboring nodes).
- (b)
- Adaptive: Instead of random CH selection, adaptive clustering schemes are based on the selection of CH considering particular parameters, such as remnant energy, the distance between nodes, energy dissipated in the last round, and distance to BS [63]. Specific combinations of these parameters form the objective function for CH selection that can adapt to the rapid variations in the network. Adaptive schemes can be further categorized as BS-assisted or probabilistic (self-organized) based on who has the power to initiate the CH selection process. Again, considering the parameters for the role of a sensor node, the probabilistic scheme can be classified as resource adaptive and fixed parameters.
- (c)
- Hybrid: This clustering strategy considers combined clustering metrics with other architectures to increase energy efficiency.
3. Classical Routing Protocols
3.1. LEACH
3.1.1. Advantages of LEACH
- The concept of clustering in LEACH effectively increases the network lifetime;
- Traffic reduction due to aggregation of data at the cluster head level;
- One-hop data routing from node to CH reduces energy consumption;
- Global knowledge of the network is not required as LEACH is a distributed protocol, and BS does not control nodes in cluster formation.
- Intra-cluster collisions are avoided due to the allocation of TDMA slots for data transfer.
3.1.2. Disadvantages of LEACH
- Due to the random selection of CH, the probability of CH election remains the same for each node, indicating that the probability of a node with high residual and low residual energy remains the same [69]. However, if a low residual energy node gets elected as CH, it will eventually limit the network lifetime to a short span;
- The number of CHs in each round varies randomly in LEACH. Moreover, the position of CH is not fixed and may be centrally or boundary placed [70]. This will eventually contribute to extra energy consumption in cluster-level communication and degrade network performance;
- CHs have responsibilities such as data collection, aggregation, and transfer to BS. Hence, it is very likely that the CHs will deplete energy faster than other nodes [71]. Moreover, if a CH fails, all the member nodes connected to it will run out of power, resulting in a broken network;
- The CHs communicate with the BS in a single-hop mode, making LEACH not preferably used in large-scale wireless sensor networks [72].
3.2. Modification of LEACH Based on CH Selection
3.2.1. LEACH-C
3.2.2. LEACH-DCS
3.2.3. Solar-Aware Distributed LEACH
3.2.4. Multi-Hop LEACH
3.2.5. A-LEACH
3.2.6. T-LEACH
3.2.7. Improved-LEACH
3.2.8. LEACH-SWDN
3.2.9. MOD-LEACH
3.2.10. EC-LEACH
- If this distance is greater than or equal to the minimum distance between every CH and the next (MDCH), then the second-highest T(n) node is declared as CH.
- If this distance is lesser than the minimum distance between every CH and the next (MDCH), the BS does not select any of these nodes as CH.
3.2.11. LEACH-MAC
3.2.12. Modified-LEACH
3.2.13. I-LEACH
3.2.14. R-LEACH
3.2.15. Enhanced LEACH
3.2.16. SE-LEACH
3.2.17. AvgRLEACH and VarRLEACH
4. Advent of Bio-Inspired Algorithms
4.1. PSO
4.2. ABC
4.3. HBO
4.4. FLION
4.5. Tabu PSO
4.6. WOA
4.7. LEACH-GA
4.8. KH Algorithm
4.9. FL-LEACH
4.10. SMOCH (Spider Monkey Optimized CH Selection)
5. Discussion
- Network Lifetime: The precious resource of WSN nodes is energy, and the lifetime of WSNs is completely dependent on the amount of energy the nodes contain. The network lifetime is defined as the total time the network is fully operative until the last nodes run out of energy. It depicts the total time of network operation.
- Network Throughput: It is an important parameter that estimates the overall successful data transfer rate.
- Residual Energy: Every device on the network requires a certain amount of energy to carry out various network activities. The total energy consumption is calculated as the total sum of energy used by all the nodes in the network. If it is assumed that nodes consume energy while sending data, then the total energy consumed is equal to the total number of packets sent in the network. To be more precise, the residual energy represents the overall network energy level after the operation is complete.
- Packet Delivery Ratio (PDR): PDR is the ratio between the total packets sent from the source to the number of packets received at the destination. The network performance is better for higher PDR values.
- Scalability: It is a key criterion of WSN studied to observe the impact of network size on network lifetime. As the routing of data in a large-scale WSN is conducted with nodes having limited resources, the routing process becomes a very challenging issue. Hence, an efficient and scalable routing protocol design becomes essential to constrain such limitations.
5.1. Comparison of LEACH, A-LEACH, and LEACH DCS
5.2. Comparison of LEACH, I-LEACH, and MOD-LEACH
5.3. Comparison of LEACH, LEAC-GA, and LEACH-KH
6. Conclusions and Future Perspective
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Mainetti, L.; Patrono, L.; Vilei, A. Evolution of wireless sensor networks towards the internet of things: A survey. In Proceedings of the SoftCOM 2011, 19th International Conference on Software, Telecommunications and Computer Networks, Split, Croatia, 15–17 September 2011; pp. 1–6. [Google Scholar]
- Behera, T.M.; Samal, U.C.; Mohapatra, S.K. Energy Efficient Modified LEACH Protocol for IoT Application. IET Wirel. Sens. Syst. 2018, 8, 223–228. [Google Scholar] [CrossRef]
- Misra, D.; Das, G.; Das, D. Review on Internet of Things (IoT): Making the world smart. In Advances in Communication, Devices and Networking; Springer: Berlin/Heidelberg, Germany, 2018; pp. 827–836. [Google Scholar]
- Chase, J. The evolution of the internet of things. Texas Instrum. 2013, 1, 1–7. [Google Scholar]
- Zhang, Y.; He, D.; Zeadally, S.; Wang, D.; Choo, K.-K.R. Efficient and provably secure distributed signing protocol for mobile devices in wireless networks. IEEE Internet Things J. 2018, 5, 5271–5280. [Google Scholar] [CrossRef]
- Tan, L.; Wang, N. Future internet: The internet of things. In Proceedings of the 2010 3rd International Conference on Advanced Computer Theory and Engineering(ICACTE), Chengdu, China, 20–22 August 2010; Volume 5, pp. 376–380. [Google Scholar]
- Wang, Y.; Wang, X.; Xie, B.; Wang, D.; Agrawal, D.P. Intrusion detection in homogeneous and heterogeneous wireless sensor networks. IEEE Trans. Mob. Comput. 2008, 7, 698–711. [Google Scholar] [CrossRef]
- Yarvis, M.; Kushalnagar, N.; Singh, H.; Rangarajan, A.; Liu, Y.; Singh, S. Exploiting heterogeneity in sensor networks. In Proceedings of the IEEE 24th Annual Joint Conference of the IEEE Computer and Communications Societies, Miami, FL, USA, 13–17 March 2005; Volume 2, pp. 878–890. [Google Scholar]
- Callaway, E.H., Jr. Wireless Sensor Networks: Architectures and Protocols; CRC Press: Boca Raton, FL, USA, 2003. [Google Scholar]
- Kanithan, S.; Vignesh, N.A.; Panigrahy, A.K.; Pillai, V.A.; Karthikeyan, E.; Kumari, C.H.U.; Jayabalan, S.; Kumar, T.S. A Survey on Energy Efficient Image Transmission in WSN. In Proceedings of the 2019 2nd International Conference on Intelligent Computing, Instrumentation and Control Technologies (ICICICT), Kannur, India, 5–6 July 2019; Volume 1, pp. 41–44. [Google Scholar]
- Akyildiz, I.F.; Su, W.; Sankarasubramaniam, Y.; Cayirci, E. Wireless sensor networks: A survey. Comput. Netw. 2002, 38, 393–422. [Google Scholar] [CrossRef] [Green Version]
- Abbasi, A.A.; Younis, M. A survey on clustering algorithms for wireless sensor networks. Comput. Commun. 2007, 30, 2826–2841. [Google Scholar] [CrossRef]
- Mhatre, V.; Rosenberg, C. Design guidelines for wireless sensor networks: Communication, clustering and aggregation. Ad Hoc Netw. 2004, 2, 45–63. [Google Scholar] [CrossRef] [Green Version]
- Mohapatra, H.; Rath, A.K. Survey on fault tolerance-based clustering evolution in WSN. IET Netw. 2020, 9, 145–155. [Google Scholar] [CrossRef]
- Heinzelman, W.R.; Kulik, J.; Balakrishnan, H. Adaptive protocols for information dissemination in wireless sensor networks. In Proceedings of the 5th Annual ACM/IEEE International Conference on Mobile Computing and Networking, Seattle, WA, USA, 15–18 August 1999; pp. 174–185. [Google Scholar]
- Younis, O.; Krunz, M.; Ramasubramanian, S. Node clustering in wireless sensor networks: Recent developments and deployment challenges. IEEE Netw. 2006, 20, 20–25. [Google Scholar] [CrossRef]
- Ye, W.; Heidemann, J.; Estrin, D. An energy-efficient MAC protocol for wireless sensor networks. In Proceedings of the Proceedings. Twenty-First Annual Joint Conference of the IEEE Computer and Communications Societies, New York, NY, USA, 23–27 June 2002; Volume 3, pp. 1567–1576. [Google Scholar]
- Shahraki, A.; Taherkordi, A.; Haugen, Ø.; Eliassen, F. A survey and future directions on clustering: From WSNs to IoT and modern networking paradigms. IEEE Trans. Netw. Serv. Manag. 2020, 18, 2242–2274. [Google Scholar] [CrossRef]
- Gubbi, J.; Buyya, R.; Marusic, S.; Palaniswami, M. Internet of Things (IoT): A vision, architectural elements, and future directions. Future Gener. Comput. Syst. 2013, 29, 1645–1660. [Google Scholar] [CrossRef] [Green Version]
- Tunca, C.; Isik, S.; Donmez, M.Y.; Ersoy, C. Ring Routing: An Energy-Efficient Routing Protocol for Wireless Sensor Networks with a Mobile Sink. IEEE Trans. Mob. Comput. 2015, 14, 1947–1960. [Google Scholar] [CrossRef]
- Muruganathan, S.D.; Sesay, A.B.; Krzymien, W.A. Analytical query response time evaluation for a two-level clustering hierarchy based wireless sensor network routing protocol. IEEE Commun. Lett. 2010, 14, 486–488. [Google Scholar] [CrossRef]
- Wang, C.; Sohraby, K.; Li, B.; Daneshmand, M.; Hu, Y. A survey of transport protocols for wireless sensor networks. IEEE Netw. 2006, 20, 34–40. [Google Scholar] [CrossRef] [Green Version]
- Kassim, M.R.M.; Harun, A.N. Applications of WSN in Agricultural Environment Monitoring Systems. In Proceedings of the 2016 International Conference on Information and Communication Technology Convergence (ICTC), Jeju, Korea, 19–21 October 2016; pp. 344–349. [Google Scholar]
- Dixit, E.; Jindal, V. Survey on Recent Cluster Originated Energy Efficiency Routing Protocols For Air Pollution Monitoring Using WSN. In Proceedings of the 2020 Sixth International Conference on Parallel, Distributed and Grid Computing (PDGC), Waknaghat, India, 6–8 November 2020; pp. 160–166. [Google Scholar]
- Zatout, Y.; Campo, E.; Llibre, J.-F. WSN-HM: Energy-efficient Wireless Sensor Network for home monitoring. In Proceedings of the 2009 International Conference on Intelligent Sensors, Sensor Networks and Information Processing (ISSNIP), Melbourne, Australia, 7–10 December 2009; pp. 367–372. [Google Scholar]
- Saleh, N.; Kassem, A.; Haidar, A.M. Energy-efficient architecture for wireless sensor networks in healthcare applications. IEEE Access 2018, 6, 6478–6486. [Google Scholar] [CrossRef]
- Mahamuni, C.V. A military surveillance system based on wireless sensor networks with extended coverage life. In Proceedings of the 2016 International Conference on Global Trends in Signal Processing, Information Computing and Communication (ICGTSPICC), Jalgaon, India, 22–24 December 2016; pp. 375–381. [Google Scholar]
- Souadih, R.; Semchedine, F. Energy-efficient coverage and connectivity of wireless sensor network in the framework of hybrid sensor and vehicular network. Int. J. Comput. Appl. 2020, 44, 1–11. [Google Scholar] [CrossRef]
- Polavarapu, S.C.; Panda, S.K. A Survey on Industrial Applications using MEMS and WSN. In Proceedings of the 2020 Fourth International Conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud) (I-SMAC), Palladam, India, 7–9 October 2020; pp. 982–986. [Google Scholar]
- Jubair, A.M.; Hassan, R.; Aman, A.H.M.; Sallehudin, H.; Al-Mekhlafi, Z.G.; Mohammed, B.A.; Alsaffar, M.S. Optimization of Clustering in Wireless Sensor Networks: Techniques and Protocols. Appl. Sci. 2021, 11, 11448. [Google Scholar] [CrossRef]
- Wohwe Sambo, D.; Yenke, B.O.; Förster, A.; Dayang, P. Optimized clustering algorithms for large wireless sensor networks: A review. Sensors 2019, 19, 322. [Google Scholar] [CrossRef] [Green Version]
- Daanoune, I.; Abdennaceur, B.; Ballouk, A. A comprehensive survey on LEACH-based clustering routing protocols in Wireless Sensor Networks. Ad Hoc Netw. 2021, 114, 102409. [Google Scholar] [CrossRef]
- Bhagat, A.; Geetha, G. A review of LEACH successors using single-hop and multi-hop communication model. In Proceedings of the International Conference on Futuristic Trends in Networks and Computing Technologies, Chandigarh, India, 22–23 November; pp. 3–13.
- Guleria, K.; Verma, A.K. Comprehensive review for energy efficient hierarchical routing protocols on wireless sensor networks. Wirel. Netw. 2019, 25, 1159–1183. [Google Scholar] [CrossRef]
- Prasad, D.R.; Naganjaneyulu, P.V.; Prasad, K.S. Modified LEACH Protocols in Wireless Sensor Networks—A Review. In Proceedings of the 2nd International Conference on Micro-Electronics, Electromagnetics and Telecommunications; Springer: Singapore, 2018; pp. 681–688. [Google Scholar]
- Singh, S.K.; Kumar, P.; Singh, J.P. A Survey on Successors of LEACH Protocol. IEEE Access 2017, 5, 4298–4328. [Google Scholar] [CrossRef]
- Sabor, N.; Sasaki, S.; Abo-Zahhad, M.; Ahmed, S.M. A comprehensive survey on hierarchical-based routing protocols for mobile wireless sensor networks: Review, taxonomy, and future directions. Wirel. Commun. Mob. Comput. 2017, 2017, 2818542. [Google Scholar] [CrossRef]
- Arora, V.K.; Sharma, V.; Sachdeva, M. A survey on LEACH and other’s routing protocols in wireless sensor network. Optik 2016, 127, 6590–6600. [Google Scholar] [CrossRef]
- Manjeshwar, A.; Agrawal, D.P. TEEN: ARouting Protocol for Enhanced Efficiency in Wireless Sensor Networks. In Proceedings of the International Symposium on Parallel and Distributed Processing, San Francisco, CA, USA, 23–27 April 2001; Volume 1, p. 189. [Google Scholar]
- Manjeshwar, A.; Agrawal, D.P. APTEEN: A hybrid protocol for efficient routing and comprehensive information retrieval in wireless sensor networks. In Proceedings of the International Symposium on Parallel and Distributed Processing, Fort Lauderdale, FL, USA, 15–19 April 2002; p. 0195b. [Google Scholar]
- Kashaf, A.; Javaid, N.; Khan, Z.A.; Khan, I.A. TSEP: Threshold-sensitive stable election protocol for WSNs. In Proceedings of the 2012 10th International Conference on Frontiers of Information Technology, Islamabad, Pakistan, 17–19 December 2012; pp. 164–168. [Google Scholar]
- Mahapatra, R.P.; Yadav, R.K. Descendant of LEACH based routing protocols in wireless sensor networks. Procedia Comput. Sci. 2015, 57, 1005–1014. [Google Scholar] [CrossRef] [Green Version]
- Dhawan, H.; Waraich, S. A comparative study on LEACH routing protocol and its variants in wireless sensor networks: A survey. Int. J. Comput. Appl. 2014, 95, 21–27. [Google Scholar] [CrossRef]
- Tyagi, S.; Kumar, N. A systematic review on clustering and routing techniques based upon LEACH protocol for wireless sensor networks. J. Netw. Comput. Appl. 2013, 36, 623–645. [Google Scholar] [CrossRef]
- Bhattacharjee, A.; Bhallamudi, B.; Maqbool, Z. Energy-efficient hierarchical cluster based routing algorithm in WSN: A survey. Int. J. Eng. Res. Technol. 2013, 2, 302–311. [Google Scholar]
- Liu, X. A survey on clustering routing protocols in wireless sensor networks. Sensors 2012, 12, 11113–11153. [Google Scholar] [CrossRef]
- Ramesh, K.; Somasundaram, D.K. A comparative study of clusterhead selection algorithms in wireless sensor networks. arXiv 2012, arXiv:1205.1673. [Google Scholar] [CrossRef]
- Yao, Y.-D.; Li, X.; Cui, Y.-P.; Wang, J.-J.; Wang, C. Energy-Efficient Routing Protocol Based on Multi-Threshold Segmentation in Wireless Sensors Networks for Precision Agriculture. IEEE Sens. J. 2022, 22, 6216–6231. [Google Scholar] [CrossRef]
- Zhang, Y.; Ren, Q.; Song, K.; Liu, Y.; Zhang, T.; Qian, Y. An Energy Efficient Multi-Level Secure Routing Protocol in IoT Networks. IEEE Internet Things J. 2021, 9, 10539–10553. [Google Scholar] [CrossRef]
- Behera, T.M.; Mohapatra, S.K.; Samal, U.C.; Khan, M.S.; Daneshmand, M.; Gandomi, A.H. Residual Energy Based Cluster-head Selection in WSNs for IoT Application. IEEE Internet Things J. 2019, 6, 5132–5139. [Google Scholar] [CrossRef] [Green Version]
- Kocakulak, M.; Butun, I. An overview of Wireless Sensor Networks towards internet of things. In Proceedings of the 2017 IEEE 7th Annual Computing and Communication Workshop and Conference (CCWC), Las Vegas, NV, USA, 9–11 January 2017; pp. 1–6. [Google Scholar]
- Anastasi, G.; Conti, M.; Di Francesco, M.; Passarella, A. Energy conservation in wireless sensor networks: A survey. Ad Hoc Netw. 2009, 7, 537–568. [Google Scholar] [CrossRef]
- Dargie, W.; Poellabauer, C. Fundamentals of Wireless Sensor Networks: Theory and Practice; John Wiley & Sons: Hoboken, NJ, USA, 2010. [Google Scholar]
- Sharma, D.; Tomar, G.S. Comparative energy evaluation of LEACH protocol for monitoring soil parameter in wireless sensors network. Mater. Today Proc. 2020, 29, 381–396. [Google Scholar] [CrossRef]
- Raghunathan, V.; Schurgers, C.; Sung, P.; Srivastava, M.B. Energy-aware wireless microsensor networks. IEEE Signal Process. Mag. 2002, 19, 40–50. [Google Scholar] [CrossRef]
- Halkes, G.P.; Van Dam, T.; Langendoen, K.G. Comparing energy-saving MAC protocols for wireless sensor networks. Mob. Netw. Appl. 2005, 10, 783–791. [Google Scholar] [CrossRef]
- Zagrouba, R.; Kardi, A. Comparative Study of Energy Efficient Routing Techniques in Wireless Sensor Networks. Information 2021, 12, 42. [Google Scholar] [CrossRef]
- Griotti, M.; Gandino, F.; Rebaudengo, M. Transitory master key transport layer security for WSNs. IEEE Access 2020, 8, 20304–20312. [Google Scholar] [CrossRef]
- Dias, G.M.; Margi, C.B.; de Oliveira, F.C.P.; Bellalta, B. Cloud-empowered, self-managing wireless sensor networks: Interconnecting management operations at the application layer. IEEE Consum. Electron. Mag. 2018, 8, 55–60. [Google Scholar] [CrossRef]
- Mishra, P.K.; Verma, S.K. A survey on clustering in wireless sensor network. In Proceedings of the 2020 11th International Conference on Computing, Communication and Networking Technologies (ICCCNT), Kharagpur, India, 1–3 July 2020; pp. 1–5. [Google Scholar]
- Xu, L.; Collier, R.; O’Hare, G.M.P. A survey of clustering techniques in WSNs and consideration of the challenges of applying such to 5G IoT scenarios. IEEE Internet Things J. 2017, 4, 1229–1249. [Google Scholar] [CrossRef]
- Jia, D.; Zhu, H.; Zou, S.; Hu, P. Dynamic cluster head selection method for wireless sensor network. IEEE Sens. J. 2015, 16, 2746–2754. [Google Scholar] [CrossRef]
- Yi, S.; Heo, J.; Cho, Y.; Hong, J. PEACH: Power-efficient and adaptive clustering hierarchy protocol for wireless sensor networks. Comput. Commun. 2007, 30, 2842–2852. [Google Scholar] [CrossRef]
- Vazhuthi, P.P.I.; Manikandan, S.P. Survey on Various Modified LEACH Hierarchical Protocols for Wireless Sensor Networks. In Proceedings of the International Conference on Emerging Current Trends in Computing and Expert Technology, Chennai, India, 22–23 March 2019; pp. 511–518. [Google Scholar]
- Ren, F.; Zhang, J.; He, T.; Lin, C.; Ren, S.K. Das EBRP: Energy-balanced routing protocol for data gathering in wireless sensor networks. IEEE Trans. Parallel Distrib. Syst. 2011, 22, 2108–2125. [Google Scholar] [CrossRef]
- Heinzelman, W.R.; Chandrakasan, A.; Balakrishnan, H. Energy-efficient communication protocol for wireless microsensor networks. In Proceedings of the 33rd Annual Hawaii International Conference on System Sciences, Maui, HI, USA, 7 January 2000; p. 10. [Google Scholar]
- Heinzelman, W.B.; Chandrakasan, A.P.; Balakrishnan, H. An application-specific protocol architecture for wireless microsensor networks. IEEE Trans. Wirel. Commun. 2002, 1, 660–670. [Google Scholar] [CrossRef] [Green Version]
- Handy, M.J.; Haase, M.; Timmermann, D. Low energy adaptive clustering hierarchy with deterministic cluster-head selection. In Proceedings of the 4th International Workshop on Mobile and Wireless Communications Network, Stockholm, Sweden, 9–11 September 2002; pp. 368–372. [Google Scholar]
- Luan, W.; Zhu, C.; Su, B.; Pei, C. An improved routing algorithm on LEACH by combining node degree and residual energy for WSNs. In Internet of Things; Springer: Berlin/Heidelberg, Germany, 2012; pp. 104–109. [Google Scholar]
- Fu, C.; Jiang, Z.; Wei, W.E.I.; Wei, A. An energy balanced algorithm of LEACH protocol in WSN. Int. J. Comput. Sci. Issues 2013, 10, 354. [Google Scholar]
- Liang, Y.; Yu, H. Energy adaptive cluster-head selection for wireless sensor networks. In Proceedings of the Sixth International Conference on Parallel and Distributed Computing Applications and Technologies (PDCAT’05), Dalian, China, 5–8 December 2005; pp. 634–638. [Google Scholar]
- Xiangning, F.; Yulin, S. Improvement on LEACH protocol of wireless sensor network. In Proceedings of the 2007 International Conference on Sensor Technologies and Applications (SENSORCOMM 2007), Valencia, Spain, 14–20 October 2007; pp. 260–264. [Google Scholar]
- Zamry, N.M.; Zainal, A.; Rassam, M.A. LEACH-CR: Energy Saving Hierarchical Network Protocol Based on Low-Energy Adaptive Clustering Hierarchy for Wireless Sensor Networks. In Proceedings of the 2021 3rd International Cyber Resilience Conference (CRC), Langkawi Island, Malaysia, 29–31 January 2021; pp. 1–6. [Google Scholar]
- Voigt, T.; Dunkels, A.; Alonso, J.; Ritter, H.; Schiller, J. Solar-aware clustering in wireless sensor networks. In Proceedings of the ISCC 2004. Ninth International Symposium on Computers And Communications (IEEE Cat. No. 04TH8769), Alexandria, Egypt, 28 June–1 July 2004; Volume 1, pp. 238–243. [Google Scholar]
- Aslam, M.; Javaid, N.; Rahim, A.; Nazir, U.; Bibi, A.; Khan, Z.A. Survey of extended LEACH-based clustering routing protocols for wireless sensor networks. In Proceedings of the 2012 IEEE 14th International Conference on High Performance Computing and Communication & 2012 IEEE 9th International Conference on Embedded Software and Systems, Liverpool, UK, 25–27 June 2012; pp. 1232–1238. [Google Scholar]
- Abuhelaleh, M.A.; Mismar, T.M.; Abuzneid, A.A. Armor-LEACH-energy efficient, secure wireless networks communication. In Proceedings of the 2008 17th International Conference on Computer Communications and Networks, St. Thomas, VI, USA, 3–7 August 2008; pp. 1–7. [Google Scholar]
- Oliveira, L.B.; Wong, H.C.; Bern, M.; Dahab, R.; Loureiro, A.A.F. SecLEACH-A random key distribution solution for securing clustered sensor networks. In Proceedings of the Network Computing and Applications, 2006, NCA 2006, Fifth IEEE International Symposium on Net-work Computing and Applications (NCA’06), Cambridge, MA, USA, 24–26 July 2006; pp. 145–154. [Google Scholar]
- Selvakennedy, S.; Sinnappan, S.S. A configurable time-controlled clustering algorithm for wireless sensor networks. In Proceedings of the 11th International Conference on Parallel and Distributed Systems (ICPADS’05), Fukuoka, Japan, 20–22 July 2005; Volume 2, pp. 368–372. [Google Scholar]
- Darabkh, K.A.; Wala’a, S.; Hawa, M.; Saifan, R. MT-CHR: A modified threshold-based cluster head replacement protocol for wireless sensor networks. Comput. Electr. Eng. 2018, 72, 926–938. [Google Scholar] [CrossRef]
- Ren, P.; Qian, J.; Li, L.; Zhao, Z.; Li, X. Unequal Clustering Scheme Based LEACH for Wireless Sensor Networks. In Proceedings of the 2010 Fourth International Conference on Genetic and Evolutionary Computing, Shenzhen, China, 13–15 December 2010; pp. 90–93. [Google Scholar]
- Wang, A.; Yang, D.; Sun, D. A clustering algorithm based on energy information and cluster heads expectation for wireless sensor networks. Comput. Electr. Eng. 2012, 38, 662–671. [Google Scholar] [CrossRef]
- Mahmood, D.; Javaid, N.; Mahmood, S.; Qureshi, S.; Memon, A.M.; Zaman, T. MODLEACH: A variant of LEACH for WSNs. In Proceedings of the 2013 Eighth International Conference on Broadband and Wireless Computing, Communication and Applications, Compiegne, France, 28–30 October 2013; pp. 158–163. [Google Scholar]
- Singh, D.; Nayak, S.K. Enhanced modified LEACH (EMODLEACH) protocol for WSN. In Proceedings of the 2015 International Symposium on Advanced Computing and Communication (ISACC), Silchar, India, 14–15 September 2015; pp. 328–333. [Google Scholar]
- Bsoul, M.; Al-Khasawneh, A.; Abdallah, A.E.; Abdallah, E.E.; Obeidat, I. An energy-efficient threshold-based clustering protocol for wireless sensor networks. Wirel. Pers. Commun. 2013, 70, 99–112. [Google Scholar] [CrossRef]
- Batra, P.K.; Kant, K. LEACH-MAC: A new cluster head selection algorithm for Wireless Sensor Networks. Wirel. Netw. 2016, 22, 49–60. [Google Scholar] [CrossRef]
- Amwary, A.; Maga, D.; Nahdi, T. Modified LEACH protocol for heterogeneous wireless networks. In Proceedings of the 2016 New Trends in Signal Processing (NTSP), Demanovska Dolina, Slovakia, 12–14 October 2016; pp. 1–4. [Google Scholar]
- Abidoye, A.P.; Obagbuwa, I.C. Models for integrating wireless sensor networks into the Internet of Things. IET Wirel. Sens. Syst. 2017, 7, 65–72. [Google Scholar] [CrossRef]
- Hussain, S.; Matin, A.W. Energy Efficient Hierarchical Cluster-Based Routing for Wireless Sensor Networks; Technical Report; Jodrey School of Computer Science Acadia University Wolfville: Wolfville, NS, Canada, 2005; pp. 1–33. [Google Scholar]
- Behera, T.M.; Nanda, S.; Mohapatra, S.K.; Samal, U.C.; Khan, M.S.; Gandomi, A.H. CH Selection via Adaptive Threshold Design Aligned on Network Energy. IEEE Sens. J. 2021, 21, 8491–8500. [Google Scholar] [CrossRef]
- Salem, A.O.A.; Shudifat, N. Enhanced LEACH protocol for increasing a lifetime of WSNs. Pers. Ubiquitous Comput. 2019, 23, 901–907. [Google Scholar] [CrossRef]
- Mehra, P.S.; Doja, M.; Alam, B. Stability enhancement in LEACH (SE-LEACH) for homogeneous WSN. EAI Endorsed Trans. Scalable Inf. Syst. 2019, 6, e5. [Google Scholar] [CrossRef] [Green Version]
- Panda, S.; Behera, T.M.; Samal, U.C.; Mohapatra, S.K. Modified threshold for cluster head selection in WSN using first and second order statistics. IET Wirel. Sens. Syst. 2020, 10, 292–298. [Google Scholar] [CrossRef]
- Wang, Y.; Li, C.; Duan, Y.; Yang, J.; Cheng, X. An energy-efficient and swarm intelligence-based routing protocol for next-generation sensor networks. IEEE Intell. Syst. 2014, 29, 74–77. [Google Scholar] [CrossRef]
- Amutha, J.; Sharma, S.; Sharma, S.K. Strategies based on various aspects of clustering in wireless sensor networks using classical, optimization and machine learning techniques: Review, taxonomy, research findings, challenges and future directions. Comput. Sci. Rev. 2021, 40, 100376. [Google Scholar] [CrossRef]
- Thiagarajan, R. Others Energy consumption and network connectivity based on Novel-LEACH-POS protocol networks. Comput. Commun. 2020, 149, 90–98. [Google Scholar]
- Latiff, N.M.A.; Tsimenidis, C.C.; Sharif, B.S. Energy-aware clustering for wireless sensor networks using particle swarm optimization. In Proceedings of the 2007 IEEE 18th International Symposium on Personal, Indoor and Mobile Radio Communications, Montreal, QC, Canada, 3–7 September 2007; pp. 1–5. [Google Scholar]
- Singh, B.; Lobiyal, D.K. A novel energy-aware cluster head selection based on particle swarm optimization for wireless sensor networks. Human-Centric Comput. Inf. Sci. 2012, 2, 13. [Google Scholar] [CrossRef] [Green Version]
- Rao, P.C.S.; Jana, P.K.; Banka, H. A particle swarm optimization based energy efficient cluster head selection algorithm for wireless sensor networks. Wirel. Netw. 2017, 23, 2005–2020. [Google Scholar] [CrossRef]
- Karaboga, D.; Okdem, S.; Ozturk, C. Cluster based wireless sensor network routing using artificial bee colony algorithm. Wirel. Netw. 2012, 18, 847–860. [Google Scholar] [CrossRef]
- Ahmad, T.; Haque, M.; Khan, A.M. An energy-efficient cluster head selection using artificial bees colony optimization for wireless sensor networks. In Advances in Nature-Inspired Computing and Applications; Springer: Berlin/Heidelberg, Germany, 2019; pp. 189–203. [Google Scholar]
- Selvi, M.; Nandhini, C.; Thangaramya, K.; Kulothungan, K.; Kannan, A. HBO based clustering and energy optimized routing algorithm for WSN. In Proceedings of the 2016 Eighth International Conference on Advanced Computing (ICoAC), Chennai, India, 19–21 January 2017; pp. 89–92. [Google Scholar]
- Sirdeshpande, N.; Udupi, V. Fractional lion optimization for cluster head-based routing protocol in wireless sensor network. J. Franklin Inst. 2017, 354, 4457–4480. [Google Scholar] [CrossRef]
- Vijayalakshmi, K.; Anandan, P. A multi objective Tabu particle swarm optimization for effective cluster head selection in WSN. Cluster Comput. 2019, 22, 12275–12282. [Google Scholar] [CrossRef]
- Shankar, T. Whale Optimization Based Energy-Efficient Cluster Head Selection Algorithm for Wireless Sensor Networks. arXiv 2017, arXiv:1711.09389. [Google Scholar]
- Pal, V.; Singh, G.; Yadav, R.P. Others Cluster head selection optimization based on genetic algorithm to prolong lifetime of wireless sensor networks. Procedia Comput. Sci. 2015, 57, 1417–1423. [Google Scholar] [CrossRef] [Green Version]
- Liu, J.-L.; Ravishankar, C. V LEACH-GA: Genetic algorithm-based energy-efficient adaptive clustering protocol for wireless sensor networks. Int. J. Mach. Learn. Comput. 2011, 1, 79. [Google Scholar] [CrossRef] [Green Version]
- Gandomi, A.H.; Alavi, A.H. Krill herd: A new bio-inspired optimization algorithm. Commun. Nonlinear Sci. Numer. Simul. 2012, 17, 4831–4845. [Google Scholar] [CrossRef]
- Shopon, M.; Adnan, M.A.; Mridha, M.F. Krill herd based clustering algorithm for wireless sensor networks. In Proceedings of the 2016 International Workshop on Computational Intelligence (IWCI), Dhaka, Bangladesh, 12–13 December 2016; pp. 96–100. [Google Scholar]
- Karthick, P.T.; Palanisamy, C. Optimized cluster head selection using krill herd algorithm for wireless sensor network. Automatika 2019, 60, 340–348. [Google Scholar] [CrossRef] [Green Version]
- Zhang, Z.; Hao, Z.; Zeadally, S.; Zhang, J.; Han, B.; Chao, H.-C. Multiple attributes decision fusion for wireless sensor networks based on intuitionistic fuzzy set. IEEE Access 2017, 5, 12798–12809. [Google Scholar] [CrossRef]
- Kim, J.-M.; Park, S.-H.; Han, Y.-J.; Chung, T.-M. CHEF: Cluster head election mechanism using fuzzy logic in wireless sensor networks. In Proceedings of the 2008 10th International Conference on Advanced Communication Technology, Gangwon, Korea, 17–20 February 2008; Volume 1, pp. 654–659. [Google Scholar]
- Lee, J.-S.; Cheng, W.-L. Fuzzy-logic-based clustering approach for wireless sensor networks using energy predication. IEEE Sens. J. 2012, 12, 2891–2897. [Google Scholar] [CrossRef]
- Azad, P.; Sharma, V. Cluster head selection in wireless sensor networks under fuzzy environment. ISRN Sens. Netw. 2013, 2013, 909086. [Google Scholar] [CrossRef] [Green Version]
- Nayak, P.; Devulapalli, A. A fuzzy logic-based clustering algorithm for WSN to extend the network lifetime. IEEE Sens. J. 2015, 16, 137–144. [Google Scholar] [CrossRef]
- Mittal, N.; Singh, U.; Salgotra, R.; Sohi, B.S. A boolean spider monkey optimization based energy efficient clustering approach for WSNs. Wirel. Netw. 2018, 24, 2093–2109. [Google Scholar] [CrossRef]
Reference | Description | Remarks |
---|---|---|
Daanoune et al. [32], 2021 | Classified LEACH-based protocols based on CH selection, data transmission, and both CH selection and data transmission techniques | Discusses the strength and weaknesses of LEACH-based protocols but fails to study bio-inspired LEACH variants |
Bhagat et al. [33], 2020 | Reviews LEACH successors based on single-hop and multi-hop models | Categorizes LEACH protocols based on the path of data transmission from CH to BS |
Guleria et al. [34], 2019 | Classification is conducted based on classical and swarm-intelligence approaches | Handling sink mobility, QoS requirement, and overhead due to dynamic topology in an energy constraint environment are still major issues |
Prasad et al. [35], 2018 | Analysis of different hierarchical routing protocols that are modified from LEACH based on energy efficiency only | Does not provide any information about the method or modification in detail |
Singh et al. [36], 2017 | Classification of LEACH successors based on single-hop and multi-hop communication is conducted, and comprehensive studies have been provided | The survey presents a detailed summary but fails to inform about the simulation or testing tool, or software used in network analysis |
Sabor et al. [37], 2017 | Survey on classical-based and optimized-based routing protocols for mobile WSNs | Real-work implantations, overheads, and computational time have not been explored |
Arora et al. [38], 2016 | LEACH and its extensions were discussed and compared that prolong network lifespan. The survey is not limited to proactive protocols and also focuses on reactive protocols such as TEEN [39], APTEEN [40], and TSEP [41] | The authors prove enhanced network lifetime with increased network area and distance to BS. However, the comparison conducted considered only a few protocols and variants of LEACH |
Mahapatra et al. [42], 2015 | The timeline of LEACH and its descendants are compared based on selected features such as scalability and mobility | Compares considering a few parameters |
Dhawan et al. [43], 2014 | Performance comparisons between LEACH protocol variants are made | Less number of examples discussed |
Tyagi et al. [44], 2013 | Highlights advantages and disadvantages of various routing protocols inspired by LEACH where CH selection plays an important role. | A brief comparison in terms of the CH selection process, load balancing, routing, and security |
Bhattacharjee et al. [45], 2013 | Performance measurements of energy-efficient protocols conducted | Improvement regarding application-specific deployment of nodes needs to be conducted |
X Liu [46], 2012 | A comprehensive survey of clustering routing protocols is conducted | Gives an idea about possible future research directions |
Ramesh [47], 2012 | Comparative study of CH selection algorithm | Scalability and stability factors are not explored |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Behera, T.M.; Samal, U.C.; Mohapatra, S.K.; Khan, M.S.; Appasani, B.; Bizon, N.; Thounthong, P. Energy-Efficient Routing Protocols for Wireless Sensor Networks: Architectures, Strategies, and Performance. Electronics 2022, 11, 2282. https://doi.org/10.3390/electronics11152282
Behera TM, Samal UC, Mohapatra SK, Khan MS, Appasani B, Bizon N, Thounthong P. Energy-Efficient Routing Protocols for Wireless Sensor Networks: Architectures, Strategies, and Performance. Electronics. 2022; 11(15):2282. https://doi.org/10.3390/electronics11152282
Chicago/Turabian StyleBehera, Trupti Mayee, Umesh Chandra Samal, Sushanta Kumar Mohapatra, Mohammad S. Khan, Bhargav Appasani, Nicu Bizon, and Phatiphat Thounthong. 2022. "Energy-Efficient Routing Protocols for Wireless Sensor Networks: Architectures, Strategies, and Performance" Electronics 11, no. 15: 2282. https://doi.org/10.3390/electronics11152282