Sponsored Links
-->

Tuesday, May 22, 2018

Creating a dynamic locator service and client with WCF 4, WS ...
src: blogs.infosupport.com

Web Services Dynamic Discovery (WS-Discovery) is a technical specification that defines a multicast discovery protocol to locate services on a local network. It operates over TCP and UDP port 3702 and uses IP multicast address 239.255.255.250. As the name suggests, the actual communication between nodes is done using web services standards, notably SOAP-over-UDP.

UDP ports 139, 445, 1124, 3702 TCP ports 139, 445, 3702, 49179, 5357,5358

The protocol was originally developed by BEA Systems, Canon, Intel, Microsoft, and WebMethods. On July 1, 2009 it was approved as a standard by OASIS.

Various components in Microsoft's Windows Vista operating system use WS-Discovery, e.g. "People near me". WS-Discovery is an integral part of Windows Rally technologies and Devices Profile for Web Services.

The component WSDMON in Windows 7 and later uses WS-Discovery to automatically discover WSD-enabled network printers, which show in Network in Windows Explorer, and can be installed by double-clicking on them. In Windows 8 or later installation is automatic. WS-Discovery is enabled by default in networked HP printers since circa 2008.


Video WS-Discovery



See also

  • Avahi
  • Bonjour
  • DHCP
  • Jini
  • List of Web service specifications
  • LLMNR
  • OSGi Alliance
  • SSDP
  • Universal Plug and Play (UPnP)
  • Web Services Discovery
  • Web Services for Devices
  • Zero configuration networking (Zeroconf)

Maps WS-Discovery



References


Semantic Web Services Tutorial - ppt download
src: slideplayer.com


External links

  • Where to find Web Services on the Web: Investigating Web Services on the World Wide Web.


Source of article : Wikipedia