networking OSPF and RIP concept explained in presentation for assignment
PratimaRai23
5 views
15 slides
Sep 16, 2025
Slide 1 of 15
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
About This Presentation
assignment networks
Size: 765.06 KB
Language: en
Added: Sep 16, 2025
Slides: 15 pages
Slide Content
FCN Assignment 3
Pratima Kumari
PRN: 250850150061
RIP
Routing Information Protocol (RIP) is a simple distance-vector routing protocol used by routers to share routing information within a network. It
selects the best path based on hop count and is ideal for small networks, with RIP v2 supporting subnet info and authentication.
Limitations of RIP:
RIP has several limitations that restrict its use in large networks. It has a maximum hop count of 15, so any network beyond 15 hops is considered
unreachable. RIP also has slow convergence, meaning it takes time to update routing tables after a change in the network, which can lead to
temporary routing loops. It uses periodic updates every 30 seconds, consuming bandwidth unnecessarily. Additionally, RIP lacks advanced features
like traffic load balancing and route authentication in version 1, making it less suitable for modern, large-scale networks.
Open Shortest Path First (OSPF) is a link-state routing protocol used by routers to exchange routing information and find the shortest path within an autonomous
system. Unlike RIP, OSPF uses the Dijkstra algorithm and link-state information, which allows faster convergence and more efficient routing. It supports large
and complex networks, VLSM/CIDR, authentication, and hierarchical routing through areas. OSPF uses cost based on bandwidth as its routing metric and quickly
adapts to network changes, making it ideal for medium to large enterprise networks or lab simulations.
Limitations of OSPF:
Although OSPF is efficient and scalable, it has some limitations. It is more complex to configure compared to RIP and requires more memory and CPU resources
because each router maintains a complete link-state database. OSPF is also not suitable for very small networks due to its overhead. Additionally, frequent
changes in large networks can increase processing and network traffic because of link-state updates.
Final IP Addressing Plan (with PRN 61)
Device Interface IP Address Subnet Mask
PC0 NIC 192.61.0.2 255.255.255.0
R0 G0/0 → PC0 192.61.0.1 255.255.255.0