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

Last Updated on May 20, 2021 by Admin

ITN Chapter 6 Quiz Online

ITN -- Chapter 6 Quiz

Time limit: 0

Quiz-summary

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

Information

ITN — Chapter 6 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 15 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
  1. Answered
  2. Review
  1. Question 1 of 15
    1. Question
    2 points
    What are two functions that are provided by the network layer? (Choose two.)
    Correct

    Incorrect

    The network layer is primarily concerned with passing data from a source to a destination on another network. IP addresses supply unique identifiers for the source and destination. The network layer provides connectionless, best-effort delivery. Devices rely on higher layers to supply services to processes.

    Hint

    The network layer is primarily concerned with passing data from a source to a destination on another network. IP addresses supply unique identifiers for the source and destination. The network layer provides connectionless, best-effort delivery. Devices rely on higher layers to supply services to processes.

  2. Question 2 of 15
    2. Question
    1 points
    How does the network layer use the MTU value?
    Correct

    Incorrect

    The data link layer indicates to the network layer the MTU for the medium that is being used. The network layer uses that information to determine how large the packet can be when it is forwarded. When packets are received on one medium and forwarded on a medium with a smaller MTU, the network layer device can fragment the packet to accommodate the smaller size.

    Hint

    The data link layer indicates to the network layer the MTU for the medium that is being used. The network layer uses that information to determine how large the packet can be when it is forwarded. When packets are received on one medium and forwarded on a medium with a smaller MTU, the network layer device can fragment the packet to accommodate the smaller size.

  3. Question 3 of 15
    3. Question
    1 points

    If there are two or more possible routes to the same destination, the …………… is used to determine which route is used in the routing table.

    Correct

    Incorrect

    If there are two or more possible routes to the same destination, the metric is used to decide which route appears in the routing table.

    Hint

    If there are two or more possible routes to the same destination, the metric is used to decide which route appears in the routing table.

  4. Question 4 of 15
    4. Question
    1 points

    Refer to the exhibit. Fill in the blank.

    ITN Chapter 6 Quiz Answers 02
    ITN Chapter 6 Quiz Answers 02

    A packet leaving PC-1 has to traverse ………… hops to reach PC-4.​

    Correct

    Incorrect

    A hop is an intermediary Layer 3 device that a packet has to traverse to reach its destination. In this case, the number of hops a packet has to traverse from PC-1 to PC-4 is three, as there are three routers from source to destination.

    Hint

    A hop is an intermediary Layer 3 device that a packet has to traverse to reach its destination. In this case, the number of hops a packet has to traverse from PC-1 to PC-4 is three, as there are three routers from source to destination.

  5. Question 5 of 15
    5. Question
    1 points

    Here is a link to the PT Activity.

    Open the PT activity. Perform the tasks in the activity instructions and then answer the question.
    Which interfaces in each router are active and operational?

    Correct

    Incorrect

    The command to use for this activity is show ip interface brief in each router. The active and operational interfaces are represented by the value “up” in the “Status” and “Protocol” columns. The interfaces in R1 with these characteristics are G0/0 and S0/0/0. In R2 they are G0/1 and S0/0/0.

    Hint

    The command to use for this activity is show ip interface brief in each router. The active and operational interfaces are represented by the value “up” in the “Status” and “Protocol” columns. The interfaces in R1 with these characteristics are G0/0 and S0/0/0. In R2 they are G0/1 and S0/0/0.

  6. Question 6 of 15
    6. Question
    1 points
    Within a production network, what is the purpose of configuring a switch with a default gateway address?
    Correct

    Incorrect

    A default gateway address allows a switch to forward packets that originate on the switch to remote networks. A default gateway address on a switch does not provide Layer 3 routing for PCs that are connected on that switch. A switch can still be accessible from Telnet as long as the source of the Telnet connection is on the local network.

    Hint

    A default gateway address allows a switch to forward packets that originate on the switch to remote networks. A default gateway address on a switch does not provide Layer 3 routing for PCs that are connected on that switch. A switch can still be accessible from Telnet as long as the source of the Telnet connection is on the local network.

  7. Question 7 of 15
    7. Question
    1 points

    Refer to the exhibit. Using the network in the exhibit, what would be the default gateway address for host A in the 192.133.219.0 network?

    ITN Chapter 6 Quiz Answers 01
    ITN Chapter 6 Quiz Answers 01

    Correct

    Incorrect

  8. Question 8 of 15
    8. Question
    1 points

    Fill in the blank.
    The acronym ……………….. is used to define the process that allows multiple devices to share a single routable IP address.

    Correct

    Incorrect

    NAT or Network Address Translation is the process of modifying the IP packet header information on packets going outside the corporate network. Corporate networks typically use private addresses on the inside LAN and need a public address to be able to communicate through the WAN.

    Hint

    NAT or Network Address Translation is the process of modifying the IP packet header information on packets going outside the corporate network. Corporate networks typically use private addresses on the inside LAN and need a public address to be able to communicate through the WAN.

  9. Question 9 of 15
    9. Question
    1 points
    Which IPv4 address can a host use to ping the loopback interface?
    Correct

    Incorrect

    A host can ping the loopback interface by sending a packet to a special IPv4 address within the network 127.0.0.0/8.

    Hint

    A host can ping the loopback interface by sending a packet to a special IPv4 address within the network 127.0.0.0/8.

  10. Question 10 of 15
    10. Question
    1 points
    Which value, that is contained in an IPv4 header field, is decremented by each router that receives a packet?
    Correct

    Incorrect

    When a router receives a packet, the router will decrement the Time-to-Live (TTL) field by one. When the field reaches zero, the receiving router will discard the packet and will send an ICMP Time Exceeded message to the sender.

    Hint

    When a router receives a packet, the router will decrement the Time-to-Live (TTL) field by one. When the field reaches zero, the receiving router will discard the packet and will send an ICMP Time Exceeded message to the sender.

  11. Question 11 of 15
    11. Question
    1 points
    Which portion of the network layer address does a router use to forward packets?
    Correct

    Incorrect

  12. Question 12 of 15
    12. Question
    1 points
    During the boot process, where will the router bootstrap program look for the IOS image by default?
    Correct

    Incorrect

    The IOS image is typically stored in flash memory. If the image is not in flash memory when the router boots, the router bootstrap program can look for it on a TFTP server.

    Hint

    The IOS image is typically stored in flash memory. If the image is not in flash memory when the router boots, the router bootstrap program can look for it on a TFTP server.

  13. Question 13 of 15
    13. Question
    1 points
    When transporting data from real-time applications, such as streaming audio and video, which field in the IPv6 header can be used to inform the routers and switches to maintain the same path for the packets in the same conversation?
    Correct

    Incorrect

    The Flow Label in IPv6 header is a 20-bit field that provides a special service for real-time applications. This field can be used to inform routers and switches to maintain the same path for the packet flow so that packets will not be reordered.

    Hint

    The Flow Label in IPv6 header is a 20-bit field that provides a special service for real-time applications. This field can be used to inform routers and switches to maintain the same path for the packet flow so that packets will not be reordered.

  14. Question 14 of 15
    14. Question
    1 points

    A router may have to fragment a packet when forwarding it from one medium to another medium that has a smaller ……………..

    Correct

    Incorrect

  15. Question 15 of 15
    15. Question
    1 points
    Which key combination allows a user to abort setup mode?
    Correct

    Incorrect

    The setup mode can be interrupted at any time using the Ctrl-C key combination.

    Hint

    The setup mode can be interrupted at any time using the Ctrl-C key combination.

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