MODULE 2 Flashcards
(76 cards)
cisco operating systems: the user interface that allows users to request specific tasks from the computer
shell
in the shell, requests can be made by the user either through the - or - interfaces
CLI, GUI
cisco operating systems: communicates between the hardware and software of a computer and manages how hardware resources are used to meet software requirements
kernel
cisco operating systems: the physical part of a computer including underlying electronics
hardware
this allows the user to interact with the system using an environment of graphical icons, menus, and windows
GUI
true or false: a GUI 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
enables a user to use a mouse to make selections and run programs, enter text and text-based commands, and view output on a monitor
pc operating system
enables a network technician to use a keyboard to run cli-based network programs, use a keyboard to enter text and text-based commands, and view output on a monitor
cli-based network operating system
access method : a physical management port used to access a device in order to provide maintenance, such as performing the initial configurations
console
access methods: establishes a secore remote cli connection to a device, through a virtual interface, over a network
secure shell (ssh)
access methods: establishes an insecure remote cli connection to a device over the network. user authentication, passwords, and commands are sent over the network in plain text
telnet
this is used to connect a network device by either a console port or my an ssh/telnet connection
terminal emulation programs
allows access only to a limited number of basic monitoring commands
user exec mode
the user exec mode is identified by the cli prompt that ends with the - symbol
>
allows access to all commands and all features
privileged exec mode
privileged exec mode is identified by the cli promp that ends with the - symbol
#
used to access coniguration options on the device
global configuration mode
indicator for global configuration mode
switch(config) #
used to configure console, ssh, telnet, or aux access
line configuration mode
indicator for line configuration mode
switch(config-line) #
used to configure switch port or router interface
interface configuration mode
indicator for interface configuration mode
switch(config-if) #
this is used to move from user exec mode to privilege exec mode
enable command