Classifications of Routing Protocols in Ad hoc Networks: Comparison
Please note this is a comparison between Version 2 by Fanny Huang and Version 1 by Ghaida A. Al-Suhail.

Wireless Mobile Ad-hoc Networks (WANETs-MANETs) are one of the most in-demand networks in our day and age, being widely used in military fields, disaster environments, autonomous robots, vehicular networks, rural and urban environments, and UAV applications. This is due to the remarkable features of versatility, robustness, and self-configuration with no infrastructure. Such networks' main objective is to deliver reliable data transmission directly to nodes such routers, access points, smartphones, and vehicles with dynamically adjusting the data routes in accordance with the network conditions and GPS information.

However, mobility in ad hoc networks is yet the crucial issue due to the dynamic changes of the network topology; this makes data routing a substantial challenge. To this end, choosing or design the proper routing protocol plays important role in establishing robust, secure and efficient data communication for randomly distributed and unrestricted movement of nodes. In this regard, we will briefly introduce the main types of routing protocols that can be utilized in various types of ad hoc networks such as MANET, VANET or FANET or SANET; and how to evaluate them based on their pros, cons and operation.

  • routing protocols
  • WANET
  • MANET
  • VANET
  • FANET
  • AODV
  • GPSR

1. Introduction

Nowadays, mobile ad hoc networks (MANETs) are becoming a pivotal trend in modern life to keep pace with an accelerated world and rapid technological advances. In this context, the desire for low-cost installation and smarter and more connected devices is dramatically growing. MANETs foster a wide range of vital applications in industries, military operations, emergency situations, Intelligent Transport Systems (ITSs), intelligent health care systems, etc. [1][2]. Accordingly, MANETs are classified into various categories, such as Vehicular Ad hoc Networks (VANETs) for smart cities, Internet of Vehicles (IoV) for smart automobiles, Flying Ad hoc Networks (FANETs) for the communication of Unmanned Aerial Vehicles (UAVs), and the Sea Ad hoc Network (SANET) to communicate with Autonomous Underwater Vehicles (AUVs), vessels and boats [3][4][5]. Some types of wireless ad hoc networks (WANETs) and their communication applications are shown in Figure 1. This classification can be a helpful guideline for designers and researchers to understand the specific requirements, challenges, and design considerations associated with each network, in addition to the specialized routing protocols, algorithms, and system architectures [6][7].
Figure 1.
Examples of wireless ad hoc networks (WANETs) communication applications.
Although MANET appears simple and versatile in various applications, the design of an efficient routing protocol for data communications in such networks is still a challenging task. Since the topology of the network changes rapidly and nodes can join or leave the network at any moment, this leads to a remarkable problem in choosing the relevant forwarding node and routing the packets. To this end, the vital issue is to design efficient routing protocols that are mobility-aware to find the optimal routes between communicating nodes and ensure better routing with less overhead and high network reliability [8][9][10]. Typically, the traditional topology-based routing protocols are mainly classified into three categories: reactive (on-demand), proactive (table-driven) and hybrid. These routing schemes are widely developed to cope with various challenges like high node mobility and dynamic network topology, transmission power or energy restrictions [11][12]. Specifically, such schemes allow the nodes to set an entire route before forwarding data packets, causing high control overhead due to the dynamic topology of MANETs. For example, reactive routing protocols, such as AODV (on-demand routing), do not adapt well in high-mobility environments [13].
On the other hand, geographic routing protocols have been shown more interest due to their location awareness via using a Global Positioning System (GPS) device or running localization algorithms. In effect, these approaches employ non-flooding-based route discovery and offer high scalability for large-scale networks depending on the nodes’ position information. This means that nodes must know their own positions before broadcasting their beacons’ “Hello” messages. Also, such routing protocols do not necessitate the setup of a route management process or link maintenance [14][15][16]. Instead, the routing decision requires only the position information, i.e., the nodes need only maintain one-hop neighbor information for routing decision; this makes them more robust and efficient protocols for dynamic networks. However, such routing mechanisms have some drawbacks because the position information of each node may change due to network conditions such as GPS devices that may not work well in some locations like tunnels because of the absence of satellite signals. Besides that, a high mobility of nodes may change the network density from sparse to dense or vice versa. In consequence, this will increase the links’ breakages of one-hop neighbor nodes and degrade the accuracy of neighbors’ awareness [17][18].
Notably, owing to the rapid topology change in the network, geo-routing protocols require broadcasting the proactive beacon packets (hello packets) periodically or non-periodically to discover neighboring nodes and maintain the correctness of routing selection. However, a high beacon rate (i.e., frequency of beacons) means excessive beacon overhead, which will raise the packets’ collisions and transmission delay in the network [14]. Beacons are very small messages; they include parameters such as the position, velocity, and direction of mobility of the nodes. Such key information is utilized to build the routing decisions by estimating various network measures such as geographical distance, expected transmission count (ETX), defined as the neighbor link reliability, signal strength, stability, and link lifetime (link duration) [8][15][17][18][19]. In sparse networks, for example, broadcasting beacons with high transmission power is essential to expand the awareness area or communicate with distant nodes in mobile wireless environments. Nevertheless, the increase in the beacon transmission power or the frequency of beacons (beacon rate) may negatively affect the routing performance due to the limitations of the wireless link’s bandwidth and network resources. Therefore, the trade-off between the beacon rate overhead and the accuracy of routing information (precision) is still an open challenge in ad hoc networks [20][21].

2. Classifications of Routing Protocols

The routing of wireless ad hoc networks is still challenging owing to the absence of a centralized authority and the unpredictability of network topology. Besides that, the characteristics of self-organization, mobility, medium type and node deployment present further difficulties in the design of an ad hoc network routing protocol [22][23]. Therefore, routing protocols for ad hoc networks are categorized into various classes; the two most well-known are (a) topology-based and (b) geographic-based routing protocols.
In fact, topology-based routing protocols, like the Ad hoc On-Demand Distance Vector (AODV), are also known as traditional routing protocols because they store link information in the routing table to forward packets from source to destination nodes. On the other hand, geographic-based routing algorithms, like GPSR, are designed to cope with some of the constraints of topology-based routing by using extra strategies, where the sender utilizes a location service to figure out the destination’s position. Furthermore, the information is obtained through a beaconing procedure. There are also other routing protocol classifications such as hybrid-, hierarchical-, multicast-, Geo-cast-, and cluster-based routing protocols. Table 1 briefly summarizes the main routing categories [24][25][26][27][28].
Table 1.
Routing categories in Mobile Ad hoc Networks.
Routing Protocol Categories Description Advantages Drawbacks
Topology-based Reactive: AODV, DSR, ACOR, DYMO On-demand routing; routes are founded when required by establishing route requests across the network.
  • Adaptable to high dynamic topologies
  • Support multicasting
  • High latency.
  • Excessive flooding.
  • Not reliable shortest path due to nodes mobility.
Proactive: STAR, DSDV, OLSR The routes kept updating in a table even though there is no demand for a route (table-driven)
  • Loop-free
  • Established route up to date
  • High overhead.
  • Low efficiency in high density.
  • High rapid networks.
Hybrid: DVRP, ZRP, HSLS Combine Reactive and Proactive routing algorithms.
  • Efficient in rapid networks
  • Low latency
  • Low energy consumption
  • Low overhead
  • Scalability
  • High traffic in high-density networks.
  • Progress complexity.
Geographic-based GPSR, LAR, MORA, VADD, The path establishment is based on the node’s location information from GPS equipment.
  • Efficient in rapid networks
  • Low energy consumption
  • Low overhead
  • Low latency
  • Scalability
  • Perimeter mode fails to determine the most effective route.
  • Not self-learning.
Hierarchical-based HSR, HDVG The nodes are organized into hierarchal groups.
  • Low overhead
  • Low congestion
  • High reliability
  • Consistent energy dissipation
  • Complexity in maintenance of the cluster head.
Multicast-based CBM, MDR, SMORT, AOMDV A node establishes route to a single or multiple destinations simultaneously.
  • Low Processing Cost
  • Low bandwidth requirement
  • Low reliability.
  • High overhead.
  • Route based on subscription information.
Geo-cast-based DGR, IVG Send messages to a single or multiple nodes based on location (combine geographic and multicast routing).
  • Low overhead
  • Low storage load
  • Multicast routing and position information may not be available at the required location.
Cluster based GBDRP, PBSM, LEACH The protocol divides network nodes into a number of overlapping or disparate clusters and assigns cluster heads to keep track of cluster membership.
  • Low energy consumption
  • Low storage
  • High scalability
  • Low traffic
  • Complexity.
  • Lack of selecting optimal cluster head.
  • High latency.
  • No mobility and direction.

References

  1. Al-Absi, M.A.; Al-Absi, A.A.; Sain, M.; Lee, H. Moving Ad Hoc Networks—A Comparative Study. Sustainability 2021, 13, 6187.
  2. Quy, V.K.; Han, N.D.; Linh, D.M.; Ngoc, L.A. A Novel Method to Improve Performance of Major Nodes in Military MANET. IAENG Int. J. Comput. Sci. 2021, 48, 776–781.
  3. Lansky, J.; Ali, S.; Rahmani, A.M.; Yousefpoor, M.S.; Yousefpoor, E.; Khan, F.; Hosseinzadeh, M. Reinforcement Learning-Based Routing Protocols in Flying Ad Hoc Networks (FANET): A Review. Mathematics 2022, 10, 3017.
  4. Yogarayan, S. Wireless Ad Hoc Network of MANET, VANET, FANET and SANET: A Review. J. Telecommun. Electron. Comput. Eng. JTEC 2021, 13, 13–18.
  5. Al-Essa, R.I.; Al-Suhail, G.A. A Service of RSU Communication in Internet of Vehicles (IoV) in Urban Environment. In ICCIDA 2022: Computational Intelligence, Data Analytics and Applications; Lecture Notes in Networks and Systems; Springer: Cham, Switzerland, 2023; Volume 643, pp. 291–303.
  6. Manolopoulos, I.; Loukatos, D.; Kontovasilis, K. A Versatile MANET Experimentation Platform and Its Evaluation through Experiments on the Performance of Routing Protocols under Diverse Conditions. Future Internet 2022, 14, 154.
  7. Sang, Q.; Wu, H.; Xing, L.; Xie, P. Review and Comparison of Emerging Routing Protocols in Flying Ad Hoc Networks. Symmetry 2020, 12, 971.
  8. Alhameed, M.H.; Mahgoub, I.O. High Awareness Adaptive Beaconing Based on Fuzzy Logic in VANET. In Proceedings of the MobiWac ‘17: Proceedings of the 15th ACM International Symposium on Mobility Management and Wireless Access, New York, NY, USA, 21 November 2017; pp. 153–157.
  9. Mahmud, I.; Cho, Y.-Z. Adaptive Hello Interval in FANET Routing Protocols for Green UAVs. IEEE Access 2019, 7, 63004–63015.
  10. Saudi, N.A.M.; Arshad, M.A.; Buja, A.G.; Fadzil, A.F.A.; Saidi, R.M. Mobile Ad-Hoc Network (MANET) Routing Protocols: A Performance Assessment. In Proceedings of the Third International Conference on Computing, Mathematics and Statistics (iCMS2017), Langkawi, Malaysia, 28 March 2019; pp. 53–59.
  11. Sirmollo, C.Z.; Bitew, M.A. Mobility-Aware Routing Algorithm for Mobile Ad Hoc Networks. Wirel. Commun. Mob. Comput. 2021, 2021, 6672297.
  12. Al-Essa, R.I.; Al-Suhail, G.A. Mobility and Transmission Power of AODV Routing Protocol in MANET. In Proceedings of the 2022 2nd International Conference on Computing and Machine Intelligence (ICMI), Istanbul, Turkey, 15–16 July 2022; pp. 1–5.
  13. Han, S.Y.; Lee, D. An adaptive hello messaging scheme for neighbor discovery in on-demand MANET routing protocols. IEEE Commun. Lett. 2013, 17, 1040–1043.
  14. Li, X.; Huang, J. ABPP: An Adaptive Beacon Scheme for Geographic Routing in FANET. In Proceedings of the 2017 18th International Conference on Parallel and Distributed Computing, Applications and Technologies (PDCAT), Taipei, Taiwan, 18–20 December 2017; pp. 293–299.
  15. Shelly, S.; Babu, A.V. Link Reliability Based Greedy Perimeter Stateless Routing for Vehicular Ad Hoc Networks. Int. J. Veh. Technol. 2015, 2015, 921414.
  16. Aljabry, I.A.; Al-Suhail, G.A. A Simulation of AODV and GPSR Routing Protocols in VANET Based on Multimetrices. Iraqi J. Electr. Electron. Eng. 2021, 17, 66–72.
  17. Shah, S.A.A.; Ahmed, E.; Xia, F.; Karim, A.; Shiraz, M.; Noor, R.M. Adaptive Beaconing Approaches for Vehicular Ad Hoc Networks: A Survey. IEEE Syst. J. 2018, 12, 1263–1277.
  18. Singh, V.; Sharma, K.P.; Verma, H.K. Evaluating the Impact of Beacon Interval and Neighbor Timeout Timer on the Performance of Geographical Routing in FANETs. In Proceedings of the 3rd International Conference on Integrated Intelligent Computing Communication & Security (ICIIC 2021), Bangalore, Karnataka, India, 6–7 August 2021; Volume 4, pp. 331–338.
  19. Silva, A.; Niaz Reza, K.M.; Oliveira, A. An Adaptive GPSR Routing Protocol for VANETs. In Proceedings of the 2018 15th International Symposium on Wireless Communication Systems (ISWCS), Lisbon, Portugal, 28–31 August 2018.
  20. Alemneh, E.; Senouci, S.; Messous, M. An energy-efficient adaptive beaconing rate management for pedestrian safety: A fuzzy logic-based approach. Pervasive Mob. Comput. 2020, 69, 101285.
  21. Rawat, G.S.; Singh, K. Joint Beacon Frequency and Beacon Transmission Power Adaptation for Internet of Vehicles. Trans. Emerg. Telecommun. Technol. 2020, 33, e4124.
  22. Sangaiah, A.K.; Javadpour, A.; Hsu, C.-C.; Haldorai, A.; Zeynivand, A. Investigating Routing in the VANET Network: Review and Classification of Approaches. Algorithms 2023, 16, 381.
  23. Zhang, F.; Yang, G. A Stable Backup Routing Protocol for Wireless Ad Hoc Networks. Sensors 2020, 20, 6743.
  24. Al-Essa, R.I.; Al-Suhail, G.A. An Efficacy of Transmission Power on DYMO Routing Protocol in VANET. In Proceedings of the 2022 International Conference on Engineering & MIS (ICEMIS), Istanbul, Turkey, 4–6 July 2022; pp. 1–6.
  25. Kaur, S.; Gupta, A.K. Position Based Routing in Mobile Ad-Hoc Networks: An Overview. Int. J. Comput. Sci. Technol. IJCST 2012, 3.
  26. Ramasamy Rajeswari, A. A Mobile Ad Hoc Network Routing Protocols: A Comparative Study. In Recent Trends in Communication Networks; IntechOpen: London, UK, 2020.
  27. 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.
  28. Sabaresan, V.; Godfrey Winster, S. Multicast Routing Protocols for Mobile ADHOC Networks. Int. J. Eng. Adv. Technol. 2019, 9, 148–163.
More
Video Production Service