WO2006005790A1 - System, network entities and computer programs for configuration management of a dynamic host configuration protocol framework - Google Patents

System, network entities and computer programs for configuration management of a dynamic host configuration protocol framework Download PDF

Info

Publication number
WO2006005790A1
WO2006005790A1 PCT/FI2005/000264 FI2005000264W WO2006005790A1 WO 2006005790 A1 WO2006005790 A1 WO 2006005790A1 FI 2005000264 W FI2005000264 W FI 2005000264W WO 2006005790 A1 WO2006005790 A1 WO 2006005790A1
Authority
WO
WIPO (PCT)
Prior art keywords
configuration
storage
configuration data
data
storage manager
Prior art date
Application number
PCT/FI2005/000264
Other languages
French (fr)
Inventor
Janne Tuononen
Petteri PÖYHÖNEN
Original Assignee
Nokia Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nokia Corporation filed Critical Nokia Corporation
Priority to EP05751926A priority Critical patent/EP1774702A1/en
Priority to CN200580023411.1A priority patent/CN1985470B/en
Priority to JP2007520843A priority patent/JP4700055B2/en
Publication of WO2006005790A1 publication Critical patent/WO2006005790A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/085Retrieval of network configuration; Tracking network configuration history
    • H04L41/0859Retrieval of network configuration; Tracking network configuration history by keeping history of different configuration generations or by rolling back to previous configuration versions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses
    • H04L61/5014Internet protocol [IP] addresses using dynamic host configuration protocol [DHCP] or bootstrap protocol [BOOTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5061Pools of addresses
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/082Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0876Aspects of the degree of configuration automation
    • H04L41/0886Fully automatic configuration

Definitions

  • the present invention relates to packet data networks.
  • the present invention re- lates to a novel and improved system, and network en ⁇ tities for configuration management of a dynamic host configuration protocol framework comprising at least one DHCP server, at least one configuration storage and at least one storage manager and at least one net- work server, wherein a configuration storage is con ⁇ nected to at least one DHCP server, a configuration storage is connected to at least one DHCP server and a storage manager is connected to at least one configu ⁇ ration storage and to at least one network server.
  • the DHCP (Dynamic Host Configuration Proto ⁇ col) is a communication protocol that lets network ad ⁇ ministrators manage centrally and automate the assign ⁇ ment of Internet Protocol (IP) addresses e.g. in an organization's network.
  • IP Internet Protocol
  • each machine that can connect to the Internet needs a unique IP address.
  • IPv4 the IP address must be entered manu- ally in each computer and, if computers move to an ⁇ other location in another part of the network, a new IP address must be entered.
  • IPv6 provides a stateless address autoconfiguration functionality (Neighborhood Discovery protocol, ND) that can replace the address assignment functionality of the DHCPv6.
  • ND Neighborhood Discovery protocol
  • manual address configuration is not the only option if the DHCPv6 is not used.
  • the DHCPv6 is an example of a statefull address autocon- figuration method for the IPv6.
  • some proprietary method can also be used to configure IP addresses.
  • the DHCP lets a network administrator super- vise and distribute IP addresses from a central point and automatically sends a new IP address when a com ⁇ puter is plugged into a different place in the net ⁇ work. This is always done in a solicited manner, that is, a computer must explicitly request the network to assign a new address for it.
  • DHCP server configuration management is typi ⁇ cally based on manual configuration of a configuration file, which easily can lead to outdated information being provided to the DHCP clients.
  • Figure 1 de- scribes a typical prior art solution.
  • Configuration Protocol (DHCP) server 10 includes a configuration file 12.
  • Configuration file 12 includes configuration parameters, e.g. assignable IP ad ⁇ dresses, so that DHCP server 10 is able to provide services to terminal devices.
  • a user may edit con ⁇ figuration file 12 via a user interface 14.
  • the configuration file is interpreted by server process in its initializing phase (start/restart) .
  • start/restart initializing phase
  • server process Each time when a change is needed in the server configuration the configuration file or other data storage is manually edited, and to make the changes apply in server process, required procedures are executed, e.g. by restarting the server process.
  • Manual configuration involves (human) admin- istrator interaction and there is always a possibility of a human error when maintaining manually configura- tion data. Moreover, it may be a time consuming task and it is not suitable for delivering configuration parameters that have a short lifetime or require fre ⁇ quent updates. Automated or semi-automated generation of configuration parameters may be supported in a net ⁇ work server to decrease extra burden of manual con ⁇ figuration.
  • a system for configuration manage ⁇ ment of a dynamic host configuration protocol frame ⁇ work comprising a dynamic host control protocol server, a configuration storage, a storage manager and a network server.
  • the configuration stor ⁇ age is connected to the dynamic host control protocol server and is configured to store configuration pa ⁇ rameters to be used by the dynamic host control proto ⁇ col server.
  • the storage manager is connected to the configuration storage and to the network server and is configured to maintain content in the configuration storage and manage signaling and data transfer between the configuration storage and the network server.
  • the network server is connected to the storage manager and is configured to provide the storage manager with the configuration parameters.
  • the storage manager dynamically updates configuration data in the configuration storage.
  • the stor ⁇ age manager is configured to remove expired configura ⁇ tion data content from the configuration storage.
  • the stor ⁇ age manager is configured to monitor configuration data content in the configuration storage and to re ⁇ quest updated configuration data content from the net ⁇ work server; and the network server is configured to provide the storage manager with updated configuration data in response to receiving a request for the up- dated configuration data content from the storage man ⁇ ager if the updated configuration data is available.
  • the con ⁇ figuration storage is configured to trigger a configu ⁇ ration data content request to the one storage manager if applicable configuration data does not exist in the configuration storage, the storage manager is config ⁇ ured to trigger the configuration data request to at least one network server, the at least one network server is configured to provide the storage manager with the applicable configuration data in response to the configuration data request if the applicable con ⁇ figuration data is available, and the storage manager is configured to provide the configuration storage with the applicable configuration data in response to the configuration data content request if the applica ⁇ ble configuration data is available.
  • the stor ⁇ age manager is configured to trigger the configuration data content request to the network server, and the network server is configured to provide the storage manager with the applicable configuration data in re ⁇ sponse to the configuration data content request if the applicable configuration data is available.
  • the network server checks whether the storage manager is allowed to receive the applicable configuration data, wherein the network server is configured to provide the storage manager with the applicable configuration data only if the storage manager is allowed to receive the applicable configuration data.
  • the stor ⁇ age manager is configured to trigger a configuration data content request to the at least one network server based on at least one of the following rules: the configuration storage sent the configuration data content request for non-existent configuration data to the storage manager, the configuration data in the configuration storage is about to expire and an up ⁇ dated piece of configuration data is needed, or expir ⁇ ing configuration data is marked as essential in the configuration storage.
  • the net ⁇ work server is configured to send updated configura ⁇ tion data to the storage manager automatically.
  • the network server is configured to send the updated configuration data to the storage manager automatically before the configuration data in the configuration storage expires.
  • the con ⁇ figuration storage is configured to include terminal device location dependant configuration data
  • the con ⁇ figuration storage is configured to receive a location dependent configuration data request from at least one dynamic host control protocol server
  • the configu ⁇ ration storage is configured to provide the at least one dynamic host control protocol server with a loca- tion dependent configuration data in response to the location dependent configuration data request.
  • the net ⁇ work server and the storage manager are configured to establish a relationship between each other in order to exchange information.
  • the network server is configured to use pre ⁇ existing relationship between the network server and the storage manager in order to exchange information.
  • each service entry in the configuration storage comprises at least one of the following: a unique service iden ⁇ tifier identifying a service, the configuration data, and a time-to-live value for the configuration data.
  • a single entity comprises the dynamic host control protocol server, the configuration storage, the storage manager and the network server.
  • the sys ⁇ tem comprises at least one of the following configura- tions : a configuration storage is connected to at least one dynamic host control protocol server and to at least one storage manager; a storage manager is connected to at least one configuration storage and to at least one network server; and a network server is connected to at least one storage manager.
  • storage manager for configuration management of a dynamic host configuration protocol framework, wherein the storage manager is connected to the configuration storage and the network server, wherein the storage manager is configured to maintain content in a configuration storage, manage signaling and data transfer between the configuration storage and a network server and dynamically update configura ⁇ tion data in the configuration storage.
  • the stor ⁇ age manager is configured to remove expired configura ⁇ tion data content from the configuration storage.
  • the stor ⁇ age manager is configured to monitor configuration data content in the configuration storage, to request updated configuration data content from the network server and to receive updated configuration data from the network server if the updated configuration data is available.
  • the stor ⁇ age manager is configured to receive a configuration data content request from the configuration storage and to provide the configuration storage with the con ⁇ figuration data in response to the configuration data content request if the configuration data is avail ⁇ able, and storage manager is configured to trigger the configuration data request to at least one network server and to receive the applicable configuration data from the at least one network server if the ap- plicable configuration data is available.
  • the stor ⁇ age manager is configured to trigger the configuration data content request to the network server based on at least one of the following rules: the configuration storage sent to the storage manager the configuration data content request for non-existent configuration data, the configuration data in the configuration storage is about to expire and an updated piece of configuration data is needed, or expiring configura- tion data is marked as essential in the configuration storage.
  • the stor ⁇ age manager is configured to establish a relationship between the network server and the storage manager in order to exchange information.
  • the network server is configured to use pre-existing relationship between the network server and the storage manager in order to exchange informa ⁇ tion.
  • the stor- age manager is implemented in an entity with at least one of a dynamic host control protocol server and the configuration storage.
  • a configuration storage for configu- ration management of a dynamic host configuration pro- tocol framework
  • the configuration storage is connected to a dynamic host control protocol server and to a storage manager, wherein the configuration storage is configured to store configuration parame- ters used by the dynamic host control protocol server; wherein the configuration storage is configured to be dynamically maintained and updated by a storage man ⁇ ager, and deliver configuration parameters to the dy ⁇ namic host control protocol server by a dynamic host control protocol server request and to send a configu ⁇ ration data content request to the storage manager if applicable configuration data does not exist in the configuration storage or if the applicable configura ⁇ tion data has expired in the configuration storage.
  • the con ⁇ figuration storage is configured to include terminal device location dependant configuration data
  • the con ⁇ figuration storage is configured to receive a location dependent configuration data request from at least one dynamic host control protocol server
  • the configu ⁇ ration storage is configured to provide the at least one dynamic host control protocol server with a loca ⁇ tion dependent configuration data in response to the location dependent configuration data request.
  • the con- figuration storage is configured to receive a location dependent configuration data content request from the dynamic host control protocol server, and the configu ⁇ ration storage is configured to provide the dynamic host control protocol server with a location dependent configuration data in response to the location depend ⁇ ent configuration data content request.
  • each service entry in the configuration storage comprises at least one of the following: a unique service iden- tifier identifying a service, the configuration data, and a time-to-live value for the configuration data.
  • the con ⁇ figuration storage is implemented in an entity with at least one of the dynamic host control protocol server and the storage manager.
  • the con ⁇ figuration storage is connected to at least one dy ⁇ namic host control protocol server and to at least one storage manager.
  • a computer program embodied on a computer readable medium for configuration management of a dynamic host configuration protocol framework, wherein the computer program controls a data- processing device to perform the steps of: maintaining content in a configuration storage and managing sig ⁇ naling and data transfer between the configuration storage and a network server, and updating configura ⁇ tion data in the configuration storage dynamically.
  • a computer program embodied on a computer readable medium for configuration management of a dynamic host configuration protocol framework, wherein the computer program controls a data- processing device to perform the steps of : storing configuration parameters used by a dynamic host con ⁇ trol protocol server, delivering the configuration pa ⁇ rameters to the dynamic host control protocol server, receiving configuration data content maintenance op ⁇ erations from a storage manager, and generating a con- figuration data content request to the storage manager if applicable configuration data does not exist or if the applicable configuration data has expired.
  • a network server for configuration management of a dynamic host configuration protocol framework, wherein the network server is connected to at least one storage manager, wherein the network server is configured to establish a relationship with a storage manager in order to exchange information, connect to at least one information storage comprising configuration data for a configuration storage and transmit the configuration data to the storage man ⁇ ager.
  • the net- work server is further configured to receive configu ⁇ ration data content requests from the storage manager. In one embodiment of the invention, the net ⁇ work server is further configured to check whether the storage manager is allowed to receive the configura- tion data, wherein the network server is configured to provide the storage manager with the configuration data only if the storage manager is allowed to receive the configuration data.
  • the net- work server is further configured to automatically transmit unsolicited modified or new configuration data to the storage manager.
  • the net ⁇ work server is further configured to transmit, based on an external trigger, unsolicited, modified, or new configuration data advertisements to the storage man ⁇ ager.
  • the net ⁇ work server is further configured to periodically transmit unsolicited configuration data advertisements to the storage manager.
  • the net ⁇ work server is further configured to transmit, based on an external trigger, at least a subset of the con- figuration data to the storage manager.
  • the net ⁇ work server is further configured to receive the con ⁇ figuration data from at least one external entity.
  • the net- work server is further configured to receive manage ⁇ ment data from at least one external entity.
  • a computer program embodied on a computer readable medium for configuration management of a dynamic host configuration protocol framework, wherein the computer program controls a data- processing device to perform the following steps of : establishing a relationship between a network server and a storage manager in order to exchange informa- tion, connecting to at least one information storage comprising configuration data for a configuration storage, and transmitting the configuration data to the storage manager.
  • a system for configuration manage ⁇ ment of a dynamic host configuration protocol frame- work comprising a dynamic host control protocol server, a configuration storage connected to the dynamic host control protocol server, a storage manager connected to the configuration storage, a net- work server connected to the storage manager, storing means for storing configuration parameters used by the dynamic host control protocol server in the configura ⁇ tion storage, maintaining means for maintaining con ⁇ tent in the configuration storage and managing signal- ing and data transfer between the configuration stor ⁇ age and the network server with the storage manager, providing means for providing the storage manager with the configuration parameters with the network server, and updating means for updating configuration data in the configuration storage dynamically by the storage manager.
  • a method for configuration manage ⁇ ment of a dynamic host configuration protocol frame- work comprising maintaining content in a configuration storage and managing signaling and data transfer between the configuration storage and a net ⁇ work server, and updating configuration data in the configuration storage dynamically.
  • a system for configuration manage ⁇ ment of a dynamic host configuration protocol frame ⁇ work comprising maintaining means for maintaining content in a configuration storage, manag- ing means for managing signaling and data transfer be ⁇ tween the configuration storage and a network server, and updating means for updating configuration data in the configuration storage dynamically.
  • a method for configuration manage ⁇ ment of a dynamic host configuration protocol frame- work comprising storing configuration pa ⁇ rameters used by a dynamic host control protocol server, delivering the configuration parameters to the dynamic host control protocol server, receiving con- figuration data content maintenance operations from a storage manager, and generating a configuration data content request to the storage manager if applicable configuration data does not exist or if the applicable configuration data has expired.
  • a system for configuration manage ⁇ ment of a dynamic host configuration protocol .
  • the system comprising storing means for storing configuration parameters by a dynamic host control protocol server, delivering means for delivering the configuration parameters to the dynamic host control protocol server, receiving means for receiving con ⁇ figuration data content maintenance operations from a storage manager, and generating means for generating a configuration data content request to the storage man ⁇ ager if applicable configuration data does not exist or if the applicable configuration data has expired.
  • a method for configuration manage- ment of a dynamic host configuration protocol frame ⁇ work comprising establishing a relation ⁇ ship between a network server and a storage manager in order to exchange information, having connectivity to at least one information storage comprising configura- tion data for a configuration storage, and transmit ⁇ ting the configuration data to the storage manager.
  • a system for configuration manage ⁇ ment of a dynamic host configuration protocol frame- work comprising establishing means for es ⁇ tablishing a relationship between a network server and a storage manager in order to exchange information, connecting means for connecting to at least one infor ⁇ mation storage comprising configuration data for a configuration storage, and transmitting means for transmitting the configuration data to the storage manager.
  • the invention has several advantages over the prior-art solutions.
  • the invention enables automatic delivery of any network configuration parameter from a network to a DHCP server or DHCP servers. Together with the standard DHCP protocol functionalities the invention provides auto-configuration of configuration parameters from network servers to hosts, e.g. to mo ⁇ bile terminals. Furthermore, the invention enables "more com ⁇ plete" auto-configuration of a host in a sense that if a configuration storage cannot provide the requested configuration information, the configuration storage tries to retrieve the configuration information from a network so that further requests for those missing pieces of configuration information would be success ⁇ ful.
  • the invention enables location sensitive IP address and network configuration parame- ter resolving using the DHCP protocol.
  • Figure 1 is a block diagram illustrating a prior art DHCP server configuration
  • Figure 2 is a block diagram illustrating a system according to the invention
  • Figure 3 is a block diagram illustrating an ⁇ other system according to the invention
  • Figure 4 is a block diagram illustrating an ⁇ other system according to the invention
  • FIG. 5 is a block diagram illustrating an ⁇ other system according to the invention.
  • Figure 6 is a block diagram illustrating a data communication network in which the invention may be used.
  • Figure 7 is a block diagram illustrating dif ⁇ ferent geographical areas and a set of parameters cor ⁇ responding to the areas according to the invention.
  • Figure 8 is a block diagram illustrating an embodiment of a structure of a configuration storage or a storage manager.
  • FIGS 2-5 disclose different embodiments of the invention. Since the basic functionality is the same in all of them, the figures will be described all together.
  • DHCP protocols defined in RFCs (RFC, Request for Comments)
  • RFC 1541 and 3315 can be used to deliver network configuration parameters like a Domain Name System (DNS) server address list from a DHCP server to a DHCP client by the client's explicit request, or the server can add it automatically to any reply, if con ⁇ figured to do so.
  • DNS Domain Name System
  • the invention at hand introduces a method, system, network nodes and computer programs that to- gether with the standard DHCP functionality mentioned above enable an auto-configuration framework that can be used to deliver any configuration parameters from network servers to hosts, e.g. to a mobile terminal.
  • the system comprises three important entities in addition to a DHCP server 20.
  • DHCP server 20 is connected to a dynamically updated configuration stor ⁇ age 22.
  • the purpose of configuration storage 22 in the system is to store configuration parameters like DNS, mail, Session Initiation Protocol (SIP) or basically whatever service dependent or independent parameters that are required in a terminal device to enable that specific service or application.
  • SIP Session Initiation Protocol
  • a simple format of a configuration parameter one can think of is an Inter- net Protocol (IP) address or Uniform Resource Locator (URL) address of a server providing a particular serv ⁇ ice.
  • IP Inter- net Protocol
  • URL Uniform Resource Locator
  • Unique service identifier identifying the service in global scope. For example, a globally unique Internet Assigned Numbers Authority (IANA) vendor ID and vendor specific unique service ID.
  • IANA Internet Assigned Numbers Authority
  • Configuration data represented either in a service specific or service independent format in such way that both the client and server application have the same interpretation of the data.
  • Configuration storage 22 may also maintain its data consistency by taking care of data read/write locking etc. like a conventional database system.
  • storage manager 24 is responsible for maintaining data consistency in configuration storage 22.
  • Configuration storage 22 also generates a specific event to storage manager 24, if some of the requested configurations are not available or have ex- pired in configuration storage 22, so that storage manager 24 may perform some actions, for example, to generate a solicitation message to network server 26.
  • Configuration storage 22 may also have access control functions, that is, functions relating to which storage managers are allowed to provide configu ⁇ ration data to configuration storage 22.
  • the configuration data along with the service identifiers are stored in configuration storage 22 as they are received from network server 26.
  • the stored configuration data and the service identifier identi ⁇ fying it typically are application/service specific.
  • Service identifiers which can be compared to the option types in the standard DHCP protocol, are also the way for a terminal's applications to notify the DHCP server which configuration data they are re ⁇ quiring. Therefore, service identifiers are used as search keys in queries from the DHCP server to con ⁇ figuration storage 22.
  • storage manager 24 is not able to provide configuration storage 22 with the requested configuration data. This may happen since a terminal requesting configuration parameters from DHCP server 20 in practice is free to ask any ⁇ thing in the framework and any request resulting no data in configuration storage 22 can trigger storage manager 24 to request missing data from network server 26. It is also possible that storage manager 24 does not provide configuration storage 22 or network server 26 does not provide storage manager 24 with the re ⁇ quested configuration data due to some rule or policy.
  • the system further comprises a management en ⁇ tity that manages configuration storage 22, herein re ⁇ ferred to as a storage manager 24. Storage manager 24 is connected to configuration storage 22 and a network server 26. Storage manager 24 may be responsible for at least of the following functionalities:
  • Maintaining the data in configuration storage 22 In other words, as default e.g. removing of expired service entries and optionally requesting from network server 26 updated configuration data.
  • One feature of storage manager 24 is to pro ⁇ vide a set of different methods for network server 26 to transfer its configurations to configuration stor ⁇ age 22. Any viable methods to transfer data between two nodes can be used depending on the requirements like security, reliability, etc.
  • Storage manager 24 may offer a method or methods that can be used by new servers to create re ⁇ quired trust relationship to be able to join the dy- namic configuration system. Furthermore, there may be a trust relationship between the storage manager 24 and network servers, and therefore it may be limited which network servers may dynamically access configu ⁇ ration data via the storage manager. This may also mean that different services from trusted servers can join and leave the system at any time.
  • network server 26 may use pre ⁇ existing trust between network server 26 and storage manager 24 in order to exchange information. The trust may be established dynamically between storage manager 24 and network server 26 or alternatively, storage manager 24 and network server 26 may be preconfigured to have the trust.
  • a network server may determine whether it is allowed to process the request from the storage manager, and fur- ther, to determine whether the request concerns con ⁇ figuration data that the storage manager has a right to use.
  • the storage manager may check the integrity of the data received from the network server and the data origin authentication.
  • a similar functionality may be configured to the interface between a storage manager and configura ⁇ tion storage.
  • the storage manager may determine whether it is allowed to process the request from the configuration storage, and further, to determine whether the request concerns configuration data that the .configuration storage has a right to use.
  • the con ⁇ figuration storage may check the integrity of the data received from the storage manager and the data origin authentication.
  • storage manager 24 may use pre-existing trust between configu ⁇ ration storage 22 and storage manager 24 in order to exchange information.
  • the trust may be established dy ⁇ namically between storage manager 24 and configuration storage 22 or alternatively, storage manager 24 and configuration storage 22 may be preconfigured to have the trust.
  • storage man ⁇ ager 24 is configured to trigger a configuration data content request to network server 26 based on at least one of the following rules: configuration storage 22 sent to storage manager 24 a configuration data con ⁇ tent request for non-existent configuration data, con- figuration data in configuration storage 22 will ex ⁇ pire and an updated piece of configuration data is needed, or expiring configuration data is marked as 'essential' in configuration storage 22.
  • the system further comprises an additional entity in network server 26 that may have at least one of the following functionalities in the system:
  • the server listens solicitations from storage manager 24 and sends updates according to them, if needed. To automatically update distributed data in configuration storage 22 before it expires.
  • Advertised configuration data may refer e.g. to all configuration data or to changed configuration data.
  • Network server 26 comprises also a configura ⁇ tion database for storing configuration parameters, or alternatively or additionally, it may have been con ⁇ nected to an external database. Network server 26 or some other entity may maintain the configuration data in the database automatically or semi-automatically. Network server 26 may also have an interface to at least one external entity from which it receives con ⁇ figuration data on request or in an unsolicited man- ner. Network server 26 may have another interface to at least one external entity from which it receives management data.
  • the management data refers e.g. to data based on.which network server 26 sends configura ⁇ tion data advertisements to storage manager 24 etc. When network server 26 receives configuration data requests from storage manager 24, it may send the request further to a predetermined external entity as described above.
  • network server 26 may generate an event e.g. to a log file.
  • the event may indicate where the request came from, to which DHCP server it relates to and what was the missing configuration data etc.
  • network server 26 and storage manager 24 may refer to a physi ⁇ cal device implementing functions described above or alternatively to a server process running in a com ⁇ puter.
  • Messaging between storage manager 24 and net- work server 26 can be either unsolicited, i.e. network server 26 is pushing configuration to storage manager 24.
  • storage manager 24 can generate a solicitation for specific configuration to network server 26.
  • Both storage manager 24 and network server 26 can be responsible for maintaining the content in con ⁇ figuration storage 22:
  • Storage manager 24 removes expired content from configuration storage 22. Storage manager 24 may also monitor the content in configuration storage 22 and notify network server 26 about expiring content.
  • Network server 26 can, independently of management notification(s) , maintain the data in configuration storage 22 it has access to via storage manager 24, or alternatively, it can listen management notifications from storage manager 24 and act according to them when needed.
  • network server 26 may be con- nected to a plurality of storage managers. Therefore, network server 26 may transfer configuration(s) to a plurality of storage managers. In another embodiment, network server 26 may receive notifications from mul ⁇ tiple storage managers 22. Yet in another embodiment, storage manager 24 may manage multiple configuration storages 22. Yet in another embodiment, storage man ⁇ ager 24 may receive solicitation triggers from multi ⁇ ple configuration storages 22. Yet in another embodi ⁇ ment, configuration storage 22 may receive queries from multiple DHCP servers, but in some implementation cases one database per DHCP server is a suitable con ⁇ figuration.
  • a rectangle or a polyhedron surrounding certain system entities represents sepa- rate implementation module where external signaling is not needed.
  • These module (s), however, are transparent to the hardware configurations, e.g. the modules can be in the same hardware node, or each module can have a separate node. If configuration storage 32, storage manager
  • the system entity scalability is simple. In other words, one storage manager only manages one configuration storage, and the DHCP server can have only connected storage. However, multiple network servers 36 can transfer their configuration data to multiple managers.
  • DHCP server 40 Fig- ure 4, 48
  • storage manager 44 becomes more scalable and can be used to manage several configuration stor ⁇ ages. Again, multiple network servers 46 can transfer their configuration data to multiple managers.
  • a third alternative is to have configuration storage 52 and storage manager 54 implemented into the same module ( Figure 5, 58) .
  • This architecture corre ⁇ sponds to the first one ( Figure 3) , with the exception that the same configuration storage can serve multiple DHCP servers and DHCP server 50 may use several dif- ferent storages for its queries.
  • multiple net ⁇ work servers 56 can transfer their configuration data to multiple managers.
  • FIG. 1 A fourth alternative was represented in Fig ⁇ ure 2 where all three entities are implemented in dif- ferent modules.
  • This architecture provides the highest scalability for system entities, but also the entity functionalities become more complex than in other al ⁇ ternatives, because relations between system entities are all many to many and this requires extra manage ⁇ ment in each system entity.
  • the special case where all system entities are in the same module is another implementation al ⁇ ternative. In this special case all relations between entities are one-to-one.
  • An example of such a system could be a configuration where a large database is representing a network server entity.
  • a DHCP server, configura ⁇ tion storage, storage manager and network server may be implemented within a single entity or that each node may be implemented in separate entities. Further- more, it is also obvious that any other implementation alternative between the aforementioned implementations is possible.
  • Figure 6 discloses an overall system view of a data communication network in which the invention may be applied.
  • Figure 6 discloses four Dynamic Host Configuration Protocol (DHCP) frameworks 60, 62, 64 and 66 that are interconnected with each other via routers 68, 606 and 664.
  • the system includes a set of DHCP servers 644, 672 each being connected to at least one configuration storage 602, 624, 660.
  • DHCP server 644 is connected to two configuration storages 624 and 602.
  • Figure 6 presumes that a storage manager dis- closed in Figures 2-5 is implemented together with a respective configuration storage.
  • the system further comprises a plurality of network servers 600, 604, 622, 628, 630, 662 connected to at least one configu ⁇ ration storage.
  • network server 604 is connected to configuration storages 602 and 660 di ⁇ rectly of via a router 606 or routers 606, 664.
  • Terminal devices e.g. mobile terminals 674, 642, 668 and 670
  • a DHCP server via an access router 640 or 666.
  • configuration storages may be provided also e.g. with location, device model or device manufac ⁇ turer specific configuration data.
  • mobile terminal's 668 address may be provided to DHCP server 672.
  • the invention defines location sensitive DHCP configuration, implementation that of ⁇ fers mobile terminals' location info as a part of DHCP auto-configuration phase for the DHCP server usage.
  • location information of a mobile terminal may be added by the originating node
  • DHCPv6 client in the mobile terminal e.g. DHCPv6 client in the mobile terminal
  • DHCPv6 e.g. DHCPv6 client in the mobile terminal
  • This implementation is not network architecture dependant. In other words, it can be applied to the 3 rd generation mobile networks as well as ad-hoc networks.
  • some proprietary method may be used by the DHCP server to request mobile ter ⁇ minal's location information based on its identity.
  • This implementation may not be so generic as the pre- vious one, but it would more secure and mobile termi ⁇ nal's privacy would be easier to maintain.
  • Either one of the previous embodiments can be used, for example, for the following purposes: Load sharing among DHCP servers. - Location based address allocation.
  • Location based network parameter configuration Location information of a mobile terminal can be used, e.g. in large mobile networks, to do load sharing among DHCP servers so that DHCP Relay Agent decides to which DHCP server mobile terminal's DHCPv ⁇ message is forwarded based on the location informa- tion. If the Relay Agent does not have this kind of information available, then it may forward the DHCP message normally toward DHCP server(s) . ' And when the DHCP server receives the mobile terminal originated DHCP message, it either ignores or processes it based on the location information delivered via the message.
  • the DHCP server may choose a correct set of parame ⁇ ters in the configuration storage or it may use a cor ⁇ rect scheme of address allocation based on the loca- tion information.
  • the mobile terminal's identity information is delivered with a DHCP message and then the DHCP server could request mobile terminal's location information based on the delivered identity.
  • Figure 7 describes one embodiment including three different areas (Area 1, Area 2 and Area 3) and corresponding area-specific set of parameters (Set of parameters 1, Set of parameters 2 and Set of parame ⁇ ters 3) . Mobile terminals are roaming around in the three areas and they might request some network con ⁇ figuration parameters using the DHCP protocol and the same DHCP framework. In other words, there are no area-specific DHCP frameworks. Based on mobile termi ⁇ nals' location information, a correct set of parame ⁇ ters can be delivered to them.
  • the mobile ter ⁇ minal's location information may be acquired in any appropriate way and by any appropriate network entity.
  • localized services in mo ⁇ bile or data networks that is, services that are available only in certain part of a network and that are beneficial to a user only if the user is in a spe ⁇ cific (geographical) area, it evidently becomes a problem for both the network and mobile terminal, how to keep track on what services are available in the specific network area and how this information can be made available in the mobile terminal.
  • Figure 8 is a block diagram illustrating an embodiment of a structure of a configuration storage or a storage manager.
  • the struc ⁇ ture disclosed in Figure 8 may be applied both to a configuration storage and a storage manager.
  • the con ⁇ figuration storage and storage manager are herein re- ferred to as a network node 88.
  • Network node 88 comprises at least a central processing unit (CPU) 82. Furthermore, network node 88 comprises a receiver 80, a transmitter 84 and a memory 86 that are connected to CPU 82. If network node 88 is a configuration stor ⁇ age, receiver 80 is configured to receive configura ⁇ tion parameter requests from a dynamic host configura ⁇ tion protocol (DHCP) server and to receive configura ⁇ tion data from a storage manager. Furthermore, trans- mitter 84 is configured to transmit configuration data requests to at least one storage manager and to trans- mit configuration parameters to at least one DHCP server. Memory 86 is configured to store configuration parameters to be used by at least one DHCP server.
  • DHCP dynamic host configura ⁇ tion protocol
  • re- ceiver 80 is configured to receive configuration pa ⁇ rameter requests from at least one configuration stor ⁇ age and to receive configuration data from at least one network server. Furthermore, transmitter 84 is configured to transmit configuration data requests to at least one network server and to transmit received configuration data to at least one configuration stor ⁇ age.
  • FIG. 8 illustrates only a single memory 86 in network node 88.
  • Memory 86 may refer to a single memory or memory area or to a plurality of memories or memory areas that may include e.g. random access memo ⁇ ries (RAM) , read-only memories (ROM) etc.
  • Memory 86 may also include other applications or software compo ⁇ nents that are not described in more detail and also may include the computer program (or portion thereof) , which when executed on the CPU 82 performs at least some of the method steps of the invention.
  • CPU 82 may also include a memory or a memory may be associated therewith which may include the computer program (or portion thereof) which when executed on CPU 82 per ⁇ forms at least some of the method steps of the inven ⁇ tion.
  • the invention enables provisioning of con ⁇ figuration parameters to mobile terminals according to their locations. These parameters may include e.g. an
  • a mo ⁇ bile terminal adds its current location information to a DHCP message, to reply the DHCP server can automati ⁇ cally add the requested URL based on what services specific to the mobile terminal's location are made available.
  • the location-specific information may be arranged to the DHCP server as was described in Fig ⁇ ures 2-5.
  • the invention may be applied with DCHPv4 and

Abstract

A system, network entities and computer programs to provide a dynamic configuration data storage system for both a standard DHCPv4 and DHCPv6 framework. Together with standard DHCPv4 and DHCPv6 protocol functionalities, the invention provides auto-configuration of configuration parameters from network servers to hosts, e.g. to mobile terminals.

Description

TITLE OF THE INVENTION
SYSTEM, NETWORK ENTITIES AND COMPUTER PROGRAMS FOR CONFIGURATION MANAGEMENT OF A DYNAMIC HOST CONFIGURA¬ TION PROTOCOL FRAMEWORK
BACKGROUND OF THE INVENTION FIELD OF THE INVENTION
The present invention relates to packet data networks. In particular, the present invention re- lates to a novel and improved system, and network en¬ tities for configuration management of a dynamic host configuration protocol framework comprising at least one DHCP server, at least one configuration storage and at least one storage manager and at least one net- work server, wherein a configuration storage is con¬ nected to at least one DHCP server, a configuration storage is connected to at least one DHCP server and a storage manager is connected to at least one configu¬ ration storage and to at least one network server.
DESCRIPTION OF THE RELATED ART The DHCP (Dynamic Host Configuration Proto¬ col) is a communication protocol that lets network ad¬ ministrators manage centrally and automate the assign¬ ment of Internet Protocol (IP) addresses e.g. in an organization's network. Using the Internet Protocol, each machine that can connect to the Internet needs a unique IP address. When an organization sets up its computer users with a connection to the Internet, an IP address must be assigned to each machine. Without the DHCP, in IPv4 the IP address must be entered manu- ally in each computer and, if computers move to an¬ other location in another part of the network, a new IP address must be entered. IPv6 provides a stateless address autoconfiguration functionality (Neighborhood Discovery protocol, ND) that can replace the address assignment functionality of the DHCPv6. In other words, in the IPv6, manual address configuration is not the only option if the DHCPv6 is not used. The DHCPv6 is an example of a statefull address autocon- figuration method for the IPv6. Furthermore, some proprietary method can also be used to configure IP addresses.
The DHCP lets a network administrator super- vise and distribute IP addresses from a central point and automatically sends a new IP address when a com¬ puter is plugged into a different place in the net¬ work. This is always done in a solicited manner, that is, a computer must explicitly request the network to assign a new address for it.
DHCP server configuration management is typi¬ cally based on manual configuration of a configuration file, which easily can lead to outdated information being provided to the DHCP clients. Figure 1 de- scribes a typical prior art solution. A Dynamic Host
Configuration Protocol (DHCP) server 10 includes a configuration file 12. Configuration file 12 includes configuration parameters, e.g. assignable IP ad¬ dresses, so that DHCP server 10 is able to provide services to terminal devices. A user may edit con¬ figuration file 12 via a user interface 14.
The configuration file is interpreted by server process in its initializing phase (start/restart) . Each time when a change is needed in the server configuration the configuration file or other data storage is manually edited, and to make the changes apply in server process, required procedures are executed, e.g. by restarting the server process.
Manual configuration involves (human) admin- istrator interaction and there is always a possibility of a human error when maintaining manually configura- tion data. Moreover, it may be a time consuming task and it is not suitable for delivering configuration parameters that have a short lifetime or require fre¬ quent updates. Automated or semi-automated generation of configuration parameters may be supported in a net¬ work server to decrease extra burden of manual con¬ figuration.
Delivering configuration data to the end-user equipment from a network, in a user-friendly manner, is nowadays a problem especially for the mobile termi¬ nal vendors. In the future, when the networks are mo¬ bile (moving networks) , this problem becomes even big¬ ger.
If a network operator has contracts with mul- tiple service and content providers as well as with multiple terminal vendors, there is no generic way in which all those parties may dynamically provide re¬ quired configuration data for the use of the operator. This has to be done because the operator owns presuma- bly the configuration framework of its network like DHCP framework.
Based on the above, there is an obvious need for a solution that would improve DHCP framework con¬ figuration management.
SUMMARY OF THE INVENTION According to one aspect of the invention there is provided a system for configuration manage¬ ment of a dynamic host configuration protocol frame¬ work, the system comprising a dynamic host control protocol server, a configuration storage, a storage manager and a network server. The configuration stor¬ age is connected to the dynamic host control protocol server and is configured to store configuration pa¬ rameters to be used by the dynamic host control proto¬ col server. The storage manager is connected to the configuration storage and to the network server and is configured to maintain content in the configuration storage and manage signaling and data transfer between the configuration storage and the network server. The network server is connected to the storage manager and is configured to provide the storage manager with the configuration parameters. Furthermore, the storage manager dynamically updates configuration data in the configuration storage. In one embodiment of the invention, the stor¬ age manager is configured to remove expired configura¬ tion data content from the configuration storage.
In one embodiment of the invention, the stor¬ age manager is configured to monitor configuration data content in the configuration storage and to re¬ quest updated configuration data content from the net¬ work server; and the network server is configured to provide the storage manager with updated configuration data in response to receiving a request for the up- dated configuration data content from the storage man¬ ager if the updated configuration data is available.
In one embodiment of the invention, the con¬ figuration storage is configured to trigger a configu¬ ration data content request to the one storage manager if applicable configuration data does not exist in the configuration storage, the storage manager is config¬ ured to trigger the configuration data request to at least one network server, the at least one network server is configured to provide the storage manager with the applicable configuration data in response to the configuration data request if the applicable con¬ figuration data is available, and the storage manager is configured to provide the configuration storage with the applicable configuration data in response to the configuration data content request if the applica¬ ble configuration data is available. In one embodiment of the invention, the stor¬ age manager is configured to trigger the configuration data content request to the network server, and the network server is configured to provide the storage manager with the applicable configuration data in re¬ sponse to the configuration data content request if the applicable configuration data is available. In one embodiment of the invention, the network server checks whether the storage manager is allowed to receive the applicable configuration data, wherein the network server is configured to provide the storage manager with the applicable configuration data only if the storage manager is allowed to receive the applicable configuration data. In one embodiment of the invention, the stor¬ age manager is configured to trigger a configuration data content request to the at least one network server based on at least one of the following rules: the configuration storage sent the configuration data content request for non-existent configuration data to the storage manager, the configuration data in the configuration storage is about to expire and an up¬ dated piece of configuration data is needed, or expir¬ ing configuration data is marked as essential in the configuration storage.
In one embodiment of the invention, the net¬ work server is configured to send updated configura¬ tion data to the storage manager automatically. In an¬ other embodiment, the network server is configured to send the updated configuration data to the storage manager automatically before the configuration data in the configuration storage expires.
In one embodiment of the invention, the con¬ figuration storage is configured to include terminal device location dependant configuration data, the con¬ figuration storage is configured to receive a location dependent configuration data request from at least one dynamic host control protocol server, and the configu¬ ration storage is configured to provide the at least one dynamic host control protocol server with a loca- tion dependent configuration data in response to the location dependent configuration data request.
In one embodiment of the invention, the net¬ work server and the storage manager are configured to establish a relationship between each other in order to exchange information. In one embodiment of the in¬ vention, the network server is configured to use pre¬ existing relationship between the network server and the storage manager in order to exchange information.
In one embodiment of the invention, each service entry in the configuration storage comprises at least one of the following: a unique service iden¬ tifier identifying a service, the configuration data, and a time-to-live value for the configuration data.
In one embodiment of the invention, a single entity comprises the dynamic host control protocol server, the configuration storage, the storage manager and the network server.
In one embodiment of the invention, the sys¬ tem comprises at least one of the following configura- tions : a configuration storage is connected to at least one dynamic host control protocol server and to at least one storage manager; a storage manager is connected to at least one configuration storage and to at least one network server; and a network server is connected to at least one storage manager.
According to another aspect of the invention there is provided storage manager for configuration management of a dynamic host configuration protocol framework, wherein the storage manager is connected to the configuration storage and the network server, wherein the storage manager is configured to maintain content in a configuration storage, manage signaling and data transfer between the configuration storage and a network server and dynamically update configura¬ tion data in the configuration storage. In one embodiment of the invention, the stor¬ age manager is configured to remove expired configura¬ tion data content from the configuration storage.
In one embodiment of the invention, the stor¬ age manager is configured to monitor configuration data content in the configuration storage, to request updated configuration data content from the network server and to receive updated configuration data from the network server if the updated configuration data is available. In one embodiment of the invention, the stor¬ age manager is configured to receive a configuration data content request from the configuration storage and to provide the configuration storage with the con¬ figuration data in response to the configuration data content request if the configuration data is avail¬ able, and storage manager is configured to trigger the configuration data request to at least one network server and to receive the applicable configuration data from the at least one network server if the ap- plicable configuration data is available.
In one embodiment of the invention, the stor¬ age manager is configured to trigger the configuration data content request to the network server based on at least one of the following rules: the configuration storage sent to the storage manager the configuration data content request for non-existent configuration data, the configuration data in the configuration storage is about to expire and an updated piece of configuration data is needed, or expiring configura- tion data is marked as essential in the configuration storage. In one embodiment of the invention, the stor¬ age manager is configured to establish a relationship between the network server and the storage manager in order to exchange information. In one embodiment of the invention, the network server is configured to use pre-existing relationship between the network server and the storage manager in order to exchange informa¬ tion.
In one embodiment of the invention, the stor- age manager is implemented in an entity with at least one of a dynamic host control protocol server and the configuration storage.
According to another aspect of the invention there is provided a configuration storage for configu- ration management of a dynamic host configuration pro- tocol framework, wherein the configuration storage is connected to a dynamic host control protocol server and to a storage manager, wherein the configuration storage is configured to store configuration parame- ters used by the dynamic host control protocol server; wherein the configuration storage is configured to be dynamically maintained and updated by a storage man¬ ager, and deliver configuration parameters to the dy¬ namic host control protocol server by a dynamic host control protocol server request and to send a configu¬ ration data content request to the storage manager if applicable configuration data does not exist in the configuration storage or if the applicable configura¬ tion data has expired in the configuration storage. In one embodiment of the invention, the con¬ figuration storage is configured to include terminal device location dependant configuration data, the con¬ figuration storage is configured to receive a location dependent configuration data request from at least one dynamic host control protocol server, and the configu¬ ration storage is configured to provide the at least one dynamic host control protocol server with a loca¬ tion dependent configuration data in response to the location dependent configuration data request.
In one embodiment of the invention, the con- figuration storage is configured to receive a location dependent configuration data content request from the dynamic host control protocol server, and the configu¬ ration storage is configured to provide the dynamic host control protocol server with a location dependent configuration data in response to the location depend¬ ent configuration data content request.
In one embodiment of the invention, each service entry in the configuration storage comprises at least one of the following: a unique service iden- tifier identifying a service, the configuration data, and a time-to-live value for the configuration data.
In one embodiment of the invention, the con¬ figuration storage is implemented in an entity with at least one of the dynamic host control protocol server and the storage manager.
In one embodiment of the invention, the con¬ figuration storage is connected to at least one dy¬ namic host control protocol server and to at least one storage manager. According to another aspect of the invention there is provided a computer program embodied on a computer readable medium for configuration management of a dynamic host configuration protocol framework, wherein the computer program controls a data- processing device to perform the steps of: maintaining content in a configuration storage and managing sig¬ naling and data transfer between the configuration storage and a network server, and updating configura¬ tion data in the configuration storage dynamically. According to another aspect of the invention there is provided a computer program embodied on a computer readable medium for configuration management of a dynamic host configuration protocol framework, wherein the computer program controls a data- processing device to perform the steps of : storing configuration parameters used by a dynamic host con¬ trol protocol server, delivering the configuration pa¬ rameters to the dynamic host control protocol server, receiving configuration data content maintenance op¬ erations from a storage manager, and generating a con- figuration data content request to the storage manager if applicable configuration data does not exist or if the applicable configuration data has expired.
According to another aspect of the invention there is provided a network server for configuration management of a dynamic host configuration protocol framework, wherein the network server is connected to at least one storage manager, wherein the network server is configured to establish a relationship with a storage manager in order to exchange information, connect to at least one information storage comprising configuration data for a configuration storage and transmit the configuration data to the storage man¬ ager.
In one embodiment of the invention, the net- work server is further configured to receive configu¬ ration data content requests from the storage manager. In one embodiment of the invention, the net¬ work server is further configured to check whether the storage manager is allowed to receive the configura- tion data, wherein the network server is configured to provide the storage manager with the configuration data only if the storage manager is allowed to receive the configuration data.
In one embodiment of the invention, the net- work server is further configured to automatically transmit unsolicited modified or new configuration data to the storage manager.
In one embodiment of the invention, the net¬ work server is further configured to transmit, based on an external trigger, unsolicited, modified, or new configuration data advertisements to the storage man¬ ager.
In one embodiment of the invention, the net¬ work server is further configured to periodically transmit unsolicited configuration data advertisements to the storage manager.
In one embodiment of the invention, the net¬ work server is further configured to transmit, based on an external trigger, at least a subset of the con- figuration data to the storage manager.
In one embodiment of the invention, the net¬ work server is further configured to receive the con¬ figuration data from at least one external entity.
In one embodiment of the invention, the net- work server is further configured to receive manage¬ ment data from at least one external entity.
According to another aspect of the invention there is provided a computer program embodied on a computer readable medium for configuration management of a dynamic host configuration protocol framework, wherein the computer program controls a data- processing device to perform the following steps of : establishing a relationship between a network server and a storage manager in order to exchange informa- tion, connecting to at least one information storage comprising configuration data for a configuration storage, and transmitting the configuration data to the storage manager.
According to another aspect of the invention there is provided a system for configuration manage¬ ment of a dynamic host configuration protocol frame- work, the system comprising a dynamic host control protocol server, a configuration storage connected to the dynamic host control protocol server, a storage manager connected to the configuration storage, a net- work server connected to the storage manager, storing means for storing configuration parameters used by the dynamic host control protocol server in the configura¬ tion storage, maintaining means for maintaining con¬ tent in the configuration storage and managing signal- ing and data transfer between the configuration stor¬ age and the network server with the storage manager, providing means for providing the storage manager with the configuration parameters with the network server, and updating means for updating configuration data in the configuration storage dynamically by the storage manager.
According to another aspect of the invention there is provided a method for configuration manage¬ ment of a dynamic host configuration protocol frame- work, the method comprising maintaining content in a configuration storage and managing signaling and data transfer between the configuration storage and a net¬ work server, and updating configuration data in the configuration storage dynamically. According to another aspect of the invention there is provided a system for configuration manage¬ ment of a dynamic host configuration protocol frame¬ work, the system comprising maintaining means for maintaining content in a configuration storage, manag- ing means for managing signaling and data transfer be¬ tween the configuration storage and a network server, and updating means for updating configuration data in the configuration storage dynamically.
According to another aspect of the invention there is provided a method for configuration manage¬ ment of a dynamic host configuration protocol frame- work, the method comprising storing configuration pa¬ rameters used by a dynamic host control protocol server, delivering the configuration parameters to the dynamic host control protocol server, receiving con- figuration data content maintenance operations from a storage manager, and generating a configuration data content request to the storage manager if applicable configuration data does not exist or if the applicable configuration data has expired. According to another aspect of the invention there is provided a system for configuration manage¬ ment of a dynamic host configuration protocol . frame¬ work, the system comprising storing means for storing configuration parameters by a dynamic host control protocol server, delivering means for delivering the configuration parameters to the dynamic host control protocol server, receiving means for receiving con¬ figuration data content maintenance operations from a storage manager, and generating means for generating a configuration data content request to the storage man¬ ager if applicable configuration data does not exist or if the applicable configuration data has expired.
According to another aspect of the invention there is provided a method for configuration manage- ment of a dynamic host configuration protocol frame¬ work, the method comprising establishing a relation¬ ship between a network server and a storage manager in order to exchange information, having connectivity to at least one information storage comprising configura- tion data for a configuration storage, and transmit¬ ting the configuration data to the storage manager.
According to another aspect of the invention there is provided a system for configuration manage¬ ment of a dynamic host configuration protocol frame- work, the system comprising establishing means for es¬ tablishing a relationship between a network server and a storage manager in order to exchange information, connecting means for connecting to at least one infor¬ mation storage comprising configuration data for a configuration storage, and transmitting means for transmitting the configuration data to the storage manager.
The invention has several advantages over the prior-art solutions. The invention enables automatic delivery of any network configuration parameter from a network to a DHCP server or DHCP servers. Together with the standard DHCP protocol functionalities the invention provides auto-configuration of configuration parameters from network servers to hosts, e.g. to mo¬ bile terminals. Furthermore, the invention enables "more com¬ plete" auto-configuration of a host in a sense that if a configuration storage cannot provide the requested configuration information, the configuration storage tries to retrieve the configuration information from a network so that further requests for those missing pieces of configuration information would be success¬ ful.
Furthermore, the invention enables location sensitive IP address and network configuration parame- ter resolving using the DHCP protocol.
BRIEF DESCRIPTION OF THE DRAWINGS:
The accompanying drawings, which are included to provide a further understanding of the invention and constitute a part of this specification, illus¬ trate embodiments of the invention and together with the description help to explain the principles of the invention. In the drawings:
Figure 1 is a block diagram illustrating a prior art DHCP server configuration, Figure 2 is a block diagram illustrating a system according to the invention,
Figure 3 is a block diagram illustrating an¬ other system according to the invention, Figure 4 is a block diagram illustrating an¬ other system according to the invention,
Figure 5 is a block diagram illustrating an¬ other system according to the invention,
Figure 6 is a block diagram illustrating a data communication network in which the invention may be used,
Figure 7 is a block diagram illustrating dif¬ ferent geographical areas and a set of parameters cor¬ responding to the areas according to the invention; and
Figure 8 is a block diagram illustrating an embodiment of a structure of a configuration storage or a storage manager.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
Reference will now be made in detail to the embodiments of the present invention, examples of which are illustrated in the accompanying drawings.
Figures 2-5 disclose different embodiments of the invention. Since the basic functionality is the same in all of them, the figures will be described all together.
DHCP protocols, defined in RFCs (RFC, Request for Comments) RFC 1541 and 3315 can be used to deliver network configuration parameters like a Domain Name System (DNS) server address list from a DHCP server to a DHCP client by the client's explicit request, or the server can add it automatically to any reply, if con¬ figured to do so.
The invention at hand introduces a method, system, network nodes and computer programs that to- gether with the standard DHCP functionality mentioned above enable an auto-configuration framework that can be used to deliver any configuration parameters from network servers to hosts, e.g. to a mobile terminal. The system comprises three important entities in addition to a DHCP server 20. DHCP server 20 is connected to a dynamically updated configuration stor¬ age 22. The purpose of configuration storage 22 in the system is to store configuration parameters like DNS, mail, Session Initiation Protocol (SIP) or basically whatever service dependent or independent parameters that are required in a terminal device to enable that specific service or application. A simple format of a configuration parameter one can think of is an Inter- net Protocol (IP) address or Uniform Resource Locator (URL) address of a server providing a particular serv¬ ice. The main task of configuration storage 22 is to deliver requested configuration parameters to DHCP server 20 by server's request. In the configuration storage 22, each service entry contains all or some of the following pieces of network server specific information:
Unique service identifier identifying the service in global scope. For example, a globally unique Internet Assigned Numbers Authority (IANA) vendor ID and vendor specific unique service ID.
Configuration data represented either in a service specific or service independent format in such way that both the client and server application have the same interpretation of the data. - Time-to-live (TTL) value for the configuration data. Configuration storage 22 may also maintain its data consistency by taking care of data read/write locking etc. like a conventional database system. In another embodiment, storage manager 24 is responsible for maintaining data consistency in configuration storage 22.
Configuration storage 22 also generates a specific event to storage manager 24, if some of the requested configurations are not available or have ex- pired in configuration storage 22, so that storage manager 24 may perform some actions, for example, to generate a solicitation message to network server 26.
Configuration storage 22 may also have access control functions, that is, functions relating to which storage managers are allowed to provide configu¬ ration data to configuration storage 22.
The configuration data along with the service identifiers are stored in configuration storage 22 as they are received from network server 26. The stored configuration data and the service identifier identi¬ fying it typically are application/service specific.
Service identifiers, which can be compared to the option types in the standard DHCP protocol, are also the way for a terminal's applications to notify the DHCP server which configuration data they are re¬ quiring. Therefore, service identifiers are used as search keys in queries from the DHCP server to con¬ figuration storage 22.
It is always possible that storage manager 24 is not able to provide configuration storage 22 with the requested configuration data. This may happen since a terminal requesting configuration parameters from DHCP server 20 in practice is free to ask any¬ thing in the framework and any request resulting no data in configuration storage 22 can trigger storage manager 24 to request missing data from network server 26. It is also possible that storage manager 24 does not provide configuration storage 22 or network server 26 does not provide storage manager 24 with the re¬ quested configuration data due to some rule or policy. The system further comprises a management en¬ tity that manages configuration storage 22, herein re¬ ferred to as a storage manager 24. Storage manager 24 is connected to configuration storage 22 and a network server 26. Storage manager 24 may be responsible for at least of the following functionalities:
Managing the signaling and data transfer between configuration storage 22 and network server 26.
Maintaining the data in configuration storage 22. In other words, as default e.g. removing of expired service entries and optionally requesting from network server 26 updated configuration data.
One feature of storage manager 24 is to pro¬ vide a set of different methods for network server 26 to transfer its configurations to configuration stor¬ age 22. Any viable methods to transfer data between two nodes can be used depending on the requirements like security, reliability, etc.
Storage manager 24 may offer a method or methods that can be used by new servers to create re¬ quired trust relationship to be able to join the dy- namic configuration system. Furthermore, there may be a trust relationship between the storage manager 24 and network servers, and therefore it may be limited which network servers may dynamically access configu¬ ration data via the storage manager. This may also mean that different services from trusted servers can join and leave the system at any time. In one embodi¬ ment of the invention, network server 26 may use pre¬ existing trust between network server 26 and storage manager 24 in order to exchange information. The trust may be established dynamically between storage manager 24 and network server 26 or alternatively, storage manager 24 and network server 26 may be preconfigured to have the trust.
Furthermore, when a network server receives a configuration data request from a storage manager, the network server may determine whether it is allowed to process the request from the storage manager, and fur- ther, to determine whether the request concerns con¬ figuration data that the storage manager has a right to use. Correspondingly, the storage manager may check the integrity of the data received from the network server and the data origin authentication. A similar functionality may be configured to the interface between a storage manager and configura¬ tion storage. When the storage manager receives a con¬ figuration data request from the configuration stor¬ age, the storage manager may determine whether it is allowed to process the request from the configuration storage, and further, to determine whether the request concerns configuration data that the .configuration storage has a right to use. Correspondingly, the con¬ figuration storage may check the integrity of the data received from the storage manager and the data origin authentication.
In one embodiment of the invention, storage manager 24 may use pre-existing trust between configu¬ ration storage 22 and storage manager 24 in order to exchange information. The trust may be established dy¬ namically between storage manager 24 and configuration storage 22 or alternatively, storage manager 24 and configuration storage 22 may be preconfigured to have the trust. In one embodiment of Figure 2, storage man¬ ager 24 is configured to trigger a configuration data content request to network server 26 based on at least one of the following rules: configuration storage 22 sent to storage manager 24 a configuration data con¬ tent request for non-existent configuration data, con- figuration data in configuration storage 22 will ex¬ pire and an updated piece of configuration data is needed, or expiring configuration data is marked as 'essential' in configuration storage 22.
The system further comprises an additional entity in network server 26 that may have at least one of the following functionalities in the system:
- Basic data transfer methods including supported protocol signaling, the local data management systems, etc. The server listens solicitations from storage manager 24 and sends updates according to them, if needed. To automatically update distributed data in configuration storage 22 before it expires.
To periodically send unsolicited configuration data advertisements to configuration storages via storage manager 24. Advertised configuration data may refer e.g. to all configuration data or to changed configuration data. To automatically send unsolicited modified or new configuration data advertisements to configuration storages via storage manager 24.
Based on external trigger(s) send unsolicited modified or new configuration- data advertisements to configuration storages. The data may not be sent until some entity (e.g. human, internal or external computer program) triggers the sending.
Network server 26 comprises also a configura¬ tion database for storing configuration parameters, or alternatively or additionally, it may have been con¬ nected to an external database. Network server 26 or some other entity may maintain the configuration data in the database automatically or semi-automatically. Network server 26 may also have an interface to at least one external entity from which it receives con¬ figuration data on request or in an unsolicited man- ner. Network server 26 may have another interface to at least one external entity from which it receives management data. The management data refers e.g. to data based on.which network server 26 sends configura¬ tion data advertisements to storage manager 24 etc. When network server 26 receives configuration data requests from storage manager 24, it may send the request further to a predetermined external entity as described above. If network server 26 receives from storage manager 24 a configuration data request that cannot be replied to, it may generate an event e.g. to a log file. The event may indicate where the request came from, to which DHCP server it relates to and what was the missing configuration data etc.
It is obvious that at least one of network server 26 and storage manager 24 may refer to a physi¬ cal device implementing functions described above or alternatively to a server process running in a com¬ puter.
Messaging between storage manager 24 and net- work server 26 can be either unsolicited, i.e. network server 26 is pushing configuration to storage manager 24. Alternatively, as mentioned under specific circum¬ stances storage manager 24 can generate a solicitation for specific configuration to network server 26. Both storage manager 24 and network server 26 can be responsible for maintaining the content in con¬ figuration storage 22:
- Storage manager 24 removes expired content from configuration storage 22. Storage manager 24 may also monitor the content in configuration storage 22 and notify network server 26 about expiring content.
- Network server 26 can, independently of management notification(s) , maintain the data in configuration storage 22 it has access to via storage manager 24, or alternatively, it can listen management notifications from storage manager 24 and act according to them when needed.
In Figure 2, network server 26 may be con- nected to a plurality of storage managers. Therefore, network server 26 may transfer configuration(s) to a plurality of storage managers. In another embodiment, network server 26 may receive notifications from mul¬ tiple storage managers 22. Yet in another embodiment, storage manager 24 may manage multiple configuration storages 22. Yet in another embodiment, storage man¬ ager 24 may receive solicitation triggers from multi¬ ple configuration storages 22. Yet in another embodi¬ ment, configuration storage 22 may receive queries from multiple DHCP servers, but in some implementation cases one database per DHCP server is a suitable con¬ figuration.
The invention at hand may be implemented in various ways. In the following some of the possible implementation alternatives are disclosed.
Architectural alternatives, system entity re¬ lations and system scalability and complexity are de¬ pendent on how configuration storage, configuration storage manager and DHCP server are implemented into the system.
In Figures 3-5 a rectangle or a polyhedron surrounding certain system entities represents sepa- rate implementation module where external signaling is not needed. These module (s), however, are transparent to the hardware configurations, e.g. the modules can be in the same hardware node, or each module can have a separate node. If configuration storage 32, storage manager
34 and DHCP server 30 are implemented into the same module (Figure 3, 38), the system entity scalability is simple. In other words, one storage manager only manages one configuration storage, and the DHCP server can have only connected storage. However, multiple network servers 36 can transfer their configuration data to multiple managers.
If only the configuration storage 42 is im¬ plemented in the same module with DHCP server 40 (Fig- ure 4, 48) , storage manager 44 becomes more scalable and can be used to manage several configuration stor¬ ages. Again, multiple network servers 46 can transfer their configuration data to multiple managers.
A third alternative is to have configuration storage 52 and storage manager 54 implemented into the same module (Figure 5, 58) . This architecture corre¬ sponds to the first one (Figure 3) , with the exception that the same configuration storage can serve multiple DHCP servers and DHCP server 50 may use several dif- ferent storages for its queries. Again, multiple net¬ work servers 56 can transfer their configuration data to multiple managers.
A fourth alternative was represented in Fig¬ ure 2 where all three entities are implemented in dif- ferent modules. This architecture provides the highest scalability for system entities, but also the entity functionalities become more complex than in other al¬ ternatives, because relations between system entities are all many to many and this requires extra manage¬ ment in each system entity. The special case where all system entities are in the same module is another implementation al¬ ternative. In this special case all relations between entities are one-to-one. An example of such a system could be a configuration where a large database is representing a network server entity. It is obvious, based on Figures 2-5, that a DHCP server, configura¬ tion storage, storage manager and network server may be implemented within a single entity or that each node may be implemented in separate entities. Further- more, it is also obvious that any other implementation alternative between the aforementioned implementations is possible.
Referring to Figure 2, it is evident that re¬ lationships between adjacent network elements (i.e. 20-22, 22-24 and 24-26) may be one-to-one or one-to- many.
In the future when networks are becoming mo¬ bile and more heterogeneous, it may be assumed that these networks are representing potential new users of auto-configuration frameworks. In the heterogeneous environment like this, the nature of the required con¬ figuration data can vary a lot depending on factors such as type of users (terminal/network) , type of ter¬ minal and type of network. Figure 6 discloses an overall system view of a data communication network in which the invention may be applied. Figure 6 discloses four Dynamic Host Configuration Protocol (DHCP) frameworks 60, 62, 64 and 66 that are interconnected with each other via routers 68, 606 and 664. The system includes a set of DHCP servers 644, 672 each being connected to at least one configuration storage 602, 624, 660. For example, DHCP server 644 is connected to two configuration storages 624 and 602.
Figure 6 presumes that a storage manager dis- closed in Figures 2-5 is implemented together with a respective configuration storage. The system further comprises a plurality of network servers 600, 604, 622, 628, 630, 662 connected to at least one configu¬ ration storage. For example, network server 604 is connected to configuration storages 602 and 660 di¬ rectly of via a router 606 or routers 606, 664.
Terminal devices, e.g. mobile terminals 674, 642, 668 and 670, are connected to a DHCP server via an access router 640 or 666. If DHCP servers are used also by mobile ter¬ minals, configuration storages may be provided also e.g. with location, device model or device manufac¬ turer specific configuration data. For example, mobile terminal's 668 address may be provided to DHCP server 672. In other words, the invention defines location sensitive DHCP configuration, implementation that of¬ fers mobile terminals' location info as a part of DHCP auto-configuration phase for the DHCP server usage.
In one embodiment, location information of a mobile terminal may be added by the originating node
(e.g. DHCPv6 client in the mobile terminal) or DHCPv6
Relay Agent or some other entity on the signaling path before the DHCP server. This implementation is not network architecture dependant. In other words, it can be applied to the 3rd generation mobile networks as well as ad-hoc networks.
In another embodiment some proprietary method may be used by the DHCP server to request mobile ter¬ minal's location information based on its identity. This implementation may not be so generic as the pre- vious one, but it would more secure and mobile termi¬ nal's privacy would be easier to maintain.
Either one of the previous embodiments can be used, for example, for the following purposes: Load sharing among DHCP servers. - Location based address allocation.
Location based network parameter configuration. Location information of a mobile terminal can be used, e.g. in large mobile networks, to do load sharing among DHCP servers so that DHCP Relay Agent decides to which DHCP server mobile terminal's DHCPvδ message is forwarded based on the location informa- tion. If the Relay Agent does not have this kind of information available, then it may forward the DHCP message normally toward DHCP server(s) .' And when the DHCP server receives the mobile terminal originated DHCP message, it either ignores or processes it based on the location information delivered via the message. If the DHCP server decides to process the received DHCP message, it may choose a correct set of parame¬ ters in the configuration storage or it may use a cor¬ rect scheme of address allocation based on the loca- tion information. In another embodiment the mobile terminal's identity information is delivered with a DHCP message and then the DHCP server could request mobile terminal's location information based on the delivered identity. Figure 7 describes one embodiment including three different areas (Area 1, Area 2 and Area 3) and corresponding area-specific set of parameters (Set of parameters 1, Set of parameters 2 and Set of parame¬ ters 3) . Mobile terminals are roaming around in the three areas and they might request some network con¬ figuration parameters using the DHCP protocol and the same DHCP framework. In other words, there are no area-specific DHCP frameworks. Based on mobile termi¬ nals' location information, a correct set of parame¬ ters can be delivered to them.
Depending on the security requirements, some type of encryption might be needed for the location information while transferring it via an IP packet be¬ cause of privacy reasons. Furthermore, the mobile ter¬ minal's location information may be acquired in any appropriate way and by any appropriate network entity. When implementing localized services in mo¬ bile or data networks, that is, services that are available only in certain part of a network and that are beneficial to a user only if the user is in a spe¬ cific (geographical) area, it evidently becomes a problem for both the network and mobile terminal, how to keep track on what services are available in the specific network area and how this information can be made available in the mobile terminal.
Figure 8 is a block diagram illustrating an embodiment of a structure of a configuration storage or a storage manager. In this embodiment, the struc¬ ture disclosed in Figure 8 may be applied both to a configuration storage and a storage manager. The con¬ figuration storage and storage manager are herein re- ferred to as a network node 88.
Network node 88 comprises at least a central processing unit (CPU) 82. Furthermore, network node 88 comprises a receiver 80, a transmitter 84 and a memory 86 that are connected to CPU 82. If network node 88 is a configuration stor¬ age, receiver 80 is configured to receive configura¬ tion parameter requests from a dynamic host configura¬ tion protocol (DHCP) server and to receive configura¬ tion data from a storage manager. Furthermore, trans- mitter 84 is configured to transmit configuration data requests to at least one storage manager and to trans- mit configuration parameters to at least one DHCP server. Memory 86 is configured to store configuration parameters to be used by at least one DHCP server.
If network node 88 is a storage manager, re- ceiver 80 is configured to receive configuration pa¬ rameter requests from at least one configuration stor¬ age and to receive configuration data from at least one network server. Furthermore, transmitter 84 is configured to transmit configuration data requests to at least one network server and to transmit received configuration data to at least one configuration stor¬ age.
Figure 8 illustrates only a single memory 86 in network node 88. Memory 86 may refer to a single memory or memory area or to a plurality of memories or memory areas that may include e.g. random access memo¬ ries (RAM) , read-only memories (ROM) etc. Memory 86 may also include other applications or software compo¬ nents that are not described in more detail and also may include the computer program (or portion thereof) , which when executed on the CPU 82 performs at least some of the method steps of the invention. CPU 82 may also include a memory or a memory may be associated therewith which may include the computer program (or portion thereof) which when executed on CPU 82 per¬ forms at least some of the method steps of the inven¬ tion.
The invention enables provisioning of con¬ figuration parameters to mobile terminals according to their locations. These parameters may include e.g. an
URL or other addressing information of a management server or other entity, which contains localized serv¬ ice information of a certain network area. When a mo¬ bile terminal adds its current location information to a DHCP message, to reply the DHCP server can automati¬ cally add the requested URL based on what services specific to the mobile terminal's location are made available. The location-specific information may be arranged to the DHCP server as was described in Fig¬ ures 2-5. The invention may be applied with DCHPv4 and
DHCPvδ .
It is obvious to a person skilled in the art that with the advancement of technology, the basic idea of the invention may be implemented in various ways. The invention and its embodiments are thus not limited to the examples described above, instead they may vary within the scope of the claims.

Claims

WE CLAIM :
1. A system for configuration management of a dynamic host configuration protocol framework, the system comprising: at least one dynamic host control protocol server; at least one configuration storage; at least one storage manager; and at least one network server; wherein a configuration storage is connected to at least one dynamic host control protocol server and to at least one storage manager, and is configured to store configuration data used by the at least one dynamic host control protocol server; wherein a storage manager is connected to at least one configuration storage and to at least one network server, and is configured to maintain configu¬ ration data content in the at least one configuration storage and manage signaling and data transfer between the at least one configuration storage and the at least one network server, wherein a network server is connected to at least one storage manager, and is configured to pro¬ vide the at least one storage manager with configura- tion data; and wherein the storage manager dynamically up¬ dates configuration data content in the at least one configuration storage.
2. The system according to claim 1, wherein the storage manager is configured to remove expired configuration data from the at least one configuration storage.
3. The system according to claim 1, wherein: the storage manager is configured to monitor configuration data content in the at least one con- figuration storage and to request configuration data from at least one network server ; and the network server is configured to provide the storage manager with configuration data in re- sponse to receiving a request for the configuration data from the storage manager if the configuration data is available.
4. The system according to claim 1, wherein: the configuration storage is configured to trigger a configuration data request to at least one storage manager if applicable configuration data does not exist in the configuration storage; the storage manager is configured to trigger the configuration data request to at least one network server; the at least one network server is configured to provide the storage manager with the applicable configuration data in response to the configuration data request if the applicable configuration data is available; and the at least one storage manager is config¬ ured to provide the configuration storage with the ap¬ plicable configuration data in response to the con¬ figuration data request if the applicable configura- tion data is available.
5. The system according to claim 4, wherein the storage manager is configured to trigger the con¬ figuration data request to the at least one network server based on at least one of the following rules : the configuration storage sent the configura¬ tion data request for non-existent configuration data to the storage manager; the configuration data in the configuration storage is about to expire and an updated piece of configuration data is needed; and expiring configuration data is marked as es¬ sential in the configuration storage.
6. The system according to claim 4, wherein: the at least one network server checks whether the storage manager is allowed to receive the applicable configuration data, wherein the at least one network server is configured to provide the stor¬ age manager with the applicable configuration data only if the storage manager is allowed to receive the applicable configuration data.
7. The system according to claim 1, wherein the network server is configured to send updated con¬ figuration data to the at least one storage manager automatically.
8. The system according to claim 7, wherein the network server is configured to send the updated configuration data to the at least one storage manager automatically before the configuration data in the at least one configuration storage expires.
9. The system according to claim 1, wherein: the configuration storage is configured to include terminal device location dependant configura¬ tion data; the configuration storage is configured to receive a location dependent configuration data re¬ quest from at least one dynamic host control protocol server; and the configuration storage is configured to provide the at least one dynamic host control protocol server with a location dependent configuration data in response to the location dependent configuration data request.
10. The system according to claim 1, wherein the network server and the at least one storage man- ager are configured to establish a relationship be¬ tween each other in order to exchange information.
11. The system according to claim 1, wherein configuration data content stored in the configuration storage comprises at least one service entry.
12. The system according to claim 11, wherein a service entry in the configuration storage comprises at least one of the following: a unique service identifier identifying a service; configuration data; and a time-to-live value for the configuration data.
13. The system according to claim 1, wherein a single entity comprises at least one of the dynamic host control protocol server, the configuration stor- age, the storage manager and the network server.
14. A storage manager for configuration man¬ agement of a dynamic host configuration protocol framework, wherein the storage manager is connected to at least one configuration storage and to at least one network server, wherein the storage manager is config¬ ured to: maintain configuration data content in the at least one configuration storage; manage signaling and data transfer between the at least one configuration storage and the at least one network server; and dynamically update configuration data content in the at least one configuration storage.
15. The storage manager according to claim 14, wherein the storage manager is configured to re¬ move expired configuration data from the at least one configuration storage.
16. The storage manager according to claim 14, wherein the storage manager is configured to moni- tor configuration data content in the at least one configuration storage, to request configuration data from at least one network server and to receive con¬ figuration data from the at least one network server if the configuration data is available.
17. The storage manager according to claim 14, wherein: the storage manager is configured to receive a configuration data request from a configuration storage and to provide the configuration storage with the applicable configuration data in response to the configuration data request if the applicable configu¬ ration data is available; and storage manager is configured to trigger the configuration data request to at least one network server and to receive the applicable configuration data from the at least one network server if the ap¬ plicable configuration data is available.
18. The storage manager according to claim 17, wherein the storage manager is configured to trig¬ ger the configuration data request to the at least one network server based on at least one of the following rules: the configuration storage sent the configura¬ tion data request for non-existent configuration data to the storage manager; the configuration data in the configuration storage is about to expire and an updated piece of configuration data is needed; and expiring configuration data is marked as es¬ sential in the configuration storage.
19. The storage manager according to claim
14, wherein the storage manager is configured to es¬ tablish a relationship with the at least one network server in order to exchange information.
20. The storage manager according to claim 14, wherein the storage manager is implemented in an entity with at least one of a dynamic host control protocol server and the configuration storage.
21. A configuration storage for configuration management of a dynamic host configuration protocol framework, wherein the configuration storage is con¬ nected to at least one dynamic host control protocol server and to at least one storage manager, wherein the configuration storage is configured to: store configuration data used by the at least one dynamic host control protocol server; be dynamically maintained and updated by at least one storage manager; deliver configuration data to the at least one dynamic host control protocol server by a dynamic host control protocol server request; and send a configuration data request to at least one storage manager if applicable configuration data does not exist in the configuration storage or if the applicable configuration data has expired in the con- figuration storage.
22. The configuration storage according to claim 21, wherein: the configuration storage is configured to include terminal device location dependant configura- tion data; the configuration storage is configured to receive a location dependent configuration data re¬ quest from at least one dynamic host control protocol server; and the configuration storage is configured to provide the at least one dynamic host control protocol server with a location dependent configuration data in response to the location dependent configuration data request.
23. The configuration storage according to claim 21, wherein configuration data content stored in the configuration storage comprises at least one serv¬ ice entry.
24. The configuration storage according to claim 23, wherein a service entry in the configuration storage comprises at least one of the following: a unique service identifier identifying a service; configuration data; and a time-to-live value for the configuration data.
25. The configuration storage according to claim 21, wherein at least one of the configuration storage, the dynamic host control protocol server and the storage manager are comprised within a single en- tity.
26. A computer program embodied on a computer readable medium for configuration management of a dy¬ namic host configuration protocol framework, wherein the computer program controls a data-processing device to perform the steps of: maintaining configuration data content in at least one configuration storage and managing signaling and data transfer between the at least one configura¬ tion storage and at least one network server; and updating configuration data content in the at least one configuration storage dynamically.
27. A computer program embodied on a computer readable medium for configuration management of a dy¬ namic host configuration protocol framework, wherein the computer program controls a data-processing device to perform the steps of: storing configuration data used by at least one dynamic host control protocol server; delivering the configuration data to the at least one dynamic host control protocol server; receiving configuration data content mainte¬ nance operations from at least one storage manager; and generating a configuration data request to at least one storage manager if applicable configuration data does not exist or if the applicable configuration data has expired.
28. A network server for configuration man¬ agement of a dynamic host configuration protocol framework, wherein the network server is connected to at least one storage manager, wherein the network server is configured to: establish a relationship with the at least one storage manager in order to exchange information; connect to at least one information storage comprising configuration data for at least one con¬ figuration storage; and transmit the configuration data to the at least one storage manager.
29. The network server according to claim 28, further configured to: receive configuration data requests from the at least one storage manager.
30. The network server according to claim 29, further configured to: check whether the at least one storage man¬ ager is allowed to receive the configuration data, wherein the network server is configured to provide the at least one storage manager with the configura- tion data only if the at least one storage manager is allowed to receive the configuration data.
31. The network server according to claim 28, further configured to: automatically transmit unsolicited, modified, or new configuration data to the at least one storage manager.
32. The network server according to claim 28, further configured to: transmit, based on an external trigger, unso¬ licited, modified, or new configuration data adver- tisements to the at least one storage manager.
33. The network server according to claim 28, further configured to: periodically transmit unsolicited configura¬ tion data advertisements to the at least one storage manager.
34. The network server according to claim 28, further configured to: transmit, based on an external trigger, at least a subset of the configuration data to the at least one storage manager.
35. The network server according to claim 29, further configured to: receive the configuration data from at least one external entity.
36. The network server according to claim 28, further configured to: receive management data from at least one ex¬ ternal entity.
37. A computer program embodied on a computer readable medium for configuration management of a dy¬ namic host configuration protocol framework, wherein the computer program controls a data-processing device to perform the following steps of: establishing a relationship between a network server and at least one storage manager in order to exchange information; connecting to at least one information stor¬ age comprising configuration data for the at least one configuration storage; and transmitting the configuration data to the at least one storage manager.
38. A system for configuration management of a dynamic host configuration protocol framework, the system comprising: at least one dynamic host control protocol server; at least one configuration storage connected to at least one dynamic host control protocol server; at least one storage manager connected to at least one configuration storage; at least one network server connected to at least one storage manager; storing means for storing configuration data used by the at least one dynamic host control protocol server; maintaining means for maintaining configura¬ tion data content in the at least one configuration storage and managing signaling and data transfer be¬ tween the at least one configuration storage and the at least one network server; providing means for providing the at least one storage manager with configuration data; and updating means for updating configuration data content in the at least one configuration storage dynamically.
39. A method for configuration management of a dynamic host configuration protocol framework, the method comprising: maintaining configuration data content in a configuration storage and managing signaling and data transfer between the configuration storage and at least one network server; and updating configuration data content in the configuration storage dynamically.
40. A system for configuration management of a dynamic host configuration protocol framework, the system comprising: maintaining means for maintaining configura¬ tion data content in a configuration storage; managing means for managing signaling and data transfer between the configuration storage and at least one network server; and updating means for updating configuration data content in the configuration storage dynamically.
41. A method for configuration management of a dynamic host configuration protocol framework, the method comprising: storing configuration data used by at least one dynamic host control protocol server; delivering the configuration data to the at least one dynamic host control protocol server; receiving configuration data content mainte¬ nance operations from at least one storage manager; and generating a configuration data request to at least one storage manager if applicable configuration data does not exist or if the applicable configuration data has expired.
42. A system for configuration management of a dynamic host configuration protocol framework, the system comprising: storing means for storing configuration data used by at least one dynamic host control protocol server; delivering means for delivering the configu¬ ration data to the at least one dynamic host control protocol server; receiving means for receiving configuration data content maintenance operations from at least one storage manager; and generating means for generating a configura- tion data request to at least one storage manager if applicable configuration data does not exist or if the applicable configuration data has expired.
43. A method for configuration management of a dynamic host configuration protocol framework, the method comprising: establishing a relationship between a network server and at least one storage manager in order to exchange information; connecting to at least one information stor- age comprising configuration data for at least one configuration storage; and transmitting the configuration data to the at least one storage manager.
44. A system for configuration management of a dynamic host configuration protocol framework, the system comprising: establishing means for establishing a rela¬ tionship between a network server and at least one storage manager in order to exchange information; connecting means for connecting to at least one information storage comprising configuration data for at least one configuration storage; and transmitting means for transmitting the con¬ figuration data to the at least one storage manager.
PCT/FI2005/000264 2004-07-13 2005-06-07 System, network entities and computer programs for configuration management of a dynamic host configuration protocol framework WO2006005790A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP05751926A EP1774702A1 (en) 2004-07-13 2005-06-07 System, network entities and computer programs for configuration management of a dynamic host configuration protocol framework
CN200580023411.1A CN1985470B (en) 2004-07-13 2005-06-07 System, network entities for configuration management of a dynamic host configuration protocol framework
JP2007520843A JP4700055B2 (en) 2004-07-13 2005-06-07 System, network entity, and computer program for configuration management of dynamic host configuration protocol framework

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FI20040978A FI20040978A0 (en) 2004-07-13 2004-07-13 System, Method, Web Objects, and Computer Programs to Manage Dynamic Host Configuration Policy Frame Configuration
FI20040978 2004-07-13

Publications (1)

Publication Number Publication Date
WO2006005790A1 true WO2006005790A1 (en) 2006-01-19

Family

ID=32749197

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/FI2005/000264 WO2006005790A1 (en) 2004-07-13 2005-06-07 System, network entities and computer programs for configuration management of a dynamic host configuration protocol framework

Country Status (6)

Country Link
US (1) US8250184B2 (en)
EP (1) EP1774702A1 (en)
JP (1) JP4700055B2 (en)
CN (1) CN1985470B (en)
FI (1) FI20040978A0 (en)
WO (1) WO2006005790A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009098359A1 (en) 2008-02-08 2009-08-13 Teliasonera Ab Configuration of user terminal settings in communications system
US8938355B2 (en) 2009-03-13 2015-01-20 Qualcomm Incorporated Human assisted techniques for providing local maps and location-specific annotated data
US8938211B2 (en) 2008-12-22 2015-01-20 Qualcomm Incorporated Providing and utilizing maps in location determination based on RSSI and RTT data
US9080882B2 (en) 2012-03-02 2015-07-14 Qualcomm Incorporated Visual OCR for positioning

Families Citing this family (49)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7822826B1 (en) 2003-12-30 2010-10-26 Sap Ag Deployment of a web service
US20070067384A1 (en) * 2005-09-21 2007-03-22 Angelov Dimitar V System and method for web services configuration creation and validation
US20070067388A1 (en) * 2005-09-21 2007-03-22 Angelov Dimitar V System and method for configuration to web services descriptor
US8078671B2 (en) 2005-09-21 2011-12-13 Sap Ag System and method for dynamic web services descriptor generation using templates
US7673028B2 (en) 2005-09-28 2010-03-02 Sap Ag Method and system for container-managed configuration and administration
EP1938488B1 (en) 2005-10-21 2015-09-09 T-Mobile, USA, Inc System and method for determining device location in an ip-based wireless telecommunications network
US8166166B2 (en) * 2005-12-15 2012-04-24 International Business Machines Corporation Apparatus system and method for distributing configuration parameter
US7882562B2 (en) * 2005-12-15 2011-02-01 International Business Machines Corporation Apparatus, system, and method for deploying iSCSI parameters to a diskless computing device
US8001267B2 (en) * 2005-12-15 2011-08-16 International Business Machines Corporation Apparatus, system, and method for automatically verifying access to a multipathed target at boot time
US8010695B2 (en) * 2005-12-30 2011-08-30 Sap Ag Web services archive
US8024425B2 (en) * 2005-12-30 2011-09-20 Sap Ag Web services deployment
US7814060B2 (en) * 2005-12-30 2010-10-12 Sap Ag Apparatus and method for web service client deployment
EP2014111B1 (en) * 2006-04-13 2017-09-06 T-Mobile USA, Inc. Mobile computing device geographic location determination
CN101047997B (en) * 2006-06-08 2010-05-12 华为技术有限公司 System and method for implementing dynamic maninframe allocation of cross station
GB0612288D0 (en) * 2006-06-21 2006-08-02 Nokia Corp Selection of access interface
US8953567B2 (en) 2006-10-20 2015-02-10 T—Mobile USA, Inc. System and method for utilizing IP-based wireless telecommunications client location data
CA2620249C (en) 2006-10-20 2016-04-19 T-Mobile Usa, Inc. Two stage mobile device geographic location determination
EP2084917B1 (en) 2006-10-20 2019-05-01 T-Mobile USA, Inc. System and method for determining a subscriber's zone information
JP5117728B2 (en) * 2007-01-11 2013-01-16 株式会社リコー Sheet processing apparatus, image forming apparatus, and sheet processing method
US20080177868A1 (en) * 2007-01-23 2008-07-24 Itai Ephraim Zilbershtein Address Provisioning
CN101296203B (en) * 2007-04-23 2011-12-28 华为技术有限公司 Device, system and method for automatically configuring application terminal in family network
US20090100099A1 (en) * 2007-08-08 2009-04-16 Buckwalter Alan M Method and apparatus for providing and offering an exchange database
WO2009021981A2 (en) * 2007-08-16 2009-02-19 Nokia Siemens Networks Oy Integration apparatus, communication network and method for integrating a network node into a communication network
EP2201545A4 (en) * 2007-09-11 2011-01-19 Telecomm Systems Inc Wireless device location alerts on battery notification events
US8862710B2 (en) * 2007-09-11 2014-10-14 Telecommunication Systems, Inc. Dynamic configuration of mobile station location services
EP2220457B1 (en) * 2007-11-09 2016-06-22 TeleCommunication Systems, Inc. Points-of-interest panning on a displayed map with a persistent search on a wireless phone
US8428869B2 (en) * 2008-04-07 2013-04-23 Telecommunication Systems, Inc. Context enabled address selection
EP2150026A1 (en) * 2008-07-31 2010-02-03 Nokia Siemens Networks OY Configuration of a communication device
US8594627B2 (en) 2008-10-06 2013-11-26 Telecommunications Systems, Inc. Remotely provisioned wirelessly proxy
US8396658B2 (en) * 2008-10-06 2013-03-12 Telecommunication Systems, Inc. Probabilistic reverse geocoding
US9200913B2 (en) 2008-10-07 2015-12-01 Telecommunication Systems, Inc. User interface for predictive traffic
WO2010042173A1 (en) * 2008-10-07 2010-04-15 Telecommunication Systems, Inc. User interface for dynamic user-defined stopovers during guided navigation ("side trips")
US9285239B2 (en) * 2008-10-07 2016-03-15 Telecommunication Systems, Inc. User interface for content channel HUD (heads-up display) and channel sets for location-based maps
US20100088018A1 (en) * 2008-10-08 2010-04-08 Kevin Tsurutome Glance ahead navigation
US8156068B2 (en) * 2008-11-13 2012-04-10 Telecommunication Systems, Inc. Predictive ephemeral points-of-interest (PEPOI)
US20100157848A1 (en) * 2008-12-22 2010-06-24 Qualcomm Incorporated Method and apparatus for providing and utilizing local maps and annotations in location determination
JP2010193051A (en) * 2009-02-17 2010-09-02 Fujitsu Telecom Networks Ltd Network management method, dhcp relay agent, and dhcp server
US8718592B2 (en) * 2009-05-15 2014-05-06 T-Mobile Usa, Inc. Mobile device location determination using micronetworks
US8311557B2 (en) * 2009-05-15 2012-11-13 T-Mobile Usa, Inc. Facility for selecting a mobile device location determination technique
US9094927B2 (en) 2010-04-28 2015-07-28 T-Mobile Usa, Inc. Location continuity service for locating mobile devices using multiple access networks including wireless telecommunication networks
US8472974B2 (en) 2010-04-28 2013-06-25 T-Mobile Usa, Inc. Location continuity service for locating mobile devices using multiple access networks including wireless telecommunication networks
US8832238B2 (en) 2011-09-12 2014-09-09 Microsoft Corporation Recording stateless IP addresses
US9866432B2 (en) * 2013-05-10 2018-01-09 Comcast Cable Communications, Llc Dynamic network awareness
US9553765B2 (en) * 2013-11-13 2017-01-24 International Business Machines Corporation Geospatial based management of configuration profiles
US9894050B1 (en) * 2014-08-11 2018-02-13 Google Llc Server based settings for client software with asymmetric signing
US9762658B2 (en) * 2014-10-01 2017-09-12 Verizon Digital Media Services Inc. Dynamic reconfigurable client side beaconing
US20160182691A1 (en) * 2014-12-19 2016-06-23 Futurewei Technologies, Inc. System and Method for Operating Dual-Stack Devices
CN108268509B (en) * 2016-12-30 2022-03-18 迈普通信技术股份有限公司 Configuration data management method and device
CN112448831B (en) 2019-08-30 2022-04-12 华为技术有限公司 Network management method and equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1039685A2 (en) * 1998-10-29 2000-09-27 Nortel Networks Limited Trusted network binding using LDAP (lightweight directory access protocol)
US20030074320A1 (en) 2001-10-12 2003-04-17 Lee Riggs Methods and systems for providing continuing legal education through an electronic data network to remote hand held devices
US20030074430A1 (en) * 2001-10-05 2003-04-17 Gieseke Eric James Object oriented provisioning server object model
EP1370026A1 (en) * 2002-06-07 2003-12-10 Avaya Technology Corp. Automatic and dynamic reconfiguration of a network based on rules retrieved upon receiving a stimulus

Family Cites Families (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6564216B2 (en) * 1998-10-29 2003-05-13 Nortel Networks Limited Server manager
US6614774B1 (en) * 1998-12-04 2003-09-02 Lucent Technologies Inc. Method and system for providing wireless mobile server and peer-to-peer services with dynamic DNS update
US7194554B1 (en) * 1998-12-08 2007-03-20 Nomadix, Inc. Systems and methods for providing dynamic network authorization authentication and accounting
US6615255B1 (en) * 1998-12-14 2003-09-02 Intervoice Limited Partnership Remote administration of a system using configuration logic objects
DE19960733A1 (en) * 1999-12-16 2001-09-27 Deutsche Telekom Mobil Method and arrangement for the improved use of technical resources between telecommunications and IP networks
US7483964B1 (en) * 2000-02-25 2009-01-27 Nortel Networks, Limited System, device, and method for providing personalized services in a communication system
US7225238B1 (en) * 2000-10-25 2007-05-29 Cisco Technology, Inc. Method and system for providing services for wireless data calls
US7046657B2 (en) * 2000-12-20 2006-05-16 Wherenet Corp Wireless local area network system with mobile access point station determination
US7034695B2 (en) * 2000-12-26 2006-04-25 Robert Ernest Troxler Large area position/proximity correction device with alarms using (D)GPS technology
WO2002065736A2 (en) * 2001-02-15 2002-08-22 Invertix Corporation System and method for providing location information concerning wireless handsets via the internet
JP2002291020A (en) * 2001-03-22 2002-10-04 Nec Corp Position information retrieval method and mobile phone system
US7131614B2 (en) * 2003-05-22 2006-11-07 General Electric Company Locomotive control system and method
GB2375022B8 (en) * 2001-04-24 2012-05-02 Ip Access Ltd Configuration of Lan Hosts
WO2002095538A2 (en) * 2001-05-22 2002-11-28 United Parcel Service Of America, Inc. System, method, and computer program product for configuring computing systems
US20030064731A1 (en) * 2001-09-28 2003-04-03 Angelo Michael F. Use of satellite positioning system to dynamically change the communication capability of an electronic device
US7320070B2 (en) * 2002-01-08 2008-01-15 Verizon Services Corp. Methods and apparatus for protecting against IP address assignments based on a false MAC address
US7873985B2 (en) * 2002-01-08 2011-01-18 Verizon Services Corp. IP based security applications using location, port and/or device identifier information
US6766364B2 (en) * 2002-01-15 2004-07-20 Telcordia Technologies, Inc. Template based configuration and validation of a network for enabling a requested service to be compatible with the previously enabled services
US7606938B2 (en) * 2002-03-01 2009-10-20 Enterasys Networks, Inc. Verified device locations in a data network
CN100417127C (en) * 2002-04-10 2008-09-03 中兴通讯股份有限公司 User management method based on dynamic mainframe configuration procotol
EP1497687A4 (en) * 2002-04-19 2005-07-20 Miller Herman Inc Switching/lighting correlation system
US20030235163A1 (en) * 2002-06-24 2003-12-25 Compaq Information Technologies Group, L.P. Wireless packet routing for minimal delay and simplification of packet routing
US7464145B2 (en) * 2002-07-11 2008-12-09 Intelliden, Inc. Repository-independent system and method for asset management and reconciliation
US6904363B2 (en) * 2002-08-20 2005-06-07 Iris Inbar System for local monitoring
US7219367B2 (en) * 2002-09-09 2007-05-15 Scientific-Atlanta, Inc. Backup communication modes
US7302476B1 (en) * 2002-10-29 2007-11-27 Cisco Technology, Inc. Method and apparatus for configuring a device that is non-conforming with a management system using configurations provided by the management system over a network
US20040088385A1 (en) * 2002-11-01 2004-05-06 Hexago Inc. Method and apparatus for connecting IPV4 devices through an IPV6 network using a tunnel setup protocol
US7366523B2 (en) * 2002-11-12 2008-04-29 Nokia Corporation Method and system for providing location-based services
US7295119B2 (en) * 2003-01-22 2007-11-13 Wireless Valley Communications, Inc. System and method for indicating the presence or physical location of persons or devices in a site specific representation of a physical environment
US7453852B2 (en) * 2003-07-14 2008-11-18 Lucent Technologies Inc. Method and system for mobility across heterogeneous address spaces
US7574217B1 (en) * 2003-09-02 2009-08-11 Cisco Technology, Inc. Method for dynamic configuration of a mobile access point
US20050059410A1 (en) * 2003-09-17 2005-03-17 Nokia Corporation System and method for providing differential location services
US8046000B2 (en) * 2003-12-24 2011-10-25 Nortel Networks Limited Providing location-based information in local wireless zones
US20060047835A1 (en) * 2004-07-02 2006-03-02 Greaux Jeffrey E Method and System for LAN and WLAN access to e-commerce sites via Client Server Proxy
JP4624737B2 (en) * 2004-08-10 2011-02-02 富士通株式会社 COMMUNICATION DEVICE, COMMUNICATION CONTROL DEVICE, COMMUNICATION METHOD, AND PROGRAM
WO2007089217A2 (en) * 2004-11-05 2007-08-09 Kabushiki Kaisha Toshiba Network discovery mechanisms
US7983685B2 (en) * 2006-12-07 2011-07-19 Innovative Wireless Technologies, Inc. Method and apparatus for management of a global wireless sensor network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1039685A2 (en) * 1998-10-29 2000-09-27 Nortel Networks Limited Trusted network binding using LDAP (lightweight directory access protocol)
US20030074430A1 (en) * 2001-10-05 2003-04-17 Gieseke Eric James Object oriented provisioning server object model
US20030074320A1 (en) 2001-10-12 2003-04-17 Lee Riggs Methods and systems for providing continuing legal education through an electronic data network to remote hand held devices
EP1370026A1 (en) * 2002-06-07 2003-12-10 Avaya Technology Corp. Automatic and dynamic reconfiguration of a network based on rules retrieved upon receiving a stimulus

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009098359A1 (en) 2008-02-08 2009-08-13 Teliasonera Ab Configuration of user terminal settings in communications system
US8326955B2 (en) 2008-02-08 2012-12-04 Teliasonera Ab Configuration of user terminal settings in communications system
US8938211B2 (en) 2008-12-22 2015-01-20 Qualcomm Incorporated Providing and utilizing maps in location determination based on RSSI and RTT data
US8938355B2 (en) 2009-03-13 2015-01-20 Qualcomm Incorporated Human assisted techniques for providing local maps and location-specific annotated data
US9080882B2 (en) 2012-03-02 2015-07-14 Qualcomm Incorporated Visual OCR for positioning

Also Published As

Publication number Publication date
US8250184B2 (en) 2012-08-21
EP1774702A1 (en) 2007-04-18
JP4700055B2 (en) 2011-06-15
US20060015513A1 (en) 2006-01-19
CN1985470B (en) 2014-07-09
CN1985470A (en) 2007-06-20
JP2008507167A (en) 2008-03-06
FI20040978A0 (en) 2004-07-13

Similar Documents

Publication Publication Date Title
US8250184B2 (en) System, network entities and computer programs for configuration management of a dynamic host configuration protocol framework
US8363663B2 (en) Methods and apparatus for routing data to nodes
US7181503B2 (en) Apparatus and method of searching for DNS server in outernet
US8339991B2 (en) Node self-configuration and operation in a wireless network
CA2629703C (en) Configuration of ip telephony and other systems
US7152099B1 (en) Friend configuration and method for network devices
CN108886538B (en) Method and apparatus for configuring M2M device
US8543674B2 (en) Configuration of routers for DHCP service requests
US7991856B2 (en) Network system
JP2003348116A (en) Address automatic setting system for in-home network
US20100299414A1 (en) Method of Configuring Routers Using External Servers
US7289471B2 (en) Mobile router, position management server, mobile network management system, and mobile network management method
US20120269092A1 (en) Auto-configuration of network devices
EP3048756B1 (en) Management method and apparatus for dynamic host configuration protocol server and relay
US20150229520A1 (en) Network monitoring system, communication device, network management method
CN115174528A (en) Equipment address control method, device and system
CN111385371B (en) MAC address acquisition method, device and equipment
JP7325682B1 (en) Communication system, communication control device, server, communication control method and program
Huck et al. A Self Configuring and Self Administrating Name System with Dynamic Address Assignment
KR20050002337A (en) Proxy server, and dynamic domain name service system and method using the same
CN117675758A (en) Domain name resolution method, system, device and nonvolatile storage medium
Huck A self-configuring and self-administering name system with dynamic address assignment Paul Huck...[et al.].
JP2006338066A (en) Server device and communication connection method
KR20040048714A (en) Method for Providing Server/Proxy Information in the Communication Network

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

WWE Wipo information: entry into national phase

Ref document number: 200580023411.1

Country of ref document: CN

WWE Wipo information: entry into national phase

Ref document number: 2007520843

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

WWW Wipo information: withdrawn in national office

Ref document number: DE

WWE Wipo information: entry into national phase

Ref document number: 813/DELNP/2007

Country of ref document: IN

WWE Wipo information: entry into national phase

Ref document number: 2005751926

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2005751926

Country of ref document: EP