Module 2 (PPT) Flashcards
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
A ___ allows the user to interact with the system using an environment of graphical icons, menus, and windows.
GUI
A ___is more user-friendly and requires less knowledge of the underlying command structure that controls the system.
GUI
GUIs can fail, crash, or simply not operate as specified. For these reasons, network devices are typically accessed through a ____.
CLI
PC operating system enables a user to do the following:
- Use a mouse to make selections and run programs
- Enter text and text-based commands
CLI-based network 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
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
____ programs are used to connect to a network device by either a console port or by an SSH/Telnet connection.
Terminal emulation
- 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
Global Configuration Mode
Used to configure console, SSH, telnet or AUX access
Line Configuration Mode
Used to configure a switch port or router interface
Interface Configuration Mode
To mode from user EXEC mode to privilege EXEC mode, use the ____ command
enable
To move in and out of global configuration mode, use the ____ command.
configure terminal
To return to privileged EXEC mode, use the ___ command
exit
To move in and out of line configuration mode, use the ___ command followed by the management line type
line
To return to global configuration mode, use the __- command
exit
To move out of any sub configuration mode to get back to global configuration mode, use the ___ command
exit
To return to privilege EXEC mode, use the ___ command or key combination _____
end | CTRL + Z