

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A series of questions and answers related to networking and routing protocols. it covers key concepts such as routing algorithms (dijkstra's algorithm), routing protocols (ospf, rip, eigrp, bgp, is-is), and methods to prevent routing loops (split horizon, poison reverse). The questions test understanding of routing metrics, administrative distances, and the differences between interior and exterior gateway protocols. This resource is valuable for students learning about network infrastructure and routing.
Typology: Exams
1 / 3
This page cannot be seen from the preview
Don't miss anything!
To prevent routing loops, one method routers will use is called ________________, which will prevent a learned route from being advertised back out of that same interface. - ANS ✓Split Horizon To prevent routing loops, one method routers will use is called ________________, which will advertise a routing loop with an infinite metric in order to warn others from utilizing that route. - ANS ✓Poison Reverse ________________ is a routing protocol that uses Dijkstra's Algorithm and parts of routing tables to create a large network map. The only time this protocol exchanges a full routing table is upon the initial connection to a network. - ANS ✓Link-State Basic communication means of the OSPF routing protocol for the Internet Protocol. It communicates the router's local routing topology to all other local routers in the same OSPF area. - ANS ✓LSA, Link-State Advertisements A distance vector routing protocol that uses a metric of hop count - ANS ✓RIP (Routing Information Protocol) _______________ is a link state routing protocol that uses a metric of COST, (link speed between routers). This is popular due to its scalability and FAST CONVERGENCE! - ANS ✓OSPF (Open Shortest Path First)
A link state protocol that is VERY similar to OSPF, but has not been widely deployed in comparison to OSPF - ANS ✓IS-IS (Intermediate system- Intermediate System) A Fast, hybrid IGP protocol that is CISCO PROPRIETARY. - ANS ✓EIGRP (Enhanced Interior Gateway Routing Protocol) A VERY widely used EGP that is considered the protocol that "runs the internet". Also often used to aid ISPs in identifying areas of operation - ANS ✓BGP Base technology that translates PRIVATE to PUBLIC IP addresses. - ANS ✓NAT (Network Address Translation) A broadcast based protocol that will correlate IP address to MAC address - ANS ✓ARP (Address Resolution Protocol) Manually entering data into a routing table is an example of: - ANS ✓Static Routing An index of believability, or a measurement of how trusted a route is, is called the: - ANS ✓AD (Administrative Distance) The MOST TRUSTED AD will be identified with which number? - ANS ✓ 0 The LEAST TRUSTED AD will be identified with which number? - ANS ✓ 255 A ___________ is a VALUE assigned to a route. The lower this ___________ is, the better. (same word) - ANS ✓Metric