Revision as of 04:14, 13 July 2006 editMarudubshinki (talk | contribs)49,641 editsm robot interwiki standardization← Previous edit | Revision as of 12:35, 1 January 2007 edit undoRich Farmbrough (talk | contribs)Edit filter managers, Autopatrolled, Extended confirmed users, File movers, Pending changes reviewers, Rollbackers, Template editors1,725,275 editsm Style:- , Replaced: is the name of a → is a using AWBNext edit → | ||
Line 1: | Line 1: | ||
{{tone}} | |||
'''SDXF''' stands for "Structured Data eXchange Format", and was published as Internet RFC 3072. | '''SDXF''' stands for "Structured Data eXchange Format", and was published as Internet RFC 3072. | ||
Line 10: | Line 11: | ||
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. | 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 |
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. | 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. |
Revision as of 12:35, 1 January 2007
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.