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

ITN Chapter 8 Quiz Online

Last Updated on May 20, 2021 by Admin

ITN Chapter 8 Quiz Online

ITN -- Chapter 8 Quiz

Time limit: 0

Quiz-summary

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

Information

ITN — Chapter 8 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 14 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
  1. Answered
  2. Review
  1. Question 1 of 14
    1. Question
    1 points

    What is the subnet address for the IPv6 address 2001:D12:AA04:B5::1/64?

    Correct

    Incorrect

    The /64 represents the network and subnet IPv6 fields which are the first four groups of hexadecimal digits. The first address within that range is the subnetwork address of 2001: D12:AA04:B5::/64.​

    Hint

    The /64 represents the network and subnet IPv6 fields which are the first four groups of hexadecimal digits. The first address within that range is the subnetwork address of 2001: D12:AA04:B5::/64.​

  2. Question 2 of 14
    2. Question
    1 points
    A network engineer is subnetting the 10.0.240.0/20 network into smaller subnets. Each new subnet will contain between a minimum of 20 hosts and a maximum of 30 hosts. Which subnet mask will meet these requirements?
    Correct

    Incorrect

    For each new subnet to contain between 20 and 30 hosts, 5 host bits are required. When 5 host bits are being used, 27 network bits are remaining. A /27 prefix provides the subnet mask of 255.255.255.224.

    Hint

    For each new subnet to contain between 20 and 30 hosts, 5 host bits are required. When 5 host bits are being used, 27 network bits are remaining. A /27 prefix provides the subnet mask of 255.255.255.224.

  3. Question 3 of 14
    3. Question
    2 points

    Refer to the exhibit. Which two network addresses can be assigned to the network containing 10 hosts? Your answers should waste the fewest addresses, not reuse addresses that are already assigned, and stay within the 10.18.10.0/24 range of addresses. (Choose two.)

    ITN Chapter 8 Quiz Answers 01
    ITN Chapter 8 Quiz Answers 01

    Correct

    Incorrect

    Addresses 10.18.10.0 through 10.18.10.63 are taken for the leftmost network. Addresses 192 through 199 are used by the center network. Because 4 host bits are needed to accommodate 10 hosts, a /28 mask is needed. 10.18.10.200/28 is not a valid network number. Two subnets that can be used are 10.18.10.208/28 and 10.18.10.224/28.

    Hint

    Addresses 10.18.10.0 through 10.18.10.63 are taken for the leftmost network. Addresses 192 through 199 are used by the center network. Because 4 host bits are needed to accommodate 10 hosts, a /28 mask is needed. 10.18.10.200/28 is not a valid network number. Two subnets that can be used are 10.18.10.208/28 and 10.18.10.224/28.

  4. Question 4 of 14
    4. Question
    1 points
    An administrator wants to create four subnetworks from the network address 192.168.1.0/24. What is the network address and subnet mask of the second useable subnet?
    Correct

    Incorrect

    The number of bits that are borrowed would be two, thus giving a total of 4 useable subnets:
    192.168.1.0
    192.168.1.64
    192.168.1.128
    192.168.1.192
    Because 2 bits are borrowed, the new subnet mask would be /26 or 255.255.255.192

    Hint

    The number of bits that are borrowed would be two, thus giving a total of 4 useable subnets:
    192.168.1.0
    192.168.1.64
    192.168.1.128
    192.168.1.192
    Because 2 bits are borrowed, the new subnet mask would be /26 or 255.255.255.192

  5. Question 5 of 14
    5. Question
    1 points
    A network administrator subnets the 192.168.10.0/24 network into subnets with /26 masks. How many equal-sized subnets are created?
    Correct

    Incorrect

    The normal mask for 192.168.10.0 is /24. A /26 mask indicates 2 bits have been borrowed for subnetting. With 2 bits, four subnets of equal size could be created.​

    Hint

    The normal mask for 192.168.10.0 is /24. A /26 mask indicates 2 bits have been borrowed for subnetting. With 2 bits, four subnets of equal size could be created.​

  6. Question 6 of 14
    6. Question
    4 points
    Three methods allow IPv6 and IPv4 to co-exist. Match each method with its description. (Not all options are used.)
    Sort elements
    • dual-stack
    • tunneling
    • translation
    • DHCP
    • The IPv4 packets and IPv6 packets coexist in the same network.
      • The IPv6 packet is transported inside an IPv4 packet.
        • IPv6 packets are converted into IPv4 packets, and vice versa.
          Correct

          Incorrect

          The term for the method that allows for the coexistence of the two types of packets on a single network is dual-stack. Tunneling allows for the IPv6 packet to be transported inside IPv4 packets. An IP packet can also be converted from version 6 to version 4 and vice versa. DHCP is a protocol that is used for allocating network parameters to hosts on an IP network.

          Hint

          The term for the method that allows for the coexistence of the two types of packets on a single network is dual-stack. Tunneling allows for the IPv6 packet to be transported inside IPv4 packets. An IP packet can also be converted from version 6 to version 4 and vice versa. DHCP is a protocol that is used for allocating network parameters to hosts on an IP network.

        • Question 7 of 14
          7. Question
          2 points

          A college has five campuses. Each campus has IP phones installed. Each campus has an assigned IP address range. For example, one campus has IP addresses that start with 10.1.x.x. On another campus the address range is 10.2.x.x. The college has standardized that IP phones are assigned IP addresses that have the number 4X in the third octet. For example, at one campus the address ranges used with phones include 10.1.40.x, 10.1.41.x, 10.1.42.x, etc. Which two groupings were used to create this IP addressing scheme? (Choose two.)

          Correct

          Incorrect

          The IP address design being used is by geographic location (for example, one campus is 10.1, another campus 10.2, another campus 10.3). The other design criterion is that the next octet number designates IP phones, or a specific device type, with numbers starting with 4, but which can include other numbers. Other devices that might get a designation inside this octet could be printers, PCs, and access points.

          Hint

          The IP address design being used is by geographic location (for example, one campus is 10.1, another campus 10.2, another campus 10.3). The other design criterion is that the next octet number designates IP phones, or a specific device type, with numbers starting with 4, but which can include other numbers. Other devices that might get a designation inside this octet could be printers, PCs, and access points.

        • Question 8 of 14
          8. Question
          1 points
          What does the IP address 192.168.1.15/29 represent?
          Correct

          Incorrect

          A broadcast address is the last address of any given network. This address cannot be assigned to a host, and it is used to communicate with all hosts on that network.

          Hint

          A broadcast address is the last address of any given network. This address cannot be assigned to a host, and it is used to communicate with all hosts on that network.

        • Question 9 of 14
          9. Question
          2 points
          What are two benefits of subnetting networks? (Choose two.)
          Correct

          Incorrect

          When a single network is subnetted into multiple networks the following occurs:

          • A new broadcast domain is created for every network that is created through subnetting.
          • The amount of network traffic that crosses the entire network decreases.
          • Devices can be grouped together to improve network management and security.
          • More IP addresses are usable because each network will have a network address and broadcast address.
          Hint

          When a single network is subnetted into multiple networks the following occurs:

          • A new broadcast domain is created for every network that is created through subnetting.
          • The amount of network traffic that crosses the entire network decreases.
          • Devices can be grouped together to improve network management and security.
          • More IP addresses are usable because each network will have a network address and broadcast address.
        • Question 10 of 14
          10. Question
          1 points
          How many host addresses are available on the 192.168.10.128/26 network?
          Correct

          Incorrect

          A /26 prefix gives 6 host bits, which provides a total of 64 addresses, because 26 = 64. Subtracting the network and broadcast addresses leaves 62 usable host addresses.

          Hint

          A /26 prefix gives 6 host bits, which provides a total of 64 addresses, because 26 = 64. Subtracting the network and broadcast addresses leaves 62 usable host addresses.

        • Question 11 of 14
          11. Question
          1 points
          A network administrator has received the IPv6 prefix 2001:DB8::/48 for subnetting. Assuming the administrator does not subnet into the interface ID portion of the address space, how many subnets can the administrator create from the /48 prefix?
          Correct

          Incorrect

          With a network prefix of 48, there will be 16 bits available for subnetting because the interface ID starts at bit 64. Sixteen bits will yield 65536 subnets.

          Hint

          With a network prefix of 48, there will be 16 bits available for subnetting because the interface ID starts at bit 64. Sixteen bits will yield 65536 subnets.

        • Question 12 of 14
          12. Question
          1 points

          Fill in the blank.
          The last host address on the 10.15.25.0/24 network is ………………

          Correct

          Incorrect

          The host portion of the last host address will contain all 1 bits with a 0 bit for the lowest order or rightmost bit. This address is always one less than the broadcast address. The range of addresses for the network 10.15.25.0/24 is 10.15.25.0 (network address) through 10.15.25.255 (broadcast address). So the last host address for this network is 10.15.25.254.

          Hint

          The host portion of the last host address will contain all 1 bits with a 0 bit for the lowest order or rightmost bit. This address is always one less than the broadcast address. The range of addresses for the network 10.15.25.0/24 is 10.15.25.0 (network address) through 10.15.25.255 (broadcast address). So the last host address for this network is 10.15.25.254.

        • Question 13 of 14
          13. Question
          1 points

          The network portion of the address 172.16.30.5/16 is …………. .

          Correct

          Incorrect

          A prefix of /16 means that 16 bits are used for the network part of the address. The network portion of the address is therefore 172.16.

          Hint

          A prefix of /16 means that 16 bits are used for the network part of the address. The network portion of the address is therefore 172.16.

        • Question 14 of 14
          14. Question
          11 points

          Three devices are on three different subnets. Match the network address and the broadcast address with each subnet where these devices are located. (Not all options are used.)

          Device 1: IP address 192.168.10.77/28 on subnet 1

          Device 2: IP address192.168.10.17/30 on subnet 2

          Device 3: IP address 192.168.10.35/29 on subnet 3

          Sort elements
          • 192.168.10.64
          • 192.168.10.79
          • 192.168.10.16
          • 192.168.10.19
          • 192.168.10.32
          • 192.168.10.39
          • 192.168.10.47
          • 192.168.10.255
          • 192.168.10.95
          • 192.168.10.0
          • 192.168.10.48
          • Subnet 1 network number
            • Subnet 1 broadcast address
              • Subnet 2 network number
                • Subnet 2 broadcast address
                  • Subnet 3 network number
                    • Subnet 3 broadcast address
                      Correct

                      Incorrect

                      To calculate any of these addresses, write the device IP address in binary. Draw a line showing where the subnet mask 1s end. For example, with Device 1, the final octet (77) is 01001101. The line would be drawn between the 0100 and the 1101 because the subnet mask is /28. Change all the bits to the right of the line to 0s to determine the network number (01000000 or 64). Change all the bits to the right of the line to 1s to determine the broadcast address (01001111 or 79).

                      Hint

                      To calculate any of these addresses, write the device IP address in binary. Draw a line showing where the subnet mask 1s end. For example, with Device 1, the final octet (77) is 01001101. The line would be drawn between the 0100 and the 1101 because the subnet mask is /28. Change all the bits to the right of the line to 0s to determine the network number (01000000 or 64). Change all the bits to the right of the line to 1s to determine the broadcast address (01001111 or 79).

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