<<< Object Pool Collaboration | Index | >>> |
Consider TCP/IP Sequence Diagrams at
http://www.eventhelix.com/RealtimeMantra/Networking/
The DHCP Sequence Diagram explains how a DHCP client obtains dynamic IP address from the DHCP server.
The DHCP server maintains a cache of leased and available IP addresses.
It is likely that DHCP server implementation could benefit from a Reusable Pool of IP records.
Since the network protocol requires DHCP lease time maintenance, a time measuring proxy may be required to accommodate the lease duration and its operations.
<<< Object Pool Collaboration | Index | >>> |