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

Last Updated on May 20, 2021 by Admin

ITN Chapter 2 Exam Online

ITN -- Chapter 2 Exam

Time limit: 0

Quiz-summary

0 of 24 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
  22. 22
  23. 23
  24. 24

Information

ITN — Chapter 2 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 24 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
  22. 22
  23. 23
  24. 24
  1. Answered
  2. Review
  1. Question 1 of 24
    1. Question
    1 points
    What is the function of the kernel of an operating system?
    Correct

    Incorrect

    Operating systems function with a shell, a kernel, and the hardware. The shell interfaces with the users, allowing them to request specific tasks from the device. The kernel provisions resources from the hardware to meet software requirements. The hardware functions by using drivers and their underlying electronics. The hardware represents the physical components of the device.

    Hint
    Operating systems function with a shell, a kernel, and the hardware. The shell interfaces with the users, allowing them to request specific tasks from the device. The kernel provisions resources from the hardware to meet software requirements. The hardware functions by using drivers and their underlying electronics. The hardware represents the physical components of the device.
  2. Question 2 of 24
    2. Question
    1 points
    A network administrator needs to keep the user ID, password, and session contents private when establishing remote CLI connectivity with a switch to manage it. Which access method should be chosen?
    Correct

    Incorrect

    To be truly private a technician would use a Console connection however if remote management is required SSH provides a secure method.

    Hint
    To be truly private a technician would use a Console connection however if remote management is required SSH provides a secure method.
  3. Question 3 of 24
    3. Question
    1 points
    Which procedure is used to access a Cisco 2960 switch when performing an initial configuration in a secure environment?
    Correct

    Incorrect

    Telnet and SSH require active networking services to be configured on a Cisco device before they become functional. Cisco switches do not contain AUX ports.

    Hint
    Telnet and SSH require active networking services to be configured on a Cisco device before they become functional. Cisco switches do not contain AUX ports.
  4. Question 4 of 24
    4. Question
    1 points
    Which command or key combination allows a user to return to the previous level in the command hierarchy?
    Correct

    Incorrect

    End and CTRL-Z return the user to the privileged EXEC mode. Ctrl-C ends a command in process. The exit command returns the user to the previous level.

    Hint
    End and CTRL-Z return the user to the privileged EXEC mode. Ctrl-C ends a command in process. The exit command returns the user to the previous level.
  5. Question 5 of 24
    5. Question
    1 points
    A router with a valid operating system contains a configuration file stored in NVRAM. The configuration file has an enable secret password but no console password. When the router boots up, which mode will display?
    Correct

    Incorrect

    If a Cisco IOS device has a valid IOS and a valid configuration file, it will boot into user EXEC mode. A password will be required to enter privileged EXEC mode.

    Hint
    If a Cisco IOS device has a valid IOS and a valid configuration file, it will boot into user EXEC mode. A password will be required to enter privileged EXEC mode.
  6. Question 6 of 24
    6. Question
    2 points
    Which two functions are provided to users by the context-sensitive help feature of the Cisco IOS CLI? (Choose two.)
    Correct

    Incorrect

    Context-sensitive help provides the user with a list of commands and the arguments associated with those commands within the current mode of a networking device. A syntax checker provides error checks on submitted commands and the TAB key can be used for command completion if a partial command is entered.

    Hint
    Context-sensitive help provides the user with a list of commands and the arguments associated with those commands within the current mode of a networking device. A syntax checker provides error checks on submitted commands and the TAB key can be used for command completion if a partial command is entered.
  7. Question 7 of 24
    7. Question
    1 points
    Which information does the show startup-config command display?​
    Correct

    Incorrect

    The show startup-config command displays the saved configuration located in NVRAM. The show running-config command displays the contents of the currently running configuration file located in RAM.​

    Hint
    The show startup-config command displays the saved configuration located in NVRAM. The show running-config command displays the contents of the currently running configuration file located in RAM.​
  8. Question 8 of 24
    8. Question
    1 points
    Why is it important to configure a hostname on a device?
    Correct

    Incorrect

    It is important to configure a hostname because various authentication processes use the device hostname. Hostnames are helpful for documentation, and they identify the device during remote access.

    Hint
    It is important to configure a hostname because various authentication processes use the device hostname. Hostnames are helpful for documentation, and they identify the device during remote access.
  9. Question 9 of 24
    9. Question
    2 points
    Which two host names follow the guidelines for naming conventions on Cisco IOS devices? (Choose two.)
    Correct

    Incorrect

    Some guidelines for naming conventions are that names should:

    • Start with a letter
    • Contain no spaces
    • End with a letter or digit
    • Use only letters, digits, and dashes
    • Be less than 64 characters in length
    Hint

    Some guidelines for naming conventions are that names should:

    • Start with a letter
    • Contain no spaces
    • End with a letter or digit
    • Use only letters, digits, and dashes
    • Be less than 64 characters in length
  10. Question 10 of 24
    10. Question
    1 points
    How does the service password-encryption command enhance password security on Cisco routers and switches?
    Correct

    Incorrect

    The service password-encryption command encrypts plaintext passwords in the configuration file so that they cannot be viewed by unauthorized users.

    Hint
    The service password-encryption command encrypts plaintext passwords in the configuration file so that they cannot be viewed by unauthorized users.
  11. Question 11 of 24
    11. Question
    1 points

    Refer to the exhibit. A network administrator is configuring the MOTD on switch SW1. What is the purpose of this command?

    ITN Chapter 2 Exam Answers 001
    ITN Chapter 2 Exam Answers 001

    Correct

    Incorrect

    A banner message can be an important part of the legal process in the event that someone is prosecuted for breaking into a device. A banner message should make it clear that only authorized personnel should attempt to access the device. However, the banner command does not prevent unauthorized entry.

    Hint
    A banner message can be an important part of the legal process in the event that someone is prosecuted for breaking into a device. A banner message should make it clear that only authorized personnel should attempt to access the device. However, the banner command does not prevent unauthorized entry.
  12. Question 12 of 24
    12. Question
    1 points
    While trying to solve a network issue, a technician made multiple changes to the current router configuration file. The changes did not solve the problem and were not saved. What action can the technician take to discard the changes and work with the file in NVRAM?
    Correct

    Incorrect

    The technician does not want to make any mistakes trying to remove all the changes that were done to the running configuration file. The solution is to reboot the router without saving the running configuration. The copy startup-config running-config command does not overwrite the running configuration file with the configuration file stored in NVRAM, but rather it just has an additive effect.

    Hint
    The technician does not want to make any mistakes trying to remove all the changes that were done to the running configuration file. The solution is to reboot the router without saving the running configuration. The copy startup-config running-config command does not overwrite the running configuration file with the configuration file stored in NVRAM, but rather it just has an additive effect.
  13. Question 13 of 24
    13. Question
    1 points
    Which statement is true about the running configuration file in a Cisco IOS device?
    Correct

    Incorrect

    As soon as configuration commands are entered into a router, they modify the device immediately. Running configuration files can not be deleted nor are they saved automatically.

    Hint
    As soon as configuration commands are entered into a router, they modify the device immediately. Running configuration files can not be deleted nor are they saved automatically.
  14. Question 14 of 24
    14. Question
    2 points
    What are two characteristics of RAM on a Cisco device? (Choose two.)
    Correct

    Incorrect

    RAM stores data that is used by the device to support network operations. The running configuration is stored in RAM. This type of memory is considered volatile memory because data is lost during a power cycle. Flash memory stores the IOS and delivers a copy of the IOS into RAM when a device is powered on. Flash memory is nonvolatile since it retains stored contents during a loss of power.

    Hint
    RAM stores data that is used by the device to support network operations. The running configuration is stored in RAM. This type of memory is considered volatile memory because data is lost during a power cycle. Flash memory stores the IOS and delivers a copy of the IOS into RAM when a device is powered on. Flash memory is nonvolatile since it retains stored contents during a loss of power.
  15. Question 15 of 24
    15. Question
    1 points
    Which interface allows remote management of a Layer 2 switch?
    Correct

    Incorrect

    In a Layer 2 switch, there is a switch virtual interface (SVI) that provides a means for remotely managing the device.

    Hint
    In a Layer 2 switch, there is a switch virtual interface (SVI) that provides a means for remotely managing the device.
  16. Question 16 of 24
    16. Question
    1 points
    Which interface is the default SVI on a Cisco switch?
    Correct

    Incorrect

    An SVI is a virtual interface and VLAN 1 is enabled by default on Cisco switches. VLAN 99 must be configured to be used. FastEthernet 0/1 and GigabitEthernet 0/1 are physical interfaces.

    Hint
    An SVI is a virtual interface and VLAN 1 is enabled by default on Cisco switches. VLAN 99 must be configured to be used. FastEthernet 0/1 and GigabitEthernet 0/1 are physical interfaces.
  17. Question 17 of 24
    17. Question
    1 points
    Why would a Layer 2 switch need an IP address?
    Correct

    Incorrect

    A switch, as a Layer 2 device, does not need an IP address to transmit frames to attached devices. However, when a switch is accessed remotely through the network, it must have a Layer 3 address. The IP address must be applied to a virtual interface rather than to a physical interface. Routers, not switches, function as default gateways.

    Hint
    A switch, as a Layer 2 device, does not need an IP address to transmit frames to attached devices. However, when a switch is accessed remotely through the network, it must have a Layer 3 address. The IP address must be applied to a virtual interface rather than to a physical interface. Routers, not switches, function as default gateways.
  18. Question 18 of 24
    18. Question
    1 points
    What command can be used on a Windows PC to see the IP configuration of that computer?
    Correct

    Incorrect

    On a Windows PC, the ipconfig command can be used to verify the current IP configuration. The ping command can be used to verify connectivity to other network devices. The show interfaces and show ip interface brief commands are both Cisco IOS commands that are used to see the status of router and switch interfaces.

    Hint
    On a Windows PC, the ipconfig command can be used to verify the current IP configuration. The ping command can be used to verify connectivity to other network devices. The show interfaces and show ip interface brief commands are both Cisco IOS commands that are used to see the status of router and switch interfaces.
  19. Question 19 of 24
    19. Question
    1 points
    A technician is adding a new PC to a LAN. After unpacking the components and making all the connections, the technician starts the PC. After the OS loads, the technician opens a browser, and verifies that the PC can reach the Internet. Why was the PC able to connect to the network with no additional configuration?
    Correct

    Incorrect

    The new PC was preconfigured to use DHCP. When the PC is connected to a network that uses DHCP, it gets the IP address settings from the DHCP server that will allow it to function on the network. All devices require at least an IP address and subnet mask to function on a LAN. DNS does not automatically configure addresses on hosts. PC virtual interfaces are not universally compatible with LANs and do not necessarily provide a host with an IP address. At this place in the course, virtual interfaces are used on network switches.

    Hint
    The new PC was preconfigured to use DHCP. When the PC is connected to a network that uses DHCP, it gets the IP address settings from the DHCP server that will allow it to function on the network. All devices require at least an IP address and subnet mask to function on a LAN. DNS does not automatically configure addresses on hosts. PC virtual interfaces are not universally compatible with LANs and do not necessarily provide a host with an IP address. At this place in the course, virtual interfaces are used on network switches.
  20. Question 20 of 24
    20. Question
    1 points
    What is a user trying to determine when issuing a ping 10.1.1.1 command on a PC?
    Correct

    Incorrect

    The ping destination command can be used to test connectivity.

    Hint
    The ping destination command can be used to test connectivity.
  21. Question 21 of 24
    21. Question
    2 points

    Refer to the exhibit. A network technician is testing connectivity in a new network. Based on the test results shown in the exhibit, which device does the technician have connectivity with and which device does the technician not have connectivity with? (Choose two.)

    ITN Chapter 2 Exam Answers 003
    ITN Chapter 2 Exam Answers 003

    Correct

    Incorrect

    The exhibit shows ping tests to two devices. One device has the IP address of 192.168.1.2, which is switch 2. The other test is to the IP address of 192.168.1.21, which is host PC-C. For the first test, to switch 2, the results are successful, with four reply messages received. This means that connectivity exists to switch 2. For the second test, all four messages timed out. This indicates that connectivity does not exist to PC-C.

    Hint
    The exhibit shows ping tests to two devices. One device has the IP address of 192.168.1.2, which is switch 2. The other test is to the IP address of 192.168.1.21, which is host PC-C. For the first test, to switch 2, the results are successful, with four reply messages received. This means that connectivity exists to switch 2. For the second test, all four messages timed out. This indicates that connectivity does not exist to PC-C.
  22. Question 22 of 24
    22. Question
    3 points

    Refer to the exhibit. What three facts can be determined from the viewable output of the show ip interface brief command? (Choose three.)

    ITN Chapter 2 Exam Answers 002
    ITN Chapter 2 Exam Answers 002

    Correct

    Incorrect

    Vlan1 is the default SVI. Because an SVI has been configured, the switch can be configured and managed remotely. FastEthernet0/0 is showing up and up, so a device is connected.

    Hint
    Vlan1 is the default SVI. Because an SVI has been configured, the switch can be configured and managed remotely. FastEthernet0/0 is showing up and up, so a device is connected.
  23. Question 23 of 24
    23. Question
    4 points

    An administrator is configuring a switch console port with a password. In what order will the administrator travel through the IOS modes of operation in order to reach the mode in which the configuration commands will be entered? (Not all options are used.)

    Sort elements
    • privileged EXEC mode
    • line configuration mode
    • global configuration mode
    • user EXEC mode
    • interface configuration mode
    • second mode
      • final mode
        • third mode
          • first mode
            Correct

            Incorrect

            The configuration mode that the administrator first encounters is user EXEC mode. After the enable command is entered, the next mode is privileged EXEC mode. From there, the configure terminal command is entered to move to global configuration mode. Finally, the administrator enters the line console 0 command to enter the mode in which the configuration will be entered.

            Hint
            The configuration mode that the administrator first encounters is user EXEC mode. After the enable command is entered, the next mode is privileged EXEC mode. From there, the configure terminal command is entered to move to global configuration mode. Finally, the administrator enters the line console 0 command to enter the mode in which the configuration will be entered.
          • Question 24 of 24
            24. Question
            5 points

            Match the definitions to their respective CLI hot keys and shortcuts. (Not all options are used.)

            Sort elements
            • Tab
            • space bar
            • Up Arrow
            • ?
            • Ctrl-Shift-6
            • Ctrl-C
            • completes abbreviated commands and parameters
              • displays the next screen
                • scrolls backwards through previously
                  • provides context-sensitive help
                    • aborts commands such as trace and ping
                      Correct

                      Incorrect

                      The shortcuts with their functions are as follows:
                      – Tab – Completes the remainder of a partially typed command or keyword
                      – Space bar – displays the next screen
                      – ? – provides context-sensitive help
                      – Up Arrow – Allows user to scroll backward through former commands
                      – Ctrl-C – cancels any command currently being entered and returns directly to privileged EXEC mode
                      – Ctrl-Shift-6 – Allows the user to interrupt an IOS process such as ping or traceroute

                      Hint

                      The shortcuts with their functions are as follows:
                      – Tab – Completes the remainder of a partially typed command or keyword
                      – Space bar – displays the next screen
                      – ? – provides context-sensitive help
                      – Up Arrow – Allows user to scroll backward through former commands
                      – Ctrl-C – cancels any command currently being entered and returns directly to privileged EXEC mode
                      – Ctrl-Shift-6 – Allows the user to interrupt an IOS process such as ping or traceroute

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