DHCP Scope
Enter the subnet, where the gateway sits and how many addresses you reserve or exclude, and get the usable DHCP pool, the projected client demand and whether it fits (the 80 % rule). Pure subnet arithmetic, nothing is sent to any server.
—
DHCP pool usage
Rule of thumb: keep usage under 80 % for lease headroom.
How the subnet is split
| Item | Addresses | Note |
|---|
How it is calculated · pool and demand
1. Total addresses = 2^(32 − prefix).
Usable = total − 2 (network and broadcast removed). Special cases:
/31 = 2 (RFC 3021) and /32 = 1.
2. DHCP pool = usable − gateway (1 if applicable) − excluded − reservations.
3. Demand = clients × (1 + growth/100),
rounded up.
4. Usage = demand / pool × 100. Verdict:
sufficient if the pool covers demand with headroom,
tight if usage exceeds 80 % and insufficient if demand
exceeds the pool.
Runs locally in your browser · no sign-up · nothing leaves your browser