External Data Representation

eXternal Data Representation (XDR) is an implementation of the presentation layer in the OSI model. XDR allows data to be wrapped in an architecture independent matter so data can be transferred between heterogenous computer systems. Converting from the local representation to XDR is called encoding. Converting from XDR to the local representation is called decoding. XDR is implemented as a software library of functions that is portable between different operating systems and is also independent of the transport layer. Sun RPC uses XDR.

XDR data types

XDR defines the following data types:

External links

RFC1832

The XDR data format is in use by backup software like Legato's NetWorker in its newer releases.

 This computer-related article is a stub. You can help Wikipedia by expanding it.

See also: External Data Representation, Computer, OSI model, Operating system, Presentation layer, Remote procedure call, Transport layer