2.5 IPv4 Flashcards

1
Q

What is the structure of an IPv4 address?

A

A 32-bit address, written as four decimal numbers separated by dots (e.g., 192.168.1.4).

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

How many bits are in an IPv4 address?

A

32 bits.

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

What is the purpose of a subnet mask?

A

It defines the network and host portions of an IP address.

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

What is the default subnet mask for a Class A network?

A

255.0.0.0

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

What is the default subnet mask for a Class B network?

A

255.255.0.0

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

What is the default subnet mask for a Class C network?

A

255.255.255.0

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

What is the IP address range for Class A?

A

1.0.0.0 - 127.255.255.255

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

What is the IP address range for Class B?

A

128.0.0.0 - 191.255.255.255

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

What is the IP address range for Class C?

A

192.0.0.0 - 223.255.255.255

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

What is the purpose of Class D addresses?

A

Reserved for multicast communication (224.0.0.0 - 239.255.255.255).

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

What is the purpose of Class E addresses?

A

Reserved for experimental use (240.0.0.0 - 255.255.255.255).

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

What are the three private IP address ranges?

A

10.0.0.0 - 10.255.255.255 (Class A), 172.16.0.0 - 172.31.255.255 (Class B), 192.168.0.0 - 192.168.255.255 (Class C).

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

What is a public IP address?

A

An IP address routable over the internet, assigned by ISPs.

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

What is a private IP address?

A

An IP address used within a local network (LAN) that is not routable over the internet.

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

What is the loopback address?

A

127.0.0.1, used for local network testing.

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

What is an APIPA address?

A

169.254.x.x, automatically assigned when DHCP fails.

17
Q

What does CIDR stand for?

A

Classless Inter-Domain Routing.

18
Q

How does CIDR notation work?

A

It replaces traditional subnet masks (e.g., /24 is the same as 255.255.255.0).

19
Q

What is the CIDR notation for a Class C network?

A

/24 (255.255.255.0)

20
Q

What is the CIDR notation for a Class B network?

A

/16 (255.255.0.0)

21
Q

What is the CIDR notation for a Class A network?

A

/8 (255.0.0.0)

22
Q

How does subnetting help networks?

A

It divides a large network into smaller, more manageable subnetworks.

23
Q

How many hosts can a /24 subnet support?

A

254 usable hosts (256 total, minus network and broadcast addresses).

24
Q

What does an IP address ending in .0 represent?

A

The network address.

25
Q

What does an IP address ending in .255 represent?

A

The broadcast address.