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

CCNA 2 v6 RSE Chapter 2 Exam Online

Last Updated on May 20, 2021 by Admin

CCNA 2 v6 RSE Chapter 2 Exam Online

RSE -- Chapter 2 Exam

Time limit: 0

Quiz-summary

0 of 26 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
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  24. 24
  25. 25
  26. 26

Information

RSE — Chapter 2 Exam

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 26 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
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  24. 24
  25. 25
  26. 26
  1. Answered
  2. Review
  1. Question 1 of 26
    1. Question
    2 points
    What are two advantages of static routing over dynamic routing? (Choose two.)
    Correct

    Incorrect

    Static routing requires a thorough understanding of the entire network for proper implementation. It can be prone to errors and does not scale well for large networks. Static routing uses fewer router resources, because no computing is required for updating routes. Static routing can also be more secure because it does not advertise over the network.

    Hint
    Static routing requires a thorough understanding of the entire network for proper implementation. It can be prone to errors and does not scale well for large networks. Static routing uses fewer router resources, because no computing is required for updating routes. Static routing can also be more secure because it does not advertise over the network.
  2. Question 2 of 26
    2. Question
    1 points

    Refer to the exhibit. What routing solution will allow both PC A and PC B to access the Internet with the minimum amount of router CPU and network bandwidth utilization?

    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 03
    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 03

    Correct

    Incorrect

    Two routes have to be created: a default route in R1 to reach Edge and a static route in Edge to reach R1 for the return traffic. This is a best solution once PC A and PC B belong to stub networks. Moreover, static routing consumes less bandwidth than dynamic routing.

    Hint
    Two routes have to be created: a default route in R1 to reach Edge and a static route in Edge to reach R1 for the return traffic. This is a best solution once PC A and PC B belong to stub networks. Moreover, static routing consumes less bandwidth than dynamic routing.
  3. Question 3 of 26
    3. Question
    1 points
    What is the correct syntax of a floating static route?
    Correct

    Incorrect

    Floating static routes are used as backup routes, often to routes learned from dynamic routing protocols. To be a floating static route, the configured route must have a higher administrative distance than the primary route. For example, if the primary route is learned through OSPF, then a floating static route that serves as a backup to the OSPF route must have an administrative distance greater than 110. The administrative distance on a floating static route is put at the end of the static route: ip route 209.165.200.228 255.255.255.248 10.0.0.1 120.

    Hint
    Floating static routes are used as backup routes, often to routes learned from dynamic routing protocols. To be a floating static route, the configured route must have a higher administrative distance than the primary route. For example, if the primary route is learned through OSPF, then a floating static route that serves as a backup to the OSPF route must have an administrative distance greater than 110. The administrative distance on a floating static route is put at the end of the static route: ip route 209.165.200.228 255.255.255.248 10.0.0.1 120.
  4. Question 4 of 26
    4. Question
    1 points
    What is a characteristic of a static route that matches all packets?
    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 it 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 it 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.
  5. Question 5 of 26
    5. Question
    1 points
    What type of route allows a router to forward packets even though its routing table contains no specific route to the destination network?
    Correct

    Incorrect

  6. Question 6 of 26
    6. Question
    1 points
    Why would a floating static route be configured with an administrative distance that is higher than the administrative distance of a dynamic routing protocol that is running on the same router?
    Correct

    Incorrect

    By default, dynamic routing protocols have a higher administrative distance than static routes. Configuring a static route with a higher administrative distance than that of the dynamic routing protocol will result in the dynamic route being used instead of the static route. However, should the dynamically learned route fail, then the static route will be used as a backup.

    Hint
    By default, dynamic routing protocols have a higher administrative distance than static routes. Configuring a static route with a higher administrative distance than that of the dynamic routing protocol will result in the dynamic route being used instead of the static route. However, should the dynamically learned route fail, then the static route will be used as a backup.
  7. Question 7 of 26
    7. Question
    1 points

    A company has several networks with the following IP address requirements:
    IP phones – 50
    PCs – 70
    IP cameras – 10
    wireless access points – 10
    network printers – 10
    network scanners – 2

    Which block of addresses would be the minimum to accommodate all of these devices if each type of device was on its own network?

    Correct

    Incorrect

    The network for the PCs would require a subnet mask of /25 in order to accommodate 70 devices. That network could use IP addresses 0 through 127. Phones require a subnet mask of /26 for 50 devices (addresses 128-191). Three /28 networks are needed in order to accommodate cameras, APs, and printers. The network scanner network can use a /30. A block of addresses with a mask of /24 will accommodate this site as the minimum amount needed.

    Hint
    The network for the PCs would require a subnet mask of /25 in order to accommodate 70 devices. That network could use IP addresses 0 through 127. Phones require a subnet mask of /26 for 50 devices (addresses 128-191). Three /28 networks are needed in order to accommodate cameras, APs, and printers. The network scanner network can use a /30. A block of addresses with a mask of /24 will accommodate this site as the minimum amount needed.
  8. Question 8 of 26
    8. Question
    1 points
    What happens to a static route entry in a routing table when the outgoing interface associated with that route goes into the down state?
    Correct

    Incorrect

    When the interface associated with a static route goes down, the router will remove the route because it is no longer valid.

    Hint
    When the interface associated with a static route goes down, the router will remove the route because it is no longer valid.
  9. Question 9 of 26
    9. Question
    1 points
    The network administrator configures the router with the ip route 172.16.1.0 255.255.255.0 172.16.2.2 command. How will this route appear in the routing table?
    Correct

    Incorrect

  10. Question 10 of 26
    10. Question
    2 points

    Refer to the exhibit. What two commands will change the next-hop address for the 10.0.0.0/8 network from 172.16.40.2 to 192.168.1.2? (Choose two.)

    Correct

    Incorrect

    The two required commands are A(config)# no ip route 10.0.0.0 255.0.0.0 172.16.40.2 and A(config)# ip route 10.0.0.0 255.0.0.0 192.168.1.2.

    Hint
    The two required commands are A(config)# no ip route 10.0.0.0 255.0.0.0 172.16.40.2 and A(config)# ip route 10.0.0.0 255.0.0.0 192.168.1.2.
  11. Question 11 of 26
    11. Question
    1 points
    Which type of static route that is configured on a router uses only the exit interface?
    Correct

    Incorrect

    When only the exit interface is used, the route is a directly connected static route. When the next-hop IP address is used, the route is a recursive static route. When both are used, it is a fully specified static route.

    Hint
    When only the exit interface is used, the route is a directly connected static route. When the next-hop IP address is used, the route is a recursive static route. When both are used, it is a fully specified static route.
  12. Question 12 of 26
    12. Question
    1 points

    Refer to the graphic. Which command would be used on router A to configure a static route to direct traffic from LAN A that is destined for LAN C?

    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 05
    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 05

    Correct

    Incorrect

    The destination network on LAN C is 192.168.4.0 and the next-hop address from the perspective of router A is 192.168.3.2.

    Hint
    The destination network on LAN C is 192.168.4.0 and the next-hop address from the perspective of router A is 192.168.3.2.
  13. Question 13 of 26
    13. Question
    1 points

    Refer to the exhibit. The network administrator needs to configure a default route on the Border router. Which command would the administrator use to configure a default route that will require the least amount of router processing when forwarding packets?

    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 04
    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 04

    Correct

    Incorrect

    The default route configured with the next-hop option requires a recursive lookup.

    Hint
    The default route configured with the next-hop option requires a recursive lookup.
  14. Question 14 of 26
    14. Question
    2 points
    What two pieces of information are needed in a fully specified static route to eliminate recursive lookups? (Choose two.)
    Correct

    Incorrect

    A fully specified static route can be used to avoid recursive routing table lookups by the router. A fully specified static route contains both the IP address of the next-hop router and the ID of the exit interface.

    Hint
    A fully specified static route can be used to avoid recursive routing table lookups by the router. A fully specified static route contains both the IP address of the next-hop router and the ID of the exit interface.
  15. Question 15 of 26
    15. Question
    1 points

    Refer to the exhibit. What command would be used to configure a static route on R1 so that traffic from both LANs can reach the 2001:db8:1:4::/64 remote network?

    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 09
    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 09

    Correct

    Incorrect

    To configure an IPv6 static route, use the ipv6 route command followed by the destination network. Then add either the IP address of the adjacent router or the interface R1 will use to transmit a packet to the 2001:db8:1:4::/64 network.

    Hint
    To configure an IPv6 static route, use the ipv6 route command followed by the destination network. Then add either the IP address of the adjacent router or the interface R1 will use to transmit a packet to the 2001:db8:1:4::/64 network.
  16. Question 16 of 26
    16. Question
    1 points

    Refer to the exhibit. Which default static route command would allow R1 to potentially reach all unknown networks on the Internet?

    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 08
    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 08

    Correct

    Incorrect

    To route packets to unknown IPv6 networks a router will need an IPv6 default route. The static route ipv6 route ::/0 G0/1 fe80::2 will match all networks and send packets out the specified exit interface G0/1 toward R2.

    Hint
    To route packets to unknown IPv6 networks a router will need an IPv6 default route. The static route ipv6 route ::/0 G0/1 fe80::2 will match all networks and send packets out the specified exit interface G0/1 toward R2.
  17. Question 17 of 26
    17. 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.
  18. Question 18 of 26
    18. Question
    1 points

    Refer to the exhibit. The routing table for R2 is as follows:

    Gateway of last resort is not set

    10.0.0.0/30 is subnetted, 2 subnets
    C 10.0.0.0 is directly connected, Serial0/0/0
    C 10.0.0.4 is directly connected, Serial0/0/1
    192.168.10.0/26 is subnetted, 3 subnets
    S 192.168.10.0 is directly connected, Serial0/0/0
    C 192.168.10.64 is directly connected, FastEthernet0/0
    S 192.168.10.128 [1/0] via 10.0.0.6

    What will router R2 do with a packet destined for 192.168.10.129?

    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 02
    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 02

    Correct

    Incorrect

    When a static route is configured with the next hop address (as in the case of the 192.168.10.128 network), the output of the show ip route command lists the route as “via” a particular IP address. The router has to look up that IP address to determine which interface to send the packet out. Because the IP address of 10.0.0.6 is part of network 10.0.0.4, the router sends the packet out interface Serial0/0/1.

    Hint
    When a static route is configured with the next hop address (as in the case of the 192.168.10.128 network), the output of the show ip route command lists the route as “via” a particular IP address. The router has to look up that IP address to determine which interface to send the packet out. Because the IP address of 10.0.0.6 is part of network 10.0.0.4, the router sends the packet out interface Serial0/0/1.
  19. Question 19 of 26
    19. Question
    1 points
    A network administrator has entered a static route to an Ethernet LAN that is connected to an adjacent router. However, the route is not shown in the routing table. Which command would the administrator use to verify that the exit interface is up?
    Correct

    Incorrect

    The network administrator should 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 show ip route command has already been issued by the administrator. 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 should 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 show ip route command has already been issued by the administrator. The show ip protocols command is used when a routing protocol is enabled. The tracert command is used from a Windows PC.
  20. Question 20 of 26
    20. Question
    1 points

    Consider the following command:

    ip route 192.168.10.0 255.255.255.0 10.10.10.2 5

    How would an administrator test this configuration?

    Correct

    Incorrect

    A floating static is a backup route that only appears in the routing table when the interface used with the primary route is down. To test a floating static route, the route must be in the routing table. Therefore, shutting down the interface used as a primary route would allow the floating static route to appear in the routing table.

    Hint
    A floating static is a backup route that only appears in the routing table when the interface used with the primary route is down. To test a floating static route, the route must be in the routing table. Therefore, shutting down the interface used as a primary route would allow the floating static route to appear in the routing table.
  21. Question 21 of 26
    21. Question
    1 points

    Refer to the exhibit. The small company shown uses static routing. Users on the R2 LAN have reported a problem with connectivity. What is the issue?

    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 07
    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 07

    Correct

    Incorrect

    R1 has a default route to the Internet. R2 has a default route to R1. R1 is missing a static route for the 10.0.60.0 network. Any traffic that reached R1 and is destined for 10.0.60.0/24 will be routed to the ISP.

    Hint
    R1 has a default route to the Internet. R2 has a default route to R1. R1 is missing a static route for the 10.0.60.0 network. Any traffic that reached R1 and is destined for 10.0.60.0/24 will be routed to the ISP.
  22. Question 22 of 26
    22. Question
    3 points
    Which three IOS troubleshooting commands can help to isolate problems with a static route? (Choose three.)
    Correct

    Incorrect

    The ping, show ip route, and show ip interface brief commands provide information to help troubleshoot static routes. Show version does not provide any routing information. The tracert command is used at the Windows command prompt and is not an IOS command. The show arp command displays learned IP address to MAC address mappings contained in the Address Resolution Protocol (ARP) table.

    Hint
    The ping, show ip route, and show ip interface brief commands provide information to help troubleshoot static routes. Show version does not provide any routing information. The tracert command is used at the Windows command prompt and is not an IOS command. The show arp command displays learned IP address to MAC address mappings contained in the Address Resolution Protocol (ARP) table.
  23. Question 23 of 26
    23. Question
    1 points
    An administrator issues the ipv6 route 2001:db8:acad:1::/32 gigabitethernet0/0 2001:db8:acad:6::1 100 command on a router. What administrative distance is assigned to this route?
    Correct

    Incorrect

    The command ipv6 route 2001:db8:acad:1::/32 gigabitethernet0/0 2001:db8:acad:6::1 100 will configure a floating static route on a router. The 100 at the end of the command specifies the administrative distance of 100 to be applied to the route.

    Hint
    The command ipv6 route 2001:db8:acad:1::/32 gigabitethernet0/0 2001:db8:acad:6::1 100 will configure a floating static route on a router. The 100 at the end of the command specifies the administrative distance of 100 to be applied to the route.
  24. Question 24 of 26
    24. Question
    1 points

    Refer to the exhibit. The network engineer for the company that is shown wants to use the primary ISP connection for all external connectivity. The backup ISP connection is used only if the primary ISP connection fails. Which set of commands would accomplish this goal?

    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 06
    CCNA 2 RSE 6.0 Chapter 2 Exam Answers 2018 2019 06

    Correct

    Incorrect

    A static route that has no administrative distance added as part of the command has a default administrative distance of 1. The backup link should have a number higher than 1. The correct answer has an administrative distance of 10. The other quad zero route would load balance packets across both links and both links would appear in the routing table. The remaining answers are simply static routes (either a default route or a floating static default route).

    Hint
    A static route that has no administrative distance added as part of the command has a default administrative distance of 1. The backup link should have a number higher than 1. The correct answer has an administrative distance of 10. The other quad zero route would load balance packets across both links and both links would appear in the routing table. The remaining answers are simply static routes (either a default route or a floating static default route).
  25. Question 25 of 26
    25. Question
    1 points

    Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.

    Why are the pings from PC0 to Server0 not successful?

    Correct

    Incorrect

    Static routes should specify either a local interface or a next-hop IP address.

    Hint
    Static routes should specify either a local interface or a next-hop IP address.
  26. Question 26 of 26
    26. Question
    1 points

    Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.

    What IPv6 static route can be configured on router R1 to make a fully converged network?

    Correct

    Incorrect

    To reach the remote network, R1 will need a static route with a destination IPv6 address of 2001:db8:10:12::/64 and an exit interface of S0/0/1. The correct static route configuration will be as follows: ipv6 route 2001:db8:10:12::/64 S0/0/1.

    Hint
    To reach the remote network, R1 will need a static route with a destination IPv6 address of 2001:db8:10:12::/64 and an exit interface of S0/0/1. The correct static route configuration will be as follows: ipv6 route 2001:db8:10:12::/64 S0/0/1.
  • 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.