When configuring an AWS routing table, I want to enter the destination address A.B.C.D
. In the routing table, I can select either A.B.C.D/28
or A.B.C.D/32
.
Which of them means A.B.C.D
only (only this one address)?
My answer: A.B.C.D/32
Justification: The suffix (/28
, /32
) describes how many bits in the address are fixed. With /28
, bits 29 through 32 can vary (see image below), whereas with /32
all 32 bits are fixed.