Next Article in Journal
Gait Parameters of Women Before Knee Joint Arthritis—Analysis Using the MoKA System
Previous Article in Journal
Maturity-Related Responses to Small-Sided Games in Youth Football
Previous Article in Special Issue
From Concept to Representation: Modeling Driving Capability and Task Demand with a Multimodal Large Language Model
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

SYMPHONY: Synergistic Hierarchical Metric-Fusion and Predictive Hybrid Optimization for Network Yield—A VANET Routing Protocol

1
Department of Computer Science and Information Technology, NED University of Engineering and Technology, Karachi 75270, Pakistan
2
Department of Computing, Imperial College London, London SW7 2AZ, UK
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(1), 135; https://doi.org/10.3390/s26010135 (registering DOI)
Submission received: 15 November 2025 / Revised: 16 December 2025 / Accepted: 20 December 2025 / Published: 25 December 2025

Abstract

Vehicular ad hoc networks (VANETs) must simultaneously satisfy stringent reliability, latency, and sustainability targets under highly dynamic urban and highway mobility. Existing solutions typically optimise one or two dimensions (link stability, clustering, or energy) but lack an integrated, adaptive mechanism that fuses heterogeneous metrics while remaining lightweight and deployable. This paper introduces a VANET routing protocol named SYMPHONY (Synergistic Hierarchical Metric-Fusion and Predictive Hybrid Optimization for Network Yield) that operates in three coordinated layers: (i) a compact neighbourhood filtering stage that reduces forwarding scope and eliminates transient relays, (ii) a cluster layer that elects resilient cluster heads using fuzzy energy-aware metrics and backup leadership, and (iii) a global inter-cluster optimizer that blends a GA-reseeded swarm metaheuristic with a stability-aware pheromone scheme to produce multi-objective routes. Crucially, SYMPHONY employs an ultra-lightweight online weight-adaptation module (contextual linear bandit) to tune metric fusion weights in response to observed rewards (packet delivery ratio, end-to-end delay, and Green Performance Index). We evaluated the proposed routing protocol SYMPHONY versus strong modern baselines across urban and highway scenarios with varying density and resource constraints. The results demonstrate that SYMPHONY improves packet delivery ratio by up to 12–18%, reduces latency by 20–35%, and increases the Green Performance Index by 22–45% relative to the best baseline, while keeping control overhead and per-node computation within practical bounds.

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 G ( V , E , t ) , where V = { v 1 , v 2 , , v n } denotes the set of vehicles and E represents wireless links among them at time t. A link e i j ( t ) E exists between vehicles v i and v j if the Euclidean distance d i j ( t ) satisfies
d i j ( t ) R c ,
where R c is the transmission range, typically ranging between 250–500 m depending on the transceiver specifications. Each node maintains a set of one-hop neighbors N i ( t ) obtained via periodic beacon exchanges.
The instantaneous mobility of each vehicle is expressed as
p i ( t ) = ( x i ( t ) , y i ( t ) ) , v i ( t ) = ( v i , θ i ) ,
where x i and y i denote spatial coordinates and θ i 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 v i and v j move with velocities v i and v j at angles θ i and θ j , their predicted link expiration time is given by [6]:
LET i j = ( a b + c d ) + ( a 2 + c 2 ) R c 2 ( a d b c ) 2 a 2 + c 2 ,
where a = v i cos θ i v j cos θ j , b = x i x j , c = v i sin θ i v j sin θ j , and d = y i y j . A larger LET indicates higher stability between vehicles.

3.3. Energy and Communication Model

Each vehicle v i is equipped with an On-Board Unit (OBU) powered by a finite energy source E i ( 0 ) . Energy consumption for transmitting or receiving a packet of size L bits is expressed as:
E tx = L ( E elec + E amp d i j α ) , E rx = L E elec ,
where E elec denotes per-bit circuit energy, E amp represents amplifier energy, and α is the path-loss exponent. The residual energy E i ( r ) 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 P that maximizes packet delivery reliability while minimizing delay and energy consumption. Formally, the multi-objective function can be expressed as:
Φ ( P ) = ω 1 f stability ( P ) + ω 2 f energy ( P ) + ω 3 f delay ( P ) ,
subject to ω 1 + ω 2 + ω 3 = 1 . 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:
LRI i j = β 1 LET i j max ( LET ) + β 2 R S S I i j max ( R S S I ) + β 3 E i ( r ) + E j ( r ) 2 E max ,
where β 1 , β 2 , and β 3 are dynamic weighting coefficients satisfying β 1 + β 2 + β 3 = 1 . 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:
SED i = λ 1 LET i max ( LET ) + λ 2 E i ( r ) E max + λ 3 ρ i ρ max ,
where ρ i is the local vehicular density around node i, and λ k 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:
max C v i C SED i η | C | .
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 P represent the set of possible routes between source and destination CHs. The optimization objective is formulated as:
P = arg max P ω 1 f reliability ( P ) + ω 2 f energy ( P ) + ω 3 f delay 1 ( P ) ,
subject to ω 1 + ω 2 + ω 3 = 1 .
Each fitness component is defined as:
f reliability ( P ) = 1 | P | ( i , j ) P LRI i j , f energy ( P ) = 1 | P | ( i , j ) P E i ( r ) + E j ( r ) 2 E max , f delay ( P ) = 1 | P | ( i , j ) P delay i j .
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 T stall 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.
x = [ ρ , v avg , PDR recent , delay recent , E res ]
For each routing decision, the bandit selects a weight configuration ( ω 1 , ω 2 , ω 3 ) and receives a reward R = α · PDR β · delay γ · E cons . Weights are updated using online ridge regression:
θ θ + A 1 ( R θ x ) x ,
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 O ( n · d ) , where d is the average degree of connectivity. Cluster formation via Harmony Search operates in O ( m · H ) , where m is the number of clusters and H is the harmony memory size. The HS–GWO hybrid routing operates at O ( I · P ) , with I iterations and P search agents. Empirical evaluation shows sub-quadratic behavior O ( n log n ) 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 O ( n log n ) . 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 2000 × 2000  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:
GPI = PDR E avg × C emission ,
where E avg is the average node energy consumed and C emission is the estimated carbon equivalence. The protocol dynamically tunes routing weights ( ω 1 , ω 2 , ω 3 ) 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 p < 0.05 , 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 O ( n log n ) , 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:
ACAVRAdaptive Context-Aware VANET Routing
AODVAd hoc On-Demand Distance Vector
CAELCompacted Area with Effective Links
CARACCluster-Ant Colony Routing with Adaptive CHs
CHCluster Head
DSRDynamic Source Routing
DyTEDynamic Trilateral Enrolment
E2EEnd-to-End
GPCRGreedy Perimeter Coordinator Routing
GPIGreen Performance Index
GPSRGreedy Perimeter Stateless Routing
HGFAHybrid Genetic Firefly Algorithm
ITSIntelligent Transportation Systems
MANETMobile Ad Hoc Network
MECMulti-Access Edge Computing
NS-2Network Simulator version 2
OLSROptimized Link State Routing
PDRPacket Delivery Ratio
RGoVReliable Group of Vehicles
RSURoadside Unit
SUMOSimulation of Urban MObility
V2IVehicle-to-Infrastructure
V2VVehicle-to-Vehicle
VANETVehicular Ad Hoc Network

References

  1. 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]
  2. 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]
  3. 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]
  4. 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]
  5. 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]
  6. 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]
  7. 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]
  8. 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]
  9. 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]
  10. 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]
  11. 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]
  12. 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]
  13. 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]
  14. 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]
  15. 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]
  16. 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]
  17. 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]
  18. 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]
  19. 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]
  20. 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]
  21. 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]
  22. 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]
  23. 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]
  24. 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]
  25. 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]
  26. 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]
  27. 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]
  28. Haklay, M.; Weber, P. Openstreetmap: User-generated street maps. IEEE Pervasive Comput. 2008, 7, 12–18. [Google Scholar] [CrossRef]
  29. Issariyakul, T.; Hossain, E. Introduction to Network Simulator NS2; Springer: Cham, Switzerland, 2008; pp. 1–18. [Google Scholar]
  30. 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]
  31. Ahsanullah, M.; Kibria, B.G.; Shakil, M. Normal and Student’s t Distributions and Their Applications; Springer: Cham, Switzerland, 2014; Volume 4. [Google Scholar]
Figure 1. VANET architecture.
Figure 1. VANET architecture.
Sensors 26 00135 g001
Figure 2. SYMPHONY Phases.
Figure 2. SYMPHONY Phases.
Sensors 26 00135 g002
Figure 3. Comparison of Packet Delivery Ratio for various routing protocols.
Figure 3. Comparison of Packet Delivery Ratio for various routing protocols.
Sensors 26 00135 g003
Figure 4. End-to-End delay comparison across protocols.
Figure 4. End-to-End delay comparison across protocols.
Sensors 26 00135 g004
Figure 5. Average node energy consumption across routing protocols.
Figure 5. Average node energy consumption across routing protocols.
Sensors 26 00135 g005
Figure 6. Routing overhead analysis for SYMPHONY and other protocols.
Figure 6. Routing overhead analysis for SYMPHONY and other protocols.
Sensors 26 00135 g006
Figure 7. Throughput comparison across tested protocols.
Figure 7. Throughput comparison across tested protocols.
Sensors 26 00135 g007
Figure 8. Comparison of Green Performance Index across routing protocols.
Figure 8. Comparison of Green Performance Index across routing protocols.
Sensors 26 00135 g008
Table 1. Representative KPI Evolution from 5G-Advanced to 6G.
Table 1. Representative KPI Evolution from 5G-Advanced to 6G.
KPI5G-Advanced6G Target
Peak Rate10–20 Gbps0.1–1 Tbps
Latency0.5–1 ms0.1 ms
Reliability 10 5 10 7
Energy/bit10–20 nJ1 nJ
Localization Accuracy∼10 cm<1 cm
Table 2. Comparative Summary of Prominent VANET Routing Protocols.
Table 2. Comparative Summary of Prominent VANET Routing Protocols.
ProtocolApproach TypeKey FeaturesStrengthsLimitations
BETA [6]Traffic-aware topologyBeacon-driven
relay selection
Reduces delay,
easy deployment
Lacks energy consideration
HybTGR [24]Hybrid topology–geographicVelocity-based weighted routingBoosts throughputIgnores
sustainability metrics
CARAC [4]Cluster-based
ACO hybrid
K-medoids + ant-colony optimizationStrong stabilityHigh complexity in dense networks
OptiFlow [7]Metaheuristic clusteringImproved CH selection and flow optimizationLow delay,
congestion control
Limited scalability
HGFA [3]Genetic–Firefly hybridMulti-objective
swarm optimization
Fast convergenceSensitive
parameter tuning
DT-VAR [21]ML-based predictionDecision-tree
reliability model
Lightweight computationLow adaptability
MEDALS [5]Deep RL + metaheuristicsEnergy- and carbon-efficient routingHigh sustainabilityHeavy training cost
RGoV [2]Group-based reliabilityK-means
relay clustering
Strong link stabilityFixed group structure
CAEL [26]Compact-area
link trust
Reliability-oriented node filteringMinimal overheadNo environmental metric
Table 3. List of Symbols and Definitions.
Table 3. List of Symbols and Definitions.
SymbolDefinition
VSet of vehicles (nodes) in the network
ESet of wireless links among vehicles
R c Communication range of each vehicle
d i j Euclidean distance between vehicles i and j
LET i j Link expiration time between vehicles i and j
E i ( r ) Residual energy of vehicle i
ρ i Vehicle density in the neighborhood of v i
δ i Connectivity degree of node v i
P D R Packet Delivery Ratio
E 2 E End-to-End Delay
G P I Green Performance Index (Energy–Reliability ratio)
Φ Objective function for route optimization
N i ( t ) Neighbor set of vehicle v i at time t
ω 1 , ω 2 , ω 3 Dynamic weighting coefficients for routing metrics
Table 4. Mapping of Methodology Metrics to Evaluation Results.
Table 4. Mapping of Methodology Metrics to Evaluation Results.
Methodology MetricEvaluated Through
Link Reliability Index (LRI)PDR, End-to-End Delay
SED MetricRouting Overhead, Energy Trends
Residual EnergyEnergy Consumption Analysis
Delay MetricEnd-to-End Delay
Table 5. Simulation Parameters.
Table 5. Simulation Parameters.
ParameterValue/Description
Simulation ToolNS-2 integrated with SUMO mobility traces
Simulation Area 2000 × 2000 m2 (urban grid)
Mobility ModelKrauss car-following model
Vehicle Density100–1000 vehicles
Average Speed40–80 km/h
Communication Range ( R c )300 m
MAC/PHY LayerIEEE 802.11p
Packet Size512 bytes
Data Rate6 Mbps
Simulation Duration300 s
Transmission Power20 dBm
Routing Protocols ComparedSYMPHONY, CARAC, HGFA, MEDALS, OptiFlow, BETA
Table 6. Numerical Performance Summary (Mean ± Standard Deviation).
Table 6. Numerical Performance Summary (Mean ± Standard Deviation).
ProtocolPDR (%)Delay (ms)ROThroughput (Mbps)Energy (J)
SYMPHONY92.4 ± 1.241.6 ± 2.30.28 ± 0.015.20 ± 0.097.8 ± 0.3
CARAC82.8 ± 1.854.3 ± 2.90.41 ± 0.024.40 ± 0.1110.1 ± 0.5
HGFA83.7 ± 1.553.1 ± 2.50.39 ± 0.014.56 ± 0.089.8 ± 0.4
MEDALS85.9 ± 1.349.4 ± 2.20.36 ± 0.014.52 ± 0.079.2 ± 0.4
OptiFlow80.6 ± 1.758.2 ± 3.10.45 ± 0.024.21 ± 0.0911.3 ± 0.6
BETA77.9 ± 2.063.4 ± 3.60.48 ± 0.024.10 ± 0.1211.7 ± 0.7
Table 7. Quantitative Scalability Evaluation of SYMPHONY.
Table 7. Quantitative Scalability Evaluation of SYMPHONY.
NodesPDR (%)Delay (ms)Routing Overhead
20092.441.2510
60088.753.5720
100086.862.1910
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.

Share and Cite

MDPI and ACS Style

Kazi, A.K.; Imran, M.; Asif, R.; Hina, S. SYMPHONY: Synergistic Hierarchical Metric-Fusion and Predictive Hybrid Optimization for Network Yield—A VANET Routing Protocol. Sensors 2026, 26, 135. https://doi.org/10.3390/s26010135

AMA Style

Kazi AK, Imran M, Asif R, Hina S. SYMPHONY: Synergistic Hierarchical Metric-Fusion and Predictive Hybrid Optimization for Network Yield—A VANET Routing Protocol. Sensors. 2026; 26(1):135. https://doi.org/10.3390/s26010135

Chicago/Turabian Style

Kazi, Abdul Karim, Muhammad Imran, Raheela Asif, and Saman Hina. 2026. "SYMPHONY: Synergistic Hierarchical Metric-Fusion and Predictive Hybrid Optimization for Network Yield—A VANET Routing Protocol" Sensors 26, no. 1: 135. https://doi.org/10.3390/s26010135

APA Style

Kazi, A. K., Imran, M., Asif, R., & Hina, S. (2026). SYMPHONY: Synergistic Hierarchical Metric-Fusion and Predictive Hybrid Optimization for Network Yield—A VANET Routing Protocol. Sensors, 26(1), 135. https://doi.org/10.3390/s26010135

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Article metric data becomes available approximately 24 hours after publication online.
Back to TopTop