Chapter 2 Configuring a Network Operating System Flashcards

1
Q

What is a router?

2.0.1.1

A

Forwards data packets to and receives data packets from the Internet

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

What is a Switch?

2.0.1.1

A

Connects end devices using network cables

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

What is a Wireless access point?

2.0.1.1

A

Consists of a radio transmitter capable of connecting end devices wirelessely

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

What is a firewall?

2.0.1.1

A

Secures outgoing traffic and restricts incoming traffic

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

What is the deference between RAM and Flash?

2.1.1.3

A

RAM is volatile memory where stored memory is lost when power is lost.

Flash memory is non volatile and retains memory when power is lots. Flash memory can be over written.

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

What is the difference between ROM and NVRAM?

2.1.1.3

A

ROM is read only Memory information stored on the ROM chip is permanent and can not be deleted.

NVRAM is Non volatile RAM that data is retained even after the lose power, it also can be update

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

What is a Router boot order?

A
  1. Perform Power-on self test (POST) and load the bootstrap program.
  2. Locate and load the Cisco IOS software
  3. Locate and execute the startup configuration file orenter setup mode.
  4. After the Cisco IOS software is loaded, the bootstrap program searches for the startup configuration file in NVRAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the 3 ways to connect to a router or switch?

2.1.2.1

A
Direct to the Console
Telnet or SSH (Remotely via the internet or network)
AUX port (Phone Line)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are 4 types Command Line (CLI) modes?

2.1.3.1

A

> User executive (User EXEC) mode
# Privileged executive (Privileged EXEC) mode
(config) # Global configuration mode
(config) # Specific Configuration Modes

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

What access is granted at the User executive (User EXEC) mode?
2.1.3.2

A

The user EXEC mode allows only a limited number of basic monitoring commands. This is often referred to as view-only mode.

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

What access is granted at Privileged executive (Privileged EXEC) mode?
2.1.3.2

A

execution of configuration and management commands requires that the network administrator use the privileged

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

What access is granted at the Global Configuration Mode?

2.1.3.3

A

global configuration mode, CLI configuration changes are made that affect the operation of the device as a whole.

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

What is access is granted at the Specific Configuration Mode?
2.1.3.3

A

Can access sub-configuration modes. Each of these modes allows the configuration of a particular part or function of the IOS device

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

What is the command to access User executive (User EXEC) mode?
2.1.3.4

A

press enter

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

What is the command to access Privileged executive (Privileged EXEC) mode?
2.1.3.4

A

enable (type “disable” ) to exit

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

What is the command to access Global Configuration Mode?

2.1.3.5

A

configuration terminal

must be at the (Privileged EXEC) mode

17
Q

What command is used to find help on commands?

2.1.3.6

A

show ?

18
Q

What command is used to configure a Hostname name?

2.2.1.4

A
hostname R1
(must be global configuration mode)
19
Q

What is the command to configure console password?

2.2.2.3

A
(config)# line console 0
(config-line)# password xxxxx
(config-line)# login
(config-line)# exit
(config)# exit
20
Q

What is the command to configure privileged EXEC (enable) mode?
2.2.2.2

A

(config) # enable secret xxxxxx

(config) # exit

21
Q

what command is to encrypt password for users mode?

A

(config) # enable secret xxxxxx

(config) # exit

22
Q

what command is to encrypt password Privileged EXEC) mode?

2.2.2.4

A

(config) # service password-encryption

(config) # exit

23
Q

What command is set the Banner of the day?

2.2.2.5

A

(config)# banner motd #Activity may be monitored#

24
Q

What command is set to copy configuration files to the NVRAM?
2.2.3.1

A

R1# copy running-config startup-config

25
Q

What is the command to show ip and other information?

2.2.3.1

A

R1# show running-config

26
Q

What is the difference between ipconfig and ipconfig/all

A

ipconfg only give you basic information about the network, ip address, subnet mask, default gateway

ipconfig/all output a complete information, ip address, subnet mask, default gateway mac addresses dhcp lease time etc

27
Q

What is the Address Resolution Protocol (ARP) process?

3.3.2.3

A

The sending host uses a protocol called Address Resolution Protocol (ARP) to discover the MAC address of any host on the same local network. The sending host sends an ARP Request message to the entire LAN.