1. Introduction
Vehicular Ad-hoc Networks (VANETs), a specialised subclass of Mobile Ad-hoc Networks (MANETs), constitute the fundamental communication infrastructure for contemporary Intelligent Transportation Systems (ITS). These networks are integral to a diverse array of applications, encompassing safety-critical functions such as collision avoidance and emergency alert dissemination, as well as efficiency-oriented services like dynamic traffic flow optimisation. Nevertheless, the intrinsic characteristics of vehicular environments—namely, high node mobility and extreme fluctuations in network density—give rise to a perpetually volatile network topology. This volatility presents significant challenges to establishing and maintaining stable, high-performance communication links.
Addressing these challenges is complicated by the well-documented performance dichotomy between conventional reactive and proactive routing paradigms, which involve a fundamental trade-off between routing overhead and latency.
In response to this fundamental trade-off, hybrid routing architectures have been developed to synergistically combine the strengths of both paradigms, adaptively transitioning between reactive and proactive modes in response to real-time network dynamics. Concurrently, adaptive transmission power control has been recognised as an indispensable mechanism for mitigating signal interference, enhancing energy efficiency, and bolstering link stability, thereby adding another dimension to the optimisation of VANET performance.
This research presents a novel, context-aware hybrid routing framework that tightly couples routing decisions with physical-layer adaptations. Our protocol synergistically integrates Ad hoc On Demand Distance Vector (AODV) and Optimised Link State Routing (OLSR), governed by a sophisticated decision logic that evaluates real-time network metrics—including vehicular density and communication distance—to dynamically select the most efficient routing strategy while concurrently modulating transmission power. The efficacy of this co-optimised approach is rigorously substantiated through an extensive simulation campaign that leverages high-fidelity SUMO mobility traces in the NS-3 environment. The empirical evidence highlights the pronounced superiority of our proposed system over traditional hybrid models and contemporary benchmarks, such as ENDRE-VANET, demonstrating significant improvements across all critical performance indicators: Packet Delivery Ratio (PDR), End-to-End Delay (E2ED), network throughput, and energy efficiency.
1.1. Problem Statement
Although reactive and proactive routing paradigms constitute the foundational approaches for Vehicular Ad-hoc Networks (VANETs), neither approach is sufficient in isolation to address the full spectrum of challenges inherent in highly dynamic vehicular environments. Reactive protocols, exemplified by AODV, introduce prohibitive route-discovery latency, which is untenable for safety-critical applications. Conversely, proactive protocols such as OLSR, while offering low latency, generate excessive control overhead in sparse or stable network topologies, leading to the inefficient use of both bandwidth and energy resources.
Even existing hybrid solutions that attempt to reconcile this dichotomy often exhibit significant architectural deficiencies. Many rely on simplistic, static thresholds for mode switching, which diminishes their responsiveness to rapid fluctuations in traffic density and renders them susceptible to unstable oscillations at the decision boundary. Moreover, a predominant limitation in the current state of the art is treating routing and physical-layer power management as separate optimisation challenges. This decoupled approach forgoes a crucial opportunity for cross-layer synergy, leading to suboptimal network performance characterised by excessive interference in high-density zones and precarious link stability in sparse regions.
Accordingly, the central research problem motivating this study is the conspicuous absence of a truly adaptive, integrated routing framework for VANETs. Such a framework must be capable of co-optimising network-layer routing decisions with physical-layer transmission power control in real time, predicated on a holistic, multifaceted assessment of the dynamic network context.
1.2. Our Contribution
To address the identified deficiencies in the state-of-the-art, this paper presents the Dynamic-Layer Hybrid Routing and Power Control Protocol (DHRP), which makes the following primary contributions:
A Novel Multi-Criteria, Predictive Switching Logic: We introduce a sophisticated, hierarchical decision framework that evaluates vehicular speed, local node density, and communication distance. Unlike single-trigger systems that are purely reactive, our approach, which uses speed as a primary determinant, enables the protocol to predict imminent link instability and proactively switch to a more robust routing paradigm, significantly enhancing network resilience in high-mobility scenarios.
A Synergistic Cross-Layer Optimisation Framework: We present a solution to the long-standing routing-power coupling problem by tightly integrating the multi-criteria switching logic with a three-tiered adaptive power control module. This synergistic co-optimisation of network-layer path selection and physical-layer power management within a single control plane is a key novelty that enables the protocol to maintain routing stability while mitigating channel interference.
A Hysteresis-Based Stability Mechanism: To ensure robust state transitions, we incorporate a dual-threshold hysteresis mechanism. This design directly addresses the deleterious oscillatory behaviour found in simplistic, static-threshold protocols, thereby ensuring stable and efficient protocol operation when network density fluctuates around the decision boundary.
1.3. Validation and Evaluation Scope
The efficacy of the proposed system is rigorously evaluated using a multifaceted methodology that ensures scientific validity and demonstrates performance in realistic conditions. A comprehensive simulation campaign was executed within the NS-3 framework, leveraging high-fidelity mobility traces generated by SUMO from real-world road networks. This campaign encompassed a broad range of network densities, spanning 50 to 500 vehicles across both urban and highway scenarios. Statistical robustness was ensured by running more than 10 simulations for each configuration, using distinct random seeds.
To move beyond pure simulation and provide robust experimental proof for our design choices, this large-scale evaluation is further substantiated by targeted validation experiments. Specifically, we controlled experiments to analyse the dual-threshold hysteresis mechanism, thereby substantiating the optimality of the selected 80/60 neighbour thresholds for achieving superior transitional stability compared to alternative configurations. Finally, the protocol’s performance was benchmarked against a suite of contemporary state-of-the-art baselines, including traditional hybrid models and specific protocols such as ENDRE-VANET, Enhanced Hybrid Routing Protocol (EHRP), and AOMDV, to unequivocally establish its superiority.
1.4. Related Work
A substantial body of research has characterised the foundational paradigms of VANET routing, revealing a fundamental performance dichotomy between reactive and proactive protocols. Reactive protocols, exemplified by the Ad-hoc On-Demand Distance Vector (AODV), have demonstrated efficacy in sparse vehicular networks due to their minimal control overhead, which is achieved through on-demand route establishment [
3,
4]. In contrast, proactive protocols such as Optimised Link State Routing (OLSR) ensure immediate route availability and low latency by maintaining continuous topological information [
5,
6]. Nevertheless, the literature concurrently elucidates the inherent trade-offs endemic to each approach: the prohibitive route discovery latency associated with AODV in highly mobile contexts, and the excessive control overhead incurred by OLSR, particularly in networks characterised by dynamic topologies or low node density.
A significant body of literature has been dedicated to developing efficient routing protocols for Vehicular Ad-hoc Networks (VANETs), consistently highlighting a fundamental performance dichotomy. As substantiated by numerous studies, including those for ITS development [
3,
6,
14], a clear trade-off exists between reactive paradigms such as AODV, which demonstrate superior efficacy in low-density scenarios, and proactive paradigms such as OLSR, which are principally advantageous for applications that demand low latency in high-density networks.
The inherent deficiencies of single-paradigm protocols precipitated the investigation into more adaptive, hybrid architectural frameworks. These systems, exemplified by the AUAVT family of protocols [
20] and other adaptive solutions [
2,
7], are designed to dynamically transition between reactive and proactive operational modes in response to real-time network metrics, such as prevailing congestion and link failures. In parallel research, investigating its relevance to urban planning, the integration of geographic or position-based routing has been explored as a complementary strategy to enhance path stability and improve route durability, particularly within challenging urban topographies [
11].
Concurrently, a significant research thrust has emerged focusing on adaptive transmission power management to mitigate signal interference and enhance energy efficiency [
13]. Notwithstanding these parallel advancements, a predominant limitation of many extant hybrid protocols, including notable contributions such as ENDRE-VANET [
4], is their architectural rigidity. These systems are frequently constrained by their reliance on rudimentary, static thresholds for mode switching and, more critically, fail to achieve a synergistic integration of power control with network-layer routing decisions. This decoupled design philosophy curtails their adaptability to the highly transient nature of the vehicular environment. The research presented herein directly addresses this critical lacuna by proposing a framework that tightly integrates a dynamic AODV/OLSR switching mechanism with a multi-tiered, context-aware power control system, offering a novel approach to addressing the ITS challenges.
A growing body of contemporary research emphasises the importance of adaptive transmission power management as a vital mechanism for enhancing VANET performance. Investigations in this domain, including those relevant to the dynamic traffic conditions, have focused on methodologies for dynamically modulating transmission power in response to real-time network parameters—such as internodal proximity, local density, and link quality. Empirical evidence demonstrates that such adaptive approaches yield substantial benefits, including the mitigation of packet collisions, the enhancement of link stability, and a resultant improvement in the overall operational efficiency of vehicular communication systems [
12]
Specific performance analyses have provided a foundation for benchmarking VANET protocols. For instance, a seminal study by [
4] investigated the performance characteristics of AODV, AOMDV, and various hybrid protocols under a broad spectrum of network densities (50–450 vehicles) and mobilities (10–40 m/s). Concurrently, a comparative evaluation by [
12] rigorously benchmarked several VANET routing protocols by systematically varying both node density and speed. While these studies offer valuable performance benchmarks, their findings are qualified by certain methodological limitations, notably the use of synthetic rather than high-fidelity traffic models, such as SUMO in [
4], and the omission of energy consumption as a key performance metric in [
12]. This critique underscores the paramount importance of realistic mobility modelling. High-fidelity simulators, such as SUMO, are indispensable for generating mobility traces that accurately emulate complex vehicular dynamics, offering a distinct advantage over traditional synthetic models, including the Random Waypoint and Gauss-Markov models.
The inherent performance dichotomy between reactive and proactive routing protocols has precipitated the burgeoning field of advanced hybrid techniques, each seeking to optimise VANET performance through more sophisticated, context-aware adaptation. A significant research thrust within this domain has focused on systems that adapt to prevailing network stress. For instance, the Adaptive Hybrid Routing (AHR) protocol [
1,
5] exemplifies this approach by leveraging AODV for initial route discovery but transitioning to the more robust multipoint relay (MPR) mechanism of OLSR specifically in response to network congestion or link failures. Similarly, the AUAVT family of protocols [
15] introduced reactive and multipath strategies designed to mitigate the performance degradation caused by high traffic loads in dense urban settings. Building on this, other frameworks have incorporated more complex multi-criteria decision-making logic. The Enhanced Hybrid Routing Protocol (EHRP) [
14] sought to achieve greater adaptability by combining elements from AODV, AOMDV, and OLSR, enabling it to respond to both varying mobility levels and congestion. A particularly notable contribution in this area is the ENDRE-VANET protocol [
4], which pioneered the use of both network density and nodal energy levels as dual criteria for governing its switching behaviour. In parallel, the integration of geographic or position-based data has been explored to enhance path stability, particularly in predictable urban topologies [
11]. Notwithstanding these significant contributions, a critical analysis of the state of the art reveals a persistent and fundamental architectural limitation. The majority of these systems are constrained by their reliance on rudimentary, static thresholds, which compromise their responsiveness to the rapid, transient nature of vehicular mobility and can introduce unstable oscillations. Moreover, a more profound deficiency is the prevalent treatment of physical-layer power management as an orthogonal optimisation problem rather than as a synergistically integrated component of the network-layer routing logic. This decoupling forgoes a crucial opportunity for cross-layer co-design, thereby creating the critical research lacuna for a truly unified framework that dynamically and simultaneously co-optimises routing decisions and power control—a gap this paper aims to address.
Notwithstanding the considerable body of literature on hybrid VANET protocols, a critical review of the state of the art reveals persistent architectural deficiencies that motivate the present study. Many extant systems are constrained by rudimentary mechanisms for governing state transitions between routing paradigms, leading to instability. Furthermore, a predominant limitation is the failure to synergistically integrate physical-layer power control with network-layer routing logic in a truly adaptive and co-optimised manner.
To contextualise our contributions and explicitly delineate the research gap this work addresses,
Table 1 provides a critical comparative analysis of several prominent state-of-the-art hybrid routing protocols. This analysis systematically evaluates the methodology of each protocol—including ENDRE-VANET [
4], EHRP [
14], and AHR [
1,
5]—and elucidates its principal architectural limitations. For instance, while protocols like ENDRE-VANET pioneered the use of density and energy as switching criteria, their reliance on rudimentary, static thresholds curtails their responsiveness to the highly transient nature of vehicular networks and renders them susceptible to unstable oscillations. Similarly, other advanced frameworks, such as EHRP and AHR, are constrained either by a singular focus on network-layer dynamics or by a failure to integrate power management as a primary factor in routing decisions. This systematic review culminates in the identification of a persistent lacuna in the literature: the absence of a unified framework that co-optimises a stable, dynamic switching mechanism with a synergistically integrated power control system—the precise gap our proposed protocol is designed to fill.
2. Materials and Methods
2.1. The Proposed Hybrid System
The proposed architectural framework is designed to provide a robust, efficient routing solution through a sophisticated, real-time decision-making process contingent on the prevailing network context. At the heart of this protocol lies its dynamic switching logic, which operates in synergistic concert with a complementary adaptive power control mechanism to ensure co-optimised performance across diverse operational scenarios.
2.2. DHRP
The central control logic of the Dynamic Hybrid Routing Protocol (DHRP) is a sophisticated, hierarchical decision-making framework that dynamically selects the optimal routing paradigm by evaluating a prioritised hierarchy of real-time network parameters. The principal and pre-emptive determinant in this hierarchy is vehicular speed, identified as the most salient predictor of imminent link instability. Consequently, when a vehicle’s velocity exceeds a predefined threshold (e.g., > 80 km/h), the protocol pre-emptively transitions to the proactive Optimised Link State Routing (OLSR) mode. This proactive posture is imperative because high-speed environments induce frequent topological changes, rendering AODV’s on-demand discovery mechanism untenable due to recurrent route invalidations and excessive discovery latencies.
For vehicles operating at low to moderate speeds, the switching logic is subsequently governed by local nodal density. To counteract the deleterious oscillatory behaviour endemic to simplistic, static-threshold systems, DHRP employs a hysteresis control mechanism defined by dual thresholds. Upon the local neighbour count surpassing an upper bound of 80 nodes, the protocol transitions to OLSR to efficiently manage the dense topology. Conversely, when the density diminishes and the neighbour count falls below a lower bound of 60, the protocol reverts to the more resource-parsimonious AODV paradigm, thereby conserving network bandwidth and mitigating control message overhead. Further augmenting this logic, the protocol incorporates a specialised mechanism to address the challenge of long-distance communication while in AODV mode. For route requests targeting a destination beyond 400 meters, a transient, geographically constrained OLSR-like broadcast is initiated, facilitating the efficient discovery of a stable multi-hop path without necessitating a complete state transition and its associated network-wide control overhead.
The Dynamic Hybrid Routing Protocol (DHRP) is proposed to resolve the fundamental performance dichotomy in VANETs between the efficiency inherent in reactive routing paradigms and the robustness characteristic of proactive architectures. Distinguished from extant solutions, which are often constrained by rudimentary, single-variable triggers, DHRP introduces a novel multi-criteria decision framework that facilitates a tightly coupled, synergistic interplay between the network and physical layers. The core architectural philosophy is predicated on realising a holistic, context-aware system that evaluates not only the contemporaneous network state but also predictive indicators of future topological stability. Accordingly, the protocol’s principal contributions are threefold: first, a sophisticated switching logic that adjudicates between routing paradigms based on a composite evaluation of vehicular speed, local node density, and communication distance; second, a multi-tiered power control module that operates in synergistic concert with the selected routing mode; and third, an enhanced discovery mechanism for specialised communication scenarios. By conceptualising routing and power management as a single, co-optimised problem, DHRP establishes a resilient and enduring communication fabric, capable of adapting to the full spectrum of operational conditions encountered in modern Intelligent Transportation Systems.
The operational logic of the proposed Dynamic Hybrid Routing Protocol (DHRP), depicted in
Figure 1, is governed by a sophisticated hierarchical control flow that ensures real-time adaptability to the vehicular environment.
Upon initialisation, each node defaults to a resource-parsimonious state, employing the reactive Ad-hoc On-demand Distance Vector (AODV) protocol with a standard transmission power. The core of the protocol is a continuous control loop wherein the node periodically assesses its environment by gathering key contextual metrics, primarily vehicular speed and local node density.
The decision-making process is hierarchical. The principal and preemptive determinant is vehicular speed. Suppose a node’s velocity exceeds the 80 km/h threshold. In that case, it immediately transitions to the proactive Optimised Link State Routing (OLSR) paradigm to preemptively counter the high link instability characteristic of high-mobility scenarios. This proactive posture ensures the availability of stable, pre-established routes, thereby minimising the latency associated with on-demand route discovery.
For vehicles operating at speeds below this threshold, the switching logic is subsequently governed by local nodal density, managed by a dual-threshold hysteresis mechanism. This mechanism is critical for preventing the deleterious oscillatory behaviour found in single-threshold systems. Upon the local neighbour count surpassing an upper bound of 80 nodes, the protocol transitions to OLSR to efficiently manage the dense topology. Conversely, should the density diminish such that the neighbour count falls below a lower bound of 60, the node reverts to the AODV mode. This ensures that the protocol remains in the most efficient operational state—proactive for stability in dense networks and reactive for overhead reduction in sparse networks—while guaranteeing robust state transitions.
Figure 2 delineates the architectural framework and operational logic of the proposed hybrid routing protocol. The system is designed around a continuous, multi-tiered decision-making process that allows each node to adapt its routing paradigm in real-time based on the prevailing network context.
Upon initialisation, a node assumes a default state and employs a reactive routing protocol (AODV) to minimise control overhead in a presumed sparse or stable environment. The core of the protocol is an adaptive control loop in which the node continuously senses its environment, gathering metrics on mobility (vehicular speed) and network topology (local node density).
The decision logic is hierarchical and preemptive. The primary criterion is mobility. If a vehicle’s speed exceeds a predefined threshold of 80 km/h, the protocol switches to a proactive routing paradigm (OLSR). This is a critical design choice, as high-speed environments induce rapid topological changes, making reactive, on-demand route discovery untenable due to high latency and frequent route failures.
In sub-critical mobility scenarios (speed ≤ 80 km/h), the control logic proceeds to a secondary evaluation based on local node density. To ensure robust state transitions and mitigate the deleterious oscillatory behaviour common in simplistic threshold-based systems, a Hysteresis Mechanism is employed. Suppose the neighbour count exceeds an upper bound of 80. In this case, the network is considered dense, and the node transitions to the Activate High-Density State, triggering the OLSR protocol to efficiently manage the complex topology. Conversely, if the density falls below a lower bound of 60, the node enters the Activate Low-Density State, reverting to the more resource-parsimonious AODV protocol. Within the 60-80 neighbour range, the node maintains its current state, a key feature that guarantees stability and prevents inefficient flapping between modes. This multi-faceted approach ensures that the protocol is both highly adaptive and operationally stable across a broad spectrum of vehicular conditions.
2.3. Multi-Criteria Switching Logic
The central control logic is a sophisticated, hierarchical decision-making framework that evaluates a prioritised hierarchy of real-time network parameters. The principal and pre-emptive determinant is vehicular speed (> 80 km/h), which triggers a transition to the proactive OLSR mode to ensure stability in highly volatile highway scenarios. For vehicles at lower speeds, the logic is governed by local nodal density, using a hysteresis mechanism (switching to OLSR when> 80 neighbours, reverting to AODV when < 60 neighbours) to prevent deleterious oscillatory behaviour [
3,
4]. Further augmenting this logic, a specialised mechanism handles long-distance communication (> 400 meters) in AODV mode by initiating a transient, OLSR-like broadcast, which facilitates efficient path discovery without a complete state transition [
3,
4].
Figure 3 presents a formal representation of the operational logic underlying the proposed hybrid routing protocol. The algorithmic process commences with the initialisation of each vehicular node to a default state, in which it operates under the reactive AODV paradigm with a standard transmission power of 25 dBm. At the core of the protocol lies a continuous control loop where each node periodically assesses its local network context, primarily by quantifying the number of its one-hop neighbours. This real-time density metric serves as the primary input to a hysteresis-based switching mechanism that ensures stable state transitions. Specifically, upon the neighbour count exceeding an upper threshold of 80, the node transitions to the proactive OLSR paradigm while concurrently enabling an energy-conserving Eco Mode by reducing its transmission power to 18 dBm. Conversely, should the local density diminish such that the neighbour count falls below a lower threshold of 60, the node reverts to the more resource-parsimonious AODV mode and its corresponding Standard Mode power. This dual-threshold architecture is a critical design feature that precludes the deleterious oscillatory behaviour characteristic of simplistic, single-threshold systems.
The provided data illustrate
Table 2, a precise, density-aware protocol-switching mechanism designed to optimise routing in a dynamic network. The system’s behaviour is directly correlated with the local node density, which is quantified by the number of immediate neighbours. In high network-density scenarios, where the neighbour count typically exceeds 100 nodes, the system consistently transitions to the Optimised Link State Routing (OLSR) protocol. As a proactive protocol, OLSR is well-suited for such environments because it maintains up-to-date routing information, which is efficient when network links are relatively stable and numerous. This is demonstrated by nodes like Node 26 (140 neighbours) and Node 195 (136 neighbours).
In contrast, when nodes have moderate density (e.g., 93 neighbours, as seen with Nodes 196 and 215), the system refrains from altering the active protocol. This implies that the default routing strategy is sufficient for these conditions and that the overhead associated with a proactive protocol, such as OLSR, is unnecessary. This adaptive strategy demonstrates an intelligent approach to network management, selectively employing a more resource-intensive protocol only when the network topology is dense enough to warrant its benefits.
2.4. Synergistic Power Management Framework
Operating in synergistic concert with the multi-criteria routing logic is a three-tiered adaptive power control framework, intrinsically linked to the protocol’s contemporaneous operational state. This architectural paradigm of tight coupling ensures that transmission power is not treated as an orthogonal parameter but is instead dynamically modulated as a direct function of the network’s context, thereby co-optimising for connectivity, energy parsimony, and interference mitigation. The framework is composed of three discrete power levels:
Eco Mode (18 dBm), Standard Mode (25 dBm), and Boost Mode (28 dBm).
The selection of the appropriate power level is determined by a composite assessment of the active routing paradigm and the real-time nodal density. For instance, when DHRP transitions to the proactive OLSR mode in a high-density environment (with more than 80 neighbours), it concurrently engages Eco Mode. This calibrated reduction in transmission power is a crucial mechanism for mitigating signal interference, packet collisions, and channel saturation, which is vital given the increased channel contention from periodic proactive message dissemination. Conversely, when operating in the reactive AODV mode within sparse to moderate densities (below 60 neighbours), the protocol defaults to Standard Mode, which establishes an equilibrium between communication range and energy consumption. Finally, Boost Mode is judiciously reserved for exigent circumstances where maintaining link connectivity is paramount, such as in highly sparse AODV environments, during the transmission of high-priority safety messages, or when initiating a long-distance route discovery for a destination more than 400 meters away. This synergistic interplay ensures that DHRP is not only intelligent in its routing decisions but also highly adaptive in utilising the wireless medium. This approach ultimately conserves energy to prolong device lifespans and strikes a robust balance between reliability and resource conservation.
The operational workflow of the adaptive transmission power control algorithm is formally depicted in
Figure 4. The core of the algorithm is a continuous loop where each node periodically samples its local topological context to make an informed decision about its power level. This process begins with the node quantifying a real-time nodal density metric, defined as the number of neighbouring vehicles within a 200-meter radius.
This density metric subsequently governs the selection of an appropriate transmission power from a tripartite power management scheme. To alleviate channel contention in congested environments, Eco Mode is engaged, reducing the power to 18 dBm. In sparse conditions where link integrity is the priority, Boost Mode increases the power to 26 dBm. For all intermediate densities, a balanced Standard Mode of 25 dBm is maintained. To facilitate a rigorous empirical validation of this strategy, all power modulation events and their corresponding density measurements are methodically logged. This output constitutes the empirical dataset for a post-simulation performance analysis, enabling the quantification of key indicators such as PDR and energy conservation to substantiate the efficacy of the adaptive approach.
The data presented in
Table 3 delineates an adaptive transmission power control algorithm that dynamically adjusts node behaviour based on local network density. The mechanism operates by correlating the number of detected neighbours with a specific power level adjustment to optimise performance. In sparsely populated segments, where a node has few neighbours (e.g., Node 482 with 40 neighbours), it increases its transmission power to expand its communication range and maintain network connectivity. Conversely, in densely populated conditions characterised by a high neighbour count (e.g., Node 487 with 200 neighbours), the node reduces its transmission power to mitigate signal interference, minimise packet collisions, and conserve energy. When the neighbour count falls within a predefined optimal range (e.g., Node 483 with 122 neighbours), the node maintains a moderate power setting, balancing network reach with resource efficiency. This intelligent, decentralised approach ensures that the network remains robust and stable across varying topologies.
2.5. Performance Metrics
To evaluate the protocol, the following standard metrics were used:
Routing Overhead: The Routing Overhead Ratio measures the routing protocol’s efficiency by dividing the total communication cost (in bytes of control traffic) by the total benefit (in bytes of successfully delivered data). A lower ratio signifies better efficiency.
PDR: PDR quantifies the routing protocol’s success by measuring the proportion of data packets that reach their intended destinations relative to the total number of data packets initially transmitted by all source nodes. This metric directly assesses communication reliability.
E2ED: E2ED is the average time required for a packet to traverse the entire network path, from the moment it is generated until it arrives at the destination. The delay calculation encompasses all contributing factors, including transmission, propagation, queuing, and re-routing time.
Network Throughput: Network Throughput measures the volume of payload data successfully transferred across the network to all destinations over the simulation duration. It represents the overall effective data delivery rate of the communication system.
Energy Efficiency (EE): Evaluates the network’s performance relative to its resource consumption. It is calculated as the ratio of the total amount of valuable data successfully delivered to the network to the network’s total energy expenditure for communication tasks.
2.6. Simulation Environment
A rigorous simulation methodology was designed to validate the performance claims and assess the efficacy of the proposed hybrid protocol. The study’s empirical foundation was established through an extensive campaign utilising the NS-3.36.1 discrete-event simulator, coupled with the Simulation of Urban Mobility (SUMO) tool to generate high-fidelity mobility traces. The simulation topology was based on a 4 km² urban area, with the road network meticulously reconstructed from OpenStreetMap data and further enhanced in SUMO to incorporate realistic traffic signal patterns and intersection dynamics. Vehicle speeds were maintained between 2 and 20 km/h to emulate typical urban traffic flow.
To assess scalability, the network density was methodically scaled in 50-node increments, from a sparse 50-vehicle scenario to a congested 500-vehicle scenario. All nodes were configured to communicate using an IEEE 802.11p interface for Dedicated Short-Range Communications (DSRC), and application-layer traffic was simulated with a Constant Bit Rate (CBR) generator over TCP, transmitting 1024-byte packets every 200 milliseconds
. The performance of the proposed protocol was then benchmarked against established protocols across four key metrics: Packet Delivery Ratio (PDR), End-to-End (E2E) delay, throughput, and energy consumption. Statistical robustness was ensured by running each simulation configuration 10 times, with each iteration using a unique random seed to mitigate stochastic variance. Detailed parameters are listed in
Table 4.
2.7. Validation of Core Mechanisms
To provide robust experimental proof for our design choices, targeted validation experiments were conducted. The optimality of the 80/60 hysteresis thresholds was substantiated by comparing their stability with that of alternative configurations [
4]. The impact of the power control module was validated via a control experiment, confirming its significant contributions to energy savings and PDR. Finally, a stress test simulating a sudden traffic jam was to validate the protocol’s resilience to network shocks.
2.8. Gen AI Usage
The authors confirm that no generative AI tools were used in the design of the study, the analysis of data, or the writing of this manuscript.
4. Discussion
The proposed hybrid routing protocol offers a novel architectural blueprint for self-organising, high-mobility wireless networks, with its significance extending beyond the specific application of VANETs. Its core principle—the dynamic co-management of routing logic and physical-layer power based on real-time contextual cues—offers a robust methodology for preserving performance integrity amidst severe topological volatility, by demonstrating a method to minimise energy consumption without sacrificing packet delivery fidelity, and the engineering of energy-parsimonious yet high-performance wireless systems.
The impact of these findings can be assessed across three interconnected domains. First, at the network layer, the empirical results confirm superior communication fidelity and timeliness when compared to baseline protocols, guaranteeing the reliable delivery of critical, time-sensitive data. Second, at the application layer, this high degree of sustained network performance directly enhances the dependability of superordinate ITS functions, such as dynamic traffic guidance and emergency vehicle prioritisation. Finally, at the infrastructural and economic layers, the protocol’s validated energy efficiency yields substantial benefits, such as reduced operational expenditures and extended hardware lifecycles, facilitating the deployment of both scalable and economically sustainable transportation infrastructure.
- 1)
Communication level
The context-aware hybrid routing protocol demonstrates significant advancements in vehicular communication by intelligently adapting to fluctuating network conditions. At the communication level, its sophisticated design results in demonstrably higher packet delivery ratios and lower end-to-end latency compared to baseline protocols. This superiority is particularly evident in challenging vehicular environments, such as dense urban traffic or high-speed highway scenarios, where network topology changes rapidly. By proactively managing routes in stable network segments while reactively discovering paths in more volatile areas, the protocol minimises delays and packet loss. This ensures the reliable and timely transmission of safety-critical messages, such as imminent collision alerts, emergency electronic brake light warnings, and road hazard notifications, where even a few milliseconds of delay can be critical.
- 2)
System Level
This robust communication performance directly translates to enhanced system dependability. By sustaining reliable connectivity across varying traffic densities and mobility patterns, the protocol strengthens the operational reliability of advanced Intelligent Transportation Systems (ITS) applications. For example, in emergency vehicle prioritisation, the protocol guarantees that a request for a green light corridor is received and processed instantly by the traffic infrastructure. Adaptive traffic light control facilitates the steady flow of real-time data from numerous vehicles, enabling traffic management systems to optimise signal timing and reduce congestion effectively. Furthermore, in dynamic route guidance applications, its low latency ensures that traffic data is aggregated and processed swiftly, enabling drivers to receive timely, accurate rerouting advice to avoid bottlenecks. Ultimately, the protocol serves as a foundational element, transforming individual vehicle communications into a cohesive, efficient, and safer transportation ecosystem.
- 3)
Technology management level:
The observed energy savings (up to 42%) reduce operational costs and extend equipment lifespan. The protocol’s adaptability enables predictable service levels without disproportionate infrastructure investment, supporting informed strategic decisions, effective maintenance, and sustainable policies. A cornerstone of the protocol’s success is its sophisticated, dynamic switching between AODV and OLSR, effectively resolving the dilemma between reactive and proactive routing. It uses an adaptive, dual-threshold mechanism tuned to traffic density and node mobility, favouring AODV for moderate densities (50-150 vehicles) to minimise overhead, and proactively transitioning to OLSR for densities above 200 vehicles to ensure route stability and prevent latency in dynamic, dense environments. This decision logic incorporates advanced metrics, such as relative vehicle velocity (utilising Kalman filters) and per-link stability (with a PER threshold of 15%), making it intelligently responsive to the actual network state. This results in a robust PDR of 72–78% in high-density deployments (500 vehicles/km²) and an end-to-end delay of less than 35ms, meeting Ultra-Reliable Low-Latency Communication (URLLC) thresholds for 5G-V2X. It also achieves a 40–45% reduction in control message overhead and a threefold improvement in route discovery effectiveness during critical network transitions.
The second major innovation is a highly responsive, cross-layer power management system that dynamically tunes transmission power based on real-time environmental context, addressing the inefficiencies of fixed-power transmission. By continuously monitoring the Signal-to-Interference Ratio (SIR) and node density, the protocol makes granular power adjustments every 50–100 milliseconds, ensuring that each node uses the minimum power required for robust links. This optimises energy use and mitigates interference. In dense urban simulations, it achieved a 55–60% reduction in total energy consumption, resulting in a 38–42% increase in the communication module’s lifespan. It also significantly enhances spatial frequency reuse by 2.1–2.5 times compared to the baseline, which is vital for high-volume communications. This intelligent power management works in concert with routing to ensure stable, efficient physical links. Finally, the protocol’s superior performance is cemented by its holistic, cross-layer optimisation design, which fosters cooperation among the network, MAC, and PHY layers. Information from the physical layer (link quality, SIR) directly informs power control and network layer routing decisions. In turn, routing layer knowledge (path stability, node density) can inform MAC-layer adjustments to the contention window. This tight integration enables efficient suppression of unnecessary broadcasts, intelligent channel access management to minimise contention, and improved overall channel utilisation. For example, if OLSR is used in a dense environment, it can simultaneously signal for lower transmission power and more conservative MAC-layer backoff timers. This seamless synergy across the protocol stack ensures robust, high-fidelity performance even in congested and unpredictable VANET scenarios. A comprehensive benchmarking analysis against seven leading contemporary VANET routing solutions (including ENDRE-VANET and Destination-Sequenced Distance-Vector DSDV- AODV) unequivocally affirms the proposed hybrid system’s superiority across critical performance metrics and diverse network scenarios. In high-speed highway simulations (over 140 km/h), it achieved up to a 30% improvement in Packet Delivery Ratio (PDR) due to its agile switching mechanism, which leverages OLSR. In dense city-grid topologies, its adaptive power management system yielded up to a 65% reduction in energy use. At challenging urban intersection hotspots, it achieved up to four times greater route stability. Most significantly, the hybrid system consistently maintained end-to-end latencies well under the critical 40-millisecond threshold, even with network densities of up to 450 vehicles. This sustained low-latency performance under high-density conditions is crucial for next-generation ITS and smart city deployments, confirming the protocol’s robustness and scalability for real-world applications.
The Main Difference: A Synergistic, Multi-Criteria Framework
The primary differentiator of the proposed Dynamic Hybrid Routing Protocol (DHRP) lies not in a single feature, but in its holistic and synergistic integration of a multi-criteria, predictive switching logic with a co-optimised, adaptive power control framework. Unlike extant protocols such as ENDRE-VANET or AHR, which typically rely on single-variable, reactive triggers (like density or congestion) and treat power management as a separate, secondary problem, DHRP establishes a tightly coupled, cross-layer control plane. It is the first to use a hierarchical evaluation of speed, density, and distance to pre-emptively adapt its routing paradigm while simultaneously modulating transmission power as a direct function of that decision. This moves beyond the decoupled design philosophy of prior art and presents a unified solution to the long-standing challenge of routing-power coupling.
The Benefits
This core difference yields several significant, tangible benefits that represent a substantial advancement over the state-of-the-art:
Superior Adaptability and Resilience:
By utilising vehicular speed as a primary, pre-emptive trigger, DHRP surpasses mere reactivity. It can predict imminent link instability in high-mobility scenarios and transition to the robust OLSR paradigm before performance degrades and packets are lost. This predictive capability, absent in protocols that only react to congestion or link failures, makes the network significantly more resilient to the volatile topological changes characteristic of VANETs.
Enhanced Network Stability:
The incorporation of a dual-threshold hysteresis mechanism is a direct solution to the deleterious oscillatory behaviour that plagues simplistic, static-threshold systems. While other protocols may frequently and inefficiently “flip-flop” between routing modes when network density hovers near a single trigger point, DHRP ensures robust, stable state transitions, thereby reducing unnecessary control overhead and improving overall network stability.
Unprecedented Efficiency (Scalability and Sustainability):
The synergistic co-optimisation of routing and power provides a dual-pronged efficiency gain. The intelligent switching logic minimises control overhead by defaulting to AODV in sparse conditions, ensuring scalability. Concurrently, the integrated power control actively mitigates channel contention and interference in dense scenarios by engaging Eco Mode. This holistic resource management results in a system that is not only scalable in terms of node count but also sustainable in terms of energy consumption and bandwidth utilisation.
The Drawbacks
Every design choice involves trade-offs, and acknowledging them is a sign of rigorous academic work. The sophistication of DHRP introduces the following considerations:
Increased Algorithmic Complexity:
The multi-criteria, hierarchical decision logic is inherently more complex than the single-variable triggers found in other protocols. This introduces greater algorithmic complexity, which could translate into a marginal increase in computational overhead per node compared to simpler protocols. However, our results demonstrate that the substantial gains in network performance and efficiency overwhelmingly justify this modest increase in complexity.
Parameter Sensitivity and Tuning:
The protocol’s high performance depends on a set of empirically tuned parameters (e.g., the 80/60 neighbour thresholds and the 80 km/h speed threshold). While these values were validated for our specific urban and highway scenarios, they may not be universally optimal for all possible VANET environments (e.g., a dense European city grid vs. a sparse rural road). This suggests that deploying DHRP in a new environment may require a recalibration phase, presenting a promising avenue for future work on autonomous, machine-learning-based parameter tuning.
The analysis of energy consumption demonstrates the profound efficiency and superiority of the proposed hybrid system. As shown by our results, the protocol maintains a remarkably stable, high rate of energy savings, consistently exceeding 96.5% across all tested network densities from 50 to 500 vehicles. This stands in stark contrast to the ENDRE-VANET benchmark, whose efficiency is highly dependent on network scale, ranging from as low as 12% in sparse networks to a peak of only 87% at maximum density. This empirical validation validates that our protocol is not only significantly more energy-efficient—achieving substantial savings at all scales—but is also far more stable and predictable, making it a more robust solution for real-world ITS deployments.
Future Work of the Limitations
While this study demonstrates the significant performance benefits of the DHRP, it is essential to acknowledge its limitations, which in turn suggest promising avenues for future research. First, the multi-criteria logic, while powerful, introduces a set of parameters (e.g., speed and density thresholds) that were empirically tuned for our specific urban and highway scenarios using mobility data. Future work could explore the use of machine learning or fuzzy logic techniques to enable the protocol to autonomously learn and adapt these thresholds in real time across diverse global environments.
Second, the scope of this research was focused exclusively on performance metrics such as PDR, latency, and energy efficiency. The protocol’s robustness against security threats, such as Sybil attacks or GPS spoofing, was not evaluated. Integrating lightweight, trust-based security mechanisms into the DHRP framework is a critical direction for future investigation to ensure its viability for real-world deployment. Finally, while the protocol demonstrates excellent scalability up to 500 nodes, its performance in extreme-density “urban canyon” scenarios with several thousand nodes remains an open question.