IP Routing
IP Routing
IP Routing
ICT Department
ATVI
Routing
IP address
• There are two types of routing
• Static routing
• Dynamic routing
PC1 PC2
Stub routers are those with only one exit path out of the
network.
interface]
Stub Router
•show interfaces
•show interface s1/0
•show interface fa0/0
•show ip interface brief
• Does this mean that static routes are never used in the real-world?
10.1.1.1/24
ISP
ATVI
172.16.0.0/16
• In the example above, there is only one route, link, between ATVI’s network
and the ISP.
• It is very common for the ISP to have a static route pointing to it’s customers’
networks, in this case ATVI Institute. Ali Mohammad Masoomi
Common uses for Static Routes
Default
10.1.1.1/24
ISP
ATVI
ip route 0.0.0.0 0.0.0.0 10.1.1.1 172.16.0.0/16
• Algorithm
• In the case of a routing protocol, algorithms are
used for facilitating routing information and best
path determination
Routing
Protocols
IGP EGP
Distance
Link State Hybrid Ex: BGP
Vector
• In RIP, If there are more than one link with the same HOP
count, then it does Load Balancing.
• RIP can Load Balance up to 6 Equal cost Links
Ali Mohammad Masoomi
Topology Changes (Distance Vector)
• Distance vector
destination
• The smaller the metric the better the path.
• To solve this situation, a router will use Equal Cost Load Balancing. This
means the router sends packets over the multiple exit interfaces listed in
the routing table.
AD
• Routing Types: