final Flashcards
An IPv4 address is __________ bits long.
32
An IPv4 address is normally represented in base ____ or dotted-decimal notation.
265
In classful addressing, the IPv4 address space is divided into __________ classes.
5
In class A, the netid is between ______________.
0 to 127
In class B, the netid is between ______________.
128 to 191
In class C, the netid is between ______________.
192 to 223
The default mask for class A is ______________.
255.0.0.0
The default mask for class B is ______________.
255.255.0.0
The default mask for class C is ______________.
255.255.255.0
The default mask for class D is ______________.
doesnt have default mask because it is used for multicast
The default mask for class E is ______________.
doesnt have default mask because it is used for experimental/research
In classless addressing, __________ is assigned to a organization.
a variable-length block
The number of addresses assigned to an organization in classless addressing _______.
must be a power of 2
The first address assigned to an organization in classless addressing
must be evenly divisible by the number of addresses
Which address could be the beginning address of a block of 32 classless addresses?
2.4.6.64
because 32 divides 64 evenly
Which address could be the beginning address of a block of 16 classless addresses?
the last byte must be evenly divisible by 16
Which address could be the beginning address of a block of 256 classless addresses?
2.4.6.0
because ip uses base 256 arithmetic, the last byte must be 0…. meaning the total address is divisible by 256
What is the first address of a block of classless addresses if one of the addresses is 12.2.2.76/27?
12.2.2.64
What is the first address of a block of classless addresses if one of the addresses is 12.2.2.76/10?
12.0.0.0
What is the first address of a block of classless addresses if one of the addresses is 12.2.2.127/28?
12.2.2.112
Find the number of addresses in a block of classless addresses if one of the addresses is 12.2.2.7/24.
256
Find the number of addresses in a block of classless addresses if one of the addresses is 12.2.2.7/30.
4
What is the last address of a block of classless addresses if one of the addresses is 12.2.2.127/28?
12.2.2.127
What is the last address of a block of classless addresses if one of the addresses is 12.2.2.6/30?
12.2.2.7