摘要
TCP/IP协议的传输层提供了SOCKET接口,供用户编程访问网络核心资源。但SOCKET调用参数繁多,使用复杂,不便于用户直接使用,尤其是非网络专业用户。为解决这个问题,我们在SOCKET接口上开发了一套SOCKET通信平台原语,可应用于图像数据传输、远程数据库的访问等领域,也可以用于开发符合Client/Server模型或PPP模型的网络应用系统。用户可以在自己的程序中调用通信平台,实现异种机、异种操作系统下数据的透明传输,而无需了解SOCKET的具体细节以及数据传输的具体协议。
Socket is the interface of TCP/IP protocol transfer layer which is used to access network kernel resources. However, it is difficult for us, especially for those who are not familar with network, to use socket directly as it has so much details. For this reason, we design and develop the socket communication platform on the basis of socket. This platform can be applied to fields of transferring data of image,accessing remote database and so on. Of course, you call also use it to design network application system with the model of C/S(client/server) or PPP (point to point). The programmer can call functions of this communicatioll platform in his own software to transfer data under the enviroment of different kind of comIZuter alld OS without being aware of the details of socket.
出处
《小型微型计算机系统》
CSCD
北大核心
1996年第9期40-45,共6页
Journal of Chinese Computer Systems