CompTIA Network+ - Section 2.2 Flashcards
What do routers use to dynamically keep their routing tables up to date with information from the surrounding network?
Dynamic Routing Protocols
What do routers use to determine the best path a packet should travel to get to it’s destination?
Routing Tables
What is the main difference between different types of Dynamic Routing Protocol?
They each have their own way of determining how routing tables are setup and what the best route between point A and point B is
What Dynamic Routing Protocol should we use?
This answer is different for each situation and depends on a number of criteria
- How does the protocol define the ‘Route’?
- How does the protocol determine what the best path is?
- How does the protocol handle recover after a change in the network occurs?
- Does the protocol use standard or proprietary?
What is Distance-Vector Routing Protocol?
This is a routing protocol that determines the best route by how far away a connection is. (How many hops away is the destination network?)
How are mose Distance-Vector Routing Protocol configured?
Most times, it’s as simple as enabling the option in the router and it automatically working with very little configuration required.
Are Distance-Vector Routing Protocols best used with small or large networks?
They are good for smaller networks but don’t typically scale well with large networks of hundreds of thousands of routers.
What are a few examples of Distance-Vector Routing Protocols?
Standard = RIP (Routing Information Protocol)
Proprietary to Cisco = EIGRP (Enhanced Interior Gateway Routing Protocol)
Using this image, determine which route the Distance-Vector Routing Protocol would take.
It would take the route with the least amount of hops. Even if this route is not the fastest.
What is Link-State Routing Protocol?
This is a routing protocol that determines the best route by using multiple metrics including determining which path is the actual fastest in terms of speed.
Are Link-State Routing Protocols best used with small or large networks?
They are very scalable so they are most often used in large networks.
Using this image, determine which route the Link-State Routing Protocol would take.
It would take the route with the fastest possible option. Even if this route has more hops compared to other routes.
What is a Hybrid Routing Protocol?
This is a Routing Protocol that combines the benefits of both Link-State and Distance-Vector Protocols.
What is an example of a Hybrid Routing Protocol?
BGP (Border Gateway Protocol) which determines routes based on paths, network policies, and other configured rule sets.
When traffic is sent across the internet, the packet stops at every router along the way asking for direction. What does the router use to give those packets directions to the next location it needs?
The routers use paths contained inside their routing tables to tell the packet where it will be sent next.