INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XIV, Issue XII, December 2025
LITERATURE REVIEW
Distance vector routing protocols have been foundational in the development of dynamic routing for packet-
switched networks. Early work by Bellman and Ford formalized the use of distributed distance vector algorithms,
enabling each node to compute shortest paths based on information received from neighbors. The basic premise
of these protocols is to maintain a routing table that records the distance to each destination and the direction in
which packets should be forwarded. The simplicity of this model made it attractive for early internetworking
systems and laid the groundwork for widely adopted protocols such as Routing Information Protocol (RIP).
RIP is one of the most canonical distance vector protocols and uses hop count as its primary routing metric. Hop
count represents the number of intermediate nodes between a source and a destination. RIP limits the maximum
hop count to prevent routing loops and excessive path lengths in large networks. Although the protocol’s reliance
on hop count simplifies computations and reduces overhead, it does not account for other performance factors
such as bandwidth or delay. As a result, RIP has known limitations in larger or heterogeneous network
environments. Nevertheless, research has continued to explore improvements to its core mechanisms, especially
for networks with dynamic topologies.
Several studies have focused on enhancing distance vector mechanisms to improve stability and convergence in
dynamic conditions. Work on split horizon and poison reverse techniques demonstrated effective methods for
reducing routing loops and mitigating slow convergence. Route aging and triggered updates were introduced to
accelerate the propagation of significant changes, reducing the time routers maintain outdated information. These
enhancements, while often developed in the context of RIP, are broadly relevant to any hop count–based distance
vector model operating in dynamic environments.
Alternative metrics have also been considered in the literature to address the limitations of hop count.
Approaches that integrate delay, bandwidth, or load measurements have been proposed to provide a more
comprehensive view of path quality. However, such metrics increase complexity and may impose higher
computational and communication overhead, particularly in resource-constrained environments. Comparative
studies have shown that while advanced metrics can improve performance under certain conditions, they may
also reduce the predictability and scalability that are characteristic strengths of hop count–based protocols.
Recent research has extended distance vector concepts into specialized domains, such as mobile ad hoc networks
(MANETs) and wireless sensor networks (WSNs), where dynamic topology is a defining feature. Protocols
designed for these environments often incorporate localized adaptation strategies, hybrid routing frameworks,
or cross-layer optimizations to manage frequent changes. Although these approaches demonstrate improved
performance in specific scenarios, they frequently rely on metrics beyond simple hop count or integrate
additional mechanisms that move them away from the traditional distance vector paradigm.
The literature suggests that hop count–based distance vector routing remains relevant for certain classes of
dynamic networks, particularly where simplicity, low overhead, and ease of implementation are priorities.
However, existing models exhibit limitations in responsiveness and scalability under rapid topology changes.
This gap motivates the present study, which proposes a refined hop count–based distance vector routing model.
The model aims to retain the core advantages of hop count metrics while incorporating mechanisms to improve
convergence and stability in dynamic network environments.
METHODOLOGY
The proposed hop count–based distance vector routing model is implemented and evaluated using Cisco Packet
Tracer, a network simulation tool that supports dynamic routing protocols and controlled topology configuration.
The methodology focuses on practical deployment, observation of routing behavior, and performance evaluation
under dynamic network conditions.
Simulation Environment The experimental setup is created using Cisco Packet Tracer, consisting of multiple
routers, switches, and end devices interconnected to form a dynamic network topology. Cisco routers are
Page 2