NECC Mod 2 Flashcards

1
Q

All end devices and network devices require an?

A

operating system (OS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The user interface that allows users to request specific tasks from the computer. These requests can be made either through the CLI or GUI interfaces.

A

Shell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Communicates between the hardware and software of a computer and manages how hardware resources are used to meet software requirements.

A

Kernel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The physical part of a computer including underlying electronics.

A

Hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Such as Windows, macOS, Linux KDE, Apple iOS, or Android allows the user to interact with the system using an environment of graphical icons, menus, and windows.

A

GUI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Through a GUI, a PC operating system enables a user to do the following:

A

Use a mouse to make selections and run programs, Enter text and text-based commands, View output on a monitor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A CLI-based network operating system (e.g., the Cisco IOS on a switch or router) enables a network technician to do the following:

A

Use a keyboard to run CLI-based network programs, Use a keyboard to enter text and text-based commands, View output on a monitor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which access method would be most appropriate if you were in the equipment room with a new switch that needs to be configured?

A

Console

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which access method would be most appropriate if your manager gave you a special cable and told you to use it to configure the switch?

A

Console

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which access method would be the most appropriate in-band access to the IOS over a network connection?

A

Telnet/SSH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which access method would be the most appropriate if you call your manager to tell him you cannot access your router in another city over the internet and he provides you with the information to access the router through a telephone connection?

A

Aux

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

This mode has limited capabilities but is useful for basic operations. It allows only a limited number of basic monitoring commands but does not allow the execution of any commands that might change the configuration of the device. The user _____ mode is identified by the CLI prompt that ends with the > symbol.

A

User EXEC Mode
Switch>
Router>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

To execute configuration commands, a network administrator must access ____________ mode. Higher configuration modes, like global configuration mode, can only be reached from privileged EXEC mode. The ___________ mode can be identified by the prompt ending with the # symbol.

A

Privileged EXEC Mode
Switch#
Router#

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

To configure the device, the user must enter global configuration mode, which is commonly called

A

global config mode
Switch(config)#.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Used to configure console, SSH, Telnet, or AUX access.

A

Line Configuration Mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Used to configure a switch port or router network interface.

A

Interface Configuration Mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

IOS mode allows access to all commands and features?

A

Privileged EXEC Mode

17
Q

Which IOS mode are you in if the Switch(config)# prompt is displayed?

A

Global Configuration mode

18
Q

Which IOS mode are you in if the Switch> prompt is displayed?

A

user EXEC mode

19
Q

What two commands would return you to the privileged EXEC prompt regardless of the configuration mode you are in?

A

CTRL + Z and End

20
Q

This is a specific parameter defined in the operating system.

A

Keyword

21
Q

This is not predefined; it is a value or variable defined by the user.

A

Argument

22
Q

The command is ping and the user-defined argument is the ip-address of the destination device. For example, ping 10.10.10.5.

A

ping ip-address

23
Q

he command is traceroute and the user-defined argument is the ip-address of the destination device. For example, traceroute 192.168.254.254.

A

traceroute ip-address

24
Q

Completes a partial command name entry.

A

Tab

25
Q

Erases the character to the left of the cursor.

A

Backspace

26
Q

Recalls the previous command in the history buffer, beginning with the most recent command.

A

Up Arrowor Ctrl+P

27
Q

Displays the next line.

A

Enter Key

28
Q

Displays the next screen.

A

Space Bar

29
Q

When in any configuration mode, ends the configuration mode and returns to privileged EXEC mode. When in setup mode, aborts back to the command prompt.

A

Ctrl-C

30
Q

When in any configuration mode, ends the configuration mode and returns to privileged EXEC mode.

A

Ctrl-Z

31
Q

All-purpose break sequence used to abort DNS lookups, traceroutes, pings, etc.

A

Ctrl-Shift-6

32
Q

When the naming convention has been identified, the next step is to use the CLI to apply the names to the devices. As shown in the example, from the privileged EXEC mode, access the global configuration mode by entering the configure terminal command. Notice the change in the command prompt.

A

Switch# configure terminal
Switch(config)# hostname Sw-Floor-1
Sw-Floor-1(config)#

33
Q

What is the command to assign the name “Sw-Floor-2” to a switch?

A

hostname Sw-floor-2

34
Q

How is the privileged EXEC mode access secured on a switch?

A

enable secret class

35
Q

Which command enables password authentication for user EXEC mode access on a switch?

A

login

36
Q

Which command encrypts all plaintext passwords access on a switch?

A

service password-encryption

37
Q

Which is the command to configure a banner to be displayed when connecting to a switch?

A

banner motd $ Keep out $

38
Q

This is the saved configuration file that is stored in NVRAM. It contains all the commands that will be used by the device upon startup or reboot. Flash does not lose its contents when the device is powered off.

A

startup-config

39
Q

This is stored in Random Access Memory (RAM). It reflects the current configuration. Modifying a running configuration affects the operation of a Cisco device immediately. RAM is volatile memory. It loses all of its content when the device is powered off or restarted.

A

running-config