Module 2 (NetAcad)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

41 Terms

1
New cards

Operating System (OS)

The software that manages hardware and provides an interface for the user.

2
New cards

Kernel

The core of the OS that interacts directly with hardware.

3
New cards

Shell

The user interface portion of the OS.

4
New cards

Command-Line Interface (CLI)

A text-based interface for interacting with an OS (e.g., Cisco IOS, Linux terminal).

5
New cards

Graphical User Interface (GUI)

A visual, icon-based interface (e.g., Windows, macOS).

6
New cards

Cisco IOS (Internetwork Operating System)

The network operating system used on most Cisco routers and switches.

7
New cards

Terminal Emulation Program

Software used to connect to a device's CLI (e.g., PuTTY, Tera Term, SecureCRT).

8
New cards

Console

An "out-of-band" physical connection for initial configuration.

9
New cards

SSH (Secure Shell) / Telnet

"In-band" methods for remote access over an active network. SSH is secure (encrypted); Telnet is not.

10
New cards

User EXEC Mode (> prompt)

Limited, view-only mode for basic monitoring.

11
New cards

Privileged EXEC Mode (# prompt)

Provides access to all monitoring commands and entry to configuration modes. Also called "enable mode."

12
New cards

Global Configuration Mode ((config)# prompt)

For device-wide configuration changes.

13
New cards

Line Configuration Mode ((config-line)# prompt)

For configuring console, SSH, Telnet, or AUX access.

14
New cards

Interface Configuration Mode ((config-if)# prompt)

For configuring a specific port or interface.

15
New cards

enable

Moves from User EXEC to Privileged EXEC mode.

16
New cards

configure terminal

Moves from Privileged EXEC to Global Config mode.

17
New cards

exit

Moves back one level in the mode hierarchy.

18
New cards

end or Ctrl+Z

Jumps from any sub-configuration mode back to Privileged EXEC mode.

19
New cards

Command Structure

command keyword argument (e.g., ping 192.168.1.1).

20
New cards

Context-Sensitive Help (?)

Shows available commands or options.

21
New cards

Hot Keys & Shortcuts

Tab for command completion, Ctrl+C to abort a command.

22
New cards

Hostname

A unique, descriptive name for a device.

23
New cards

line console 0

Secures User EXEC access via the console port.

24
New cards

line vty 0 15

Secures remote access via Telnet/SSH.

25
New cards

enable secret

Secures Privileged EXEC mode access (this password is encrypted by default).

26
New cards

service password-encryption

A command that applies weak encryption to all plaintext passwords in the configuration file.

27
New cards

banner motd #…#

Creates a "Message of the Day" banner for legal warnings.

28
New cards

running-config

The current, active configuration stored in RAM (volatile). Changes here take effect immediately.

29
New cards

startup-config

The saved configuration stored in NVRAM (non-volatile). This is the file loaded when the device boots up.

30
New cards

Saving Configurations

The copy running-config startup-config command saves your current changes.

31
New cards

IP Address

A unique logical address used for communication across networks.

32
New cards

IPv4

32-bit address (e.g., 192.168.1.10).

33
New cards

IPv6

128-bit address (e.g., 2001

34
New cards

Subnet Mask

Used with an IPv4 address to distinguish the network portion from the host portion.

35
New cards

Default Gateway

The IP address of the router on the local network that a device uses to reach remote networks.

36
New cards

DHCP (Dynamic Host Configuration Protocol)

A service that automatically assigns IP address information to devices.

37
New cards

SVI (Switch Virtual Interface)

A logical interface on a switch that can be assigned an IP address to allow for remote management of the switch. The default is interface vlan 1.

38
New cards

ipconfig (on Windows PC)

Displays the IP configuration of the PC.

39
New cards

ping

Tests basic end-to-end connectivity between two devices.

40
New cards

show running-config

Displays the current configuration file.

41
New cards

show ip interface brief

Shows a summary of the status of a device's interfaces.