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

Last Updated on May 20, 2021 by Admin

CCNA 2 v6 RSE Chapter 9 Exam Online

RSE -- Chapter 9 Exam

Time limit: 0

Quiz-summary

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

Information

RSE — Chapter 9 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 21 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
  1. Answered
  2. Review
  1. Question 1 of 21
    1. Question
    1 points

    What is the primary purpose of NAT?

    Correct

    Incorrect

    NAT was developed to conserve IPv4 addresses. A side benefit is that NAT adds a small level of security by hiding the internal network addressing scheme. However, there are some drawbacks of using NAT. It does not allow true peer-to-peer communication and it adds latency to outbound connections.

    Hint

    NAT was developed to conserve IPv4 addresses. A side benefit is that NAT adds a small level of security by hiding the internal network addressing scheme. However, there are some drawbacks of using NAT. It does not allow true peer-to-peer communication and it adds latency to outbound connections.

  2. Question 2 of 21
    2. Question
    1 points

    Which method is used by a PAT-enabled router to send incoming packets to the correct inside hosts?​

    Correct

    Incorrect

    A PAT-enabled router maintains a table that consists of a mapping of inside local IP addresses and TCP/UDP port numbers to outside local addresses and TCP/UDP port numbers. When traffic returns to the router from the public network, the router would compare the destination port to the PAT mapping table to determine to which inside host the traffic should be sent.

    Hint

    A PAT-enabled router maintains a table that consists of a mapping of inside local IP addresses and TCP/UDP port numbers to outside local addresses and TCP/UDP port numbers. When traffic returns to the router from the public network, the router would compare the destination port to the PAT mapping table to determine to which inside host the traffic should be sent.

  3. Question 3 of 21
    3. Question
    1 points

    A technician is required to configure an edge router to use a different TCP port number for each session with a server on the Internet. What type of Network Address Translation (NAT) should be implemented?

    Correct

    Incorrect

    Port Address Translation is also known as NAT overloading. PAT uses ports as an additional parameter to provide a multiplier effect, making it possible to reuse any one of the 10 inside global addresses up to 65,536 times.

    Hint

    Port Address Translation is also known as NAT overloading. PAT uses ports as an additional parameter to provide a multiplier effect, making it possible to reuse any one of the 10 inside global addresses up to 65,536 times.

  4. Question 4 of 21
    4. Question
    2 points

    What are two benefits of NAT? (Choose two.)

    Correct

    Incorrect

  5. Question 5 of 21
    5. Question
    1 points

    What is a disadvantage of NAT?

    Correct

    Incorrect

    Many Internet protocols and applications depend on end-to-end addressing from the source to the destination. Because parts of the header of the IP packets are modified, the router needs to alter the checksum of the IPv4 packets. Using a single public IP address allows for the conservation of legally registered IP addressing schemes. If an addressing scheme needs to be modified, it is cheaper to use private IP addresses.

    Hint

    Many Internet protocols and applications depend on end-to-end addressing from the source to the destination. Because parts of the header of the IP packets are modified, the router needs to alter the checksum of the IPv4 packets. Using a single public IP address allows for the conservation of legally registered IP addressing schemes. If an addressing scheme needs to be modified, it is cheaper to use private IP addresses.

  6. Question 6 of 21
    6. Question
    1 points

    What is an advantage of deploying IPv4 NAT technology for internal hosts in an organization?

    Correct

    Incorrect

    IPv4 NAT provides some benefits:
    – NAT conserves the legally registered addressing scheme.
    – NAT increases the flexibility of connections to the public network.
    – NAT provides consistency for internal network addressing schemes.
    – NAT provides certain level of network security by hiding the internal network topology and hosts.

    IPv4 NAT also brings some disadvantages:
    – NAT may impact the network performance due to the translation process
    – End-to-end addressing is lost, especially when dynamic NAT is used.
    – End-to-end IPv4 traceability is also lost.
    – NAT complicates tunneling protocols, such as IPsec.
    – Services that require the initiation of TCP connections from the outside network, or stateless protocols, such as those using UDP, can be disrupted.

    Hint

    IPv4 NAT provides some benefits:
    – NAT conserves the legally registered addressing scheme.
    – NAT increases the flexibility of connections to the public network.
    – NAT provides consistency for internal network addressing schemes.
    – NAT provides certain level of network security by hiding the internal network topology and hosts.

    IPv4 NAT also brings some disadvantages:
    – NAT may impact the network performance due to the translation process
    – End-to-end addressing is lost, especially when dynamic NAT is used.
    – End-to-end IPv4 traceability is also lost.
    – NAT complicates tunneling protocols, such as IPsec.
    – Services that require the initiation of TCP connections from the outside network, or stateless protocols, such as those using UDP, can be disrupted.

  7. Question 7 of 21
    7. Question
    1 points

    Refer to the exhibit. Which address or addresses represent the inside global address?

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

    Correct

    Incorrect

  8. Question 8 of 21
    8. Question
    1 points

    Refer to the exhibit. A technician is configuring R2 for static NAT to allow the client to access the web server. What is a possible reason that the client PC cannot access the web server?

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

    Correct

    Incorrect

    Interface S0/0/0 should be identified as the outside NAT interface. The command to do this would be R2(config-if)# ip nat outside.

    Hint

    Interface S0/0/0 should be identified as the outside NAT interface. The command to do this would be R2(config-if)# ip nat outside.

  9. Question 9 of 21
    9. Question
    1 points

    A network administrator configures the border router with the command R1(config)# ip nat inside source list 4 pool corp. What is required to be configured in order for this particular command to be functional?

    Correct

    Incorrect

    In order for the ip nat inside source list 4 pool corp command to work, the following procedure needs to be used beforehand:Create an access list that defines the private IP addresses affected by NAT.
    Establish a NAT pool of starting and ending public IP addresses by 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 beforehand:Create an access list that defines the private IP addresses affected by NAT.
    Establish a NAT pool of starting and ending public IP addresses by 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.

  10. Question 10 of 21
    10. Question
    1 points

    When dynamic NAT without overloading is being used, what happens if seven users attempt to access a public server on the Internet when only six addresses are available in the NAT pool?

    Correct

    Incorrect

    If all the addresses in the NAT pool have been used, a device must wait for an available address before it can access the outside network.

    Hint

    If all the addresses in the NAT pool have been used, a device must wait for an available address before it can access the outside network.

  11. Question 11 of 21
    11. Question
    1 points

    What is defined by the ip nat pool command when configuring dynamic NAT?

    Correct

    Incorrect

    Dynamic NAT uses a pool of inside global addresses that are assigned to outgoing sessions. Creating the pool of inside global addresses is accomplished using the ip nat pool command.

    Hint

    Dynamic NAT uses a pool of inside global addresses that are assigned to outgoing sessions. Creating the pool of inside global addresses is accomplished using the ip nat pool command.

  12. Question 12 of 21
    12. Question
    1 points

    Refer to the exhibit. What is the purpose of the command marked with an arrow shown in the partial configuration output of a Cisco broadband router?

    CCNA 2 RSE 6.0 Chapter 9 Exam Answers 2018 2019 01
    CCNA 2 RSE 6.0 Chapter 9 Exam Answers 2018 2019 01

    Correct

    Incorrect

  13. Question 13 of 21
    13. Question
    1 points

    A network engineer has configured a router with the command ip nat inside source list 4 pool corp overload. Why did the engineer use the overload option?

    Correct

    Incorrect

    The overload option enables PAT for a pool of public IP addresses. The source list 4 part of the command refers to the access list that defines what private addresses get translated. The pool corp part of the command refers to the named NAT pool that is created using the separate ip nat pool corp command.

    Hint

    The overload option enables PAT for a pool of public IP addresses. The source list 4 part of the command refers to the access list that defines what private addresses get translated. The pool corp part of the command refers to the named NAT pool that is created using the separate ip nat pool corp command.

  14. Question 14 of 21
    14. Question
    2 points

    What are two of the required steps to configure PAT? (Choose two.)

    Correct

    Incorrect

    The steps that are required to configure PAT are to define a pool of global addresses to be used for overload translation, to configure source translation by using the keywords interface and overload, and to identify the interfaces that are involved in the PAT.

    Hint

    The steps that are required to configure PAT are to define a pool of global addresses to be used for overload translation, to configure source translation by using the keywords interface and overload, and to identify the interfaces that are involved in the PAT.

  15. Question 15 of 21
    15. Question
    1 points

    What is the major benefit of using NAT with Port Address Translation?

    Correct

    Incorrect

    Port Address Translation (PAT) tracks IP flows of internal hosts using port numbers. By using port numbers to track flows, PAT allows many users to share a single public IPv4 address.

    Hint

    Port Address Translation (PAT) tracks IP flows of internal hosts using port numbers. By using port numbers to track flows, PAT allows many users to share a single public IPv4 address.

  16. Question 16 of 21
    16. Question
    1 points

    What is the purpose of port forwarding?

    Correct

    Incorrect

    Port forwarding allows a user or program from outside to reach services inside a private network. It is not a technique that allows for using services with nonstandard port numbers. NAT or PAT convert inside IP addresses to outside local addresses.

    Hint

    Port forwarding allows a user or program from outside to reach services inside a private network. It is not a technique that allows for using services with nonstandard port numbers. NAT or PAT convert inside IP addresses to outside local addresses.

  17. Question 17 of 21
    17. Question
    1 points

    A network administrator is configuring a static NAT on the border router for a web server located in the DMZ network. The web server is configured to listen on TCP port 8080. The web server is paired with the internal IP address of 192.168.5.25 and the external IP address of 209.165.200.230. For easy access by hosts on the Internet, external users do not need to specify the port when visiting the web server. Which command will configure the static NAT?

    Correct

    Incorrect

    The IOS command for port forwarding configuration in global configuration mode is as follows:

    ip nat inside source {static {tcp | udp local-ip local-port global-ip global-port}

    Where local-ip is the inside local address, local-port is the port on which the web server listens.

    Hint

    The IOS command for port forwarding configuration in global configuration mode is as follows:

    ip nat inside source {static {tcp | udp local-ip local-port global-ip global-port}

    Where local-ip is the inside local address, local-port is the port on which the web server listens.

  18. Question 18 of 21
    18. Question
    1 points

    What is a characteristic of unique local addresses?

    Correct

    Incorrect

    Link-local addresses are defined in RFC 3927. Unique local addresses are independent of any ISP, and are not meant to improve the security of IPv6 networks.

    Hint

    Link-local addresses are defined in RFC 3927. Unique local addresses are independent of any ISP, and are not meant to improve the security of IPv6 networks.

  19. Question 19 of 21
    19. Question
    1 points

    Which statement describes IPv6 ULAs?

    Correct

    Incorrect

    IPv6 ULAs are unique local addresses. ULAs are similar to IPv4 private IP addresses and are not routable on the Internet. ULAs do not conserve IPv6 addresses. ULAs have a network prefix in the fc00::/7 range.

    Hint

    IPv6 ULAs are unique local addresses. ULAs are similar to IPv4 private IP addresses and are not routable on the Internet. ULAs do not conserve IPv6 addresses. ULAs have a network prefix in the fc00::/7 range.

  20. Question 20 of 21
    20. Question
    1 points

    Refer to the exhibit. Based on the output that is shown, what type of NAT has been implemented?

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

    Correct

    Incorrect

    The output shows that there are two inside global addresses that are the same but that have different port numbers. The only time port numbers are displayed is when PAT is being used. The same output would be indicative of PAT that uses an address pool. PAT with an address pool is appropriate when more than 4,000 simultaneous translations are needed by the company.

    Hint

    The output shows that there are two inside global addresses that are the same but that have different port numbers. The only time port numbers are displayed is when PAT is being used. The same output would be indicative of PAT that uses an address pool. PAT with an address pool is appropriate when more than 4,000 simultaneous translations are needed by the company.

  21. Question 21 of 21
    21. Question
    5 points

    Match the steps with the actions that are involved when an internal host with IP address 192.168.10.10 attempts to send a packet to an external server at the IP address 209.165.200.254 across a router R1 that is running dynamic NAT. (Not all options are used.)

     

    Sort elements
    • R1 replaces the address 192.168.10.10 with a translated inside global address.
    • R1 checks the NAT configuration to determine if this packet should be translated.
    • R1 selects an available global address from the dynamic address pool.
    • The host sends packets that request a connection to the server at the address 209.165.200.254.
    • If there is no translation entry for this IP address, R1 determines that the source address 192.168.10.10 must be translated.
    • R1 translates the IP address in the packets from 209.65.200.254 to 192.168.10.10.
    • step 5
      • step 2
        • step 4
          • step 1
            • step 3
              Correct

              Incorrect

              The translation of the IP addresses from 209.65.200.254 to 192.168.10.10 will take place when the reply comes back from the server.

              Hint

              The translation of the IP addresses from 209.65.200.254 to 192.168.10.10 will take place when the reply comes back from the server.

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