wodDHCPServer - Version 1.0.7.0 General informationwodDHCPServer is a DHCP server component (Dynamic HostConfiguration Protocol), available as COM object andActiveX control. It provides a framework for passingconfiguration information to hosts on TCP/IP network.wodDHCPServer implements protocol specificinfrastructure, allowing you to allocate IP addressesfrom your address pool, and provide it to requestingclients by your rules. It is configurable by set ofobjects and events where you can add your code tocontrol component's behavior.How does it work?As described in RFC2131, when clients connect to thenetwork for the first time, they will Announcethemselves to the network, waiting for all DHCP serverson the network to send their Offers for possible IPaddresses (and other network parameters). Once theyreceive this information, clients can choose amongreceived offers, and Request the IP address from yourserver. At any point, based on your decisions, you canAccept client's requests, or just Deny them. At alltimes, you should keep a database of your address pool,allocations and released done by your server.Each request received from the client gets uniqueSession object, where session specific data is stored.You will find here client's MAC address (usually yourchoices will be based on this information), and setupnetwork parameters directly by populating this objectinformation (Hostname, Gateway...).AvailabilitywodDHCPServer can be used from any programming languagethat supports COM or ActiveX controls. You will findprovided samples in VB and VC, but you could also useit in .NET framework, and other languages such as FoxPro.