Analyzing Classful IPv4 Networks Flashcards
What is a Class A?
Frst Octet 1-126 Purpose Unicast (large networks)
What is a Class B?
Frst Octet 128-191 Purpose Unicast (medium sized networks)
What is a Class C?
Frst Octet 192-223 Purpose Unicast (small networks)
What is a Class D?
Frst Octet 224-239
Purpose Multicast
What is a Class E?
Frst Octet 240-255
Purpose Experimental
True or False
The addresses in the same network have the same values in the network part.
True
True or False
The address in the same network have different values in the host part.
True
What is the formula to calculate the number of host addresses per Class A, B, or C network?
2^H -2
Where H is the number of Host bits
What are valid network numbers for Class A
1.0.0.0 - 126.0.0.0
What are valid network numbers for Class B
128.0.0.0 - 191.255.0.0
What are valid network numbers for Class C
192.0.0.0 - 223.255.255.0
How many total networks does a Class A have?
2^7-2 = 126
How many total networks does a Class B have?
2^14 = 16,384
How many total networks does a Class C have?
2^21 = 2,097,152
How many hosts does a Class A network have?
2^24 -2
How many hosts does a Class B network have?
2^16 -2
How many hosts does a Class C network have?
2^8 - 2
What is the default mask for a Class A?
255.0.0.0
What is the default mask for a Class B?
255.255.0.0
What is the default mask for a Class C?
255.255.0.0
Which of the following are not valid Class A network IDs? (choose two)
a. 1.0.0.0
b. 130.0.0.0
c. 127.0.0.0
d. 9.0.0.0
b. 130.0.0.0
c. 127.0.0.0
Which of the following are not valid Class B network IDs?
a. 130.0.0.0
b. 191.255.0.0
c. 128.0.0.0
d. 150.255.0.0
e. All are valid class B network IDs
e. All are valid class B network IDs
Which of the following are true about IP address 172.16.99.45’s IP network? (select two)
a. The network ID is 172.0.0.0
b. The network is a Class B network
c. The default mask for the network is 255.255.255.0
d. The number of host bits in the unsubnetted network is 16
b. The network is a Class B network
d. The number of host bits in the unsubnetted network is 16
Which of the following are true about IP address 192.168.6.7’s IP networks? (select two)
a. The network ID is 192.168.6.0
b. The network is a Class B network
c. The default mask for the network is 255.255.255.0
d. The number of host bits in the unsubnetted network is 16
a. The network ID is 192.168.6.0
c. The default mask for the network is 255.255.255.0
Which of the following is a network broadcast address?
a. 10.1.255.255
b. 192.168.255.1
c. 224.1.1.255
d. 172.30.255.255
d. 172.30.255.255
Which of the following is a Class A, B, or C network ID?
a. 10.1.0.0
b. 192.168.1.0
c. 127.0.0.0
d. 172.20.0.1
b. 192.168.1.0