Chapter 8 Flashcards

1
Q

The standard terminal-emulation application layer protocol in the TCP/IP protocol stack. It is used for remote terminal connection, enabling users to log in to remote systems and use resources as if they were connected to a local system and is defined in RFC 854.

A

Telnet

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

A TCP/IP application layer protocol that supports terminal emulation between a client and server, using dynamic key exchange and encryption to keep the communications private.

A

Secure Shell (SSH)

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

A username (with matching password), configured on a router or switch. It is considered local because it exists on the router or switch, and not on a remote server.

A

Local username

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

_____ confirms the identity of the user or device.

_____ determines what the user or device is allowed to do.

_____ records information about access attempts, including inappropriate requests.

A

Authentication, Authorization, Accounting (AAA)

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

A server that holds security information and provides services related to user login, particularly authentication (is the user who they say they are), authorization (once authenticated, what do we allow the user to do), and accounting (tracking the user).

A

AAA server

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

A part of the Cisco IOS CLI in which the user can use the most powerful and potentially disruptive commands on a router or switch, including the ability to then reach configuration mode and reconfigure the router.

A

Enable mode

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

On an IP host, the IP address of some router to which the host sends packets when the packet’s destination address is on a subnet other than the local subnet.

A

Default gateway

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

A configuration concept inside Cisco switches, used as an interface between IOS running on the switch and a VLAN supported inside the switch, so that the switch can assign an IP address and send IP packets into that VLAN.

A

VLAN interface

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

In a Cisco router or switch, the function by which IOS keeps a list of commands that the user has used in this login session, both in EXEC mode and configuration mode. The user can then recall these commands for easier repeating or making small edits and issuing similar commands.

A

History buffer

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

An application layer protocol used throughout the Internet for translating host names into their associated IP addresses.

A

Domain name system (DNS)

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

The process by which an IP host discovers the IP address associated with a hostname, often involving sending a DNS request to a DNS server, with the server supplying the IP address used by a host with the listed hostname.

A

Name resolution

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

A message generated by any computer, but including Cisco routers and switches, for which the device OS wants to notify the owner or administrator of the device about some event.

A

Log message

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

The configuration and processes that control and change the choices made by the switch’s data plane.

A

Control plane

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

The work a switch does to forward frames generated by the devices connected to the switch.

A

Data plane

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

The _____ plane deals with managing the device itself, rather than controlling what the device is doing.

A

management

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

The first option to secure access to user mode is to uses a simple shared password with no username. Console users must supply the _____ password, as configured in console line configuration mode. Telnet users must supply the _____ password, also called the vty password, so called because the configuration sits in vty line configuration mode.

A

console;

Telnet

17
Q

What command tells IOS to enable the use of a simple shared password (with no username) on this line (console or vty), so that the switch asks the user for a password

18
Q

What command defines the actual password used on the console or vty

19
Q

What command is used to configure the enable password?

A

enable secret

20
Q

Use the _____ command to enter console configuration mode.

A

line con 0

21
Q

Use the _____ command to enter vty configuration mode for all 16 vty lines (numbered 0 through 15).

A

line vty 0 15

22
Q

Use the _____ (name) _____ (password) global configuration command to add one or more username/password pairs on the local switch.

A

username;

secret

23
Q

Use the _____ subcommand to remove any existing simple shared passwords, just for good housekeeping of the configuration file.

A

no password

24
Q

What server does Cisco switches use to hold the usernames/passwords. It allows users to do self service and forced maintenance on their passwords.

A

AAA (Authentication, authorization, and accounting)

25
Q

The SSH server uses the fully qualified domain name (_____) of the switch as input to create an encryption key.

26
Q

What command generates the SSH encryption keys?

A

crypto key generate rsa

27
Q

To control which protocols a switch supports on its vty line, what command is used?

A

transport input

28
Q

What protocol does a switch use to dynamically learn its IPv4 settings.

A

Dynamic Host Configuration Protocol (DHCP)