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's routing table?

  • To enable remote management of switches.
  • To manage default gateway settings.
  • To store the IP addresses of all connected devices.
  • To determine the best path for sending packets. (correct)
  • Which of the following must be configured for network access on devices?

  • Default gateway. (correct)
  • Dynamic IP addresses.
  • Network topology.
  • Static routes.
  • What does a subnet mask indicate?

  • The host's network subnet. (correct)
  • The type of routing protocol used.
  • The unique IP address of a router.
  • The number of devices on a network.
  • Why is an IP address assigned to a switch?

    <p>To allow remote management of the switch.</p> Signup and view all the answers

    What does a router use to learn about remote networks?

    <p>Static routes and dynamic routing protocols.</p> Signup and view all the answers

    What is the first step when configuring a Cisco Router?

    <p>Name the device</p> Signup and view all the answers

    Which command is used to activate a router interface?

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

    Which command provides a brief display of the router's interface status?

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

    What must be configured alongside an address to make a router interface operational?

    <p>Subnet mask</p> Signup and view all the answers

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

    <p>To notify of unauthorized access</p> Signup and view all the answers

    What is one of the primary functions of a router?

    <p>Routing traffic between networks</p> Signup and view all the answers

    Which component is NOT typically found in a router?

    <p>Graphics processing unit (GPU)</p> Signup and view all the answers

    How does a router primarily make forwarding decisions?

    <p>By analyzing the information within data packets</p> Signup and view all the answers

    Which process is involved when a router handles packets?

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

    What method can a router use to build a routing table besides static routes?

    <p>Dynamic routing protocols</p> Signup and view all the answers

    What is the primary factor used by routing protocols to select the best path to a network?

    <p>Distance metric</p> Signup and view all the answers

    Which dynamic routing protocol uses hop count as its metric?

    <p>Routing Information Protocol (RIP)</p> Signup and view all the answers

    What happens when a router has two or more paths to a destination with equal cost metrics?

    <p>It forwards packets using all paths equally.</p> Signup and view all the answers

    Which routing path has the highest Administrative Distance (AD)?

    <p>RIP route with AD of 120</p> Signup and view all the answers

    Which protocol relies on cumulative bandwidth to determine path cost?

    <p>Open Shortest Path First (OSPF)</p> Signup and view all the answers

    A router can connect multiple networks.

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

    Routers only operate on Layer 1 of the OSI model.

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

    Routers use Cisco IOS as their operating system.

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

    The main function of a router is to route traffic between telephone lines.

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

    Routers do not require a central processing unit (CPU) to function.

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

    Routers have multiple interfaces, each on the same IP network.

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

    The default gateway identifies the router to which packets are sent when the destination is on the same local network subnet.

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

    Routers use routing tables to determine the best path to send packets.

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

    IP addresses must be configured on network infrastructure devices for remote management.

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

    A subnet mask identifies a unique host on a local network.

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

    A router interface must be configured with an address and subnet mask to be available.

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

    The 'no shutdown' command is used to deactivate a router interface.

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

    Show commands are used to verify the operation and configuration of interfaces on a router.

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

    Configuring a banner on a router is primarily for managing access to the device.

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

    Default LAN and WAN interfaces on a Cisco router are activated upon configuration.

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

    A routing protocol selects the best path based on the highest metric value.

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

    Equal cost load balancing allows a router to distribute packets across multiple paths equally.

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

    A directly connected route has an Administrative Distance (AD) of 1.

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

    RIP uses cumulative bandwidth as its metric for path determination.

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

    EIGRP utilizes metrics such as bandwidth, delay, load, and reliability to determine the best path.

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

    Study Notes

    Chapter 6: Routing Concepts

    • Routing is the process of forwarding traffic between networks
    • Routers are specialized computers responsible for routing traffic between networks
    • Routers use routing tables to determine the best path to send packets
    • Routers encapsulate packets and forward them to the appropriate interface
    • Routers use static routes and dynamic routing protocols to learn about remote networks and build their routing tables
    • Routers use information in data packets to make forwarding decisions
    • Routers have multiple interfaces connected to different IP networks, allowing them to connect multiple networks
    • Routers use encapsulation and de-encapsulation processes to switch packets between interfaces
    • Configuring interfaces with IP addresses and subnet masks enables network access
    • Devices need IP addresses, subnet masks, and default gateways to enable network access
    • Routers are computers with components like a CPU, OS (Cisco IOS), RAM, ROM, NVRAM, Flash, and hard drive.
    • Router components store information like running IOS, configuration file, IP routing, ARP tables, basic diagnostic software, and more

    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 encapsulation and de-encapsulation process used by routers when switching packets between interfaces.
    • Explain routing table entries for directly connected networks, and how a router builds a routing table of directly connected networks
    • Explain how to build a routing table using static routes.
    • Explain how to build a routing table using a dynamic routing protocol.

    Functions of a Router

    • Routers interconnect networks through multiple interfaces on different IP networks.
    • Routers choose best paths by using static routes and dynamic routing protocols to determine optimal routes to send packets.

    Connect Devices

    • Configure IP addresses, subnet masks, and default gateways on devices to enable network access.

    Document Network Addressing

    • Network documentation includes device names, interfaces, IP addresses, subnet masks, and default gateways.

    Enable IP on a Switch

    • Network infrastructure devices require IP addresses for remote management.
    • Switch management IP addresses are assigned on virtual interfaces.

    Basic Settings on a Router

    • Naming devices distinguishes them, and secures management access (EXEC, user EXEC, and Telnet).
    • Routers use banners to provide legal notification of unauthorized access.
    • Saves configurations for future use

    Configure an IPv4 Router Interface

    • Router interfaces must be configured with addresses and subnet masks for availability.
    • Activation prevents shutdown and ensures LAN/WAN interfaces are activated
    • Optional descriptions can be used for further clarity.

    Verify Connectivity of Directly Connected Networks

    • Show commands for interface operations and configurations
    • Show commands (show ip interfaces brief; show ip route; show running -config) for more detailed information about interfaces

    Switching Packets between Networks

    • Routers encapsulate packets at layers for switching between networks.
    • Routers use a process to forward packets to the next hop, including Layer 2 and Layer 3 data, the MAC (physical address), and router routing table information.

    Switching Packets between Networks

    • R3 forwards the packet to PC2, encapsulated and de-encapsulated in each network based on routing table information

    Path Determination

    • Routers determine the best path based on the routing protocol metric
    • Dynamic protocols include RIP (Hop count), OSPF (Cost-based cumulative bandwidth), and EIGRP (Bandwidth, delay, load, and reliability)

    Load Balancing

    • Routers forward packets using multiple paths equally with equal cost load balancing.

    Path Determination of the route

    • If multiple paths to a destination are configured on a router, the path with the lowest administrative distance (AD) is used.

    The Routing Table

    • Routing tables in RAM contain information about directly connected routes, remote routes, and network/next-hop associations

    Routing Table Sources

    • The show ip route command displays the content of the routing table. Includes local routes from interfaces.

    Remote Network Routing Entries

    • Remote network entries show how the router learned about the network, the destination network, the route source administrative distance, the metric to reach the remote network, the next-hop IP address, time since the network was discovered, and the outgoing interface to reach the remote network.

    Directly Connected Routes

    • Newly deployed routers without configured interfaces have empty routing tables.
    • Active, configured directly connected interfaces create routing table entries.

    Static Routes

    • Configuration method for specifying explicit paths between devices.
    • Static routes are manually configured and require manual updates for topology changes.
    • Benefits include security and resource control.
    • Command to configure static routes is ip route network mask next-hop-ip /exit-intf.

    Static Default Routes

    • Default static routes are configured when no routing table path is present for a destination network using ip route 0.0.0.0 0.0.0.0 {exit-intf | next-hop-ip} command

    Dynamic Routing Protocols

    • Routers share information about reachability and status of remote networks.
    • Dynamic routing protocols perform network discovery and maintain routing tables, examples include EIGRP, OSPF, IS-IS, and RIP.

    Studying That Suits You

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

    Quiz Team

    Related Documents

    Description

    Dive into the fundamentals of routing in networking with this quiz! Explore how routers forward traffic between networks, utilize routing tables, and leverage both static and dynamic protocols. Test your understanding of encapsulation, IP addresses, and subnetting as you learn the intricacies of network connectivity.

    More Like This

    Module 14: Routing Concepts
    28 questions
    BGP Routing Concepts Quiz
    24 questions

    BGP Routing Concepts Quiz

    HandsomeObsidian9851 avatar
    HandsomeObsidian9851
    Use Quizgecko on...
    Browser
    Browser