Routing Basics and Interfaces Quiz
43 Questions
0 Views

Routing Basics and Interfaces Quiz

Created by
@TopnotchPhosphorus

Questions and Answers

Dynamic routing protocols operate by manually configuring routing tables for each router.

False

OSPF is a protocol that allows routers to dynamically learn about networks connected to them.

True

Static routes are indicated by the status code 'O' in the routing table.

False

The link-local address is used by IPv4 routing protocols to identify the next-hop router.

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

The routing entries for both IPv4 and IPv6 networks include information about the next-hop router's address.

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

The structure of an IPv6 routing table was influenced by the concept of classful addressing.

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

An IPv6 route entry formatted as 'C 2001:DB8:ACAD:1::/64 [0/0]' indicates a directly connected network.

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

The subnet mask for the route 192.168.12.0/30 uses a 30-bit mask.

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

The route entry 'R1# show ipv6 route' is an indication of the routing protocol being used.

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

Static routing is exclusively used in larger networks with multiple paths.

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

IPv6 routing tables are not formatted uniformly.

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

The administrative distance for directly connected routes is 0.

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

In OSPF, faster links are assigned higher costs compared to slower links.

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

EIGRP summary routes have an administrative distance of 20.

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

The next-hop address for an IPv6 route entry can be identified by the notation 'via FE80::2:C'.

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

EIGRP calculates a metric based solely on bandwidth.

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

RIP has a higher administrative distance than OSPF.

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

The entry 'OE2 ::/0 [110/1], tag 2' signifies a static route in IPv6.

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

Static routing can be used to explicitly define the path for a specific network.

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

Equal cost load balancing allows a router to use multiple paths to send packets equally when paths have the same cost.

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

A parent route may include several child routes with similar attributes.

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

Static routes cannot be used for load balancing in a network.

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

External BGP has an administrative distance of 200.

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

Dynamic routing protocols and static routes are mutually exclusive and cannot be used together.

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

Dynamic routing protocols automatically implement unequal cost load balancing.

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

OSPF has a higher administrative distance than IS-IS.

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

The longest match in a routing table is defined as the route with the least number of matching bits.

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

Directly connected networks are those that appear in the routing table due to active interfaces of the router.

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

Static routes can be useful for routing between stub networks.

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

Load balancing can increase the effectiveness and performance of a network.

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

The administrative distance for an internal EIGRP route is 90.

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

The metric used by OSPF is based only on cumulative distance.

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

A routing table can contain multiple exit interfaces for the same destination.

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

The best path in the routing table is defined as the shortest match.

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

For a route to match the destination IP address, a certain number of far-left bits must match.

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

The longest match is always the preferred route in the routing table.

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

In the example given, the destination IPv4 address is 172.16.0.0/26.

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

An IPv4 packet with the address 172.16.0.10 matches three routes in the routing table.

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

The prefix length indicates how many bits must match for a route to be considered valid.

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

The router would select the route 172.16.0.0/12 to forward the packet based on the longest match rule.

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

IPv6 addresses also utilize the concept of prefix length for routing.

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

The address 2001:db8:c000::99 is an example of an IPv4 address.

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

Matching bits are used to determine the best path in a routing table.

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

Study Notes

Routing Table Overview

  • Interface entries in a routing table are marked with specific codes indicating route types (e.g., O for OSPF, C for connected).
  • Example routes include:
    • O 192.168.3.0/24 [110/65] - OSPF learned route
    • C 192.168.12.0/30 - Directly connected route
    • L 192.168.12.1/32 - Local route

IPv6 Routing Table Structure

  • IPv6 routing does not incorporate classful addressing; entries are formatted uniformly.
  • An example entry: OE2 ::/0 [110/1], tagged as an external route with specific next-hop details.
  • Directly connected entries indicated as 'C' along with local addresses marked 'L'.

Administrative Distance (AD)

  • Different routing protocols have specific administrative distances:
    • Directly connected: 0
    • Static route: 1
    • EIGRP summary: 5
    • External BGP: 20
    • Internal EIGRP: 90
    • OSPF: 110
    • IS-IS: 115
    • RIP: 120
    • External EIGRP: 170
    • Internal BGP: 200

Static and Dynamic Routing

  • Networks utilize a combination of static routes and dynamic routing protocols.
  • Static routes commonly serve as:
    • Default route to a service provider
    • Routes outside the routing domain
    • Explicit path definitions by administrators
    • Routing for stub networks

Load Balancing

  • Equal cost load balancing occurs when multiple paths to a destination have the same metric.
  • Routers will utilize all available paths equally to enhance efficiency and performance.
  • Dynamic routing protocols support equal cost load balancing; static routes need multiple entries to enable it.

Path Determination and Longest Match

  • The best path for forwarding packets is determined by the longest match principle.
  • Longest match occurs when the route has the greatest number of matching bits with the destination IP.
  • For example, in an IPv4 routing table, 172.16.0.0/26 is preferred over 172.16.0.0/12 and 172.16.0.0/18 for the destination 172.16.0.10.

Static Routes Example

  • Static routes can be visualized in a topology where IPv4 and IPv6 routes are configured to reach specific networks.
  • Configured static routes provide explicit directions to the routers.

Dynamic Routing Protocols

  • Dynamic routing protocols enable automated sharing of network reachability and status.
  • They support activities like network discovery and routing table maintenance.
  • OSPF example entries indicate learned routes with proper next-hop addresses for route forwarding.

Studying That Suits You

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

Quiz Team

Description

Test your knowledge on routing tables and interface entries with this quiz. Explore direct routes, classful network addresses, and the importance of route sources in networking. Perfect for anyone studying routing protocols and network architecture.

More Quizzes Like This

Network Layer Characteristics Quiz
10 questions

Network Layer Characteristics Quiz

UserReplaceableAluminium avatar
UserReplaceableAluminium
Router Interfaces Configuration
10 questions
Use Quizgecko on...
Browser
Browser