meanings of External Data Representation encyclopedia of External Data Representation dictionary of External Data Representation thesaurus on External Data Representation books about External Data Representation dreams about External Data Representation
 External Data Representation - Definition 

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:

  • boolean
  • char
  • short
  • int
  • long
  • float
  • double
  • enumeration
  • structure
  • string
  • fixed length array
  • variable length array
  • union
  • opaque data


RFC1832 (http://www.ietf.org/rfc/rfc1832.txt)

de:External Data Representation zh:External Data Representation

Copyright 2008 WordIQ.com - Privacy Policy  ::  Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "External Data Representation".