To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

External Data Representation

From Wikipedia, the free encyclopedia

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.

YouTube Encyclopedic

  • 1/5
    Views:
    1 522
    398
    997
    3 337 206
    30 948
  • CS 407_Distributed Computing - IPC - External Data Representation - Part III
  • Building and Augmenting - Augment LLM Capabilities with RAG
  • CIS119 How Computers Represent Data
  • How computer memory works - Kanawat Senanan
  • IGCSE Computer Science 2023-25 - (1) Data Representation - Number Systems 1.1(b) Hexadecimal

Transcription

History

XDR was developed in the mid 1980s at Sun Microsystems, and first widely published in 1987.[2] XDR became an IETF standard in 1995.

The XDR data format is in use by many systems, including:

XDR data types

See also

References

  1. ^ "X.225 : Information technology – Open Systems Interconnection – Connection-oriented Session protocol: Protocol specification". Archived from the original on 1 February 2021. Retrieved 10 March 2023.
  2. ^ Sun Microsystems (1987). "XDR: External Data Representation Standard". RFC 1014. Network Working Group. doi:10.17487/RFC1014. Retrieved July 11, 2011.

External links

The XDR standard exists in three different versions in the following RFCs:

This page was last edited on 13 April 2024, at 21:45
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.