DHCP or static addressing

dhcpstatic-ipwindows-server-2008

I am in charge of a 70-computer, 50-user network distributed across two buildings and linked by a point-to-point line. We run Windows Server 2008 and so far we've been using DHCP to dynamically assign IPs to desktops and laptops over wifi as well.

Although DHCP is cool because you don't need to keep track of each machine/address pair, we have found a few issues with it over time. Sometimes we need to know to IP address of a particular machine and we don't have access to the DHCP server find out. Sometimes a device or service relies on a fixed IP from a machine, assuming that it will never change. Of course, we can pin some addresses to certain machines, but then the system becomes a mess of exceptions and documentation.

Also, sometimes I think that the pain of manually assigning an IP address to each new machine that we incorporate to the network is not that big; the DHCP server also needs some maintenance after all.

In short: is DHCP always the best choice for a small-ish environment such as the one I described? Would moving to a statically-configured environment be a big mistake?

Best Answer

DHCP is the only choice (IMHO) when you get over 5 or 6 machines ( and even then ... )

In your case I would also setup dDNS so that your hosts register in DNS when they get a DHCP lease, so if you know the host name you know the ip address.

As far as host needed a static IP address. The best way is to let them configure off DHCP, but in the DHCP configuration reserve the IP address for that machine's MAC address. This lets you not have to manually configure IPs but still have "static" ip addressing.