Protocol-Independent Name Resolution

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

When developing a protocol-independent client/server application, client and server must meet the following requirements:

  • The server-side of the application must be able to register its existence within, or become accessible to one or more namespaces.
  • The client application must be able to find the service within a namespace and obtain the required transport protocol and addressing information.

For those accustomed to developing TCP/IP-based applications, this may seem to involve little more than looking up a host address and then using an agreed port number. Other networking schemes however, allow the location of the service, the protocol used for the service, and other attributes to be discovered at run-time.

In This Section

Namespace Organization

Namespace Provider Architecture

Name Resolution Model

See Also

Concepts

Winsock Name Resolution