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

Last Updated on May 20, 2021 by Admin

RSE CCNA 2 Chapter 7 Quiz Online

RSE -- Chapter 7 Quiz

Time limit: 0

Quiz-summary

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

Information

RSE — Chapter 7 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 13 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
  1. Answered
  2. Review
  1. Question 1 of 13
    1. Question
    2 points
    What are two uses of an access control list? (Choose two.)
    Correct

    Incorrect

    ACLs can be used for the following:

    • Limit network traffic in order to provide adequate network performance
    • Restrict the delivery of routing updates
    • Provide a basic level of security
    • Filter traffic based on the type of traffic being sent
    • Filter traffic based on IP addressing
    Hint

    ACLs can be used for the following:

    • Limit network traffic in order to provide adequate network performance
    • Restrict the delivery of routing updates
    • Provide a basic level of security
    • Filter traffic based on the type of traffic being sent
    • Filter traffic based on IP addressing
  2. Question 2 of 13
    2. Question
    2 points
    Which two commands will configure a standard ACL? (Choose two.)
    Correct

    Incorrect

    Standard access lists have the syntax of access-list and a number between 1 and 99 followed by the permit or deny keyword and the source IP address (that includes a wildcard mask).

    Hint

    Standard access lists have the syntax of access-list and a number between 1 and 99 followed by the permit or deny keyword and the source IP address (that includes a wildcard mask).

  3. Question 3 of 13
    3. Question
    1 points
    Which scenario would cause an ACL misconfiguration and deny all traffic?
    Correct

    Incorrect

    Having all ACEs with deny statements denies all traffic because there is an implicit deny any command at the end of every standard ACL.

    Hint

    Having all ACEs with deny statements denies all traffic because there is an implicit deny any command at the end of every standard ACL.

  4. Question 4 of 13
    4. Question
    1 points

    Refer to the exhibit. A network administrator wants to create a standard ACL to prevent network 1 traffic from being transmitted to the Research and Development network. On which router interface and in which direction should the standard ACL be applied?

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

    Correct

    Incorrect

    Standard ACLs can only specify source addresses, so the standard ACL would contain the network 1 address and appropriate wildcard mask. Also, because standard ACLs can only contain source addresses, the ACL should be placed as close to the destination as possible. The destination is the Research and Development LAN. The R2 Gi0/0 interface is that destination. By tracing the path that the packets will take starting with network 1 and traveling to the Research and Development network, a student can determine that the packets would be coming out of the R2 Gi0/0 interface.

    Hint

    Standard ACLs can only specify source addresses, so the standard ACL would contain the network 1 address and appropriate wildcard mask. Also, because standard ACLs can only contain source addresses, the ACL should be placed as close to the destination as possible. The destination is the Research and Development LAN. The R2 Gi0/0 interface is that destination. By tracing the path that the packets will take starting with network 1 and traveling to the Research and Development network, a student can determine that the packets would be coming out of the R2 Gi0/0 interface.

  5. Question 5 of 13
    5. Question
    1 points

    True or False?
    The name of a named standard ACL is case sensitive.

    Correct

    Incorrect

  6. Question 6 of 13
    6. Question
    2 points
    A network administrator is writing a standard ACL that will deny any traffic from the 172.16.0.0/16 network, but permit all other traffic. Which two commands should be used? (Choose two.)
    Correct

    Incorrect

    To deny traffic from the 172.16.0.0/16 network, the access-list 95 deny 172.16.0.0 0.0.255.255 command is used. To permit all other traffic, the access-list 95 permit any statement is added.

    Hint

    To deny traffic from the 172.16.0.0/16 network, the access-list 95 deny 172.16.0.0 0.0.255.255 command is used. To permit all other traffic, the access-list 95 permit any statement is added.

  7. Question 7 of 13
    7. Question
    1 points

    True or False?
    A standard ACL filters network traffic based on the destination MAC address.

    Correct

    Incorrect

  8. Question 8 of 13
    8. Question
    1 points

    Fill in the blank.
    An  ……………………..   permits or denies traffic through a router based on specific defined criteria.

    Correct

    Incorrect

    An ACL is used to filter traffic attempting to travel through a router.

    Hint

    An ACL is used to filter traffic attempting to travel through a router.

  9. Question 9 of 13
    9. Question
    1 points

    Refer to the exhibit. A network administrator is configuring a standard IPv4 ACL. What is the effect after the command no access-list 10 is entered?

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

    Correct

    Incorrect

    The R1(config)# no access-list access-list number> command removes the ACL from the running-config immediately. However, to disable an ACL on an interface, the command R1(config-if)# no ip access-group should be entered.

    Hint

    The R1(config)# no access-list access-list number> command removes the ACL from the running-config immediately. However, to disable an ACL on an interface, the command R1(config-if)# no ip access-group should be entered.

  10. Question 10 of 13
    10. Question
    1 points
    In applying an ACL to a router interface, which traffic is designated as outbound?
    Correct

    Incorrect

    Inbound and outbound are interpreted from the point of view of the router. Traffic that is designated in an inbound ACL will be denied or permitted when coming into that router interface from a source. Traffic that is designated in an outbound ACL will be denied or permitted when going out the interface to the destination.

    Hint

    Inbound and outbound are interpreted from the point of view of the router. Traffic that is designated in an inbound ACL will be denied or permitted when coming into that router interface from a source. Traffic that is designated in an outbound ACL will be denied or permitted when going out the interface to the destination.

  11. Question 11 of 13
    11. Question
    1 points
    Which range represents all the IP addresses that are affected when network 10.120.160.0 with a wildcard mask of 0.0.7.255 is used in an ACE?
    Correct

    Incorrect

    A wildcard mask of 0.0.7.255 means that the first 5 bits of the 3rd octet must remain the same but the last 3 bits can have values from 000 to 111. The last octet has a value of 255, which means the last octet can have values from all zeros to all 1s.

    Hint

    A wildcard mask of 0.0.7.255 means that the first 5 bits of the 3rd octet must remain the same but the last 3 bits can have values from 000 to 111. The last octet has a value of 255, which means the last octet can have values from all zeros to all 1s.

  12. Question 12 of 13
    12. Question
    1 points

    Which command produced the following output?

    R1#
    10 permit 192.168.1.56 0.0.0.7
    20 permit 192.168.1.64 0.0.0.63 (4 match(es))
    30 deny any (8 match(es))

    Correct

    Incorrect

    The show access-lists command is used to list every access list configured on a router. It also shows how many packets have matched each ACE.

    Hint

    The show access-lists command is used to list every access list configured on a router. It also shows how many packets have matched each ACE.

  13. Question 13 of 13
    13. Question
    1 points
    Which type of standard ACL is easiest to modify on a production router?
    Correct

    Incorrect

    Two common reasons for having a named ACL are that its function is easier to identify and the ACL is easier to modify.

    Hint

    Two common reasons for having a named ACL are that its function is easier to identify and the ACL is easier to modify.

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