Dynamiska Routingprotokoll Flashcards
What is the difference between IPG and EGP routing protocol?
GP → used for routing within an AS (RIP, EIGRP, OSP, IS-IS)
EGP → used for routing between AS (BGP)
What does distance vector routing protocol mean?
Distance vector means that routes are advertised by providing
two characteristics which are Distance and Vector:
• Distance - Identifies how far it is to the destination
network based on a metric such as hop count, cost,
bandwidth, delay.
• Vector - Specifies the direction of the next-hop
router or exit interface to reach the destination.
How does a Link State Routing Protocol work?
Uses link-state info to;
- create topology map
- select best path
The technique was later adapted for use in the link-state routing protocols OSPF and IS-IS
Does Link State use periodic updates?
No, updates only sent when there is a change in the topology.
What is the difference between Classful and Classless routing protocol?
- Classful → do not send mask info in the updates, does not support VLSM
- Classless → Include subnet mask info, supports VLSM.
What metrics are used by protocols?
- RIP → hop count
- OSPF → Cost based on cumulative bandwidth
- EIGRP → Bandwidth, delay, load, reliability
What does Convergence time mean?
The time it takes routers to share info, calculate best paths, and update routing tables. (Converged network = all routers have complete info regarding the network)
What is the hop limit for RIPv2?
15 hops
What is the difference between RIP and RIPv2
- Both have the same hop limit (15)
RIP
- RIP Routing updates broadcasted (255.255.255.255) every 30 seconds
RIPv2
• Classless routing protocol - supports VLSM and CIDR
• Increased efficiency – sends updates to multicast address 224.0.0.9
• Reduced routing entries - supports manual route summarization
• Secure - supports authentication
What does EIGRP include?
Bounded triggered updates – sends updates only to routers that need it.
- Hello keepalive mechanism - Hello messages are periodically exchanged to maintain adjacencies.
- Maintains a topology table - maintains all the routes received from neighbors (not only the best paths) in a topology table.
- Multiple network layer protocol support – uses Protocol Dependent Modules (PDM) to support layer 3 protocols.
What is the process behind link-state?
- Each router learns its own connected networks
- Each router is responsible for saying “hello” to its neighbors
- Each router builds a Link-State Packet (LSP) containing the state of each directly connected network.
- Each router floods LSP to all neighbors.
- Each router uses this info to build the topology map with best path to each destination.