Page d'accueil encyclopedie-enligne.com en page d'accueil
Liste Articles: [0-A] [A-C] [C-F] [F-J] [J-M] [M-P] [P-S] [S-Z] | Liste Catégories | Une page au hasard | Pages liées

ASN.1


ASN.1 (Abstract Syntax Notation One) est un standard international destiné à l'origine à décrire les données échangées dans les protocoles de télécommunication (modèle OSI). Standardisé en 1984, utilisé à l'origine pour les échanges de courriers électroniques, il fournit une notation formelle qui décrit le format des messages. Il est mis en œuvre dans un grand nombre d'applications (gestion de réseaux, messagerie, sécurité, téléphonie, Internet, etc.).

La norme initiale date de 1988 (CCITT Recommendation X.208 : Specification of Abstract Syntax Notation One), une nouvelle version (ISO8824-1) a été émise en 1993.

Exemple

Client ::= SEQUENCE {
 nom PrintableString (SIZE (1..40)),
 rue PrintableString (SIZE (1..50)) OPTIONAL,
 codepostal NumericString (SIZE (10)),
 ville PrintableString (SIZE (1..30)),
 pays PrintableString (SIZE (1..20))
 DEFAULT pays-pardefaut }
 pays-pardefaut PrintableString ::= « France »


Sujets connexes

SNMP

Liens externes




This site support the Wikimedia Foundation. This Article originally from Wikipedia. All text is available under the terms of the GNU Free Documentation License Page HistoryOriginal ArticleWikipedia