Misplaced Pages

SDXF

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

This is an old revision of this page, as edited by Rich Farmbrough (talk | contribs) at 12:35, 1 January 2007 (Style:- , Replaced: is the name of a → is a using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 12:35, 1 January 2007 by Rich Farmbrough (talk | contribs) (Style:- , Replaced: is the name of a → is a using AWB)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
This article's tone or style may not reflect the encyclopedic tone used on Misplaced Pages. See Misplaced Pages's guide to writing better articles for suggestions. (Learn how and when to remove this message)

SDXF stands for "Structured Data eXchange Format", and was published as Internet RFC 3072.

It allows arbitrary structured data of different types to be assembled together for exchanging between computers of different architectures.

The ability to arbitrarily structure your data and serialize it into a self-describing format is reminiscent of XML, but SDXF is not a text format (as XML)--you cannot manipulate a SDXF structure with a text editor.

Technical structure format

With SDXF you can structure your data to any level of detail. The particular data elements (called "Chunks") are self-describing. The format is very simple, but nevertheless transparent to the programmer, he does not need and should not care about the bits and bytes of the structure. To access and create the structure the programmer uses a set of functions. But "not caring" does not mean "not knowing": He must already know how SDXF works.

The exchanging of data between computers of different architecture is realized by a transparent transformation of the data to a normalized (network) form. This is done by a set of SDXF-functions.

It may be that the imagining of a SDXF data structure as an administration building will be helpful: This building has a main entrance, you "enter" (this is a SDXF-function) the building and you come into a corridor with some doors: behind some doors there is a bureau of a clerk, behind others there are other corridors with doors (which can also conceal corridors and doors, and so on…). On every door the name of the clerk or the indication of the corridor is to read, and: you can distinguish between a door and a corridor. So you can walk from one door to the "next" (this is another name of a SDXF-function). If you open a door of a corridor you can "enter" it, too. If you open a door of a bureau you can "extract" (yes, also a function) information from the clerk (I hope).

Additionally to the adaptation of the data, there are two other functions which will work in the background while using the SDXF functions: Compressing/decompressing and encryption/decryption.

You can use SDXF also as a file format, maybe as a basic for a database.

See also

External links

Categories: