Routing Protocols Quiz - Networking Concepts
47 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What code represents a route learned via RIP?

  • C
  • D
  • O
  • R (correct)
  • The gateway of last resort is set in the given routing table.

    False

    What is the subnet mask for the network 172.16.0.0/24?

    255.255.255.0

    The directly connected subnet 172.16.252.0 is connected to interface ______.

    <p>Serial0</p> Signup and view all the answers

    Match the following routes with their status:

    <p>172.16.254.0/24 = possibly down 172.16.251.0/24 = possibly down 172.16.252.0 = directly connected 172.16.2.0 = directly connected</p> Signup and view all the answers

    Which routing protocol uses the code 'C'?

    <p>Connected</p> Signup and view all the answers

    There are a total of 11 subnets listed in the routing table.

    <p>True</p> Signup and view all the answers

    Which interface is used for routing the subnet 172.16.5.0/24?

    <p>Serial1</p> Signup and view all the answers

    What does the 'le' option in a prefix-list configuration represent?

    <p>Less than or equal to</p> Signup and view all the answers

    The ge option allows prefixes that are less than or equal to the specified length.

    <p>False</p> Signup and view all the answers

    What is the purpose of the prefix list in the context of routing?

    <p>To filter specific ranges of IP addresses in routing protocols.</p> Signup and view all the answers

    Barkis’s prefix list permits the prefix 2001:db8:0:100::/62 and any prefix that has the same first _____ bits.

    <p>62</p> Signup and view all the answers

    Match the following commands to their functions:

    <p>ipv6 router rip emily = Configures RIP for IPv6 distribute-list prefix-list copperfield in Serial1 = Filters incoming routes using the prefix list ipv6 prefix-list copperfield permit 2001:db8:0:100::/62 le 64 = Permits a specific range of IPv6 addresses filter outgoing RIP IPv4 routes = Restricts advertised routes</p> Signup and view all the answers

    Which of the following is the benefit of filtering routes at the source?

    <p>Reduces bandwidth waste</p> Signup and view all the answers

    RIPng is a routing protocol that only supports IPv4 addresses.

    <p>False</p> Signup and view all the answers

    What is the outcome of advertising a large number of routes only to discard them later?

    <p>It wastes bandwidth.</p> Signup and view all the answers

    What does the code 'D' represent in the routing table?

    <p>EIGRP routes</p> Signup and view all the answers

    The gateway of last resort is set in the routing table shown.

    <p>False</p> Signup and view all the answers

    What is the default administrative distance of EIGRP routes?

    <p>90</p> Signup and view all the answers

    The IP address 172.16.3.0 is directly connected to _____ 1.

    <p>Ethernet</p> Signup and view all the answers

    Match the routing code with its meaning:

    <p>C = Connected route S = Static route R = RIP route D = EIGRP route</p> Signup and view all the answers

    Which of the following IP addresses is learned via EIGRP in the routing table?

    <p>172.16.254.0</p> Signup and view all the answers

    The routing table shows a total of 11 subnets for the network 172.16.0.0/24.

    <p>True</p> Signup and view all the answers

    What type of route is represented by the code 'R'?

    <p>RIP route</p> Signup and view all the answers

    What command is used to control the source of routes at redistribution points?

    <p>distribute-list</p> Signup and view all the answers

    Bumble’s configuration allows all addresses in the OSPF domain.

    <p>False</p> Signup and view all the answers

    What metric does Bumble use when redistributing RIP into OSPF?

    <p>100</p> Signup and view all the answers

    The command 'access-list 1 permit ______' allows addresses in the OSPF domain.

    <p>192.168.4.0</p> Signup and view all the answers

    Match the access-list number with its corresponding permitted address:

    <p>1 = 192.168.5.0 2 = 192.168.6.0</p> Signup and view all the answers

    Which route is directly connected according to the routing table?

    <p>192.168.3.0/24</p> Signup and view all the answers

    What type of route is indicated by 'O E2' in the routing table?

    <p>External type 2 OSPF route</p> Signup and view all the answers

    The gateway of last resort is set in the routing configuration provided.

    <p>False</p> Signup and view all the answers

    What state did the line protocol on Interface Ethernet0 change to?

    <p>Down</p> Signup and view all the answers

    The gateway of last resort was set in the provided routing information.

    <p>False</p> Signup and view all the answers

    What is the administrative distance configured for the OSPF routes in Bumble's configuration?

    <p>130</p> Signup and view all the answers

    The command 'redistribute rip metric _____' is used in Bumble's OSPF configuration.

    <p>100</p> Signup and view all the answers

    Match the IP route codes with their descriptions:

    <p>C = Connected O = OSPF R = RIP B = BGP</p> Signup and view all the answers

    Which interface is used for the directly connected network 192.168.3.0/24?

    <p>Serial0</p> Signup and view all the answers

    Bumble's OSPF configuration does not include a distance command.

    <p>False</p> Signup and view all the answers

    What area is designated in Bumble’s OSPF configuration for network 192.168.3.1?

    <p>0</p> Signup and view all the answers

    What is the administrative distance of routes learned via OSPF in the routing table?

    <p>110</p> Signup and view all the answers

    The routing table indicates that the network 192.168.5.0/24 is in an up state.

    <p>False</p> Signup and view all the answers

    The 192.168.5.0/24 network is ______ connected via Serial0.

    <p>directly</p> Signup and view all the answers

    Match the network prefixes with their corresponding administrative distances:

    <p>R = 120 O = 110 C = 0 D = 90</p> Signup and view all the answers

    Which statement about the gateway of last resort is true?

    <p>It is not set in the routing table.</p> Signup and view all the answers

    Identify the interface that experienced a state change to down.

    <p>Serial0</p> Signup and view all the answers

    All routes with an administrative distance of 130 are less preferred than routes with an administrative distance of 120.

    <p>True</p> Signup and view all the answers

    Study Notes

    Route Filtering

    • Route filtering gives network administrators tight control over route advertisements. Filters specify what routes are redistributed between protocols. This is important for security and to control the size of routing tables.

    Route Redistribution

    • Route redistribution occurs when a routing protocol advertises routes learned from other protocols, static routes, or direct connections.

    • This is useful for consolidating multiple routing domains in a network.

    • But, conflicts in routing metrics and administrative distances can lead to inaccurate routing, loops, or black holes when multiple routing protocols are used.

    Administrative Distances

    • Administrative distance is a metric associated with a route, representing its believability. Lower administrative distance routes are preferred over higher ones.

    • This helps determine which route to use when there are multiple routes to the same destination.

    • Different routing protocols have different administrative distances, such as RIP (120) and EIGRP (90). An administrator can configure custom administrative distances to influence route selection.

    Route Maps

    • Route maps are similar to access lists, but more flexible. They can match route attributes (like source or destination). They can also change route attributes.

    • They're commonly used for policy-based routing or redistribution.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Description

    Test your knowledge on routing protocols and configurations with this quiz focused on RIP, subnet masks, and prefix lists. Explore various concepts like directly connected interfaces and routing table entries to enhance your understanding of network routing. Perfect for students in networking courses or IT professionals looking to refresh their skills.

    More Like This

    Quiz sobre enrutamiento OSPF y RIP
    5 questions
    RIP and RIPng Routing Protocols
    20 questions

    RIP and RIPng Routing Protocols

    ExcitingRhodonite3899 avatar
    ExcitingRhodonite3899
    RIP Dynamic Routing Protocol
    35 questions
    Use Quizgecko on...
    Browser
    Browser