Cisco IOS and Networking Essentials

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core concepts of Cisco IOS, OS components, command structures, configuration files, and network addressing modes.

Last updated 3:44 AM on 9/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

Shell

An interface that allows a user to interact with an operating system and request tasks using commands instead of clicking through menus.

2
New cards

Kernel

An important part of an operating system that communicates with and manages hardware and software resources required for the system to run.

3
New cards

Hardware

The physical equipment and components that make up a system, including parts such as the processor and memory.

4
New cards

Console

A physical management port on a network device that provides out-of-band access.

5
New cards

SSH

Secure Shell; a protocol used for establishing a remote secure connection through a virtual interface.

6
New cards

Telnet

A protocol used to remotely establish an unsecure session through virtual interfaces over a network.

7
New cards

User EXEC Mode

A basic device operation mode that limits access to basic monitoring commands.

8
New cards

Privileged EXEC Mode

An advanced device operation mode that provides access to all commands.

9
New cards

Command Structure

The exact order in which Cisco IOS commands must be entered to work correctly, usually starting with a keyword followed by options or values.

10
New cards

Basic Device Configuration

The initial setup of network device settings, including hostnames, passwords, and IP addresses, to help identify and secure devices.

11
New cards

RAM

Temporary storage memory where active configuration changes are held on a device before saving.

12
New cards

copy run start

The command used to copy the temporary running configuration to the startup configuration so changes are preserved after a device restart.

13
New cards

Ports

Physical locations on a network device, such as a switch, where devices physically connect to the network.

14
New cards

IP Addresses

Logical identifiers used to identify devices across a network.

15
New cards

GUI

Graphical User Interface; an interface that allows users to interact with a device using visual elements like buttons, menus, and windows without typing commands.

16
New cards

CLI

Command-Line Interface; a text-based interface that allows users to configure devices by typing commands.

17
New cards

Operating System (OS)

Software that manages the hardware of a device; network switches can use Cisco IOS as their operating system.

18
New cards

Startup-config

The saved configuration file stored in non-volatile memory that loads when the device boots or restarts.

19
New cards

Running-config

The active, unsaved configuration file stored in temporary RAM that reflects current changes made to the device.

20
New cards

Manual IP Addressing

The process of manually configuring IP network information on a device by hand.

21
New cards

Automatic IP Addressing

The process of assigning network information to a device dynamically, usually utilizing DHCP.