dhcp
Ben Pfaff
pfaffben@msu.edu
13 Sep 2000 15:39:22 -0400
"Marcel Kunath" <kunathma@pilot.msu.edu> writes:
> We have a DHCP server which has the ability to give 50 connections at the same
> time via 50 dynamically assigned IP addresses.
>
> Today is day X and I get IP 23 with a lease of 3 years.
>
> What happens when suddenly 50 other people sign on and I am not online? What
> happens to my lease?
If you are playing nicely, then you sent a DHCPRELEASE message to
the server (see RFC2131) before you logged off, and thus
relinquished your IP address for use by others. Otherwise, you
are still using your IP address; RFC2131 makes no provision for
discovering that clients are not actually using assigned IP
addresses.