Cisco Chapter 2

10 September 2022
4.7 (114 reviews)
22 test answers

Unlock all answers in this set

Unlock answers (18)
question
Cisco IOS
answer
term that represents the operating systems used by Cisco networking devices
question
shell
answer
portion of operating system that interacts with applications and the user
question
kernel
answer
portion of operating system that interfaces directly with computer hardware
question
GUI
answer
a user-friendly interface that provides an interaction between a user and an OS through a graphical environment. Can fail crash or not operate as specified.
question
console
answer
a physical port of a Cisco device that provides access to the device via a dedicated management channel, also known as out-of-band access. (Blue cable for the internet).
question
keyword
answer
parameter with a predefined value to be used by an IOS command
question
argument
answer
parameter that has to be supplied by the user to an IOS command
question
startup configuration
answer
file that is stored in NVRAM and that contains the configuration that HAS BEEN SAVED,meaning is already there, on a device to be used upon startup or reboot
question
running configuration
answer
file that is stored in RAM and that contains the configuration that IS BEING DONE on a device
question
SVI
answer
Switch Virtual Interface. Is a logical interface used to remotely manage a switch over an IPv4 network
question
SSH
answer
a protocol to establish a remote secure CLI connection over the network
question
ping
answer
command to verify connectivity between the source (the device where the command is issued) and the destination (IP address used as argument). Broadcasting!
question
traceroute
answer
command to check the path that a packet takes to reach a destination. By informing of the layers it takes, something ping does not do.
question
ipconfig
answer
Windows command that shows the IP configuration settings on a PC
question
DHCP
answer
a protocol that automatically assigns a IPv4 addresses to DHCP-enabled end devices
question
to copy an existing configuration into RAM
answer
Why would a technician enter the command copy startup-config running config? (This is the right answer because the technician wants to copy a previously saved config from NVRAM into RAM)
question
Use DHCP to automatically assign addressess
answer
An IT technician has manually configured an IP address on a laptop for a new employee. Each tie the employee tries to connect to the LAN, the employee receives a duplicate IP address error message. What can the company do to prevent this situation form arising again? (DHCP will greatly eliminate the chance of duplicate IP address errors).
question
Nothing must be done. Changes to the configuration on an IOS device take effect as soon as the command is typed correctly and the Enter key has been pressed.
answer
An administrator has just changed the IP address of an interface on an IOS device. What else must be done in order to apply those changes to the device?
question
Which two statements are true regarding the user EXEC mode? (choose two).
answer
-The device prompt for this mode ends with the ">" symbol. -Only some aspects of the router configuration can be viewed.
question
The component of the operating software that provides the user interface is called the
answer
shell. The shell interfaces with the users, allowing them to request specific tasks from the device
question
Which two functions are provided to users by the context-sensitive help feature of the Cisco IOS CLI? (Choose two).
answer
-Providing an error message when a wrong command is submitted. -Allowing the user to complete the remainder of an abbreviated command with the TAB key.
question
Passwords can be used to restrict access to all or parts of the Cisco IOS. Select the modes and interfaces that can be protected with passwords. (Choose three).
answer
-VTY interface -Console interface -privileged EXEC mode