Dynamic Routing Protocols Flashcards
What does a routing protocol do?
Allows routers to share best paths to known networks with each other.
How do routers utilize routing protocols?
Routers take the information of best known paths from other routers to determine their own best path. This includes when routing paths go down or when network states change. These changes are done automatically.
What are the two types of routing protocols
Internal Gateway Protocols (IGPs) and External Gateway Protocols (EGPs)
What are interior gateway protocols (IGPs) used for?
Exchanging routing information between routers within an organization.
What are exterior gateway protocols (EGPs) used for?
Exchanging routing information over the Internet between organizations.
What are the types of EGPs used today?
Path Vector Routing Protocol.
What are the types of IGPs used today?
Distance Vector routing protocols and Link state routing protocols.
How do Distance Vector routing protocols work?
Routers only know what’s connected to them and their neighbors.
How do Link State routing protocols work?
Routers shares its connections to its neighbors and that information is passed to every other router in the network.
What are examples of Distance Vector routing protocols?
Routing Information Protocol (RIP) and Enhanced Interior Gateway Routing Protocol (EIGRP)
What are examples of Link State routing protocols?
Open Shortest Path First (OSPF) and Intermediate System - Intermediate System (IS-IS)
What is an example of a Path Vector Routing Protocol
Border Gateway Protocol (BGP). This is the only EGP used today.
How do IGPs know which path to put into a router’s routing table?
Each IGP use a different method to calculate a metric value. The lower the metric value, the better the path. This determines which path is the best path.
How do Distance Vector metrics work?
Each router advertises its known network and shares their metric to get to each of them.
How do Link State metrics work?
Each router takes the information of all the other routers and network information and calculates its own best path.