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 9 Quiz Online

Last Updated on May 20, 2021 by Admin

RSE CCNA 2 Chapter 9 Quiz Online

RSE -- Chapter 9 Quiz

Time limit: 0

Quiz-summary

0 of 11 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

Information

RSE — Chapter 9 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 11 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
  1. Answered
  2. Review
  1. Question 1 of 11
    1. Question
    1 points
    A network administrator wants to examine the active NAT translations on a border router. Which command would perform the task?
    Correct

    Incorrect

    The clear ip nat translations command clears all dynamic address translation entries from the NAT translation table. The debug ip nat command is used to verify the operation of NAT. The show ip nat statistics command displays information about the total number of active translations, NAT configuration parameters, the number of addresses in the pool, and the number that have been allocated. The show ip nat translations command displays the active NAT translations.

    Hint

    The clear ip nat translations command clears all dynamic address translation entries from the NAT translation table. The debug ip nat command is used to verify the operation of NAT. The show ip nat statistics command displays information about the total number of active translations, NAT configuration parameters, the number of addresses in the pool, and the number that have been allocated. The show ip nat translations command displays the active NAT translations.

  2. Question 2 of 11
    2. Question
    1 points
    A company designs its network so that the PCs in the internal network are assigned IP addresses from DHCP servers, and the packets that are sent to the Internet are translated through a NAT-enabled router. What type of NAT enables the router to populate the translation table from a pool of unique public addresses, as the PCs send packets through the router to the Internet?
    Correct

    Incorrect

    ARP is the address resolution protocol and is used to obtain the MAC address of the destination device. Static NAT is a one-to-one mapping between the local and global addresses of a device. PAT, otherwise known as NAT overload, maps multiple private IP addresses to a singular public address or group of addresses. Dynamic NAT uses a pool of public IP addresses and assigns them to requesting devices on a first-come, first-served basis. In the case of dynamic NAT, each device would have a unique public IP address from the pool of public IP addresses as the source IP address in the packets that they send.

    Hint

    ARP is the address resolution protocol and is used to obtain the MAC address of the destination device. Static NAT is a one-to-one mapping between the local and global addresses of a device. PAT, otherwise known as NAT overload, maps multiple private IP addresses to a singular public address or group of addresses. Dynamic NAT uses a pool of public IP addresses and assigns them to requesting devices on a first-come, first-served basis. In the case of dynamic NAT, each device would have a unique public IP address from the pool of public IP addresses as the source IP address in the packets that they send.

  3. Question 3 of 11
    3. Question
    1 points
    What is the purpose of entering the command ip nat inside source static tcp 192.168.10.2 80 209.165.200.223 8080 at the global configuration prompt?
    Correct

    Incorrect

    The displayed command establishes static translation between an inside local address and local port and an inside global address and global port. In order to identify the inside NAT interface, the command Router(config-if)# ip nat inside would have to be entered on the respective interface.

    Hint

    The displayed command establishes static translation between an inside local address and local port and an inside global address and global port. In order to identify the inside NAT interface, the command Router(config-if)# ip nat inside would have to be entered on the respective interface.

  4. Question 4 of 11
    4. Question
    1 points
    Which statement accurately describes dynamic NAT?
    Correct

    Incorrect

    Dynamic NAT provides a dynamic mapping of inside local to inside global IP addresses. NAT is merely the one-to-one mapping of one address to another address without taking into account whether the address is public or private. DHCP is automatic assignment of IP addresses to hosts. DNS is mapping host names to IP addresses.

    Hint

    Dynamic NAT provides a dynamic mapping of inside local to inside global IP addresses. NAT is merely the one-to-one mapping of one address to another address without taking into account whether the address is public or private. DHCP is automatic assignment of IP addresses to hosts. DNS is mapping host names to IP addresses.

  5. Question 5 of 11
    5. Question
    5 points

    Refer to the exhibit. Router R2 is configured with static NAT. Place in order the steps that occur when the client accesses the web server through the router. (Not all options are used.)

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

    Sort elements
    • The client uses the inside global address of the web server as the destination address to send a packet to the web server.
    • R2 receives the packet on its outside interface, then checks and locates the destination address in its NAT table.
    • R2 replaces the inside global address with the inside local address of the web server and forwards the packet to the web server.
    • The web server uses the outside global address of the client as the destination address when responding.
    • R2 receives the packet from the web server. R2 checks the NAT table, then translates the source address of the web server into an inside global address and forwards the packet.
    • The web server responds to the client using its outside global address as the source address.
    • Step 1
      • Step 2
        • Step 3
          • Step 4
            • Step 5
              Correct

              Incorrect

              Static NAT translations are usually used when clients on the outside network (Internet) need to reach servers on the inside (internal) network. The process begins with the client trying to communicate with the web server by the use of the inside global address of the web server as the destination address. The router receives this on its outside interface, consults its NAT table, locates the destination address, and forwards the packet to the web server on the internal network via its inside local address. The web server response goes to the router, which replaces the web server inside local address with the global address (NAT table) and forwards the packet to the client on its external interface.

              Hint

              Static NAT translations are usually used when clients on the outside network (Internet) need to reach servers on the inside (internal) network. The process begins with the client trying to communicate with the web server by the use of the inside global address of the web server as the destination address. The router receives this on its outside interface, consults its NAT table, locates the destination address, and forwards the packet to the web server on the internal network via its inside local address. The web server response goes to the router, which replaces the web server inside local address with the global address (NAT table) and forwards the packet to the client on its external interface.

            • Question 6 of 11
              6. Question
              1 points

              Refer to the exhibit. Router R1 is configured with static NAT. Addressing on the router and the web server are correctly configured, but there is no connectivity between the web server and users on the Internet. What is a possible reason for this lack of connectivity?

              RSE CCNA 2 Chapter 9 Quiz Answers 2018 2019 04
              RSE CCNA 2 Chapter 9 Quiz Answers 2018 2019 04

              Correct

              Incorrect

              The correct syntax would be R1(config)# ip nat inside source static 192.168.11.11 209.165.200.1. (The inside local address is 192.168.11 and the inside global address is 209.165.200.1.)

              Hint

              The correct syntax would be R1(config)# ip nat inside source static 192.168.11.11 209.165.200.1. (The inside local address is 192.168.11 and the inside global address is 209.165.200.1.)

            • Question 7 of 11
              7. Question
              1 points
              Typically, which network device would be used to perform NAT for a corporate environment?
              Correct

              Incorrect

              Typically, the translation from private IP addresses to public IP addresses is performed on routers in corporate environments. In a home environment, this device might be an access point that has routing capability or the DSL or cable router.

              Hint

              Typically, the translation from private IP addresses to public IP addresses is performed on routers in corporate environments. In a home environment, this device might be an access point that has routing capability or the DSL or cable router.

            • Question 8 of 11
              8. Question
              1 points

              Refer to the exhibit. Router R1 is configured for PAT. What is a possible reason that the addresses in the network are not translated?

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

              Correct

              Incorrect

              The wildcard mask in the access control entry does not allow traffic from both the 192.168.11.0/24 and the 192.168.12.0/24 networks. The correct configuration command is R1(config)# access-list 1 permit 192.168.0.0 0.0.255.255.

              Hint

              The wildcard mask in the access control entry does not allow traffic from both the 192.168.11.0/24 and the 192.168.12.0/24 networks. The correct configuration command is R1(config)# access-list 1 permit 192.168.0.0 0.0.255.255.

            • Question 9 of 11
              9. Question
              1 points
              A network administrator configures the border router with the command R1(config)# ip nat inside source list 4 pool corp. Which ACL is required to be configured in order for this command to function?
              Correct

              Incorrect

              In order for the ip nat inside source list 4 pool corp command to work, the following procedure needs to be used:

              • Create an access list that defines the private IP addresses affected by NAT.
              • Establish a NAT pool of starting and ending public IP addresses using the ip nat pool command.
              • Use the ip nat inside source list command to associate the access list with the NAT pool.
              • Apply NAT to internal and external interfaces by using the ip nat inside and ip nat outside commands.
              Hint

              In order for the ip nat inside source list 4 pool corp command to work, the following procedure needs to be used:

              • Create an access list that defines the private IP addresses affected by NAT.
              • Establish a NAT pool of starting and ending public IP addresses using the ip nat pool command.
              • Use the ip nat inside source list command to associate the access list with the NAT pool.
              • Apply NAT to internal and external interfaces by using the ip nat inside and ip nat outside commands.
            • Question 10 of 11
              10. Question
              1 points

              Refer to the exhibit. The NAT configuration applied to the router is as follows:
              ERtr(config)# access-list 1 permit 10.0.0.0 0.255.255.255
              ERtr(config)# ip nat pool corp 209.165.201.6 209.165.201.30 netmask 255.255.255.224
              ERtr(config)# ip nat inside source list 1 pool corp overload
              ERtr(config)# ip nat inside source static 10.10.10.55 209.165.201.4
              ERtr(config)# interface gigabitethernet 0/0
              ERtr(config-if)# ip nat inside
              ERtr(config-if)# interface serial 0/0/0
              ERtr(config-if)# ip nat outside

              Based on the configuration and the output shown, what can be determined about the NAT status within the organization?

              RSE CCNA 2 Chapter 9 Quiz Answers 2018 2019 03
              RSE CCNA 2 Chapter 9 Quiz Answers 2018 2019 03

              Correct

              Incorrect

              There is not enough information given because the router might not be attached to the network yet, the interfaces might not have IP addresses assigned yet, or the command could have been issued in the middle of the night. The output does match the given configuration, so no typographical errors were made when the NAT commands were entered.

              Hint

              There is not enough information given because the router might not be attached to the network yet, the interfaces might not have IP addresses assigned yet, or the command could have been issued in the middle of the night. The output does match the given configuration, so no typographical errors were made when the NAT commands were entered.

            • Question 11 of 11
              11. Question
              1 points
              What is correct in relation to NAT for IPv6?
              Correct

              Incorrect

              NAT for IPv6 is a temporary measure to aid in the move from IPv4 to IPv6. NAT64 is replacing NAT-PT. Dual stack is a method for running IPv4 and IPv6 on the same network.

              Hint

              NAT for IPv6 is a temporary measure to aid in the move from IPv4 to IPv6. NAT64 is replacing NAT-PT. Dual stack is a method for running IPv4 and IPv6 on the same network.

            • 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.