IPv4 Addressing (obj 1.7) Flashcards

(26 cards)

1
Q

What is the most common type of IP addressing used in networks?

A

Internet Protocol version 4 (IPv4) Addressing

IPv4 is widely used for assigning addresses in various types of networks.

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

How is an IPv4 address represented?

A

Decimal representations of a 32 bit binary number

IPv4 addresses are commonly written in a format called Dotted-decimal Notation.

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

What is Dotted-decimal Notation?

A

A series of four decimal numbers separated by dots

Each of the four numbers represents an octet.

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

What are octets in the context of an IPv4 address?

A

Refers to the four decimal numbers, individually

Each octet represents 8 bits of the binary number.

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

How many bits does an IPv4 address consist of?

A

32 bits

This is divided into four octets.

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

What is the range of decimal numbers for each octet in an IPv4 address?

A

0 to 255

Each octet can take any value within this range.

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

What determines the network and host portion of an IPv4 address?

A

Subnet mask

The subnet mask indicates which part of the address is the network and which part is the host.

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

What does a subnet mask consist of?

A

Continuous strings of ones (1) and zeros (0)

This binary representation helps to distinguish the network and host portions.

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

What defines the network portion in a subnet mask?

A

1

The ‘1’s in the subnet mask indicate the network portion.

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

What defines the host portion in a subnet mask?

A

0

The ‘0’s in the subnet mask indicate the host portion.

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

How are IP addresses classified?

A

Depending on the first octet in their address

This classification helps in organizing IP addresses into different categories.

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

What is the range of the first octet for Class A IP addresses?

A

1 to 127

Class A addresses are designed for very large networks.

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

What is the default subnet mask for Class A IP addresses?

A

255.0.0.0

This subnet mask allows for a large number of hosts.

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

What is the range of the first octet for Class B IP addresses?

A

128 to 191

Class B addresses are suitable for medium-sized networks.

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

What is the default subnet mask for Class B IP addresses?

A

255.255.0.0

This allows for a moderate number of hosts.

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

What is the range of the first octet for Class C IP addresses?

A

192 to 223

Class C addresses are intended for smaller networks.

17
Q

What is the default subnet mask for Class C IP addresses?

A

255.255.255.0

This subnet mask supports a limited number of hosts.

18
Q

What is the range of the first octet for Class D IP addresses?

A

224 to 239

Class D addresses are reserved for multicast routing.

19
Q

What is the purpose of a multicast address?

A

A logical identifier for a group of hosts

This allows for efficient data transmission to multiple recipients.

20
Q

What is the range of the first octet for Class E IP addresses?

A

240 to 255

Class E addresses are reserved for experimental use.

21
Q

What is subnetting?

A

The process of dividing a larger network into smaller subnetworks

This helps improve network management and efficiency.

22
Q

What is a Classful Subnet Mask?

A

Uses default masks associated with specific address classes

This type of subnet mask is based on the class of the IP address.

23
Q

What is a Classless Subnet Mask?

A

Uses any subnet mask that is not the default for a specific address class

This allows for more flexible subnetting.

24
Q

What does Classless Inter-Domain Routing (CIDR) allow?

A

Borrowing bits from the host portion to expand the network portion

This enables the creation of smaller subnetworks.

25
What is CIDR Notation?
Combined notation of IP addresses and subnet masks (e.g., IP/subnet) ## Footnote This notation simplifies the representation of addresses and masks.
26
What are the default CIDR notations for IP address classes A, B, and C?
* A – /8 * B – /16 * C – /24 ## Footnote These notations correspond to the default subnet masks for each class.