Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Networking+ Routing Protocols Exam Questions and Answers, Exams of Computer Networks

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

2024/2025

Available from 05/27/2025

WINGS_TO-FLY
WINGS_TO-FLY 🇺🇸

1

(1)

1.1K documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1
NET
NETWORKING+
NETWORKING+ ROUTING PROTOCOLS EXAM
QUESTIONS WITH CORRECT VERIFIED SOLUTIONS
2025/2026
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)
pf3

Partial preview of the text

Download Networking+ Routing Protocols Exam Questions and Answers and more Exams Computer Networks in PDF only on Docsity!

NET

NETWORKING+ ROUTING PROTOCOLS EXAM

QUESTIONS WITH CORRECT VERIFIED SOLUTIONS

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)

NET

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