**Routing**
*Routing is a process through which forward the pckets from source
to destination and Decide the best Route.
**Types of Routing**
*Static Routing
*Dynamic Routing(RIP, IGRP, EIGRP, OSPF & BGP)
*Default Routing
*Multicast Routing
**Static Routing**
*In this type of routing the network administrator define the
manually route to forward the packets from souce(One Network)
to Destination(Another Networks), but it is use in small networks
*It is very faster then the other routing
*AD(Administrative Distance) +1.
==================================================================
R1
Roouter(config)#ip router 112.0.0.0 255.0.0.0 202.20.30.2<
r2#ip router 180.168.0.0 255.255.0.0 202.20.30.201<
================================================================
**Dynamic Routing**
*Types of Protocals
*Routing Protocals(RIP,IGRP,EIGRP,OSPF,IS-IS,EGP & BGP):- use to decide the
best path from source to Destination.
*Routed Protocals(IP, IPX & Apple Talk):- carry the data packets from source
to Destination.
*Types of Routing Protocals*
*Interior Routing Protocal(IGP):- RIPV1,RIP2, IGRP,EIGRP,OSPF,IS-IS
*
*Exterior Routing Protocals(EGP):- EGP & BGP
**Types of Interior Routing Protocals**
*Distance Vector Routing Protocal(RIPV1, RIPV2, IGRP)
*Link state Routing Protocal(IS-IS & OSPF)
*Hybridge "or" Advance Distance Vector Routing Protocal(EIGRP)
=============================================================