This implementation used a complicated suite of functions that enabled information to be exchanged between the client and server , converting a basic c structure into a standardized format that could be broadcast over a network - the external data representation format 这一实现使用了一组复杂的函数,可以使客户机与服务器之间进行信息交换,它将一种基本的c结构转换成一种可以在网络上广播的标准化格式,即外部数据表示( external data representation , xdr )格式。
In this paper , the author designs and implements a sort of augmented rpc ( arpc ) mechanism for some ipv6 distributed router , this rpc mechanism take inter - process communication ( ipc ) protocol of ipv6 distributed router as its bottom communication protocol , data exchange between local and network is accomplished through xdr ( external data represent ) protocol , so as to sustain the communication between heterogeneous processor 作者为某ipv6分布式路由器设计并实现了一种扩展rpc ( arpc )机制,该arpc机制以ipv6分布式路由器中的进程间通信( ipc )协议作为底层通信协议,用xdr (外部数据表示)协议进行数据在本地和网络表示之间的转换,以支持异构处理机间的通信。