NETWORKING

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/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:35 PM on 9/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

Branch routers

Category of routers that connect an organization's internal network to external networks or remote locations.

2
New cards

Integrated Services Routers (ISR)

Cisco router classification (such as the 800 and 900 series) designed to handle converged voice, video, and data traffic.

3
New cards

Primary traffic types optimized for Integrated Services Routers (ISR)

Voice and video traffic

4
New cards

Form factor

Term used to describe the physical size, shape, and structural design of a router chassis.

5
New cards

Physical capacity of the chassis

Hardware constraint that determines the maximum number of additional dedicated interfaces a router can accommodate.

6
New cards

Flash memory

Non-volatile storage location where the Cisco IOS operating system image is stored.

7
New cards

Terminal emulation program

Software category (such as PuTTY) used to establish a command-line interface session with a router.

8
New cards

Command to view router hardware specifications, IOS version, and device information

show version

9
New cards

RAM (Random Access Memory)

Volatile memory where the running operating system, running configuration file (running-config), and IP routing tables are stored.

10
New cards

Rack Unit (RU)

Standard unit of measurement for the height of a router chassis when mounted in an equipment rack.

11
New cards

Internetwork Operating System (IOS)

The core network operating system installed on Cisco routers and switches.

12
New cards

Privileged EXEC Mode

Primary Cisco IOS command mode (prompt Router#) providing full access to all device commands, monitoring tools, and configuration modes.

13
New cards

ROMMON (ROM Monitor)

Low-level bootstrap software environment available for diagnostics and password recovery when a valid IOS is unavailable.

14
New cards

Secure Shell (SSH)

Encrypted network protocol used for secure remote command-line access over a virtual interface.

15
New cards

Telnet

Unencrypted remote CLI access protocol that transmits management traffic in plain text.

16
New cards

User EXEC Mode

Basic Cisco IOS command mode (prompt Router>) that allows access to a limited set of non-disruptive monitoring commands.

17
New cards

Console port

Physical management port used for initial out-of-band device configuration and local CLI access.

18
New cards

Global Configuration Mode

Cisco IOS mode (prompt Router(config)#) used to modify settings that affect the entire device.

19
New cards

Command to move from User EXEC mode to Privileged EXEC mode

enable (shortcut: en)

20
New cards

Command to display a summary of router interfaces, operational status, and IP addresses

show ip interface brief

21
New cards

Command to check physical layer controller details and connected cable types for Serial 0/0/0

show controllers serial 0/0/0

22
New cards

Commands to enter and exit Global Configuration mode

configure terminal to enter, exit to leave

23
New cards

Shortcut key combination to return directly to Privileged EXEC mode

CTRL+Z

24
New cards

Command syntax to configure a Message of the Day banner

banner motd "<message>"

25
New cards

Command syntax to assign an IP address and subnet mask to a router interface

ip address <ip_address> <subnet_mask>

26
New cards

Command to set or update the device hostname

hostname <name>

27
New cards

Command to set an unencrypted password for Privileged EXEC mode access

enable password <password>

28
New cards

Command to enter configuration mode for the console management line

line con 0

29
New cards

Command to set an encrypted password for Privileged EXEC mode access

enable secret <password>

30
New cards

Command to view the active configuration file stored in RAM

show running-config

31
New cards

Command to encrypt all plain-text passwords stored in the system configuration file

service password-encryption

32
New cards

Command to view the IPv4 routing table in RAM

show ip route

33
New cards

Three main Cisco router categories

Branch, Network Edge, and Service Provider

34
New cards

NVRAM (Non-Volatile RAM)

Non-volatile memory location used to permanently retain the startup configuration file (startup-config) across reboots.