I'm wondering if having a short DHCP lease is likely to cause any issues, such as:
- Dropped VoIP calls
- Dropped VPN connections
If so, could you explain why?
I'm wondering if having a short DHCP lease is likely to cause any issues, such as:
If so, could you explain why?
None of the above - you're confusing Lease Time with a DHCP client releasing the address.
The client should always renew the IP address well before the lease is up, meaning that there are no problems so long as the client remains active.
The only real problem with a short lease from an ISP is that you have no guarantee that you'll get the same IP back if your equipment goes down for a period of time. But this isn't a problem, because you shouldn't ever be relying on getting the same IP back as a DHCP client - regardless of lease time.
No, because those examples are wrong.
Normal operation would be like this:
Now if you put the lease time very short then:
I have (anecdotally) seen problems with a large and poorly set-up and poorly maintained environment when that environment's admins (whom I supported from afar, geographically-speaking) changed their DHCP lease to 5 or 10 minutes. As Hennes points out, at half of that time, EACH client sends an IP renewal request to the DHCP server(s), and the surge of traffic ground the environment to it's knees.
If your network architecture is sound and sane (and primarily gigabit or better), you should be fine.
But WHY? Why do you feel the need to keep a short lease? Even if you have more clients in your private IP space than available IPs, you can just go to a larger IP space (like all of 10.x.x.x)!
Actually, Yes it can.
Wikipedia does a pretty good job explaining DHCP.
If the lease time is short, then the time available to renew the lease is short. If the DHCP server is overloaded or the network not stable, it's quite easy for this time to elapse.
When this happens, the client will release the ip address and cause a small outage while it starts the process from the beginning.
My university had a lease time of 14 minutes. While this worked fine most of time, every so often the dhcp would time out. If the DHCP client is unable to obtain an IP address before the lease expires, it will relinquish the IP address causing a small outage.