IPV4 Addressing Flashcards

1
Q

What address is 127.0.0.1 ?

A

Local host. Address of home Computer.

There’s no place like 127.0.0.1

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

255 in binary

A

1111 1111

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

What does APIPA stand for ?

A

Automatic Private IP Addressing.

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

Broadcast Address

A

Used if you want to send a packet to all devices on the network.
The last available IP address within your scope is reserved for this.

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

How many Network and Host bits in a Class A network.

A
Network = 8 bits
Host = 24 bits
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Class A network subnet mask

A

255.0.0.0

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

Class A network octet range

A

1 - 127

1.0.0.0 - 127.0.0.0

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

Class A network private addresses

A

10.0.0.0 - 10.255.255.255

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

How many Network and Host bits in a class B network ?

A
Network = 16
Host = 16
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Class B network subnet mask

A

255.255.0.0

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

Class B Octet range

A

128 - 191

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

Class B private Addresses

A

172.16.0.0 - 172.31.0.0

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

Network and Host bits in a Class C network

A
Network = 24
Host = 8
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Class C Subnet Mask

A

255.255.255.0

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

Class C Network octet range

A

192 - 223

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

Class C Private Addresses

A

192.168.0.0 - 192.168.255.254

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

Class D octet range

A

224 - 239

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

Class E octet range

A

240 - 255

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

Formula for how many hosts on a network

A

2 to the power of N-2

2n -2

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

Formula for how many network addresses in network class

A

2 to the power of N

2n

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

How is an IPv4 address written

A

As a dotted quad.
4 number separated by full stops
e.g. 192.168.112.20

22
Q

How many unique hosts can a Class C network have?

23
Q

How many IPv4 addresses are reserved and not available to the public ?

A

Around 600 million

24
Q

Roughly how many IPv4 addresses are there?

A

Around 4 billion

25
In what way is IPv4 limited?
There are not enough unique addresses for everyone on the planet.
26
What addresses are reserved for loopback
127.0.0.1 - 127.255.255.254
27
What are some uses of IP addresses that make them unavailable to the public?
Private Addressing Testing Documentation
28
What is CIDR ?
Classless Inter Domain Routing When you add a /# e.g /24 at the end of an IP address to let you know how many numbers in the IP address are in the network bit. In this case 24 bits.
29
What is an IP address used for ?
Uniquely identifying a device on a network.
30
Why is a 32-bit IPv4 Address written as a dotted quad?
To improve readability for humans. | The computer converts this number into binary using a 32-bit long string of 1's and 0's
31
What do Subnet Masks do ?
Distinguish the Network portion from the Host portion on an IP address
32
What are Class D hosts uses for ?
Multicast
33
What are Class E hosts used for
Reserved for research purposes, military etc | They are kept hidden from the general public.
34
What Automatic Private IP Addressing addresses are not available to the public
169.254.0.0 to 169.254.255.255
35
1111 1111 in Decimal
255
36
``` Address class reserved for research purposes, military etc They are kept hidden from the general public. ```
Class E
37
Address class used for Multicast ?
Class D
38
Distinguishes the Network portion from the Host portion
Subnet Masks
39
What class of network has the octet range 240 - 255
Class E
40
What class of network has the octet range 224 - 239
Class D
41
What are the addresses 192.168.0.0 - 192.168.255.254
Private Class C addresses
42
What class of network has the addresses 192 - 223
Class C
43
What are the addresses 172.16.0.0 - 172.31.0.0
Class B private Addresses
44
What class of network has the address range 128 - 191
Class B
45
Used if you want to send a packet to all devices on the network. The last available IP address within your scope is reserved for this.
Broadcast address
46
169.254.0.0 to 169.254.255.255
APIPA Addresses | Automatic Private IP Addressing
47
Binary 1 in the subnet mask =
A network bit
48
Binary 0 in the subnet mask =
A host bit
49
The first valid host on a network is usually given to what device ?
A router
50
What device usually gets the last valid host on a network ?
The Server