Saturday, March 6, 2010
What is Classless and Class full Routing?
Define Passive Interface?
Define Split Horizon?



image2
image 3
The Router will not resend the same routing information from which interface it learnt that information is called Split-Horizon. The use of this concept is to avoid the routing loops in Network.
Explanation with Example:
LOOK AT SECOND IMAGE
Here in RA router the 30.0.0.0 information was received via RIP protocol on s0 interface but it wasn’t resend on same interface, it sending only 10.0.0.0 information. Here Split-horizon was enabled.
Lets see what happens when disabled
LOOK AT THIRD IMAGE
Now RA Router is resending the 30.0.0.0 information via s0 interface. It creates routing loops.
This is Split-horizon concept.
Route Propagation:
Protocol Special Properties:
Parameter/Protocol | RIPv1 | RIPv2 | IGRP/EIGRP |
summarization | Auto | Auto | Auto and Manual |
VLSM support | No | Yes | Yes |
Classless Support | No (Class full) | Yes | Yes |
Discontiguous support | No | Yes | Yes |
Convergence | Slow | Slow | Fast/Very Fast |
Authentication | No | Yes(clear text and MD5) | yes(MD5 only) |
Route computation | Bellman-Ford | Bellman-Ford | DUAL |
Parameter/Protocol | OSPF |
summarization | Manual |
VLSM support | Yes |
Classless Support | Yes |
Discontiguous support | Yes |
Convergence | Fast |
Authentication | Yes( clear text and MD5) |
Route computation | Dijkstra algorithm |
Protocol Timers:
Parameter/protocol | RIP | IGRP |
Update | 30 sec | 90 sec |
Invalid | 180 sec | 270 sec |
Hold Down | 180 sec | 280 sec |
Flush | 240 sec | 630 sec |
Parameter/Protocol | OSPF |
Hello | 10 sec |
Wait | 40 sec |
Dead | 40 sec |
Parameter/protocol | EIGRP |
Hello | 5 sec |
Hold down | 15 sec |
Active | Manually assigned |
Metric Calculation Formula:
Friday, March 5, 2010
Protocols and their Metric Parameters:
What is Metric?
What is Administrative Distance?
Protocols and its Administrative Distance
Thursday, March 4, 2010
What is Hybrid Protocol?
What is Link State Protocol?
What is Distance Vector protocol?
What are Protocols used for Dynamic Routing?
Types of Dynamic Routing Protocol?
Types of Routing?
What is Routing?
Sunday, February 28, 2010
class C Address
Example:
11010101.11010110.00110110.11010101
the private address range is from 192.168.0.0 192.168.255.255.
Class B Address:
Example:
10111010.1100000.01110101.01111000
The private address range in class B is from 172.16.0.0 to 172.32.255.255.