Cisco 1-3 Review

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:17 PM on 9/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

56 Terms

1
New cards

What is the primary function of an intermediary device in a network?

To connect end devices and direct data across the network.

2
New cards

What does QoS stand for in networking?

Quality of Service

3
New cards

What is the main purpose of Quality of Service (QoS)?

To manage data traffic and prioritize critical communications to reduce packet loss, delay, and jitter.

4
New cards

What are two common security measures used to protect end devices?

Implementing firewalls and installing antivirus software.

5
New cards

What is network security?

The protection of network infrastructure, data, and services from unauthorized access or threats.

6
New cards

What is Cisco IOS?

The Internetwork Operating System used on most Cisco routers and switches.

7
New cards

What are the primary command modes in the Cisco IOS CLI?

User EXEC mode, Privileged EXEC mode, and Global Configuration mode.

8
New cards

Which command is used to enter Privileged EXEC mode from User EXEC mode?

enable

9
New cards

Which command is used to enter Global Configuration mode?

configure terminal

10
New cards

How can an administrator break out of initial configuration dialogs or abort a command?

By using key combinations like Ctrl+C or Ctrl+Shift+6.

11
New cards

What command is used to encrypt all plain-text passwords in Cisco IOS?

service password-encryption

12
New cards

Where are active router and switch configurations stored while the device is powered on?

In RAM as the running-config.

13
New cards

Where are permanent Cisco device configuration files saved to survive reboots?

In NVRAM as the startup-config.

14
New cards

Which command saves the current running configuration to NVRAM?

copy running-config startup-config

15
New cards

What is the default VLAN assigned to all switch ports on a Cisco switch out of the box?

VLAN 1

16
New cards

Which command displays a quick status summary of all switch interfaces and their IP addresses?

show ip interface brief

17
New cards

What is the purpose of configuring 'line vty 0 4' on a Cisco device?

To configure virtual terminal lines for remote management access via Telnet or SSH.

18
New cards

What are three common application layer protocols included in the TCP/IP protocol suite?

HTTP, DNS, and DHCP.

19
New cards

What is the popular mnemonic phrase used to remember the OSI model layers?

All People Seem To Need Data Processing

20
New cards

In the OSI model mnemonic 'All People Seem To Need Data Processing', what does 'All' represent?

Application layer

21
New cards

In the OSI model mnemonic, what does 'People' represent?

Presentation layer

22
New cards

In the OSI model mnemonic, what does 'Seem' represent?

Session layer

23
New cards

In the OSI model mnemonic, what does 'To' represent?

Transport layer

24
New cards

In the OSI model mnemonic, what does 'Need' represent?

Network layer

25
New cards

In the OSI model mnemonic, what does 'Data' represent?

Data Link layer

26
New cards

In the OSI model mnemonic, what does 'Processing' represent?

Physical layer

27
New cards

What is the primary responsibility of the Transport layer in network models?

Logical communication between application processes running on different hosts, ensuring reliable or unreliable delivery.

28
New cards

What is the prompt symbol for User EXEC mode in Cisco IOS?

The greater-than sign (>)

29
New cards

What is the prompt symbol for Privileged EXEC mode in Cisco IOS?

The pound sign (#)

30
New cards

Which command is used to return from Global Configuration mode back to Privileged EXEC mode?

exit

31
New cards

What command allows an administrator to assign a hostname to a Cisco switch?

hostname [name]

32
New cards

What command sets a password for the Privileged EXEC mode?

enable secret [password]

33
New cards

What command configures a message of the day (MOTD) banner on a Cisco device?

banner motd #[message]#

34
New cards

Which command displays the current running configuration file?

show running-config

35
New cards

Which command displays the startup configuration file stored in NVRAM?

show startup-config

36
New cards

What type of memory loses its contents when the Cisco device is powered off?

RAM (Random Access Memory)

37
New cards

What type of memory retains its contents even when power is turned off?

NVRAM (Non-Volatile RAM)

38
New cards

What is the function of flash memory in a Cisco router or switch?

To store the Cisco IOS image file permanently.

39
New cards

What does VLAN stand for in networking?

Virtual Local Area Network

40
New cards

Why are VLANs used in modern switched networks?

To segment networks logically for improved security and performance.

41
New cards

What command is used to create a new VLAN and enter its configuration mode?

vlan [vlan-id]

42
New cards

Which command assigns an IP address to a switch management interface like VLAN 1?

ip address [ip-address] [subnet-mask]

43
New cards

Which command must be entered on an interface to activate it after assigning an IP address?

no shutdown

44
New cards

What does DHCP stand for?

Dynamic Host Configuration Protocol

45
New cards

What is the main function of DHCP?

To automatically assign IP addresses and network configuration parameters to devices.

46
New cards

What does DNS stand for in networking protocols?

Domain Name System

47
New cards

What is the primary role of DNS?

To resolve human-readable domain names into numerical IP addresses.

48
New cards

What is the function of the Network layer in the OSI model?

Path determination and packet forwarding (routing) across different networks.

49
New cards

What is the function of the Data Link layer in the OSI model?

Physical addressing (MAC addresses) and error detection across a local link.

50
New cards

What is the function of the Physical layer in the OSI model?

Transmission of raw binary bits over a physical medium (cables, wireless).

51
New cards

What is the main security difference between SSH and Telnet?

SSH encrypts remote management traffic, whereas Telnet transmits data in clear text.

52
New cards

Which command is used to test end-to-end network connectivity?

ping

53
New cards

What command is used to trace the path a packet takes to a destination?

traceroute

54
New cards

What is the primary purpose of a default gateway?

To connect a local network to remote networks and route external traffic.

55
New cards

How many bits make up a standard MAC address?

48 bits

56
New cards

What protocol is used to securely manage Cisco network devices remotely?

SSH (Secure Shell)