module 2 Flashcards
(39 cards)
The user interface that allows users to request specific tasks from the computer. These requests can be made either through the CLI or GUI interfaces.
Shell
Communicates between the hardware and software of a computer and manages how hardware resources are used to meet software requirements.
Kernel
The physical part of a computer including underlying electronics.
Hardware
allows the user to interact with the system using an environment of graphical icons, menus, and windows
GUI
enables a user to do the following:
Use a mouse to make selections and run programs
Enter text and text-based commands
PC operating system
enables a network technician to do the following:
Use a keyboard to run CLI-based network programs
Use a keyboard to enter text and text-based commands
View output on a monitor
CLI-based network operating system
A physical management port used to access a device in order to provide maintenance, such as performing the initial configurations
Console
Establishes a secure remote CLI connection to a device, through a virtual interface, over a network. (Note: This is the recommended method for remotely connecting to a device.)
Secure Shell (SSH)
Establishes an insecure remote CLI connection to a device over the network. (Note: User authentication, passwords and commands are sent over the network in plaintext.)
Telnet
are used to connect to a network device by either a console port or by an SSH/Telnet connection.
Terminal emulation programs
Allows access to only a limited number of basic monitoring commands
Identified by the CLI prompt that ends with the > symbol
User EXEC Mode
Allows access to all commands and features
Identified by the CLI prompt that ends with the # symbol
Privileged EXEC Mode
Used to access configuration options on the device
○ Identified by a prompt that
ends with (config)# after
the device name
Global Configuration Mode
Used to configure console, SSH, Telnet or AUX access
The default prompt is device
name (config-line)#
Line Configuration Mode
Used to configure a switch port or router interface
The default prompt is device
name (config-if)#
Interface Configuration Mode
To move from user EXEC mode to privilege EXEC mode, use the enabled command
Privileged EXEC Mode
To move in and out of global configuration mode, use the configure terminal command. To return to privilege EXEC mode, use the exit command
Global Configuration Mode
To move in and out of line configuration mode, use the line command followed by the management line type. To return to global configuration mode, use the exit command.
Line Configuration Mode
To move out of any subconfiguration mode to get back to global configuration mode, use the exit command. To return to privilege EXEC mode, use the end command or key combination Ctrl +Z.
Subconfiguration Modes
This is a specific parameter defined in the operating system (in the figure,ip protocols).
Keyword
This is not predefined; it is a value or variable defined by the user (in the figure,192.168.10.5).
Argument
provides the pattern, or format, that must be used when entering a command.
command syntax
The command is___and the user-defined argument is theip-addressof the destination device. For example,ping 10.10.10.5.
ping
The command is___and the user-defined argument is theip-addressof the destination device. For example,traceroute 192.168.254.254.
traceroute