WO2014166522A1 - Method for network change tolerant service discovery in a computer network - Google Patents

Method for network change tolerant service discovery in a computer network Download PDF

Info

Publication number
WO2014166522A1
WO2014166522A1 PCT/EP2013/057351 EP2013057351W WO2014166522A1 WO 2014166522 A1 WO2014166522 A1 WO 2014166522A1 EP 2013057351 W EP2013057351 W EP 2013057351W WO 2014166522 A1 WO2014166522 A1 WO 2014166522A1
Authority
WO
WIPO (PCT)
Prior art keywords
dns
server
client
storage server
connection
Prior art date
Legal status (The legal status 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 status listed.)
Ceased
Application number
PCT/EP2013/057351
Other languages
English (en)
French (fr)
Inventor
Marc Smaak
Tom DE BROUWER
Stephan Van Tienen
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Robert Bosch GmbH
Original Assignee
Robert Bosch GmbH
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 Robert Bosch GmbH filed Critical Robert Bosch GmbH
Priority to EP13714931.6A priority Critical patent/EP2984811A1/en
Priority to PCT/EP2013/057351 priority patent/WO2014166522A1/en
Priority to JP2016506792A priority patent/JP6147415B2/ja
Priority to US14/782,918 priority patent/US10805405B2/en
Priority to AU2013386210A priority patent/AU2013386210B2/en
Priority to CN201380075477.XA priority patent/CN105340247B/zh
Publication of WO2014166522A1 publication Critical patent/WO2014166522A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

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/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5058Service discovery by the service manager
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/20Support for services
    • H04L49/201Multicast operation; Broadcast operation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4541Directories for service discovery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services

Definitions

  • the invention provides for a method of discovering services in a computer network being tolerant of network changes.
  • a computer network is a collection of computers and electronic devices interconnected by communication channels like the internet allowing for sharing of resources and information.
  • Communication protocols define the rules and data formats for exchanging information in such a network.
  • a well known communication protocol is the Internet Protocol Suite.
  • the Internet Protocol Suite is a set of communication protocols used for the Internet and similar networks, and generally the most popular protocol stack for wide area networks. It is commonly known as TCP/IP, because of its most important protocols: Transmission Control Protocol and Internet Protocol, which were the first network networking protocols defined in this standard.
  • DNS Domain Name System
  • DNS-SD Domain Name System Service Discovery
  • Figure 1 shows a computer network
  • Figure 2 shows the computer network of figure 1 with connected bridges.
  • Figure 3 shows another computer network.
  • Figure 4 shows a computer network with an additional server.
  • Figure 5 shows another computer network.
  • Figure 6 shows the computer network of figure 5 with disconnected bridges. Description of embodiments
  • the Domain Name System is a distributed naming system for any resource connected to the internet.
  • the system associates various information with domain names assigned to each of the participants. Furthermore, it translates domain names to the numerical IP addresses needed for locating computer services and devices.
  • Multicast DNS can be used in two different ways. Multicast DNS:
  • Multicast DNS is a standard for using Domain Name System programming interfaces, packet formats and operating without configuring a conventional DNS server.
  • multicast DNS multicast DNS
  • each server multicasts the services it offers. These offers will be sent with an exponential back-off timer with a maximum of 8 messages. Next to sending the broadcast, it will react on any explicit query for the service it offers.
  • a client can send a multicast query for a certain service to all servers, servers which offer requested service will react on this query.
  • the query will have an exponential back-off timer with a suggested maximum of 60 minutes.
  • mDNS allows a client to setermine the IP address of a given host without the direct help of a centralised DNS server.
  • Unicast DNS uses a server as storage location for the services offered within a network. Instead of multicast all servers now use unicast messaging to register which services they are offering. This is the more scalable solution since it involves less multicast traffic on the network.
  • a client now will set up a long lived query with the storage server for services it is interested in. This way it gets updates about device offering the service.
  • client-server based TCP/IP client will often communicate to one or multiple servers.
  • the communication to these servers can be executed using a connection-less or connection-oriented protocol.
  • connection-oriented protocol the client and servers are mutually aware of the fact that they can communivate with each other, i.e. they will notice when the communication path between each other is lost.
  • Figure 1 shows an example of an arrangement comprising bridges 10, a client 12, and a server 14, being stable for 52 minutes multicast query is sent out at 0:00:01 , 0:00:03, 0:00:06, 0:00:12, 0:00:24, 0:00:48, 0:01 :36, 0:03:12, 0:06:24, 0:12:48, 0:25:36, 0:51 :12, 1 :51 :12, 2:51 :12), only every hour the client 12 will send out a query due to the exponential back-off timers.
  • connection-oriented path between the client (the central controller) and the server.
  • the server can verify if this connection exists. If the server detects a connection loss, because the connection between the two bridges 10 is lost, it will announce itself regularly as it concludes that its nework connectivity has changed in a relevant way. According to the Internet-Draft, the server is allowed to update its records with a maximum of 10 times per minute.
  • the client In case the client detects the connection loss, also in case the connection between both bridges 10 is lost, it immediately removes the device from its DNS-SD cache. Therefore, the client will not try to reconnect to the server until it is reported again.
  • the server always announces itself regularly if there is no connection to a client. This way quick discovery works as well as no connection was present between the bridges during startup of client and server.
  • the set-up in Figure 3 shows a correct network for unicast DNS with bridges 10, a client 12, a server 14, and a DNS storage server 16. As described before, the client will have an outstanding long lived query with the DNS storage server 16. These messages are delivered via UDP (User Datagram Protocol), which has no guarantee of delivery.
  • UDP User Datagram Protocol
  • FIG 4 shows a system in which an additional server 18 is connected at the time no connection is available between the DNS storage server 16 and the client 12.
  • the DNS storage server 16 will send out a long-lived query update to the client 12, this message will never arrive, the DNS storage server 16 will not get any feedback from this event so it will not retry it.
  • the client 12 will not notice that there is no connection to the DNS storage server 16 and misses this event since it uses UDP. Whenever the connection is restored between the two bridges 10, the newly added server 18 is never found, because only updates are sent.
  • the client sets up an LLQ (Long-Lived Query) with the DNS storage server, it should set up as well a keep-alive mechanism. This means, it should send every x seconds a message on a separate connection-oriented communication path to the DNS storage server.
  • the DNS storage server will answer the message. Whenever the message is missed for a few times, the client must wait for the connection to be re-established. Once the connection is re-established the client should refresh its DNS-SD cache by restarting the LLQ at which time the information at the client will be up-to-date again.
  • the client in a system which uses a DNS storage server as record storage can never fully trust the cache of the DNS storage server.
  • a correct setup is shown with bridges 100, a client 102, a server 104, and a DNS storage server 106.
  • the DNS storage server 106 will have the DNS records of the server 104. These records are stored with a certain time-to-live.
  • the server 104 is responsible for refreshing the records at the DNS storage server 106. Only when the time-to-live is timed out, the records will be reported lost to the client 102. Whenever, as shown in Figure 6, the link is lost between the two bridges 100, the client 102 will lose the connection to the server 104.
  • the DNS storage server 106 still has the record during the time the time-to-live is not aged out. Since this time to live is usually quite long, minutes or even hours, the client 102 will use the outdated cache information during this time.
  • the client 102 When the link is restored after the record at the DNS storage server 106 is aged out, the client 102 received an update that the server 104 was lost. At the time the link is restored again, the server 104 will update the DNS storage server 106 with its records at the default refresh time. Whenever the connection is restored within the aging out time, so before the DNS storage server 106 informs the client 102 that the server 104 is gone via the LLQ, no update will be received at the client side. Therefore, the client 102 does not know that it can reconnect to the server 104.
  • the server 104 will notice that its connection is lost. At the time the server 104 notices that the connection is lost, it should reannounce its records with the DNS storage server 106. It has to make sure that the remove and add of its records are received by the DNS storage 106 by receiving an acknowledgement. In this case, the server 104 knows that the client 102 did receive a remove event and an add event via the LLQ mechanism. The client 102 can reconnect to the server 104 after it has seen the remove and add event.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
PCT/EP2013/057351 2013-04-09 2013-04-09 Method for network change tolerant service discovery in a computer network Ceased WO2014166522A1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
EP13714931.6A EP2984811A1 (en) 2013-04-09 2013-04-09 Method for network change tolerant service discovery in a computer network
PCT/EP2013/057351 WO2014166522A1 (en) 2013-04-09 2013-04-09 Method for network change tolerant service discovery in a computer network
JP2016506792A JP6147415B2 (ja) 2013-04-09 2013-04-09 ネットワークの変化に耐性のある、コンピュータネットワーク内のサービスディスカバリ方法
US14/782,918 US10805405B2 (en) 2013-04-09 2013-04-09 Method for network change tolerant service discovery in a computer network
AU2013386210A AU2013386210B2 (en) 2013-04-09 2013-04-09 Method for network change tolerant service discovery in a computer network
CN201380075477.XA CN105340247B (zh) 2013-04-09 2013-04-09 用于计算机网络中网络容变服务发现的方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/EP2013/057351 WO2014166522A1 (en) 2013-04-09 2013-04-09 Method for network change tolerant service discovery in a computer network

Publications (1)

Publication Number Publication Date
WO2014166522A1 true WO2014166522A1 (en) 2014-10-16

Family

ID=48050724

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2013/057351 Ceased WO2014166522A1 (en) 2013-04-09 2013-04-09 Method for network change tolerant service discovery in a computer network

Country Status (6)

Country Link
US (1) US10805405B2 (https=)
EP (1) EP2984811A1 (https=)
JP (1) JP6147415B2 (https=)
CN (1) CN105340247B (https=)
AU (1) AU2013386210B2 (https=)
WO (1) WO2014166522A1 (https=)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018520598A (ja) * 2015-07-06 2018-07-26 コンヴィーダ ワイヤレス, エルエルシー モノのインターネットのための広域サービス発見

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10034325B2 (en) 2015-09-24 2018-07-24 Mediatek Inc. Enhance at command for backoff timer control
US9756568B2 (en) * 2015-09-24 2017-09-05 Mediatek Inc. Enhance AT command for backoff timer control

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090259755A1 (en) * 2008-04-09 2009-10-15 Canon Kabushiki Kaisha Method for setting up a communications path in an extended communications network, computer-readable storage medium and corresponding tunnel end-points
US20100211878A1 (en) * 2007-09-05 2010-08-19 Oce-Technologies B.V. Self installing network computer-peripheral device

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7171475B2 (en) * 2000-12-01 2007-01-30 Microsoft Corporation Peer networking host framework and hosting API
US7570656B2 (en) * 2001-06-18 2009-08-04 Yitran Communications Ltd. Channel access method for powerline carrier based media access control protocol
JP3577067B2 (ja) * 2002-12-24 2004-10-13 一 福嶋 動的ipアドレス割当てを受けた機器を管理する方法およびシステム
US8495244B2 (en) * 2005-06-29 2013-07-23 Jumpstart Wireless Corporation System and method for dynamic automatic communication path selection, distributed device synchronization and task delegation
US7330882B2 (en) * 2005-12-28 2008-02-12 Matsushita Electric Works, Ltd. Systems and methods for discovering and interacting with services
WO2007092608A2 (en) * 2006-02-09 2007-08-16 Wms Gaming Inc. Wagering game server availability broadcast message system
US7921194B2 (en) 2006-03-09 2011-04-05 Samsung Electronics Co., Ltd. Method and system for remote access to universal plug and play devices
JP2008079079A (ja) * 2006-09-22 2008-04-03 Fujitsu Ltd 移動端末再接続制御方法及び装置
CN101611609B (zh) * 2006-12-28 2012-11-14 艾利森电话股份有限公司 用于服务发现的方法和装置
WO2008118976A1 (en) * 2007-03-26 2008-10-02 The Trustees Of Culumbia University In The City Of New York Methods and media for exchanging data between nodes of disconnected networks
US20090031381A1 (en) * 2007-07-24 2009-01-29 Honeywell International, Inc. Proxy video server for video surveillance
US20090063686A1 (en) * 2007-08-30 2009-03-05 Schmidt Brian K Automated service discovery and dynamic connection management
JP2009205612A (ja) * 2008-02-29 2009-09-10 Kddi R & D Laboratories Inc サービス状態提示システム及びサービス状態提示方法
US8135379B2 (en) * 2008-04-18 2012-03-13 Telefoanktiebolaget L M Ericsson (Publ) Auto-control of radiation power in a portable telecommunication system
US8180891B1 (en) * 2008-11-26 2012-05-15 Free Stream Media Corp. Discovery, access control, and communication with networked services from within a security sandbox
US9021114B2 (en) * 2012-01-17 2015-04-28 Adobe Systems Incorporated Automatic connection of computing devices
US9137563B2 (en) * 2012-08-24 2015-09-15 Google Technology Holdings LLC Processing emergency alert system messages
US9107164B1 (en) * 2013-03-08 2015-08-11 Amazon Technologies, Inc. Wake on one-to-many communication

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100211878A1 (en) * 2007-09-05 2010-08-19 Oce-Technologies B.V. Self installing network computer-peripheral device
US20090259755A1 (en) * 2008-04-09 2009-10-15 Canon Kabushiki Kaisha Method for setting up a communications path in an extended communications network, computer-readable storage medium and corresponding tunnel end-points

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
CHESHIRE M KROCHMAL APPLE INC S: "DNS-Based Service Discovery; rfc6763.txt", DNS-BASED SERVICE DISCOVERY; RFC6763.TXT, INTERNET ENGINEERING TASK FORCE, IETF; STANDARD, INTERNET SOCIETY (ISOC) 4, RUE DES FALAISES CH- 1205 GENEVA, SWITZERLAND, 20 February 2013 (2013-02-20), pages 1 - 49, XP015090290 *
CHESHIRE M KROCHMAL APPLE INC S: "Multicast DNS; rfc6762.txt", MULTICAST DNS; RFC6762.TXT, INTERNET ENGINEERING TASK FORCE, IETF; STANDARD, INTERNET SOCIETY (ISOC) 4, RUE DES FALAISES CH- 1205 GENEVA, SWITZERLAND, 20 February 2013 (2013-02-20), pages 1 - 70, XP015090289 *
MOCKAPETRIS P: "RFC1035 - DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION", NETWORK WORKING GROUP REQUEST FOR COMMENTS, XX, XX, 1 November 1987 (1987-11-01), pages 1 - 55, XP000864261 *
See also references of EP2984811A1 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018520598A (ja) * 2015-07-06 2018-07-26 コンヴィーダ ワイヤレス, エルエルシー モノのインターネットのための広域サービス発見
US10715482B2 (en) 2015-07-06 2020-07-14 Convida Wireless, Llc Wide area service discovery for internet of things

Also Published As

Publication number Publication date
JP6147415B2 (ja) 2017-06-14
CN105340247B (zh) 2020-10-16
US20160057236A1 (en) 2016-02-25
AU2013386210B2 (en) 2018-02-15
AU2013386210A1 (en) 2015-11-12
CN105340247A (zh) 2016-02-17
EP2984811A1 (en) 2016-02-17
JP2016519896A (ja) 2016-07-07
US10805405B2 (en) 2020-10-13

Similar Documents

Publication Publication Date Title
US8661077B2 (en) Methods, systems and computer readable media for providing a failover measure using watcher information (WINFO) architecture
US20050108331A1 (en) Presence tracking for datagram based protocols with search
US7155487B2 (en) Method, system and article of manufacture for data distribution over a network
US20040120344A1 (en) Device discovery application interface
US9008057B2 (en) Gateway apparatus and presence management apparatus
JP2005287045A (ja) Ipネットワークに接続された装置の発見の方法、及び、この方法を実行する装置
JP2014510324A (ja) 仮想アプリケーションデリバリシャーシシステム
CN104429037A (zh) 用于连接到通信设备的方法、设备及系统
US7836142B2 (en) System and method for updating a dynamic domain name server
EP2193646A2 (en) Context aware ipv6 connection activation in a upnp remote access environment
JP2006519431A (ja) UPnPデバイスの変化に反応する方法およびシステム
US20160028596A1 (en) Network Service Discovery
WO2007063408A2 (en) System and method for using web syndication protocols as an out-of-band upnp service discovery system
WO2003003656A1 (en) Method and system for auto discovery of ip-based network elements
WO2014198142A1 (en) Zero-configuration networking protocol
US20180248935A1 (en) Enhanced reliability for information services
AU2013386210B2 (en) Method for network change tolerant service discovery in a computer network
CN112970238B (zh) 用于lwm2m客户端状态同步的方法及相关设备
CN102801825A (zh) 终端多ip地址有效性检测方法
Thomson et al. Generic event delivery using http push
US20140201376A1 (en) Method and system for the handling of redundant long poll
CN109842690A (zh) 一种dns数据更新方法、系统及设备
EP3811592B1 (en) Communication protocol discover method in constrained application protocol (coap)
WO2011082634A1 (zh) 资源定位和发现对等网络的对等节点及其配置的更新方法和系统
JP2014146876A (ja) メッセージ配信システムおよびメッセージ配信方法

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201380075477.X

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13714931

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2013714931

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 14782918

Country of ref document: US

ENP Entry into the national phase

Ref document number: 2016506792

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 2013386210

Country of ref document: AU

Date of ref document: 20130409

Kind code of ref document: A