Appendix D - Windows Sockets

The Windows Sockets application programming interface (API) provides a standard Windows interface to many transports (protocols) with different addressing schemes such as TCP/IP and IPX. The Windows Sockets API is designed to provide a programming standard for all platforms.

Windows Sockets is a programming interface based on the familiar "socket" interface from the University of California at Berkeley. Windows Sockets is an industry standard used by software developers and is part of the public Windows Open Systems Architecture (WOSA).

This appendix provides the following information about Windows Sockets:

The information in this appendix supersedes information about TCP/IP and the Windows Sockets API in the following sources: