IPv4 Routing Flashcards
What are two types of rounting protocols?
Link State and Distante Vector
What is the metric used by RIP routing protocol?
Hop Count
Why RIP is a poorly designed routing protocol? Think about the metric it uses.
It uses only hop count as the metric but it does not take into account other factors like bandwidth or delay
Which rounting protocol type (Link State vs Distance Vector) has higher visibility on the network? Why
Link State.
Routers using Link State protocols have the full visibility over the network whereas Distance Vector use so called ‘routing by rumour’ which means that they only know what they are told by the neighbouring routers but cannot verify information themselves.
What are the advantages and disadvantages for Link State routing protocols?
Advantages:
- Better visibility of the network. Rounters can make better forwrding decisions
Disadvantages:
- Difficult to configure
- Require more memory and processing power
What is Adminisrative Distance?
It’s an indicator of how ‘believable’ a given route/path is
The higher the administratie distance, the better or worse it is?
Worse
What are the Administratie Distance default values?
Connected Interface: 0 Static Route: 1 EIGRP: 90 OSPF: 110 RIP: 120 Unknown: 255
Why classless rounting protocols are preferred over classful rounting protocols?
Because classless protocols advertise network masks
What is VLSM
Variable Length Subnet Mask
When is Administrative Distance used as a tie breaker?
When two different routing protocols advertise different routes for the same destination IP address
If the same route is advertised twice on the same router, but with different outgoing interfaces, what will the tie breaker be?
Administrative distance
There is a message that Link State routing protocols flood the network with to build their topological databases.
How are those messages calles
LSA (Link State Advertisement)
List two examples of a LInk State routing protocol
OSPF - Open Shortest Path First
IS-IS - Intermediate System - Intermediate System
OSPF is able to split whole AS (autonomous systems) into smaller groupings. How are those groups called?
Areas