1. Introduction
The Vehicular Ad Hoc Networks (VANETs) have turned out to be a cornerstone in the evolution of the modern Intelligent Transportation Systems (ITS). By means of these networks, there is instant communication among vehicles (as seen in
Figure 1), which helps in co-ordinating safety, anticipating congestion, and aiding traffic control. VANETs are made use of for the more efficient and responsive communication of Vehicle-to-Vehicle (V2V) and Vehicle-to-Infrastructure (V2I) and thus, cooperative driving and emergency response to a vehicle become convenient and very effective. Nonetheless, their highly dynamic character, such as constant alterations in topology, erratic connectivity and a wide range of mobility behavior, pose a great challenge to routing. The unstable links, redundancy in broadcasts and higher control overhead can result in degraded packet delivery and longer end-to-end delays. Reliability, scalability, and energy efficiency under these volatilities are an open problem.
1.1. Motivation and Challenges
As opposed to traditional Mobile Ad Hoc Networks (MANETs) [
1], VANETs operate under mobility constraints determined by road layouts and traffic signals. The recent studies have brought about a great number of routing paradigms. Cluster-based schemes such as the Reliable Group of Vehicles (RGoV) [
2] improve communication reliability by forming groups of vehicles with similar trajectories and designating cluster-heads (CHs) for inter-group routing. However, these systems can have a problem with cluster-head failure and high reformation. Hybrid and bio-inspired algorithms, such as the Hybrid Genetic Firefly Algorithm (HGFA) [
3] and Cluster-Ant Colony Routing with Adaptive CHs (CARAC) [
4] can be very efficient in global exploration, but also need fine-tuning and are slow to converge. Designs that are energy conscious such as MEDALS [
5] and BETA [
6] are aimed at enhancing the lifespan of a network, although the parameters of their weight are fixed, which limit their flexibility in different environments. The problem with other models, including OptiFlow [
7], is that they add optimization to the efficiency of flows within the ITS environment, but they also rely on a high level of coordination between nodes in congested traffic. Despite these innovations, several issues remain unresolved:
Metric Coupling: Existing protocols often treat link stability, reliability, and energy efficiency as separate objectives, leading to poor adaptability under rapidly changing conditions.
Static Objective Weighting: Multi-objective optimizers typically use fixed weights, neglecting real-time context such as road congestion, RSU availability, or signal density.
Fragile Cluster Maintenance: Many clustering mechanisms lack the resilience against the abrupt failure of CH or the frequent merging and splitting of clusters.
Scalability with 5G Integration: As the VANETs become 5G-enabled ITS, hierarchical coordination is needed, which is not well-adapted in traditional flat routing architectures.
Computational Overhead: AI-assisted routing and metaheuristic algorithms often involve heavy computation, making real-time implementation on vehicular on-board units (OBUs) difficult.
These persistent limitations underscore the need for a routing design that can adapt dynamically, manage multiple objectives simultaneously, and operate efficiently within vehicular resource constraints.
1.2. Research Gap and Problem Definition
An overview of recent routing approaches shows a realization of a gap between stability-based clustering and adaptive global optimization. RGoV supports reliable clustering technique but does not have the feature of on-the-fly route updates. HGFA provides advanced tools of searching and disregards adjustment of metrics in real-time. With BETA, the awareness is introduced by exchanging beacons and ignoring the balance of the cluster whereas, OptiFlow is the best as it optimizes throughput without considering the sustainability of the energy. Lack of a single strategy to integrate stability, delay and energy efficiency into a single adaptive model is a major weakness. Besides, lightweight online learning is disregarded in most multi-objective systems. Decision-tree or deep-Q based reinforcement learning models tend to be very time consuming to train and demand high-dimensional state spaces. Therefore, it requires an adaptive, but data-sparse solution, which can shape routing behavior on demand without the need of expensive training or oversight.
1.3. Proposed Framework
In order to overcome these problems, the present work proposes a VANET based routing protocol that brings together balancing strategies of stability, adaptability and sustainability in a balanced environment- almost like a symphony in music, where each and every element requires one another to attain a balanced structure. The architecture is designed in three levels that are co-ordinated:
Compact Neighbourhood Filtering (CNF): A lightweight module combining link-expiration-time (LET) and beacon-frequency evaluation to eliminate unstable links and minimize redundant transmissions.
Resilient Cluster Formation: A hybrid cluster-head election process based on fuzzy-weighted K-medoids, considering velocity deviation, energy level, link lifetime, and connectivity degree. Backup CHs ensure continuity during mobility transitions.
Hybrid Global Optimizer: A GA-reseeded swarm-based search mechanism that merges genetic exploration with pheromone-guided local refinement, producing multi-objective routes with adaptive weight tuning.
A contextual mechanism is responsible for controlling the priority of the metrics such as PDR, delay, and Green Performance Index (GPI), in accordance with the real-time conditions of the network. It is an adaptive tuning that allows the suggested protocol to cope with different conditions of density, mobility, and RSU coverage very effectively.
1.4. Research Contributions
The main contributions of this work are summarized below:
Unified Metric Fusion: Development of a hierarchical routing model that integrates stability, delay, and energy objectives within one adaptive decision space.
Hybrid Metaheuristic Search: Design of a GA-reseeded swarm optimization method that balances global discovery and local refinement through stability-aware pheromone reinforcement.
Online Learning Integration: Inclusion of a lightweight contextual bandit module for real-time adaptation of routing weights, eliminating the need for pretraining.
Sustainability-Oriented Objective: Embedding of a Green Performance Index (GPI) to evaluate the trade-off between energy use and reliability.
Comprehensive Evaluation: A reproducible simulation pipeline that assesses SYMPHONY under both urban and highway scenarios using realistic mobility traces.
In the near past, the attention of researches has been drawn towards security and privacy issues in vehicular networks leading to the consideration of these aspects as paramount for Internet of Vehicles (IoV) deployments. Trust, non-repudiation, and impersonation attack resistance have been the properties that the blockchain-based conditional anonymous authentication schemes have aimed at, along with user privacy. Additionally, adaptive tree-based group key agreement protocols have made it possible to communicate securely via multicast to a larger number of vehicular groups and do it efficiently. Moreover, conditional privacy-preserving batch verification techniques have facilitated the authentication process in heavy traffic areas by making it possible to verify multiple messages at once. These techniques, although routing independent, still provide network-layer designs with greater trust and security. The SYMPHONY framework proposed is able to work along with these security structures as it functions separately on the routing layer and does not restrict the use of upper-layer authentication or key management protocols.
To strengthen the analytical foundation, we include a quantitative KPI comparison between 5G-Advanced and representative 6G targets.
Table 1 summarizes the expected KPI evolution in terms of latency, reliability, energy-per-bit, spectrum efficiency, and peak throughput.
For a fair and balanced comparison, SYMPHONY’s performance is benchmarked against representative protocols from multiple routing families CARAC, MEDALS, HGFA, BETA, and OptiFlow each reflecting unique design philosophies in clustering, bio-inspired, and energy-aware routing.
The rest of this paper is organized as follows.
Section 2 reviews relevant literature.
Section 3 defines the mathematical background and notation.
Section 4 details the SYMPHONY framework.
Section 5 discusses the experimental setup, simulation parameters, and results, followed by performance analysis.
Section 6 concludes the study and outlines future directions.
2. Related Work
The study of VANETs has been evolved over the past few decades: initial topology-based routing has been developed to make intelligent, adaptive, and sustainability-related structures. The constant aim is to have a fine balance between three key performance attributes namely: stability, scalability, and sustainability. However, none of the methods has managed to maximize the three simultaneously. This section highlights the key advancements in five major directions: (1) topology- and position-based routing, (2) clustering mechanisms, (3) bio-inspired and evolutionary optimization, (4) machine-learning-driven routing, and (5) hybrid frameworks highlighting sustainability.
2.1. Topology- and Position-Based Routing
The initial generation of VANET routing borrowed ideas of the Mobile Ad Hoc Networks (MANETs) in which route constructions were managed by deterministic discovery protocols. Classical protocols like AODV [
8] and DSR [
9] were of no use in high-mobility environments, having frequent route disconnections. Position-based models like GPSR [
10] and GPCR [
11] followed later, had geographic coordinates used as the next-hop forwarding information and minimized the number of recalculations of paths, however, tended to fail at a junction.
Zhang et al., introduced the BETA routing scheme to solve the urban dynamics and proposed the use of beacon-assisted intersection awareness to support adaptive forwarding, which was combined with beacon-based routing schemes [
6]. BETA reduced delay by switching relays in real-time but did not explicitly optimize the energy. This was later extended by Gangopadhyay and Jain [
12] who introduced a variant of optimized link state routing (OLSR) that uses positions of the aerial ad hoc system. Though it was designed in Flying Ad-Hoc NETwork (FANETs), its link-expiration-time (LET) model had a significant impact on VANET reliability modeling.
The article by Saraiva et al. [
13] investigated 5G network slicing and optimizing the QoS-oriented vehicular routing by proposing cross-layer orchestration between the communication and application layers. Although their approach had a lower latency, the coordination was centralized making it less applicable to purely distributed vehicular networks.
2.2. Clustering-Based Routing Techniques
The designs based on clustering have always been effective in terms of the control overhead reduction and scalability. The vehicles in these schemes are organized into groups with a cluster head (CH) in charge of intra and inter-cluster communication.
Zhang et al. [
14] have presented a multi-hop based clustering scheme which enhanced the stability of routes through a neighbor-following mechanism. Later this concept was advanced by Kandali et al. [
15] who combined density-peak clustering with particle swarm optimization to obtain a higher level of reliability. Choksi and Shah [
16] used fuzzy
C-means clustering in order to design energy-aware routing, which consumes less energy compared to the classical use of the
k-means.
Based on the concept of adaptive context-aware VANET Routing, Kazi et al. [
17] introduced the Adaptive Context-Aware VANET Routing (ACAVR) model that entails the integration of geographic forwarding and dynamic clustering in order to enhance reliability in heavy traffic scenarios. Simultaneously, Saha Saha et al. [
18] planned a priority-based system that classifies messages according to their urgency level; hence timely delivery of the safety-critical information. The approach however has issues in scaling in high density settings.
Another recent method, OptiFlow [
7] optimized Intelligent Transportation System (ITS) communication by a hybrid meta-heuristic method of CH selection. The model minimized the delay considerably but did not clearly specify the carbon and energy measure.
2.3. Bio-Inspired and Evolutionary Optimization Approaches
Algorithms that are nature-inspired have received increased interest to solve multifaceted VANET optimization problems. Evolution of computation, swarm intelligence, and bacterial foraging provide adaptable frameworks for dynamic environments.
Zhang et al. [
19] proposed a bacteria-inspired routing method that combine the stability assessment with Analytic Hierarchy Process (AHP) scoring, effective in sparse traffic yet computationally demanding. In a similar fashion, Azzoug and Boukra [
20] used the Intelligent Water Drops (IWD) algorithm to enhance route stability at the intersection, achieving improved performance in terms of the packet delivery.
The Hybrid Genetic Firefly Algorithm (HGFA) presented by Singh et al. [
3], combines genetic exploration and firefly convergence in finding reliable multi-hop routes. Although it converge quickly but HGFA was not practical due to its sensitivity to the settings of parameters. CARAC, proposed by Pidy et al. [
4], is a hybrid algorithm that uses the combination of
K-medoids clustering and Ant Colony Optimization to select paths according to their longevity objective. It was stable, but had a poor scalability in highly populated vehicular networks.
2.4. Machine-Learning and Intelligent Adaptive Routing
Machine learning techniques have enabled data-driven prediction of link reliability, congestion, and route suitability. Kumbhar and Shin [
21] developed DT-VAR, a decision-tree-based system that predicts node compatibility to support reliable routing. Despite its simplicity, it lacked adaptability to fast-changing network conditions.
Kandali et al. [
22] manage to combine
k-means clustering technique with Continuous Hopfield Networks (CHN) to stabilize the relay selection and Balram et al. [
5] introduced an algorithm named MEDALS—a deep-learning-enhanced metaheuristic algorithm to address energy and carbon optimization. MEDALS had good sustainability results although it needed a lot of training and processing power.
Marwah and Jain [
23] proposed HFSA-VANET, an abbreviation of seagull and fish-swarm metaheuristics in conjunction with ensemble learning to predict mobility. Although it enhanced latency performance, real-time deployment was still within the sphere of challenge as a result of computation demands. HybTGR was designed by Arianmehr and Jamali [
24], who assigned weighted scores to the node behavior, resulting in a better throughput but not energy adaptation.
2.5. Hybrid and Sustainability-Oriented Frameworks
Recent research emphasizes sustainability by combining energy efficiency with environmental awareness. Balram et al. [
5] introduced the concept of a Green Performance Index (GPI) to measure eco-efficient routing. In addition, Kazi et al., presented three complementary models, DyTE, RGoV, and CAEL, which are concerned with link reliability, group stability, and compacted-area communication [
2,
25,
26] respectively. These frameworks made it possible to specify reliability rules for urban routing. The absence of an integrated model that incorporates the optimizations of links, nodes, and routes is still apparent even though there has been development in this area. Most protocols work on one layer at a time, and only a handful consider energy efficiency in large-scale simulations. This limitation motivates the development of a hierarchical metric-fusion framework designed to adaptively optimize stability, delay, and energy efficiency through contextual learning.
The followings are some of the key issues that are still unresolved:
Limited metric integration: Most of the routing schemes optimize a single performance aspect i.e., stability, delay, or energy without unified metric fusion.
Weakness in adaptive hierarchy: Only few routing schemes dynamically coordinate between cluster and route in response to varying traffic density.
Neglecting the environmental sustainability: Despite global emphasis on green communication, the carbon-aware optimization remains largely unexplored.
The SYMPHONY framework presented herein directly fills these gaps which is through the integration of multi-layer optimization, adaptive learning, and sustainability goals in a dynamic, real-time routing strategy that is applicable to dynamic vehicular networks (see
Table 2).
3. Background and Notation
A specialized sub category of Mobile Ad Hoc Networks (MANETs) is called Vehicular Ad Hoc Networks (VANETs) which have the following features: the topology of these networks varies quickly, the movement patterns are limited, and the mobility patterns are predictable. In contrast to generic mobile nodes, vehicles travel on specified paths at scheduled speeds controlled by traffic lights, crossroads and driver actions. The basic aim of VANET routing protocol is to build and sustain reliable end-to-end connectivity amongst the vehicles or among the vehicles and the infrastructure during these highly dynamic circumstances.
3.1. System Model
Consider a VANET represented as a dynamic graph
, where
denotes the set of vehicles and
E represents wireless links among them at time
t. A link
exists between vehicles
and
if the Euclidean distance
satisfies
where
is the transmission range, typically ranging between 250–500 m depending on the transceiver specifications. Each node maintains a set of one-hop neighbors
obtained via periodic beacon exchanges.
The instantaneous mobility of each vehicle is expressed as
where
and
denote spatial coordinates and
represents the vehicular direction of motion.
3.2. Link Stability and Expiration
The
Link Expiration Time (LET) metric is a widely adopted indicator of link stability in vehicular communication. If two vehicles
and
move with velocities
and
at angles
and
, their predicted link expiration time is given by [
6]:
where
,
,
, and
. A larger LET indicates higher stability between vehicles.
3.3. Energy and Communication Model
Each vehicle
is equipped with an On-Board Unit (OBU) powered by a finite energy source
. Energy consumption for transmitting or receiving a packet of size
L bits is expressed as:
where
denotes per-bit circuit energy,
represents amplifier energy, and
is the path-loss exponent. The residual energy
of a node determines its sustainability for cluster-head or relay roles.
3.4. Vehicular Mobility and SUMO Integration
To create traffic patterns that are close to real world, the
Simulation of Urban Mobility (
SUMO) tool [
27] is used to produce mobility of vehicles. SUMO uses OpenStreetMap (OSM)-based road layouts [
28] to simulate microscopic mobility patterns like speed variations, changing lanes, etc. The mobility data provided is then transferred to
Network Simulator 2 (
NS-2) [
29] to conduct performance analysis of the routing algorithms in urban and highway scenarios.
Table 3 presents a summary of the key parameters and symbols used in the paper.
3.5. Objective Function Overview
The routing objective is to identify an optimal path
that maximizes packet delivery reliability while minimizing delay and energy consumption. Formally, the multi-objective function can be expressed as:
subject to
. These dynamic weights are later tuned adaptively through the contextual bandit mechanism discussed in the proposed SYMPHONY framework.
This section of the paper sets the theoretical foundations for the proposed model of routing. The eventual development of the SYMPHONY algorithm rests upon the definitions of link stability, energy efficiency, and vehicular density. The subsequent section elaborates on the state-of-the-art routing paradigms and demonstrates the superiority of SYMPHONY over existing methods.
4. Proposed Methodology
The proposed protocol, SYMPHONY (Synergistic Hierarchical Metric-Fusion and Predictive Hybrid Optimization for Network Yield), presents a multi-level adaptable framework that incorporates link, cluster, and global optimization processes to attain energy-efficient, reliable, and environmentally friendly routing in VANETs. In contrast to conventional algorithms that depend on one optimization aspect only, SYMPHONY integrates different performance measures into one common decision-making method via the contextual metaheuristic learning approach.
4.1. Hierarchical Design Philosophy
The hierarchical model in SYMPHONY operates under three main phases as depicted in
Figure 2:
4.1.1. Phase I—Link-Level Stability Assessment
At this level, each vehicle computes a
Link Reliability Index (
LRI) based on the fusion of three metrics:
where
,
, and
are dynamic weighting coefficients satisfying
. This step ensures that both physical link quality and node endurance are jointly evaluated before higher-level decisions.
4.1.2. Phase II—Cluster Formation Using SED Metric
Vehicles periodically broadcast beacons to compute the
Stability–Energy–Density (
SED) metric for clustering:
where
is the local vehicular density around node
i, and
are tunable weights. The node with the highest SED score within a local neighborhood becomes the cluster head (CH). To avoid redundant CHs, a soft competition mechanism is implemented using Harmony Search (HS) to fine-tune cluster boundaries by maximizing intra-cluster stability:
Here, penalizes excessively large clusters to maintain communication efficiency.
4.1.3. Phase III—Global Route Optimization (Hybrid Metaheuristic Engine)
Inter-cluster routing is performed through CHs using a Hybrid Harmony Search–Grey Wolf Optimization (HS–GWO) algorithm. Harmony Search (HS) promotes global exploration, while Grey Wolf Optimization (GWO) ensures rapid convergence toward near-optimal routes.
Let
represent the set of possible routes between source and destination CHs. The optimization objective is formulated as:
subject to
.
Each fitness component is defined as:
To clarify the hybrid optimizer, HS is used to generate an initial diverse set of candidate routes by improvising new solutions through pitch adjustment and randomization. These solutions populate the Harmony Memory (HM), which stores the top H candidate routes. GWO then refines the best p solutions in HM using its –– leadership hierarchy to perform exploitation around promising regions. After every iteration, the refined GWO candidates replace the worst entries of HM, ensuring continuous quality improvement. A shared fitness function evaluates all candidates, and the hybrid loop terminates when either (i) no improvement is observed for consecutive iterations, or (ii) the maximum iteration limit is reached. This cooperative mechanism allows HS to maintain exploration while GWO guides fast convergence.
The contextual bandit observes a 5-dimensional state vector representing density, average speed, short-term delivery ratio, short-term latency, and residual energy.
For each routing decision, the bandit selects a weight configuration
and receives a reward
. Weights are updated using online ridge regression:
where
A is the regularized covariance matrix. This allows real-time adjustment without offline training.
4.2. Computational Model
The time complexity for link-level computation is , where d is the average degree of connectivity. Cluster formation via Harmony Search operates in , where m is the number of clusters and H is the harmony memory size. The HS–GWO hybrid routing operates at , with I iterations and P search agents. Empirical evaluation shows sub-quadratic behavior for practical VANET densities up to 1000 nodes. Although SYMPHONY incorporates multi-level analytics, the protocol remains lightweight for on-board units (OBUs) due to three factors: (1) both LRI and SED rely on constant-time arithmetic operations triggered only on beacon reception; (2) Harmony Search is invoked only during cluster boundary updates and operates on small candidate sets; and (3) the HS–GWO engine employs a reduced agent population (10–20 agents), resulting in sub-quadratic routing complexity . No continuous global optimization is executed on vehicles, ensuring OBU suitability.
4.3. Simulation Setup
The simulation environment combines the SUMO [
27] to create realistic vehicular mobility traces with the NS-2 [
29] to carry out a communication analysis. SUMO also produces XML-formatted trajectory files containing the information of position, velocity, and lane-change that are transformed into NS-2 movement. This makes the variation of speed realistic and intersection delays close to the actual conditions in the city. The PHY bitrate was fixed to 6 Mbps, corresponding to the mandatory IEEE 802.11p BPSK 1/2 modulation mode defined in the DSRC physical layer. In the simulations we conducted, a Constant Bit Rate (CBR) traffic of the application layer was carried over UDP to bring about uninterrupted data streams between source and destination vehicles which were picked at random. This setting guarantees the constant use of the channel and at the same time it allows for the evaluation of routing behavior as the transport-layer dynamics are set aside. For the DSRC communication, we used the NS-2 802.11p extension by Eichler [
30], which mimics the behavior of DSRC PHY–MAC. The SUMO mobility scenario included an urban grid of four lanes in each direction with signalized intersections and bi-directional traffic. The vehicles were subject to Krauss car-following model and the lane-changing option was enabled so that realistic density fluctuations at junctions would be created. The urban environment employs the SUMO map of ‘Karachi Downtown, Pakistan’ which was derived from OpenStreetMap. The map covers a grid of
m with 4-lane bidirectional roads, 18 signalized intersections, and the traffic-light cycles depicted (50 s green, 5 s yellow, 45 s red), that correspond to realistic conditions. Vehicle flows were generated using SUMO’s
randomTrips.py with departure rates adjusted to achieve densities between 100 and 1000 vehicles.
4.4. Sustainability Integration
SYMPHONY introduces an energy-carbon balance through the
Green Performance Index (GPI) adapted from [
5], defined as:
where
is the average node energy consumed and
is the estimated carbon equivalence. The protocol dynamically tunes routing weights
to maximize GPI while preserving delivery reliability.
The SYMPHONY protocol unifies three different optimization perspectives—stability, energy, and sustainability—into one hybrid framework. It achieves this by linking analytics at the level of communication between nodes with reinforcement at the level of clusters and the global adaptation of paths, thus eliminating the conventional trade-off between the amount of data transmitted (throughput) and energy consumption. The following section discusses the performance evaluation and comparative results that were obtained through the simulation environment.
5. Results and Discussion
This section discusses how the proposed
SYMPHONY routing framework performed under a variety of simulated driving and communication conditions. To ensure clarity and consistency between the methodological metrics and their evaluation,
Table 4 summarizes how each metric introduced in
Section 4 is assessed in the results.
All experiments were carried out in NS-2, using vehicle traces created through SUMO to mirror both urban and semi-highway environments. To understand its real impact, SYMPHONY was evaluated alongside several notable VANET routing protocols, namely CARAC [
4], HGFA [
3], MEDALS [
5], OptiFlow [
7], and BETA [
6].
5.1. Simulation Environment
The simulation process was designed to be as close as possible to a real vehicular network. SUMO provided fine-grained mobility data—covering car-following behavior, acceleration, and lane discipline—while NS-2 handled the actual packet-level interactions. Every simulation scenario used identical parameters for consistency and fairness across compared protocols (see
Table 5).
5.2. Performance Metrics and Analysis
In this section, a complete analysis of performance metrics are discussed:
Packet Delivery Ratio (PDR)—share of data packets reaching their destinations.
End-to-End Delay (E2E)—the time it takes for a packet to travel from source to destination.
Routing Overhead (RO)—ratio of control packets to data packets.
Energy Consumption (EC)—average power used per node during transmission.
Throughput (TP)—rate of successful packet delivery in Mbps.
Green Performance Index (GPI)—a compound indicator reflecting energy efficiency and environmental cost.
5.2.1. Packet Delivery Ratio (PDR)
At all traffic loads, SYMPHONY had the highest packet delivery rate compared to the other routing models.
Figure 3 illustrates that its stability-based link filtering was useful in preventing abrupt route failures, typically common in high-mobility conditions. The margin of improvement was approximately 11.6% as compared to CARAC and approximately 10.4% as compared to HGFA. Competitive performance of MEDALS was identified in lighter networks, but as traffic density increased, the capacity of neural computations load decreased its efficiency.
5.2.2. End-to-End Delay
The delay values were inversely correlated. As observed in
Figure 4, SYMPHONY had the lowest transmission time of all the routing candidates. The unnecessary hop traversal and congestion buildup were averted by its hybrid HS–GWO optimization. The latency was reduced by approximately 21.6% relative to HGFA and approximately 24.6% relative with BETA. These improvements are because of smoother handovers and coordination at cluster levels which reduce the re-routing of packets with rapid mobility.
5.2.3. Energy Consumption
One of the most visible strengths of the proposed protocol is its efficient consumption of energy. The framework made forwarding activities balanced between nodes to ensure that no vehicle drained its power asymmetrical. Based on
Figure 5, the proposed model used 18% less energy when compared with by MEDALS and 25% less energy when compared with BETA. This was saved primarily through the adaptive re-clustering and selective relay that reduced the redundant retransmissions saving bandwidth as well as power.
5.2.4. Routing Overhead
The other promininent feature of the proposed protocol was the reduction in exchange of message control. Localized cluster coordination reduced the retransmission of route requests. The reduction in routing overhead was approximately 31% less than MEDALS and up to 42% less than BETA as shown in
Figure 6. Scalability was evident even when the number of nodes increased, control load grew linearly instead of exponentially.
5.2.5. Throughput Analysis
The throughput was steady and had a proportional improvement with node count.
Figure 7 shows that the proposed protocol recorded a maximum throughput of 5.2 Mbps, beating MEDALS (4.52 Mbps) and CARAC (4.4 Mbps). This was not a sudden improvement but a gradual one, and it indicates the capability of the framework in the handling of packet flow even during the network congestion. The data rate was also sustained by the combination of hybrid optimization and adaptive clustering.
5.2.6. Green Performance Index (GPI)
The
Figure 8 presents a sustainability comparison, which is based upon GPI. The design of the proposed protocol provided an average 28% improvement to that of MEDALS and 46% over OptiFlow. The carbon savings were in its cluster level energy sharing and stability control. As far as the environment is concerned, this result justifies the eco-metric assessment in the future vehicular routing studies.
For completeness,
Table 6 reports the mean and standard deviation of all metrics across 10 simulation runs. The table confirms the improvements shown in the plots and supports statistical validity.
5.3. Statistical Validation
The experiment was repeated several times in order to check the accuracy of the results. Statistical tests using a 95% confidence interval and Student’s
t-test [
31] confirmed that the gains observed for SYMPHONY were not random. All metrics showed
, ensuring that the improvements hold practical significance rather than being statistical noise.
5.4. Scalability and Robustness
The proposed protocol had a steady cluster forming behavior with little oscillation when the node density was high. Its complexity remained in the order of
, which is efficient enough for real-time applications. Even when deliberately injecting packet losses (up to 25%), the network stabilized fast and continued with the data flow with minimal effect on the throughput. This action indicates the resilience of the proposed protocol to topological volatility–which is a major demand of dynamic VANET conditions. For quantitative validation,
Table 7 reports SYMPHONY’s performance across different network sizes, confirming stable behavior as the number of vehicles increases.
To evaluate robustness under mobility variation, vehicle speed was varied from 30–90 km/h. While all protocols exhibited mild degradation at higher speeds, SYMPHONY maintained a consistent performance lead: PDR decreased by only 3.8% at 90 km/h, compared with 7–12% drops in competing protocols.
6. Conclusions
This paper has proposed a routing architecture that will enhance reliability, energy efficiency and environmental sustainability in VANETs. The protocol integrates link level evaluation, cluster optimization and global route choice by a hybridized Harmony Search-Grey Wolf optimization model. In contrast to the previous schemes that aim at achieving only one goal, SYMPHONY adapts dynamically to the changing traffic and energy conditions at the moment. Comprehensive simulations proved that it achieved apparent performance improvements compared to MEDALS, CARAC, and OptiFlow. Enhanced delivery of packets, latency, control overhead and energy operation were among the improvements. The inculcation of Green Performance Index (GPI) also made SYMPHONY a sustainability-focused protocol.
The future extensions will involve the integration of lightweight reinforcement mechanisms to accelerate convergence and increase adaptability. The architecture has a further possibility of expansion to 6G-enabled vehicular ecosystems that have multi-access edge computing (MEC) capabilities. In essence, SYMPHONY offers a moderate scheme of design that blends a balance between stability, flexibility, and environmental consciousness—offering a workable solution to smart and greener vehicular communication.
Author Contributions
Conceptualization, A.K.K.; methodology, A.K.K. and M.I.; validation, S.H., M.I., R.A. and A.K.K.; formal analysis, S.H., R.A. and A.K.K.; investigation, A.K.K., M.I., S.H. and R.A.; writing—original draft preparation, S.H., A.K.K. and R.A.; writing—review and editing, S.H., A.K.K. and R.A.; project administration, A.K.K. All authors have read and agreed to the published version of the manuscript.
Funding
This research received no external funding.
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
No new data were created in this study. Data sharing is not applicable to this article.
Conflicts of Interest
The authors declare no conflicts of interest.
Abbreviations
The following abbreviations are used in this manuscript:
| ACAVR | Adaptive Context-Aware VANET Routing |
| AODV | Ad hoc On-Demand Distance Vector |
| CAEL | Compacted Area with Effective Links |
| CARAC | Cluster-Ant Colony Routing with Adaptive CHs |
| CH | Cluster Head |
| DSR | Dynamic Source Routing |
| DyTE | Dynamic Trilateral Enrolment |
| E2E | End-to-End |
| GPCR | Greedy Perimeter Coordinator Routing |
| GPI | Green Performance Index |
| GPSR | Greedy Perimeter Stateless Routing |
| HGFA | Hybrid Genetic Firefly Algorithm |
| ITS | Intelligent Transportation Systems |
| MANET | Mobile Ad Hoc Network |
| MEC | Multi-Access Edge Computing |
| NS-2 | Network Simulator version 2 |
| OLSR | Optimized Link State Routing |
| PDR | Packet Delivery Ratio |
| RGoV | Reliable Group of Vehicles |
| RSU | Roadside Unit |
| SUMO | Simulation of Urban MObility |
| V2I | Vehicle-to-Infrastructure |
| V2V | Vehicle-to-Vehicle |
| VANET | Vehicular Ad Hoc Network |
References
- Kazi, A.K.; Khan, S.M. Working of various routing protocols in Vehicular Ad-hoc Network: A Survey. Univ. Sindh J. Inf. Commun. Technol. 2020, 4, 278–286. [Google Scholar]
- Kazi, A.K.; Khan, S.M.; Haider, N.G. Reliable Group of Vehicles (RGoV) in VANET. IEEE Access 2021, 9, 111407–111416. [Google Scholar] [CrossRef]
- Singh, G.D.; Prateek, M.; Kumar, S.; Verma, M.; Singh, D.; Lee, H.N. Hybrid Genetic Firefly Algorithm-Based Routing Protocol for VANETs. IEEE Access 2022, 10, 9142–9151. [Google Scholar] [CrossRef]
- Pidy Pidy, L.T.; Moskolaï Ngossaha, J.; Karunathilake, T.; Bowong Tsakou, S.; Förster, A. An Efficient Cluster-Based Routing Protocol for Enhanced Data Delivery and Stability in VANETs: Cluster-Based Ant-Colony Routing with Adaptive Cluster Head. IET Netw. 2025, 14, e70013. [Google Scholar] [CrossRef]
- Balram, G.; Prasad, K.; Ramineni, K.; Divgan, R.; Ashok, K.; Kumar, N.P.S. MEDALS: A sustainable AI framework for energy-efficient routing in 5G vehicular networks. Sustain. Comput. Inform. Syst. 2025, 48, 101210. [Google Scholar] [CrossRef]
- Liu, P.; Wang, X.; Hawbani, A.; Hua, B.; Zhao, L.; Liu, Z. BETA: Beacon-Based Traffic-Aware Routing in Vehicular Ad Hoc Networks. IEEE Trans. Intell. Transp. Syst. 2022, 23, 24206–24219. [Google Scholar] [CrossRef]
- Tirumalasetti, R.; Kumar Singh, S. OptiFlow: Optimizing Traffic Flow in ITS with Improved Cluster Routing. IEEE Open J. Veh. Technol. 2024, 5, 1727–1745. [Google Scholar] [CrossRef]
- Perkins, C.; Belding-Royer, E.; Das, S. Ad Hoc On-Demand Distance Vector (AODV) Routing; Technical Report; RFC Editor: Los Angeles, CA, USA, 2003. [Google Scholar]
- Johnson, D.B.; Maltz, D.A. Dynamic source routing in ad hoc wireless networks. In Mobile Computing; Springer: Cham, Switzerland, 1996; pp. 153–181. [Google Scholar]
- Karp, B.; Kung, H.T. GPSR: Greedy perimeter stateless routing for wireless networks. In Proceedings of the 6th Annual International Conference on Mobile Computing and Networking, Boston, MA, USA, 6–11 August 2000; pp. 243–254. [Google Scholar]
- Lochert, C.; Hartenstein, H.; Tian, J.; Fussler, H.; Hermann, D.; Mauve, M. A routing strategy for vehicular ad hoc networks in city environments. In Proceedings of the IEEE IV2003 Intelligent Vehicles Symposium, Columbus, OH, USA, 9–11 June 2003; Proceedings (Cat. No. 03TH8683). IEEE: Piscataway, NJ, USA, 2003; pp. 156–161. [Google Scholar]
- Gangopadhyay, S.; Jain, V.K. A Position-Based Modified OLSR Routing Protocol for Flying Ad Hoc Networks. IEEE Trans. Veh. Technol. 2023, 72, 12087–12098. [Google Scholar] [CrossRef]
- do Vale Saraiva, T.; Campos, C.A.V.; Fontes, R.d.R.; Rothenberg, C.E.; Sorour, S.; Valaee, S. An Application-Driven Framework for Intelligent Transportation Systems Using 5G Network Slicing. IEEE Trans. Intell. Transp. Syst. 2021, 22, 5247–5260. [Google Scholar] [CrossRef]
- Zhang, D.; Ge, H.; Zhang, T.; Cui, Y.Y.; Liu, X.; Mao, G. New Multi-Hop Clustering Algorithm for Vehicular Ad Hoc Networks. IEEE Trans. Intell. Transp. Syst. 2019, 20, 1517–1530. [Google Scholar] [CrossRef]
- Kandali, K.; Bennis, L.; Bannay, O.E.; Bennis, H. An Intelligent Machine Learning Based Routing Scheme for VANET. IEEE Access 2022, 10, 74318–74333. [Google Scholar] [CrossRef]
- Choksi, A.; Shah, M. Machine learning based centralized dynamic clustering algorithm for energy efficient routing in vehicular ad hoc networks. Trans. Emerg. Telecommun. Technol. 2024, 35, e4914. [Google Scholar] [CrossRef]
- Kazi, A.K.; Farooq, M.U.; Asif, R.; Hina, S. Adaptive Context-Aware VANET Routing Protocol for Intelligent Transportation Systems. Network 2025, 5, 47. [Google Scholar] [CrossRef]
- Saha, S.; Kumar, V.V.; Niveditha, V.R.; Kannan, V.A.; Gunasekaran, K.; Venkatesan, K. Cluster-Based Protocol for Prioritized Message Communication in VANET. IEEE Access 2023, 11, 67434–67442. [Google Scholar] [CrossRef]
- Zhang, J.; Zhang, L.; Zhang, D.G.; Zhang, T.; Wang, S.; Zou, C.H. New routing method based on sticky bacteria algorithm and link stability for VANET. Ad Hoc Netw. 2025, 166, 103682. [Google Scholar] [CrossRef]
- Azzoug, Y.; Boukra, A. Improved junction-based routing for VANETs using a Bio-inspired route stability approach. Ad Hoc Netw. 2024, 153, 103346. [Google Scholar] [CrossRef]
- Kumbhar, F.H.; Shin, S.Y. DT-VAR: Decision Tree Predicted Compatibility-Based Vehicular Ad-Hoc Reliable Routing. IEEE Wirel. Commun. Lett. 2021, 10, 87–91. [Google Scholar] [CrossRef]
- Kandali, K.; Bennis, L.; Bennis, H. A New Hybrid Routing Protocol Using a Modified K-Means Clustering Algorithm and Continuous Hopfield Network for VANET. IEEE Access 2021, 9, 47169–47183. [Google Scholar] [CrossRef]
- Marwah, G.P.K.; Jain, A. A hybrid optimization with ensemble learning to ensure VANET network stability based on performance analysis. Sci. Rep. 2022, 12, 10287. [Google Scholar] [CrossRef]
- Arianmehr, S.; Jamali, M.A.J. HybTGR: A hybrid routing protocol based on topological and geographical information in vehicular ad hoc networks. J. Ambient. Intell. Humaniz. Comput. 2020, 11, 1683–1695. [Google Scholar] [CrossRef]
- Kazi, A.K.; Khan, S.M. DyTE: An effective routing protocol for VANET in urban scenarios. Eng. Technol. Appl. Sci. Res. 2021, 11, 6979–6985. [Google Scholar] [CrossRef]
- Kazi, A.K.; Khan, S.M.; Waseemullah; Farooq, U.; Hina, S. Compacted Area with Effective Links (CAEL) for Data Dissemination in VANETs. Sensors 2022, 22, 3448. [Google Scholar] [CrossRef] [PubMed]
- Santana, S.R.; Sanchez-Medina, J.J.; Rubio-Royo, E. How to Simulate Traffic with SUMO. In Proceedings of the Computer Aided Systems Theory—EUROCAST 2015, Las Palmas de Gran Canaria, Spain, 8–13 February 2015; Moreno-Díaz, R., Pichler, F., Quesada-Arencibia, A., Eds.; Springer: Cham, Switzerland, 2015; pp. 773–778. [Google Scholar]
- Haklay, M.; Weber, P. Openstreetmap: User-generated street maps. IEEE Pervasive Comput. 2008, 7, 12–18. [Google Scholar] [CrossRef]
- Issariyakul, T.; Hossain, E. Introduction to Network Simulator NS2; Springer: Cham, Switzerland, 2008; pp. 1–18. [Google Scholar]
- Eichler, S. Performance Evaluation of the IEEE 802.11 p WAVE Communication Standard. In Proceedings of the 2007 IEEE 66th Vehicular Technology Conference, Baltimore, MD, USA, 30 September–3 October 2007; IEEE: Piscataway, NJ, USA, 2007; pp. 2199–2203. [Google Scholar]
- Ahsanullah, M.; Kibria, B.G.; Shakil, M. Normal and Student’s t Distributions and Their Applications; Springer: Cham, Switzerland, 2014; Volume 4. [Google Scholar]
| Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |