Skip to content
  • Home
  • CCNA Labs
    • CCNA 1 LAB Activities (v6 & v7)
    • CCNA 2 LAB Activities (v6 & v7)
    • CCNA 3 LAB Activities (v6 & v7)
    • CCNA 4 Lab Activities
  • Linux
    • Linux Unhatched
    • Linux Essentials 2.0
    • Linux Essentials
    • Introduction to Linux I
    • Introduction to Linux II
  • Programming
    • PCAP – Programming Essentials in Python
    • CLA – Programming Essentials in C
    • CPA Programming Essentials in C++
  • About
    • Contact Us
    • Privacy Policy

CCNA 7 Exam Answers 2023

Go with our CCIE, Passed 100%

  • ITE
    • ITE - IT Essentials v7.0
    • ITE - IT Essentials v6.0
      • IT Essentials Lab 2019
    • ITE v5.0 Exam
    • Virtual Activity Laptop
    • Virtual Activity Desktop
  • NE
    • MF
  • CCNA
    • CCNA1
      • CCNA1 v7.0 – ITN
      • CCNA1 v6.0
    • CCNA2
      • CCNA2 v7.0 – SRWE
      • CCNA2 v6.0
    • CCNA3
      • CCNA3 v7.0 – ENSA
      • CCNA3 v6.0
    • CCNA4
      • CCNA4 v6.0
  • Cyber-Security
    • ITC – Introduction to Cybersecurity 2.1 (Level 1)
    • CE – Cybersecurity Essentials 1.1 (Level 2)
    • CCNA CyberOps 1.1 (Level 3)
  • Security
    • CCNA Security v2
  • DevNet
  • CCNA PT Lab 2023

RSE CCNA 2 Chapter 2 Quiz Online

Last Updated on May 20, 2021 by Admin

RSE CCNA 2 Chapter 2 Quiz Online

RSE -- Chapter 2 Quiz

Time limit: 0

Quiz-summary

0 of 16 questions completed

Questions:

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16

Information

RSE — Chapter 2 Quiz

You have already completed the quiz before. Hence you can not start it again.

Quiz is loading...

You must sign in or sign up to start the quiz.

You have to finish following quiz, to start this quiz:

Results

0 of 16 questions answered correctly

Your time:

Time has elapsed

You have reached 0 of 0 points, (0)

Average score
 
 
Your score
 
 

Categories

  1. Not categorized 0%
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  1. Answered
  2. Review
  1. Question 1 of 16
    1. Question
    1 points
    Why would a summarized static route be configured on a router?
    Correct

    Incorrect

    A summary route represents multiple networks. A summarized static route does not necessarily provide a better route than a routing protocol does. A default static route would provide a default gateway for a router that is connected to an ISP. Routing protocol updates may not necessarily be reduced in if static route routes are also used.

    Hint

    A summary route represents multiple networks. A summarized static route does not necessarily provide a better route than a routing protocol does. A default static route would provide a default gateway for a router that is connected to an ISP. Routing protocol updates may not necessarily be reduced in if static route routes are also used.

  2. Question 2 of 16
    2. Question
    1 points
    Which static route statement shows a recursive IPv6 static route?
    Correct

    Incorrect

    In a recursive static route, only the next-hop IPv6 address is specified. As a consequence, the router must perform a recursive route table lookup to find an exit interface associated with the network of the IPv6 address.

    Hint

    In a recursive static route, only the next-hop IPv6 address is specified. As a consequence, the router must perform a recursive route table lookup to find an exit interface associated with the network of the IPv6 address.

  3. Question 3 of 16
    3. Question
    2 points
    A network administrator notices that a correctly entered static route is not in the routing table. What two router commands would an administrator use to determine if the exit interface was up and the next hop address is available? (Choose two.)
    Correct

    Incorrect

    The network administrator could use the show ip interface brief command to verify that the exit interface or the interface connected to the next hop address is up and up. The ping command can be used to see if the next hop address is reachable. The show ip route command displays the routing table. The show ip protocols command is used when a routing protocol is enabled. The tracert command is used from a Windows PC.

    Hint

    The network administrator could use the show ip interface brief command to verify that the exit interface or the interface connected to the next hop address is up and up. The ping command can be used to see if the next hop address is reachable. The show ip route command displays the routing table. The show ip protocols command is used when a routing protocol is enabled. The tracert command is used from a Windows PC.

  4. Question 4 of 16
    4. Question
    1 points

    Fill in the blank. Refer to the exhibit.

    RSE CCNA 2 Chapter 2 Quiz Answers 2018 2019 02
    RSE CCNA 2 Chapter 2 Quiz Answers 2018 2019 02

    On R1, the command to configure a static route to network 172.16.2.0 by specifying the next-hop IP address is ip route 172.16.2.0 255.255.255.0 ……………………………………… .​

    Correct

    Incorrect

    When a static route is to be configured via the next-hop IP address, the IP address of the interface of the next router in the path to the destination is used.

    Hint

    When a static route is to be configured via the next-hop IP address, the IP address of the interface of the next router in the path to the destination is used.

  5. Question 5 of 16
    5. Question
    1 points

    Fill in the blank.
    A ……………………………… static route can be used to provide a backup route to a dynamically learned rou.te.

    Correct

    Incorrect

    An example of a floating static route used in conjunction with the EIGRP routing protocol would be as follows.
    (config)# ip route 192.168.10.0 255.255.255.0 95
    Notice the extra number at the end of the static route. This route only appears in the routing table if the EIGRP-learned route with an administrative distance of 90 went down. That floating static route cannot appear in the routing table when a route with a better administrative distance exists.

    Hint

    An example of a floating static route used in conjunction with the EIGRP routing protocol would be as follows.
    (config)# ip route 192.168.10.0 255.255.255.0 95
    Notice the extra number at the end of the static route. This route only appears in the routing table if the EIGRP-learned route with an administrative distance of 90 went down. That floating static route cannot appear in the routing table when a route with a better administrative distance exists.

  6. Question 6 of 16
    6. Question
    1 points

    Refer to the exhibit. Which set of commands will configure static routes that will allow the Park and the Alta routers to a) forward packets to each LAN and b) direct all other traffic to the Internet?

    RSE CCNA 2 Chapter 2 Quiz Answers 2018 2019 01
    RSE CCNA 2 Chapter 2 Quiz Answers 2018 2019 01

    Correct

    Incorrect

  7. Question 7 of 16
    7. Question
    1 points
    What network address and subnet mask combination would be used to create a default static route that matches any IPv4 destination?
    Correct

    Incorrect

    For a route to be considered a default static route it must use a network ID and subnetmask combination that will match any destination IP address. The address and mask of 0.0.0.0 0.0.0.0 in a static route will create a route table entry that matches any destination.

    Hint

    For a route to be considered a default static route it must use a network ID and subnetmask combination that will match any destination IP address. The address and mask of 0.0.0.0 0.0.0.0 in a static route will create a route table entry that matches any destination.

  8. Question 8 of 16
    8. Question
    1 points
    A network administrator enters the following command into Router1: ip route 192.168.0.0 255.255.255.0 S0/1/0. Router1 then receives a packet that is destined for 192.168.0.22/24. After finding the recently configured static route in the routing table, what does Router1 do next to process the packet?
    Correct

    Incorrect

  9. Question 9 of 16
    9. Question
    1 points

    Consider the following command:

    ip route 192.168.10.0 255.255.255.0 10.10.10.2 5

    Which route would have to go down in order for this static route to appear in the routing table?

    Correct

    Incorrect

    The administrative distance of 5 added to the end of the static route creates a floating static situation for a static route that goes down. Static routes have a default administrative distance of 1. This route that has an administrative distance of 5 will not be placed into the routing table unless the previously entered static route to the 192.168.10.0/24 goes down or was never entered. The administrative distance of 5 added to the end of the static route configuration creates a floating static route that will be placed in the routing table when the primary route to the same destination network goes down. By default, a static route to the 192.168.10.0/24 network has an administrative distance of 1. Therefore, the floating route with an administrative distance of 5 will not be placed into the routing table unless the previously entered static route to the 192.168.10.0/24 goes down or was never entered. Because the floating route has an administrative distance of 5, the route is preferred to an OSPF-learned route (with the administrative distance of 110) or an EIGRP-learned route (with the administrative distance of 110) to the same destination network.

    Hint

    The administrative distance of 5 added to the end of the static route creates a floating static situation for a static route that goes down. Static routes have a default administrative distance of 1. This route that has an administrative distance of 5 will not be placed into the routing table unless the previously entered static route to the 192.168.10.0/24 goes down or was never entered. The administrative distance of 5 added to the end of the static route configuration creates a floating static route that will be placed in the routing table when the primary route to the same destination network goes down. By default, a static route to the 192.168.10.0/24 network has an administrative distance of 1. Therefore, the floating route with an administrative distance of 5 will not be placed into the routing table unless the previously entered static route to the 192.168.10.0/24 goes down or was never entered. Because the floating route has an administrative distance of 5, the route is preferred to an OSPF-learned route (with the administrative distance of 110) or an EIGRP-learned route (with the administrative distance of 110) to the same destination network.

  10. Question 10 of 16
    10. Question
    1 points
    What type of static route is created when the next-hop IP address and exit interface are specified?
    Correct

    Incorrect

    A fully specified static route has the next-hop IP address and exit interface specified. A recursive static route has only the next-hop IP address specified. A directly attached static route has only the router exit interface specified. A floating static route has a higher metric than the dynamic routes and serves as a backup route.

    Hint

    A fully specified static route has the next-hop IP address and exit interface specified. A recursive static route has only the next-hop IP address specified. A directly attached static route has only the router exit interface specified. A floating static route has a higher metric than the dynamic routes and serves as a backup route.

  11. Question 11 of 16
    11. Question
    1 points
    Which IPv6 static route would serve as a backup route to a dynamic route learned through OSPF?
    Correct

    Incorrect

    The command ipv6 route 2001:db8:acad:1::/32 2001:db8:acad:6::2 200, specifies a floating static route to the 2001:db8:acad:1::/32 network with an administrative distance of 200. Since OSPF has an administrative distance of 110, the static route would only be placed in the routing table if the OSPF learned route was removed.

    Hint

    The command ipv6 route 2001:db8:acad:1::/32 2001:db8:acad:6::2 200, specifies a floating static route to the 2001:db8:acad:1::/32 network with an administrative distance of 200. Since OSPF has an administrative distance of 110, the static route would only be placed in the routing table if the OSPF learned route was removed.

  12. Question 12 of 16
    12. Question
    2 points
    What are two reasons why an administrator might choose to use static routing rather than dynamic routing? (Choose two.)
    Correct

    Incorrect

    Because static routes must be created and changed manually, they require a larger investment of administrative time and do not scale easily. Static routes do not require additional CPU cycles to calculate and advertise routes, and they provide more security because they are not advertised over the network. Proper implementation of static routes requires the administrator to have a complete understanding of the network topology.

    Hint

    Because static routes must be created and changed manually, they require a larger investment of administrative time and do not scale easily. Static routes do not require additional CPU cycles to calculate and advertise routes, and they provide more security because they are not advertised over the network. Proper implementation of static routes requires the administrator to have a complete understanding of the network topology.

  13. Question 13 of 16
    13. Question
    1 points

    Fill in the blank.

    A ………………………. network is a network that is accessed by a single route.

    Correct

    Incorrect

  14. Question 14 of 16
    14. Question
    1 points
    What is a characteristic of a default static route? ​
    Correct

    Incorrect

    A default static route is a route that matches all packets. It identifies the gateway IP address to which the router sends all IP packets for which the router does not have a learned or static route. A default static route is simply a static route with 0.0.0.0/0 as the destination IPv4 address. Configuring a default static route creates a gateway of last resort.​

    Hint

    A default static route is a route that matches all packets. It identifies the gateway IP address to which the router sends all IP packets for which the router does not have a learned or static route. A default static route is simply a static route with 0.0.0.0/0 as the destination IPv4 address. Configuring a default static route creates a gateway of last resort.​

  15. Question 15 of 16
    15. Question
    1 points

    What command, or set of commands, would be used to determine if the following configuration on router HQ works as designed?

    ip route 0.0.0.0 0.0.0.0 serial 0/0/0 10
    ip route 0.0.0.0 0.0.0.0 serial 0/1/0

    Correct

    Incorrect

    To test a floating static route, take down the main route/link in order to see whether the backup link appears in the routing table. The show ip route command simply shows the routing table. Only one of the static routes would be shown at any one time.

    Hint

    To test a floating static route, take down the main route/link in order to see whether the backup link appears in the routing table. The show ip route command simply shows the routing table. Only one of the static routes would be shown at any one time.

  16. Question 16 of 16
    16. Question
    1 points
    Which command would create a valid IPv6 default route?
    Correct

    Incorrect

    The correct prefix and prefix length for a default route is ::/0, which matches any address. ::/128 matches only the specific address of all zeros. When creating a static route that uses a link-local address as the next hop, an exit interface must also be specified for the route to be valid.

    Hint

    The correct prefix and prefix length for a default route is ::/0, which matches any address. ::/128 matches only the specific address of all zeros. When creating a static route that uses a link-local address as the next hop, an exit interface must also be specified for the route to be valid.

  • CCNA1 v7
  • CCNA2 v7
  • CCNA3 v7
System Test Exam Answers
Modules 1 – 3 Exam Answers
Modules 4 – 7 Exam Answers
Modules 8 – 10 Exam Answers
Modules 11 – 13 Exam Answers
Modules 14 – 15 Exam Answers
Modules 16 – 17 Exam Answers
Practice Final – ITN Answers
Course Feedback
ITN Practice PT Skills Assessment (PTSA)
Final Exam Answers
Modules 1 – 4 Exam Answers
Modules 5 – 6 Exam Answers
Modules 7 – 9 Exam Answers
Modules 10 – 13 Exam Answers
Modules 14 – 16 Exam Answers
ITN Practice Skills Assessment – PT Answers
SRWE Practice Skills Assessment – PT Part 1 Answers
SRWE Practice Skills Assessment – PT Part 2 Answers
SRWE Hands On Skills Exam Answers
SRWE Practice Final Exam Answers
SRWE Final Exam Answers 
Modules 1 – 2 Exam Answers
Modules 3 – 5 Exam Answers
Modules 6 – 8 Exam Answers
Modules 9 – 12 Exam Answers
Modules 13 – 14 Exam Answers
ITN Practice PT Skills Assessment (PTSA) Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 1 Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 2 Answers
ENSA Practice PT Skills Assessment (PTSA) Answers
ENSA Hands On Skills Exam Answers
Practice Final – ENSA Answers
ENSA Final Exam Answers
CCNA Certification Practice Exam Answers

Copyright © 2023 PressExam.