0% found this document useful (0 votes)
9 views3 pages

Routing Protocols: Static vs Dynamic Analysis

This document provides information about routing protocols, routed protocols, routing basis, static routing, and dynamic routing. It defines routing protocols as determining the path of packets through a network and examples include RIP, RIPv2, EIGRP, and OSPF. Routed protocols like IP and IPv6 are used to send user data through established networks. Static routing requires manual configuration of routes and is optimal only in stable networks, while dynamic routing enables routers to automatically select optimal paths based on real-time changes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views3 pages

Routing Protocols: Static vs Dynamic Analysis

This document provides information about routing protocols, routed protocols, routing basis, static routing, and dynamic routing. It defines routing protocols as determining the path of packets through a network and examples include RIP, RIPv2, EIGRP, and OSPF. Routed protocols like IP and IPv6 are used to send user data through established networks. Static routing requires manual configuration of routes and is optimal only in stable networks, while dynamic routing enables routers to automatically select optimal paths based on real-time changes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

LAB # 6

CASE STUDY ON ROUTING

AIM
1. To study the Routing protocol and Routed protocol
2. Routing basis
3. Static Routing

ROUTING PROTOCOL AND ROUTED PROTOCOL

You must understand the difference between a routing protocol and a routed protocol.
1. A routing protocol is used by routers to dynamically find all the networks in the
internetwork and to ensure that all routers have the same routing table. Basically, a
routing protocol determines the path of a packet through an internetwork.
Examples of routing protocols are RIP, RIPv2, EIGRP, and OSPF.

2. Once all routers know about all networks, a routed protocol can be used to send user data
(packets) through the established enterprise. Routed protocols are assigned to an interface
and determine the method of packet delivery.
Examples of routed protocols are IP and IPv6.

ROUTING BASIS
The term routing is used for taking a packet from one device and sending it through the network
to another device on a different network. Routers do not really care about hosts; they only care
about networks and the best path to each network.

The logical network address of the destination host is used to get packets to a network through a
routed network, and then the hardware address of the host is used to deliver the packet from a
router to the correct destination host.

If a network is not directly connected to the router, then the router must use one of two ways to
learn how to get to the remote network:
 Static routing
 Dynamic routing
STATIC ROUTING

Static routing is a type of network routing technique. Static routing is not a routing protocol;
instead, it is the manual configuration and selection of a network route, usually managed by the
network administrator. It is employed in scenarios where the network parameters and
environment are expected to remain constant.

Static routing is only optimal in a few situations. Network degradation, latency and congestion
are inevitable consequences of the non-flexible nature of static routing because there is no
adjustment when the primary route is unavailable.

There are some pros and cons of static routing

Pros
 There is no overhead on the router CPU, which means that you could possibly buy a cheaper
router than you would use if you were using dynamic routing.
 There is no bandwidth usage between routers, which means you could possibly save money on
WAN links.
 It adds security because the administrator can choose to allow routing access to certain
networks only.

Cons
 The administrator must really understand the internetwork and how each router is connected in
order to configure routes correctly.
 If a network is added to the internetwork, the administrator has to add a route to it on all routers
—by hand.
 It’s not feasible in large networks because maintaining it would be a full-time job in itself.

Dynamic Routing

Dynamic routing is a networking technique that provides optimal data routing. Unlike static
routing, dynamic routing enables routers to select paths according to real-time logical network
layout changes. In dynamic routing, the routing protocol operating on the router is responsible for
the creation, maintenance and updating of the dynamic routing table. In static routing, all these
jobs are manually done by the system administrator.

Dynamic routing uses multiple algorithms and protocols. The most popular are Routing
Information Protocol (RIP) and Open Shortest Path First (OSPF).

There are some pros and cons of dynamic routing


Pros
 Dynamic routing is easy to configure on large networks.
 More intuitive at selecting the best route, detecting route changes and discovering remote
networks.

Cons
 Because routers share updates, they consume more bandwidth than in static routing; the
routers CPUs and RAM may also face additional loads as a result of routing protocols.
 Dynamic routing is less secure than static routing.

Common questions

Powered by AI

Dynamic routing is advantageous because it automatically adjusts routes according to changes in the network layout, making it more intuitive for selecting optimal paths and easier to manage in large networks . Conversely, it introduces higher bandwidth usage and additional processing load on routers, as they need to continuously share updates. Dynamic routing is also less secure compared to static routing .

Routers using dynamic routing protocols like RIP and OSPF prioritize paths based on metrics determined by the protocols. RIP prioritizes based on hop count, choosing routes with the fewest number of routers between the source and destination. OSPF, on the other hand, uses a more comprehensive metric involving link bandwidth and cost to determine the shortest path. Factors influencing these decisions include network topology changes, link failures, and cost metrics .

A routing protocol is utilized by routers to dynamically identify all the networks within an internetwork and ensure that all routers share the same routing table. It determines the path of a packet through the internetwork. Examples include RIP, RIPv2, EIGRP, and OSPF . On the other hand, a routed protocol is used to send user data packets through the established networks, assigned directly to an interface to determine the method of packet delivery. Examples include IP and IPv6 .

Static routing might be preferred in small networks where the network topology is stable and changes infrequently, as the simplicity and reduced computational overhead can be advantageous. Additionally, in highly secure environments, static routing can provide stricter control over data paths, ensuring sensitive data is only routed through explicitly approved routes .

Static routing contributes to network security by enabling administrators to manually configure which networks can be accessed, thus preventing unauthorized access to sensitive segments . However, it requires a deep understanding of the internetwork and its connections. The drawbacks are its unsuitability for large networks due to the need for manual updates whenever a network change occurs, which can become a full-time job and is prone to human error .

Dynamic routing algorithms enhance network flexibility by allowing routers to automatically adapt to topology changes and reroute traffic in response to network conditions, such as link failures or congestion. This capability eliminates the need for manual intervention required by static routing, thus facilitating more efficient use of network resources and adversity handling in large or complex networks .

Changes in network topology have a significant impact on static routing, as they require manual updates to the routing tables on each router to maintain accurate paths, leading to potential downtime and errors. Dynamic routing, however, automatically detects and adjusts to topology changes, ensuring continuity in routing decisions without manual intervention, thereby minimizing performance issues and downtime .

Static routing is considered less feasible for large networks because it requires manual configuration and updates of routing information across all routers whenever network topology changes, which is labor-intensive and error-prone . This lack of automation impacts network scalability, as increasing the number of networks would exponentially increase the management overhead and complexity .

Dynamic routing consumes more bandwidth due to the frequent need to exchange routing information between routers and requires more CPU resources to process these updates. This can lead to higher operational costs and the necessity for more robust hardware. The choice of routing protocol must balance these demands against the desired level of network flexibility and efficiency. Thus, organizations might choose simpler protocols for smaller setups or more advanced ones for larger, more dynamic networks despite the additional resource requirements .

In static routing, network administrators play a crucial role by manually configuring and maintaining routing tables, ensuring each possible path is accounted for and adjusted when network changes occur. With dynamic routing, the administrator's role shifts more towards monitoring and managing the routing protocols' operations and configurations, allowing the routers to automatically handle path determination and updates, reducing the need for manual intervention .

You might also like