网络语音(Network voice).docVIP

  • 5
  • 0
  • 约9.62千字
  • 约 10页
  • 2017-10-07 发布于河南
  • 举报
网络语音(Network voice)

网络语音(Network voice) WinSockets network programming examples: - using Winsock to achieve full duplex voice communication using 15:28 on Friday November 23, 2007 in the Windows 95 environment, based on the TCP/IP protocol, using Winsock to complete the end-to-end transmission of voice. Using the double socket technology, the main points of the main function and the application method based on asynchronous selection mechanism are expounded. At the same time, the corresponding example program is given. I. Introduction Windows 95 as the operating system of the computer, has been fully integrated into the network and communication function, can not only establish a pure Windows 95 under the environment of peer network, and supports multiple protocols, such as TCP/IP, IPX/SPX, NETBUI etc.. In the TCP/IP protocol group, TPC is a connection oriented semantics, providing users with reliable, full duplex byte stream service. It has the functions of identification, flow control, multiplexing and synchronization, and is suitable for data transmission. The UDP protocol is connectionless, and each packet carries a full destination address, and each packet is transmitted independently in the system. It can not guarantee the order of packets, not a packet error recovery and retransmission, so does not guarantee the reliability of the transmission, but the datagram service which provides high transmission efficiency, suitable for real-time voice, image transmission, broadcast message transmission. Winsock interface provides a new means for inter process communication. It can not only communicate between processes in the same machine, but also support network communication function. With the launch of Windows 95. Winsock has been formally integrated into the Windows system, including both 16 bit and 32 bit programming interfaces. Winsock development tools can also be found in Borland C++4.0, Visual C++2.0 the C compiler, is mainly composed of a winsock.h header files and dynamic link

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档