Module 8 Flashcards

1
Q

How many bits in length are IPv4 addresses?

A

32 bits in length.

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

IPv4 addresses are 32 bits in length. To make them easier to read, they are grouped into _-___ bytes called ______.

A

Into four 8-bit bytes called octets, like this:
11010001.10100101.11001000.00000001

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

To make IPv4 addresses easier to read, each octet is converted into ______ _______ ______________.

A

dotted-decimal representation:
209.165.200.1

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

What does the netmask 255.255.0.0 tell you about an IP address?

A

It tells you that only the first 16 bits (or 2 octets) define the network address, and that the remaining 16 bits (or 2 octets) are the host address/host identifier.

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

What is the point of a netmask?

A

A netmask really is just a way to declare a point along the line from left to right where we say, “okay from here on we’re referring to the individual host, rather than the network.”

But also remember that net masks are obsolete for new/modern devices, having been replaced by CIDR routing (which honestly is much easier to use).

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

What does a netmask of 255.255.255.0 tell you?

A

This netmask will match all the IP addresses that share the first 3 octets - so a message with this netmask will go to all the clients connected to the network.

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

What would a subnet mask of 0.0.0.0 tell you?

A

This address will match any and all addresses. In the whole world. Technically it’s an invalid mask for a specific IP range.

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

What does the address 192.168.5.1/24 tell you?

A

That the first 24 bits are the network address, and the remaining 8 are the host identifier.

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

Is the address 192.168.5.1/24 an IP address?

A

The part before the / is the IP address, and the part after the / is the CIDR address (the next generation of subnet mask!).

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

What does CIDR stand for?

A

Classless Inter-Domain Routing.

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

What does VLSM stand for?

A

Variable Length Subnet Masking.

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