Introduction: The Boundaries of Choice

Imagine a hotel that has 500 rooms, but only 100 of them are ready for guests. The hotel wouldn't just give out keys randomly; they'd have a specific list of 'available rooms'. In networking, that list is a DHCP Scope. A scope is the range of IP addresses that a DHCP server is allowed to give out to devices on a specific network.

In this guide, we'll explain how to define a scope and why it’s the most important step in setting up a professional-grade network.

The Anatomy of a Scope

A DHCP scope isn't just a list of numbers. It contains four critical pieces of information:

  1. IP Range: The start and end addresses (e.g., 192.168.1.100 to 192.168.1.200).
  2. Subnet Mask: Defines which part of the IP is the 'Network' and which is the 'Device'.
  3. Exclusions: A list of addresses within the range that the server must NOT give out (usually reserved for servers or printers).
  4. Options: Extra information like the 'Gateway' (the router's IP) and 'DNS Servers'.

Why We Use Scopes

Scopes allow you to segment your network. You can have one scope for your 'Accounting' department (with its own specific security settings) and a completely different scope for 'Guest Wi-Fi', ensuring that people on Wi-Fi can't reach the company's financial servers.

Conclusion

A well-defined DHCP scope is the difference between a secure, organized network and a digital 'free-for-all'. It’s the primary tool of the network administrator. Verify your local scope settings here.