The boundary problem
Addresses identify hosts. Prefixes group networks.
A device needs an address, but a router also needs to know which part of that address describes the network and which part describes the host. The prefix length marks that boundary.
In 192.168.10.24/24, the /24 prefix means the first 24 bits describe the network. The remaining bits identify a host inside it.
Build the model
Three useful ideas
Address
Identifies an interface or destination, such as 192.168.10.24.
Prefix
Marks how many leading bits describe the network, such as /24.
Subnet
Defines one address range and the boundary for direct local delivery.
IPv6
Uses a much larger address space and commonly writes prefixes such as /64.
Mini experiment
Place the address
Choose a prefix and see how many IPv4 addresses it contains and whether two example addresses share the same subnet.
A /24 prefix groups 256 IPv4 addresses into one range.
Knowledge check
Test your subnet model
Answer five questions. The answer order changes each time.