Day 28 - IPv4 Addressing & Subnetting Flashcards
What is /24 converted to a dotted decimal subnet mask?
255.255.255.0
What is /25 converted to a dotted decimal subnet mask?
255.255.255.128
What is /26 converted to a dotted decimal subnet mask?
255.255.255.192
What is /27 converted to a dotted decimal subnet mask?
255.255.255.224
What is /28 converted to a dotted decimal subnet mask?
255.255.255.240
What is /29 converted to a dotted decimal subnet mask?
255.255.255.248
What is /30 converted to a dotted decimal subnet mask?
255.255.255.252
What is /31 converted to a dotted decimal subnet mask?
255.255.255.254
What is /23 converted to a dotted decimal subnet mask?
255.255.254.0
What is /22 converted to a dotted decimal subnet mask?
255.255.252.0
What is /21 converted to a dotted decimal subnet mask?
255.255.248.0
What is /20 converted to a dotted decimal subnet mask?
255.255.240.0
What is /19 converted to a dotted decimal subnet mask?
255.255.224.0
What is /18 converted to a dotted decimal subnet mask?
255.255.192.0
What is /17 converted to a dotted decimal subnet mask?
255.255.128.0
Convert 0 1 1 0 0 0 0 1 to decimal
97
Convert 1 1 1 1 0 0 1 1 to decimal
243
Convert 0 0 1 1 0 0 1 1 to decimal
51
Convert 0 0 0 0 1 0 1 1 to decimal
11
Convert 1 0 1 1 1 0 0 1 to decimal
185
Convert 0 1 0 0 1 1 1 1 to decimal
79
Convert 0 1 1 1 1 1 1 1 to decimal
127
What are Class E addresses used for?
Experimental
What are Class D addresses used for?
Multicast
What is the public IP range for Class A addresses?
1.0.0.0 - 127.0.0.0
What is the public IP range for Class B addresses?
128.0.0.0 - 191.255.0.0
What is the public IP range for Class C addresses?
192.0.0.0 - 223.255.255.255
What is the private IP range for Class A addresses?
10.0.0.0 - 10.255.255.255
What is the private IP range for Class B addresses?
172.16.0.0 - 172.31.255.255
What is the private IP range for Class C addresses?
192.168.0.0 - 192.168.255.255
What is the range for Class D addresses?
224.0.0.0 - 239.255.255.255
What is the range for Class E addresses?
240.0.0.0 - 255.255.255.255
How many total hosts can you have in a /18 network?
16,384 (-2) = 16,382
How many total hosts can you have in a /23 network?
512 (-2) = 510
How many total hosts can you have in a /21 network?
2,048 (-2) = 2,046
How many total hosts can you have in a /27 network?
32 (-2) = 30
How many total hosts can you have in a /25 network?
128 (-2) = 126
How many total hosts can you have in a /17 network?
32,768 (-2) = 32,766
How many total hosts can you have in a /20 network?
4,096 (-2) = 4,094
How many total hosts can you have in a /22 network?
1,024 (-2) = 1,022
Do the 2 to the power of X … All the way to 15
2
4
8
16
32
64
128
256
512
1,024
2,048
4,096
8,192
16,384
32,768