Day 08 Flashcards - IPv4 Addresses (Part 2)

1
Q

Front

A

Back

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<div>(n = number of host bits)</div>

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?<br></br>

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?<br></br>

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?<br></br>

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?<br></br>

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?<br></br>

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 <b>shutdown</b>command applied to it, what will the ‘status’ column of <b>show ip interface brief</b>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 <b>show ip interface brief</b>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<b>show ip interface brief</b>command shows the Layer […] status of the interface.<br></br>

A

2

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

The ‘[…]’ field of the<b>show ip interface brief</b>command shows the Layer 1 status of the interface.<br></br>

A

Status

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

The ‘[…]’ field of the<b>show ip interface brief</b>command shows the Layer 2 status of the interface.<br></br>

A

Protocol

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

Interfaces on Cisco [<i>device type</i>]are <b>administratively down</b>by default.

A

routers

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

Interfaces on Cisco [<i>device type</i>]are NOT<b>administratively down</b>by default.<br></br>

A

switches

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

Command to configure an IP address on an interface:<div>R1(config-if)# […]</div>

A

<b>ip address </b><i>ip-address subnet-mask</i><div><i><br></br></i></div><div>ie.</div><div>R1(config-if)# <b>ip address 192.168.0.254 255.255.255.0</b></div>

17
Q

Command to configure a description on an interface:<div>R1(config-if)# […]</div>

A

<b>description </b><i>description</i><div><i><br></br></i></div><div>ie.</div><div>R1(config-if)#<b> description ## to SW1 ##</b></div>

18
Q

Display the configured description of each interface on a router:<div>R1# […]</div>

A

<b>show interfaces description</b>