DHCP Scope Planning for Growing Small Business Networks

A full Wi-Fi network, a new VoIP system, or a handful of added laptops can expose weak DHCP scope planning fast. When a scope runs out of addresses, employees lose access to printers, cloud apps, phones, and the internet, often without a clear warning.

A sensible address plan gives every device the right network settings and leaves room for growth. It also makes troubleshooting far less stressful when an office adds staff, equipment, or a new location.

Start DHCP Scope Planning With an Accurate Network Map

DHCP assigns IPv4 addresses and other network settings to devices automatically. Each DHCP scope covers one IP subnet, which usually aligns with one VLAN or one physical network segment.

Before creating or expanding a scope, document what already connects to the network. A quick count based only on employee computers will miss phones, access points, cameras, tablets, and visiting devices.

Count every device class, not only users

List the devices that need an address on each subnet. Include workstations, laptops, printers, mobile devices, IP phones, conference-room equipment, security cameras, switches, wireless access points, servers, and Internet of Things devices.

Then separate them by network role. An office might use one VLAN for staff devices, another for guest Wi-Fi, and separate networks for phones and cameras. Each of those networks needs its own subnet and, if clients use DHCP, its own scope.

A 30-person office can easily have more than 100 connected devices. One employee may use a desktop, laptop, phone, and smartphone in a single day.

Record existing ranges and fixed addresses

Document the subnet mask, default gateway, DNS servers, VLAN ID, DHCP server, address pool, lease duration, and excluded addresses for every network. Also record which devices have static addresses and which use DHCP reservations.

This work belongs with broader network documentation and support planning. An accurate record prevents someone from assigning a new static IP that overlaps with the DHCP pool.

A DHCP server cannot know that a manually configured device is using an address unless the network detects the conflict. Keep static ranges outside the dynamic pool.

Calculate How Many IPv4 Addresses You Need

IPv4 capacity depends on the subnet prefix length. Most small offices start with a /24 subnet because it offers 254 usable addresses, but that size isn't always right for each network.

Use this formula for standard IPv4 subnets:

Usable addresses = 2^(32 - prefix length) - 2

The two removed addresses are the network address and broadcast address. For example, a /24 has 2^(32 - 24), or 256 total addresses. That leaves 254 usable addresses.

Subnet Total Addresses Usable Addresses Common Fit
/26 64 62 Small device group or isolated VLAN
/25 128 126 Medium staff or phone network
/24 256 254 Typical small office LAN
/23 512 510 Larger network with limited segmentation

A larger subnet offers more addresses, but it also creates a larger broadcast domain. Segmentation often provides a cleaner answer than placing every device on one oversized network.

Size the pool for peak use and planned growth

Count the highest likely number of DHCP clients, not the average daily total. Then add room for growth, temporary devices, and replacement hardware.

A practical sizing formula is:

Required DHCP addresses = (peak concurrent DHCP clients x growth factor) + DHCP reservations

Use a growth factor of at least 1.25 for a stable office. Use 1.5 or more when the business expects hiring, frequent visitors, seasonal staff, or new equipment.

For example, an office with 80 peak DHCP clients and 15 reserved printers, phones, and access points could calculate:

(80 x 1.25) + 15 = 115 addresses

A /25 subnet provides 126 usable addresses, leaving little spare capacity after gateways and any static equipment. A /24 may be the more comfortable choice, or the business may split devices across VLANs.

Leave space for addresses you will not lease

The DHCP pool doesn't need to include every usable address in the subnet. Reserve part of the subnet for network gear, servers, firewall interfaces, and planned expansion.

For a 192.168.20.0/24 staff network, an address layout could look like this:

Address Range Intended Use
192.168.20.1 Default gateway
192.168.20.2 through 192.168.20.49 Static infrastructure addresses
192.168.20.50 through 192.168.20.79 DHCP reservations
192.168.20.80 through 192.168.20.229 General DHCP pool
192.168.20.230 through 192.168.20.254 Future use and documented exclusions

The exact ranges can differ. What matters is that the plan is clear, documented, and consistent across locations.

Choose Subnets That Match Business Functions

One large flat network is easy to set up, but it becomes harder to secure and manage as device counts rise. DHCP scopes work best when their boundaries match a real business function.

Separate networks also reduce the impact of device problems. A faulty camera or guest device should not share the same unrestricted network as workstations and servers.

Give staff, guests, and devices separate scopes

Staff devices typically need access to business services, printers, and internal applications. Guest Wi-Fi should normally have internet-only access and no route to internal systems.

VoIP phones often need their own VLAN because voice traffic benefits from quality-of-service policies. Cameras, door controllers, and similar equipment also deserve a separate segment with tightly limited access.

A practical setup might use a staff /24, a guest /24, a voice /25, and a camera /26. The size of each network should reflect its expected device count, not a one-size-fits-all template.

Network segmentation also supports firewall best practices for small businesses. Firewall rules should allow only the traffic each VLAN needs.

Plan for a second office or new department early

Use a repeatable private addressing pattern when the business may add sites. For instance, one location could use 10.20.x.x ranges, while a second uses 10.30.x.x ranges. Within each site, assign a predictable third octet to each function.

Avoid overlapping subnets between offices, especially when sites connect through a VPN. Duplicate address ranges create routing failures that can be difficult to diagnose.

Keep enough unused ranges available for future departments, a warehouse, a separate tenant network, or a temporary project. You don't need to create those scopes now, but the address plan should leave room for them.

Configure DHCP Scopes With Consistent Options

A well-sized scope still fails if it sends incorrect network settings. Every scope needs a defined address range, subnet mask, lease duration, and option set.

The DHCP server may sit on the same VLAN as its clients. In many offices, it sits elsewhere. In that case, the router or Layer 3 switch needs a DHCP relay configured for the DHCP server's IP address.

Define the range, exclusions, and reservations

Create one scope per subnet. For each scope, enter the network address, prefix or subnet mask, usable address pool, and exclusions. Exclude the gateway and every manually assigned address.

Use DHCP reservations for devices that need a predictable address but still benefit from centralized management. Printers, access points, phones, cameras, and line-of-business appliances are common candidates.

A reservation binds a device's MAC address to an assigned IP address. Keep reservation addresses out of the general dynamic pool unless the DHCP platform handles reserved addresses separately and you have verified its behavior.

Afterward, label the device and record the MAC address, purpose, VLAN, and assigned IP. An unlabeled reservation becomes a mystery when the device gets replaced.

Provide the right options to each subnet

At minimum, most scopes need these settings:

  • The default gateway points clients to the router interface for that VLAN.
  • DNS server addresses point clients to approved internal or external DNS services.
  • The DNS domain suffix lets devices locate internal resources by short name when the network uses a local domain.
  • Network Time Protocol settings can help phones, cameras, and other equipment maintain accurate time.

Some devices require additional options. Legacy network boot systems may use options 66 and 67. Certain phone systems use option 150 or a vendor-specific option. Confirm these values with the phone, endpoint, or application provider before applying them broadly.

Don't copy voice or boot options into every scope. A staff laptop scope needs different settings than a phone or guest network.

Set Lease Times for Real Device Behavior

A lease is the period when a client can use an assigned address before it renews. Longer leases reduce DHCP traffic, while shorter leases return unused addresses sooner.

Lease duration should follow the pattern of the network. A fixed desktop in a small office has different needs than visitors connecting to guest Wi-Fi for an afternoon.

Use longer leases for stable internal networks

Staff workstations, managed laptops, printers, and phones often work well with leases of several days. A seven-day lease is common for stable office devices, although the right setting depends on your address capacity and device turnover.

Long leases help devices retain familiar addresses. They also reduce unnecessary request traffic during ordinary workdays.

Still, a long lease won't compensate for a scope that is too small. If address use regularly reaches 80 percent of capacity, expand the scope or redesign the subnet before users feel the effects.

Use shorter leases where clients come and go

Guest Wi-Fi, training rooms, event spaces, and public-facing networks often need shorter leases. Four to eight hours is a reasonable starting point for many guest networks.

Short leases reclaim addresses after visitors leave. However, a one-hour lease may create excess renewal activity without solving a capacity issue. Monitor actual utilization before making aggressive changes.

For offices with seasonal traffic, review usage shortly before the busy period. Add capacity early rather than waiting for the first address exhaustion alert.

Monitor DHCP Health and Protect the Service

DHCP is a small service with a large effect. If the server, relay, VLAN, or scope options fail, devices may fall back to self-assigned addresses or lose access after their leases expire.

Monitor scope utilization, failed lease requests, DHCP service status, relay reachability, and DNS-related client errors. 24/7 network monitoring services can catch capacity and device issues before they disrupt a workday.

Watch for the early signs of exhaustion

When a scope nears capacity, new devices may fail to obtain an address. Users may report that Wi-Fi connects but the internet doesn't work. IP conflicts can also appear when undocumented static devices overlap with the pool.

Set an alert well before the scope is full. A warning at 75 or 80 percent utilization gives the IT team time to review leases, remove stale reservations, or add capacity.

Also review DHCP logs after a network change. A new switch, firewall, access point, or VLAN configuration can disrupt relay traffic even when the DHCP server itself is healthy.

Block rogue DHCP servers and limit access

A rogue DHCP server can hand out the wrong gateway or DNS settings, sending clients to an unsafe or unusable network. Unauthorized routers and improperly configured access points are frequent causes.

Use DHCP snooping on managed switches that support it. Mark only the port toward the authorized DHCP server or relay as trusted. The switch can then block DHCP offers from untrusted ports.

Limit who can change DHCP scopes and options. Back up the DHCP configuration, document changes, and test restoration procedures. DHCP logs and configuration backups shorten recovery time after a server issue or mistaken edit.

A Concise DHCP Scope Planning Checklist

Use this checklist before activating a new scope or expanding an existing one:

  • Inventory every device type that will use the subnet, including phones, cameras, guest devices, and network equipment.
  • Confirm the VLAN ID, subnet, prefix length, gateway, DNS servers, and DHCP relay path.
  • Calculate usable capacity and add room for expected growth and reservations.
  • Keep static infrastructure addresses documented and excluded from dynamic leasing.
  • Create reservations for devices that need predictable IP addresses.
  • Apply only the DHCP options required by that subnet's users and equipment.
  • Choose lease times that match stable office devices or high-turnover guest traffic.
  • Test a new client lease, DNS resolution, gateway access, printer access, and any voice or application requirements.
  • Set utilization and DHCP-service alerts before the scope reaches capacity.
  • Save the final scope details in the network documentation.

Conclusion

Good DHCP scope planning prevents a basic network service from becoming an unexpected source of downtime. The strongest plans match address capacity to real device counts, separate different types of traffic, and keep every assignment documented.

As the business adds people and equipment, review scope utilization before the network runs short. A few deliberate address decisions today keep growth from turning into an avoidable outage.

ASK AN IT PRO