Remembering IP classes Flashcards
Class A
1 to 126 (subnet mask 255.0. 0.0)
Class B
128 to 191 (subnet mask 255.255. 0.0)
Class C
192 to 223 (subnet mask 255.255. 255.0)
True or false? An address of 10.20.30.88 is a Class C address.
Answer: False. This address is a Class A address.
Class A - 1 to 126 (subnet mask 255.0. 0.0)
IP addresses are grouped into logical divisions called ___.
classes
The IPv4 address space has five address classes: __ through __.
A
E
IPv4 Class D is reserved for ___ addressing, and Class E is reserved for ___ development.
multicast
future
Of the three classes available for IPv4 address assignments, each uses a fixed-length ___ ___ to define the separation between the network and the node address.
subnet mask
A Class A IPv4 address uses __ octet to represent the network portion; a Class B address uses __ octets; a Class C address uses __ octets.
1
2
3
Class A has a small number of ___ addresses, but each Class A address has a large number of possible ___ addresses.
network
host
Compared to Class A addresses, Class B has a larger number of ___, but each Class B address has a smaller number of ___.
networks
hosts
Class C has a large number of ___, but each Class C address has a small number of ___.
networks
hosts
Class A IPv4 addresses are in the range of __ to __.
1 to 126
Class B IPv4 addresses are in the range of __ to __.
128 to 191
Class C IPv4 addresses are in the range of __ to __.
192 to 223
Class D IPv4 addresses are in the range of __ to __.
224 to 239
Class E IPv4 addresses are in the range of __ to __.
240 to 255
The 127.0.0.1 network ID is reserved for the IPv4 local ___.
loopback
Like an IP address, a subnet mask is most commonly expressed in __-bit dotted-decimal format.
32-bit
A subnet mask performs only one function: to define which parts of the IP address refer to the ___ address and which refer to the ___ address.
network
node
Class A IPv4 addresses have a subnet mask of ___.
255.0.0.0
Class B IPv4 addresses have a subnet mask of ___.
255.255.0.0
Class C IPv4 addresses have a subnet mask of ___.
255.255.255.0
Class A private addresses are in the range of __ to __, with a subnet mask of ___.
- 0.0.0 to 10.255.255.255
255. 0.0.0
Class B private addresses are in the range of __ to __, with a subnet mask of ___.
- 16.0.0 to 172.31.255.255
255. 255.0.0
Class C private addresses are in the range of __ to __, with a subnet mask of ___.
- 168.0.0 to 192.168.255.255
255. 255.255.0