4.1 IPV4 Addressing overview Flashcards

1
Q

What decimal value does the Hexadecimal value A represent

A

10

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

What decimal value does the Hexadecimal value B represent

A

11

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

What decimal value does the Hexadecimal value C represent

A

12

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

What decimal value does the Hexadecimal value D represent

A

13

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

What decimal value does the Hexadecimal value E represent

A

14

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

What decimal value does the Hexadecimal value F represent

A

15

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

What is the Binary value of 128

A

10000000

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

What is the binary value of 64

A

01000000

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

What is the binary value of 32

A

00100000

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

What is the binary value of 16

A

00010000

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

What is the binary value of 8

A

00001000

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

What is the binary value of 4

A

00000100

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

What is the binary value 4

A

00000100

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

What is the binary value of 2

A

00000010

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

What is the binary value of 1

A

00000001

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

What is the ip address range in class A

A

1-126

17
Q

What is the ip address range in class B

A

128-191

18
Q

What is the ip address range in class C

A

192-223

19
Q

What is the ip address range in class D

A

224-239

20
Q

What is the ip address range in class E

A

240-255

21
Q

What is the default subnet mask for class A ip addresses

A

255.0.0.0 or /8

22
Q

What is the default subnet mask for class B ip addresses

A

255.255.0.0 or /16

23
Q

What is the default subnet mask for class C ip addresses

A

255.255.255.0 or /24

24
Q

Why dont class D addresses have a subnet mask?

A

They are used for multicast purposes

25
Q

Why dont class E ip addressess have subnet masks?

A

They are experimental ip addresses

26
Q

How do you determine how many hosts a network could have?

A

Take the subnet mask and count all of the zeros, add them up and then enter that number into the host formula 2n-2 where is n = the total of zeros from subnet

27
Q

What are the private ip addresses of class A

A

10.0.0.0 to 10.255.255.255

28
Q

What are the private ip addresses of class B

A

172.16.0.0 to 172.31.255.255

29
Q

What are private ip addresses of class C

A

192.168.0.0 to 192.168.255.255