IP Address Part 2 Flashcards

1
Q

Interfaces on Cisco [device type] are administratively down by default.

A

Routers

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

What is the formula to calculate the maximum number of hosts in a network?

A

(2^n)-2

n = number of host bits

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

Which IPv4 address class contains a total of 128 networks?

A

Class A

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

Which IPv4 address class contains a total of 16,384 networks?

A

Class B

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

Which IPv4 address class contains a total of 2,097,152 networks?

A

Class C

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

Which IPv4 address class allows a total of 16,777,214 hosts per network?

A

Class A

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

Which IPv4 address class allows a total of 65,534 hosts per network?

A

Class B

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

Which IPv4 address class allows a total of 254 hosts per network?

A

Class C

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

If an interface has the shutdown command applied to it, what will the ‘status’ column of show ip interface brief display?

A

Administratively Down

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

The ‘Status’ field of the show ip interface brief command shows the Layer _____ status of the interface.

A

1

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

The ‘Protocol’ field of the show ip interface brief command shows the Layer _____ status of the interface.

A

2

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

The _____ field of the show ip interface brief command shows the Layer 1 status of the interface.

A

Status

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

The ______ field of the show ip interface brief command shows the Layer 2 status of the interface.

A

Protocol

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

Interfaces on Cisco [device type] are NOT administratively down by default

A

Switches

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

Command to configure an IP address on an interface:

R1(config-if)#_______

A

ip address (ip-address subnet-mask)

ie.
R1(config-if)#ip address 192.168.0.254 255.255.255.0

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

Command to configure a description on an interface:

R1(config-if)#_______

A

description (description)

ie.
R1(config-if)#description ## to SW1 ##

17
Q

Display the configured description of each interface on a router:
R1#_______

A

R1#show interfaces description