Module 2 Flashcards

1
Q

the portion of the OS that interacts directly with computer hardware is known as the

A

kernel

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

The portion that interfaces with applications and the user is known as the

A

shell

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

When using a _____ the user interacts directly with the system in a text-based environment by entering commands on the keyboard at a command prompt

A

CLI (Command Line Interface)

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

A _______ 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 (graphical user interface)

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

Regarding Operating systems.. The ____ is less resource intensive and very stable when compared to a ____.

A

CLI; GUI

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

network devices are typically accessed through a

A

CLI

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

The operating system on home routers is usually called

A

firmware

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

The most common method for configuring a home router is by using a web browser-based

A

GUI

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

This is a physical management port that provides out-of-band access to a Cisco device

A

Console

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

refers to access via a dedicated management channel that is used for device maintenance purposes only

A

out-of-band access

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

an in-band and recommended method for remotely establishing a secure CLI connection, through a virtual interface, over a network.

A

Secure Shell (SSH)

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

an insecure, in-band method of remotely establishing a CLI session, through a virtual interface, over a network

A

Telnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
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
14
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
15
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
16
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
17
Q

Mode allows access to only a limited number of basic monitoring commands.
It is often referred to as “view-only” mode.

A

User Exec Mode

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

Mode allows access to all commands and features.

The user can use any monitoring commands and execute configuration and management commands.

A

Priviliged EXEC mode

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

Default Device Prompt for User Exec Mode

A

Switch>

Router>

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

Default Device Prompt for Priviliged exec mode

A

Switch #

Router #

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

identified by a prompt that ends with (config)# after the device name, such as Switch(config)#.

A

Global Configuration Mode

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

From global config mode, the user can enter different

A

subconfiguration modes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
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
24
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
25
Q

By default, every prompt begins with…

Following the name, the remainder of the prompt indicates the….

A

the device name.

mode.

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

To move from user EXEC mode to privileged EXEC mode, use the

A

Enable Command

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

Use the disable privileged EXEC mode command to return to…

A

user EXEC mode.

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

Privileged EXEC mode is sometimes called

A

Enable Mode

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

To move from any sub configuration mode to the privileged EXEC mode, enter the end command or….

A

enter the key combination Ctrl+Z.

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

To enter global configuration mode type

A

configure terminal

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

Enter line subconfiguration mode for the console port , type…

A

line console 0

32
Q

Enter VTY line subconfiguration by typing…

A

line vty 0 15

33
Q

Enter the VLAN 1 interface subconfiguration mode by typing…

A

interface vlan 1

34
Q

Which IOS mode allows access to all commands and features?

A

Privileged EXEC mode

35
Q

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

A

Global configuration mode

36
Q

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

A

User EXEC mode.

37
Q

CTRL+Z and end will return you to the ________________ regardless of the configuration mode you are in.

A

privileged EXEC prompt

38
Q

The general syntax for a command is the command followed by ….

A

any appropriate keywords and arguments.

39
Q

This is a specific parameter defined in the operating system

A

Keyword

40
Q

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

A

Argument

41
Q

text indicates arguments for which you supply values.

A

italics

42
Q

text indicates commands and keywords that you enter literally as shown.

A

boldface

43
Q

____ indicate an optional element (keyword or argument).

A

square brackets [x]

44
Q

____- indicate a required element (keyword or argument).

A

Braces {x}

45
Q

____ indicate a required choice within an optional element

A

Braces and vertical lines within square brackets

[x {y | z } ]

46
Q

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

A

hostname (in bold) Sw-Floor-2

47
Q

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

A

enable secret class

*all in bold

48
Q

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

A

login (bold)

49
Q

Which command encrypts all plaintext passwords access on a switch?

A

service password-encryption

*all in bold

50
Q

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

A

banner motd $ Keep out $

*all in bold

51
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

52
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

53
Q

The show running-config privileged EXEC mode command is used to

A

view the running config

54
Q

a 32-bit value that differentiates the network portion of the address from the host portion

A

IPv4 subnet mask

55
Q

The structure of an IPv4 address is called

A

dotted decimal notation

56
Q

the IP address of the router that the host will use to access remote networks, including the internet.

A

The default gateway address

57
Q

How is an IPv4 address represented?

A

four decimal numbers between 0 and 22 separated by periods.

58
Q

What type of interface has no physical port associated with it?

A

switch virtual interface (SVI)

59
Q

how to manually configure an IPv4 address on a Windows host, you open the….

A

Control Panel > Network Sharing Center > Change adapter settings and choose the adapter.
Then right-click and select Properties to display the Local Area Connection Properties.

60
Q

enables automatic IPv4 address configuration for every end device

A

DHCP ( Dynamic host configuration protocol)

61
Q

This affects the operation of the device immediately when modified…

A

running configuration file in a Cisco IOS device

62
Q

Which type of access is secured on a Cisco router or switch with the enable secret command?

A

privliged EXEC

63
Q

What is the default SVI on a Cisco switch?

A

VLAN1

64
Q

When a hostname is configured through the Cisco CLI, which three naming conventions are part of the guidelines?

A

fewer than 64 characters in length.
contain no spaces.
begin with a letter.

65
Q

What is the function of the shell in an OS?

A

Interfaces between the users and the kernel.

66
Q

A router with a valid operating system contains a configuration file stored in NVRAM. The configuration file has an enable secret password but no console password. When the router boots up, which mode will display?

A

user EXEC mode

67
Q

An administrator has just changed the IP address of an interface on an IOS device. What else must be done in order to apply those changes to the device?

A

Nothing must be done.
Changes to the configuration on an IOS device take effect as soon as the command is typed correctly and the Enter key has been pressed.

68
Q

Which memory location on a Cisco router or switch will lose all content when the device is restarted?

A

RAM

69
Q

Why would a technician enter the command copy startup-config running-config?

A

to copy an existing configuration into RAM

70
Q

Main functionality is provided by DHCP?

A

automatic assignment of an IP address to each host.

71
Q

Which memory location on a Cisco router or switch stores the startup configuration file?

A

NVRAM

72
Q

Exec command that Opens a terminal connection.

A

connect

73
Q

Exec command that turns off priviliged commands

A

disable

74
Q

exec command that disconnects an existing network connection.

A

disconnect

75
Q

exec command that turns on priviliged commands

A

enable