External Data Representation

External Data Representation (XDR) is a standard data serialization format, for uses such as computer network protocols. It allows data to be transferred between different kinds of 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 which is portable between different operating systems and is also independent of the transport layer.

XDR uses a base unit of 4 bytes, serialized in big-endian order; smaller data types still occupy four bytes each after encoding. Variable-length types such as string and opaque are padded to a total divisible by four bytes. Floating-point numbers are represented in IEEE 754 format.

Read more about External Data Representation:  History, XDR Data Types

Famous quotes containing the words external and/or data:

    The law is only one of several imperfect and more or less external ways of defending what is better in life against what is worse. By itself, the law can never create anything better.... Establishing respect for the law does not automatically ensure a better life for that, after all, is a job for people and not for laws and institutions.
    Václav Havel (b. 1936)

    To write it, it took three months; to conceive it three minutes; to collect the data in it—all my life.
    F. Scott Fitzgerald (1896–1940)