监听随笔四

Net8 is the fundamental networking technology that allows Oracle services and clients to communicate with each other over a network.
The most common application for Net8 is to allow clients to talk to database servers, but Net8 also enables server-to-server and other types of  communication
net8是客户端和服务端的通道,怎么区分它们
客户端:生成SQL语句
服务端:执行SQL语句
net8的角色是传送客户端的sql语句到服务端及返回结果给客户端
Net8 was originally named SQL*Net。。。
net8支持tcp/ip 和spx协议
IPX/SPX是Novell公司为了适应网络的发展而开发的通信协议,具有很强的适应性,安装方便,同时还具有路由功能,可以实现多网段间的通信。其中, IPX协议负责数据包的传送
;SPX负责数据包传输的完整性。在微软的NT操作系统中,一般使用NWLink IPX/SPX兼容协议和NWLink NetBIOX两种IPX/SPX的兼容协议,即NWLink协议,该兼容协议继承了IPX/SPX
协议的优点,更适应Windows的网络环境。 IPX/SPX协议一般可以应用于大型网络(比如Novell)和局域网游戏环境中。不过,如果不是在Novell网络环境中,一般不使用IPX/SPX
协议,而是使用IPX/SPX兼容协议,尤其是在Windows 9x/2000组成的对等网中

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/21993926/viewspace-665819/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/21993926/viewspace-665819/

你可能感兴趣的:(监听随笔四)