Networking Chapter 6: Routing Concepts
40 Questions
1 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 is the primary purpose of a router when dealing with packets?

  • To determine the best path for packets using routing tables (correct)
  • To convert packets from analog to digital format
  • To store packets temporarily before forwarding
  • To block packets from certain IP addresses
  • What is the primary role of a router in networking?

  • Establishing cabling infrastructure
  • Providing user authentication
  • Storing data packets
  • Routing traffic between networks (correct)
  • Which IP address component is essential for directing packets to a device outside its local subnet?

  • Subnet mask
  • Network address
  • IP address
  • Default gateway (correct)
  • Which of the following components is NOT typically found in a router?

    <p>Graphics Processing Unit (GPU)</p> Signup and view all the answers

    In network documentation, which of the following must be included?

    <p>IP addresses and subnet masks</p> Signup and view all the answers

    What must be done to enable remote management of a switch?

    <p>Assign a management IP address on a virtual interface</p> Signup and view all the answers

    Which method can a router utilize to build its routing table?

    <p>Both static routes and dynamic routing protocols</p> Signup and view all the answers

    How do routers learn about remote networks?

    <p>Through static routes and dynamic routing protocols</p> Signup and view all the answers

    What process do routers utilize to switch packets between interfaces?

    <p>Encapsulation and de-encapsulation</p> Signup and view all the answers

    What is the minimum requirement for a router to operate effectively?

    <p>At least two network interfaces</p> Signup and view all the answers

    What is the primary purpose of configuring a banner on a Cisco router?

    <p>To provide legal notification of unauthorized access</p> Signup and view all the answers

    Which command is crucial to activate an IPv4 router interface after configuration?

    <p>no shutdown</p> Signup and view all the answers

    Which command provides a summary of operational and configuration statuses of interfaces?

    <p>show ip interfaces brief</p> Signup and view all the answers

    What must be configured to ensure a router interface is available for use?

    <p>An address and subnet mask</p> Signup and view all the answers

    What metric does Open Shortest Path First (OSPF) use to determine the best path?

    <p>Cumulative bandwidth</p> Signup and view all the answers

    What does the command 'show ip route' typically verify on a router?

    <p>Global routing table entries</p> Signup and view all the answers

    Which of the following statements is true regarding Administrative Distance (AD)?

    <p>A directly connected route has an AD of 0.</p> Signup and view all the answers

    Which routing protocol uses hop count as its metric for determining the best path?

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

    What happens when a router has multiple equal-cost paths to a destination?

    <p>It utilizes equal cost load balancing.</p> Signup and view all the answers

    Which routing protocol is described as having a metric based on bandwidth, delay, load, and reliability?

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

    Routers are capable of interconnecting multiple isolated networks.

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

    A router requires an operating system to manage its processes, and Cisco IOS is one of the commonly used operating systems.

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

    The CPU of a router is not essential for its basic operation and can be replaced by other hardware components without affecting performance.

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

    Routers do not need to store information about connected networks since they can dynamically discover all necessary routes on the fly.

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

    Routers only use static routes to determine the best path for sending packets.

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

    Encapsulation and de-encapsulation processes are irrelevant for routers when managing packet traffic between interfaces.

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

    The default gateway is the IP address that identifies a unique host on a local network.

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

    A router's routing table is built solely based on user input and not through any automated process.

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

    To enable remote management on a switch, the management IP address must be assigned to a virtual interface.

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

    Network documentation should include device names, but not IP addresses.

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

    A router interface must be configured with an address and subnet mask to be deactivated using the no shutdown command.

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

    To secure management access on a Cisco router, passwords are encrypted to their highest level.

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

    The command 'show ip interfaces brief' is used to gather detailed information about the configuration of interfaces on a router.

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

    A router must include an optional description in order to be activated.

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

    Verifying the connectivity of directly connected networks can be accomplished using the command 'show running-config'.

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

    A routing table can contain information about only directly connected routes.

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

    A newly deployed router without any configured interfaces will have a fully populated routing table.

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

    The command 'show ip route' is used to display the contents specifically related to dynamic routing protocols only.

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

    Link Local (L) and Directly Connected (C) entries are created only when at least one interface of the router is configured and active.

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

    Static routes are added to the routing table only when the exit interface is inactive.

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

    Study Notes

    Chapter 6: Routing Concepts

    • Routing is the process of transferring traffic between networks.
    • Routers are responsible for directing traffic between networks.
    • Routers use routing tables to determine the best path to send packets.
    • Routers use static routes and dynamic routing protocols to learn about remote networks and build their routing tables.
    • Routers encapsulate packets and send them to the specified interface in the routing table.
    • Routers are specialized computers with a CPU, operating system (Cisco IOS), memory (RAM, ROM, NVRAM, Flash), and storage.
    • Routers use IP addresses and subnet masks to identify hosts and networks.
    • Routers use default gateways to route packets to destinations outside of the local network.
    • Network documentation should include device names, interfaces, IP addresses, subnet masks, and default gateways.
    • Routers use multiple interfaces, each on a different IP network.
    • Routers can connect multiple networks.
    • Routers make forwarding decisions at Layer 3 (Network Layer), though interfaces participate in the network layers 1, 2, and 3.
    • The routing table is a file stored in RAM that contains information about the directly connected routes, remote routes, and network or next hop associations.
    • The show ip route command displays the routing table.
    • Network design diagrams and data tables must be included for documentation of network topologies.

    Chapter 6: Objectives

    • Configure a router to route between multiple directly connected networks.
    • Describe the primary functions and features of a router.
    • Explain how routers use information in data packets to make forwarding decisions in a small- to medium-sized business network.
    • Explain the encapsulation and de-encapsulation process used by routers when switching packets between interfaces.
    • Compare ways in which a router builds a routing table when operating in a small- to medium-sized business network.
    • Explain routing table entries for directly connected networks.
    • Explain how a router builds a routing table of directly connected networks.
    • Explain how a router builds a routing table using static routes.
    • Explain how a router builds a routing table using a dynamic routing protocol.

    Functions of a Router

    • Routers are specialized computers containing the required components: CPU, operating system (Cisco IOS), memory (RAM, ROM, NVRAM, Flash, hard drive).
    • Routers interconnect networks.

    Routing Table Sources

    • The show ip route command displays the contents of the routing table.
    • Local routes are added to the routing table when interfaces are configured.
    • Directly connected interfaces are added to the routing table when configured.
    • Static routes are added when configured.
    • Dynamic routing protocols add information when configured and identified.

    Remote Network Routing Entries

    • A remote network is a network that can only be reached by forwarding to another router.
    • Remote networks can be added in two ways: static routes and dynamic routing protocols.
    • Network Documentation data: router learns the path and how the network is learned (protocol or static config.)
    • Administrative distance and other variables are considered during network path selection.

    Directly Connected Routes/Interfaces

    • A newly deployed router with no configured interfaces has an empty routing table.
    • Activating a configured interface creates Link Local (L) and Directly Connected (C) routing table entries.
    • Router interfaces must be configured with an address and subnet mask.
    • The no shutdown command activates the network interfaces.

    Static Routes

    • Static routes are manually configured to define an explicit path between two networking devices.
    • Static routes must be manually updated for topology changes.

    Dynamic Routing Protocols

    • Dynamic routing protocols share information to determine reachability of remote networks, discovering, and maintaining routing tables.
    • These protocols use metrics to determine the best path
    • Common dynamic routing protocols: EIGRP, OSPF, IS-IS, and RIP.

    Load Balancing

    • Routers can use multiple paths to destinations with equal cost metrics.
    • Equal cost load balancing improves network performance.
    • Supported by many Dynamic Routing protocols and Static routes

    Administrative Distance

    • Administrative distance (AD) is used when multiple paths exist to a destination, the path with the lowest AD is installed in the routing table.
    • A static route with an AD of 1 is more reliable than an EIGRP-discovered route with an AD of 90.
    • A directly connected route with an AD of 0 is more reliable than a static route with an AD of 1.

    Summary

    • There are many key network design characteristics: topology, speed, cost, security, reliability, availability, and scalability.
    • Cisco routers and switches have similar operating systems and command structures.
    • Switches and routers have different interface types.
    • The primary purpose of a router is to connect multiple networks and forward packets.

    Studying That Suits You

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

    Quiz Team

    Related Documents

    Description

    Explore the foundational aspects of routing in networks with this quiz on Chapter 6. Understand the role of routers, how they determine packet paths using routing tables, and the difference between static routes and dynamic routing protocols. This quiz is essential for anyone looking to deepen their knowledge of network infrastructure and routing principles.

    More Like This

    Networking Concepts and Commands Quiz
    15 questions

    Networking Concepts and Commands Quiz

    SustainableAntigorite1088 avatar
    SustainableAntigorite1088
    Networking Concepts Quiz
    15 questions

    Networking Concepts Quiz

    UnequivocalNoseFlute avatar
    UnequivocalNoseFlute
    OSPF Routing Concepts Quiz
    43 questions

    OSPF Routing Concepts Quiz

    TopnotchPhosphorus avatar
    TopnotchPhosphorus
    WAN Concepts - CCNA Routing and Switching
    118 questions
    Use Quizgecko on...
    Browser
    Browser