DirectPlay


Intended for computer game development, Microsoft DirectPlay is a media-independent networking API that provides networking services at the transport protocol and session protocol levels. *DirectPlay’s media independence means that DirectPlay sessions can be run on TCP/IP networks, IPX networks, and over directly connected modems and serial cables. DirectPlay’s media independence also allows it to be extended in the future to support new standards and protocols as they become widely deployed. Also included in DirectPlay are the DirectPlay Lobby APIs, which allow applications to register themselves with DirectPlay so that other applications can easily launch them and pass them network addressing information. This allows you to write games that can be immediately launched by a number of different matchmaking services and utilities, without having to write special code for each launcher.
* [Source: MS Knowledgebase]

Read Also:

  • DirectX

    A set of APIs developed by Microsoft that enables programmers to write programs that access hardware features of a computer without knowing exactly what hardware will be installed on the machine where the program eventually runs. DirectX achieves this by creating an intermediate layer that translates generic hardware commands into specific commands for particular pieces […]

  • Direct Access File System (DAFS)

    Direct Access File System (DAFS) is a file-access sharing protocol that uses memory-to-memory interconnect architectures, such as VI and InfiniBand. DAFS is designed for storage area networks (SANs) to provide bulk data transfer directly between the application buffers of two machines without having to packetize the data. With DAFS an application can transfer data to […]

  • Direct Web Remoting (DWR)

    Direct Web Remoting (DWR) is a Java open source library for those wanting to develop Web sites which contain Ajax. DWR enables the Javascript in a browser to interact with Java on a server, just as if it were in the browser. DWR encompasses two main components; a Java Servlet running on the server that […]

  • Disco

    A simple hyperdata browser used to navigate the Semantic Web as an unbound set of data sources, such as static RDF files somewhere on the Web or RDF graphs. The browser renders all information about a specific resource as an HTML page, enabling users to visit the linked data (hyperdata) of resources. Disco is a […]

  • Discretionary Access Control

    In computer security, Discretionary Access Control (DAC) is a type of access control in which a user has complete control over all the programs it owns and executes, and also determines the permissions other users have those those files and programs. Because DAC requires permissions to be assigned to those who need access, DAC is […]


Disclaimer: DirectPlay definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.