Static, Default, Dynamic Routing
Static, Default, Dynamic Routing
Static, Default, Dynamic Routing
1 – What is Routing
2 – Types of Routing
-> Static Routing
-> Default Routing
-> Dynamic Routing
3 – Important Parameters of Routing
4 – Routing Table
5 – Types of Routing Protocols
(i) EGP (ii) IGP
6 – Dynamic Routing Protocols
RIP V1/V2, IGRP, EIGRP, OSPF , BGP
7 – Routed Vs Routing Protocols
ROUTING
Routing is a process to transfer data packets from source to destination within different
networks OR Routing is the process to route the packet from Source to Destination.
Benefits of Routing
(+) Select the best path for a data packet within the network
(+) Faster Data Access
TYPES OF ROUTING
There are three types of Routing
TYPES
Advantages
(+) No overhead – (On the CPU usage) cheaper router can be used to obtain static routing
(+) Security – It provides security as only the administrator has control over the network
(+) Faster - Faster data transferring
(+) Bandwidth - Very Low usage of Bandwidth
Disadvantages
(-) Not good for big size network
(-) Manual configuration of Routes
(-) High Administrative Overhead
(-) Network change effect the complete N/W
Router# ip route Destination Network D Mask Next Hope ( Targeted Router IP Add )
Router# ip route 192.168.10.0 255.255.0.0 172.16.10.2
STATIC ROUTING TOPOLOGY
CONFIGURATION OF STATIC ROUTING
Now configuring static routes for router R3:
A stub router is a router that has only one route to reach all other networks.
(a) Default routing is configured for unknown destinations – for example, the Internet
(b) Default Routing is used when networks deal with a single exit point.
(c) Default routes help in reducing the size of the routing table
(b) There is no requirement for Destination Address in the default routing
(c) It is a slow routing process
Router# ip route Any DNetwork Any Mask Next Hope ( Targeted Router IP Add )
Router# ip route 0.0.0.0 0.0.0.0 172.16.10.5
DEFAULT ROUTING TOPOLOGY
CONFIGURATION OF DEFAULT ROUTING
In the same Topology
R1 and R2 are stub routers so we can configure default routing for both these routers.