6.3 Dynamic Routing Flashcards
What are the three components of Dynamic routing protocols
Data structures
Routing protocol messages
Algorithms
What do you call a organization with an assigned network address from an ISP
autonomous system
Describe a Internal routing protocol or a interior Gateway Protocol (IGPS)
used to send information between devices within an organization’s routing domain.
Describe an external routing protocol or an External Gateway protocol (EGP)
used by ISPs to send packets across the internet from one network to another.
What are some of the Interior Gateway Protocols
Routing Information Protocol (RIP) Open Shortest Path First (OSPF) Interior Gateway Routing Protocol (IGRP) Intermediate System-to-Intermediate System (IS-IS) Enhanced IGRP (EIGRP)
What is one of the Exterior Gateway Protocols
Border Gateway Protocol (BGP
Describe equal cost load balancing
In the event a router has more than one path to the same destination with the same cost metric, the router will forward the packets using both paths.
Describe the protocol Routing Information Protocol (RIP) metric
considers hop count. Hop count is determined by the number of routers along a path. Each router equals one hop count. No more than 15 hop counts are permitted for a route.
Describe the Open shortest path first metric
considers the cost. Cost is determined by the total bandwidth available from origination to destination. Better bandwidth gets a lower cost. Slower bandwidth gets a higher cost.
Describe the Enhanced Interior gateway Routing Protocol metric
uses a metric that considers the slowest bandwidth, dependability of a path, load, and delay values.
What are the three primary algorithms used to determine the best path
Distance vector
Link state
Path vector
What is Distance Vector Routing?
routing protocol in data networks determines the best route for data packets based on distance
What are the principles of the distance vector method
Routers send updates only to their neighbor routers.
Routers send their entire routing table.
Tables are sent at regular intervals. Each router is configured to specify its own update interval.
Routers modify their tables based on information received from their neighbors.
Describe a routing loop/ count-to-infinity condition
when two routers have different information in the routing table.
Define the Link-State Routing Protocols
maintains an entire map of your network , very demanding on ram and cpu and is more complex