IPv6
/1
2^127
IPv6 /1 prefix
/1 means the first 1 bits are the network and 127 are left for hosts. That is 2^127 addresses.
Addresses are 128 bits, so nobody writes a mask — only the prefix length. A home gets a /56, a single network a /64.
- Prefix
- /1
- Host bits
- 127
- Addresses
- 2^127
- Usable hosts
- 2^127
- /64 networks inside
- 2^127
- Nibble boundary
- No
Prefixes either side
How to read this
- /24 means the first 24 bits are the network; the remaining 8 hold the addresses inside it.
- Each extra bit splits the network in two and halves the addresses.
- Usable addresses are normally the total minus two — the network and broadcast addresses.
- IPv6 has no broadcast, so nothing is subtracted. One network is conventionally a /64.
Frequently asked questions
Q. How many addresses are in a /1?
2^127, of which 2^127 can actually be handed out.
Q. How is a /1 written?
IPv6 uses no mask — you simply write /1.
Q. How many /64 networks fit in a /1?
2^127.
Q. How many host bits are there?
127. Each extra network bit halves the addresses.