A 1993 replacement for the legacy class-based (A, B, C..) IPv4 addressing architecture, replacing the old fixed size network addresses by sizes defined as powers of two, leading to the x.y.z.t/nn
notation (1 < nn < 23
), describing the number of bits making up the network part in an IP address, starting from the leftmost bits.
The largest network, with mask /0
covers the entire IPv4 addressing space
The smallest network, with mask /32
covers a single IPv4 address
In practice, GCP networks need a minimum of 4 reserved IP addresses, hence 8 to be practical, for a smallest network mask of 32-log2(8) = /29
, and the largest network is a /16
for 64 addresses.
-