✅ IPv4 Rules Flashcards

(47 cards)

1
Q

What does an IPv4 address identify

A

A device on a network

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

How many octets are in an IPv4 address

A

4 octets

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

How many bits are in each octet

A

8 bits

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

Valid decimal range of each IPv4 octet

A

0 to 255

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

What determines network and host portions in classful addressing

A

IP address class

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

What determines network and host portions in CIDR addressing

A

Subnet mask

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

Class A first octet range

A

1 to 126

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

Default subnet mask Class A

A

255.0.0.0

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

Class B first octet range

A

128 to 191

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

Default subnet mask Class B

A

255.255.0.0

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

Class C first octet range

A

192 to 223

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

Default subnet mask Class C

A

255.255.255.0

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

What IPv4 class is 127 reserved for

A

Loopback testing

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

Loopback address example

A

127.0.0.1

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

Purpose of loopback address

A

Test local TCP IP stack

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

Class D address range

A

224 to 239

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

Purpose of Class D addresses

A

Multicast traffic

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

Class E address range

20
Q

Purpose of Class E addresses

A

Experimental use

21
Q

Private Class A range

A

10.0.0.0 to 10.255.255.255

22
Q

Private Class B range

A

172.16.0.0 to 172.31.255.255

23
Q

Private Class C range

A

192.168.0.0 to 192.168.255.255

24
Q

Purpose of private IP addresses

A

Used inside local networks not routable on internet

25
What converts private IP to public IP
NAT
26
What does NAT stand for
Network Address Translation
27
APIPA address range
169.254.0.1 to 169.254.255.254
28
When APIPA is assigned
When DHCP server unavailable
29
What does APIPA stand for
Automatic Private IP Addressing
30
IPv4 broadcast address purpose
Send message to all hosts on network
31
Example broadcast address
192.168.1.255
32
Network address purpose
Identify the network itself
33
Example network address
192.168.1.0
34
First usable address rule
Network address plus one
35
Last usable address rule
Broadcast address minus one
36
CIDR slash notation example slash 24 meaning
255.255.255.0 subnet mask
37
CIDR slash notation example slash 16 meaning
255.255.0.0 subnet mask
38
CIDR slash notation example slash 8 meaning
255.0.0.0 subnet mask
39
What does DHCP do
Automatically assigns IP addresses
40
What does DNS do
Resolves names to IP addresses
41
What does default gateway do
Allows access outside local network
42
Example default gateway address
Usually ends in .1
43
IPv4 uses what number system
Decimal
44
Binary bits per IPv4 address
32 bits total
45
Hosts per Class C network default
254 hosts
46
Hosts per Class B network default
65534 hosts
47
Hosts per Class A network default
16777214 hosts