7&8. IPv4 Addressing Flashcards

1
Q

What is the length of an IP address? (bits)

A

32 bits

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

What are the groups of 8 bits in an IP address called?

A

octets

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

What is the maximum value for a binary octet? (1111 1111)

A

255

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

What is the numeric range of the first octet of a class A IPv4 address?

A

0-127

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

What is the numeric range of the first octet of a class B IPv4 address?

A

128-191

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

What is the numeric range of the first octet of a class C IPv4 address?

A

192-223

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

What is the numeric range of the first octet of a class D IPv4 address?

A

224-239

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

What is the numeric range of the first octet of a class E IPv4 address?

A

240-255

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

What is the class D IPv4 address range reserved for?

A

Multicast Addresses

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

IPv4 addresses beginning with 127 are used for […] addresses.

A

Loopback

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

What kind of address is used to test the network software stack on the local device?

A

loopback addresses

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

If the host portion of an IPv4 address is all 0s, what kind of address is it?

A

network address

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

If the host portion of an IPv4 address is all 1s, what kind of address is it?

A

broadcast address

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

What is the formula to calculate the max. 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
16
Q

Which IPv4 address class contains a total of 128 networks?

A

Class A

17
Q

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

A

1

17
Q

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

A

1

18
Q

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

A

2

19
Q

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

A

switches

20
Q

Command to configure an IP address on an interface:

R1(config-if)# […]

A

ip address ip-address subnet-mask

ie.
ip address 192.168.1.254 255.255.255.0

21
Q

Command to configure a description on an interface:

R1(config-if)# […]

A

description description

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

22
Q

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

A

R1# show interface description