This is a preview - click here to buy the full publication INTERNATIONAL STANDARD

Size: px
Start display at page:

Download "This is a preview - click here to buy the full publication INTERNATIONAL STANDARD"

Transcription

1 INTERNATIONAL STANDARD lso/iec First edition l 5 Information technology - Language- Independent Procedure Calling (LIPC) Technologies de I information - Appel de procbdure indbpendant du langage (L/PC) Reference number ISO/lEC 13886:1996(E)

2 ISO/IEC 13886:1996(E) This is a preview - click here to buy the full publication Contents 1 Scope 2 References 3 Definitions and Abbreviations 3.1 Definitions Abbreviations Conformance 4.1 Modes of conformance Client mode conformance Server mode conformance... 5 A model of procedure calling: informal description 5.1 Model overview Parameter passing Methods of parameter passing Call by Value Sent on Initiation Call by Value Sent on Request Call by Value Returned on Termination Call by Value Returned when Available Global data Parameter Marshalling / Unmarshalling Pointer Parameters Private types Execution-time Control Terminations Normal termination Abnormal Termination External Cancellation Predefined conditions Execution Control Synchronous and Asynchronous Calling Recursion... 6 A model of procedure calling: formal description 6.1 Value ISO/IEC 1996 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm, without permission in writing from the publisher. ISO/IEC Copyright Office l Case postale 56 l CH-1211 Geneve 20 l Switzerland Printed in Switzerland 11

3 ISO/IEC 13886: 1996(E) 6.2 Boxes and global state Symbol Procedure image Association Procedure closures Boxes, pointers, values, and datatypes Interface closure Interfacetype Specifications Basic procedure invocation Type correctness Associates Simple Associates Generalized Associates Execution and Invocation contexts Parameter translations Defining Translation Procedures Interface Definition Notation Definitional Conventions Character Set Formal Syntax Whitespace Interface Type Declarations Type references Value References Import Declarations Value Declarations Datatype Declarations Primitive Datatypes Integer The real datatype The character datatype The boolean datatype The enumerated datatype The octet datatype The procedure datatype The state datatype The ordinal datatype The time datatype The bit datatype The rational datatype The scaled datatype The complex datatype The void datatype Generated datatypes The record datatype The choice datatype

4 ISO/IEC 13886:1996(E) The array datatype The pointer datatype Subtypes Parameterized Types Identifiers Value references to fields Value references to parameters, return-args, or to fields contained within them Value references to formal-value-parms Value references to value-expressions Value references to enumeration-identifiers Termination references Annexes A Procedure Parameters 45 A.1 LIPC Reference / Local Access A.2 LIPC! Reference / LIPC Access A.3 Local Reference / Local Access B Interface Definition Notation Syntax 47 C How to do an LIPC binding for a language 53 C.1 Linking the client and the server C.2 Client mode binding C.3 Server mode binding C.4 Procedure parameters C.5 Global variables D LIPC IDN - RPC IDL Alignment overview 58 D.l Interface Declarations D.l.l Attributes D.l.2 Imports Clause D.2 Other Declarations D.2.1 Type Declarations D.2.2 Value Declarations D.2.3 Procedure Declarations D.2.4 Termination Declarations D.3 Primitive Datatypes D.3.1 Boolean D.3.2 State D.3.3 Enumerated D.3.4 Character D.3.5 Ordinal D.3.6 Time D.3.7 Integer D.3.8 Rational D.3.9 Scaled D.3.10 Real iv

5 ISO/IEC 13886: 1996(E) D.3.11Complex D.3.12Void D.4 Type Qualifiers D.5 Generated Datatypes D.5.1 Choice D.5.2 Pointer D.5.3 Procedure D.6 Aggregate Datatypes D.6.1 Record D.6.2 Set D.6.3 Bag D.6.4 Sequence D.6.5 Array D.6.6 Table D.7 Derived Datatypes and Generators D.7.1 Naturalnumber D.7.2 Modulo D.7.3 Bit D.7.4 Bitstring D.7.5 Characterstring D.7.6 Timeinterval D.7.7 Octet D.7.8 Octetstring D.7.9 Private D.8 Other RPC Datatypes D.9. Dependent Values D.10 Cross References V

6 ISO/IEC 13886:1996(E) Foreword IS0 (the International Organization for Standardization) and IEC (the International Electrotechnical Commission) form the specialized system for worldwide standardization. National bodies that are members of IS0 or IEC participate in the development of International Standards through technical committees established by the respective organizations to deal with particular fields of technical activity. IS0 and IEC technical committees collaborate in fields of mutual interest. Other international organizations, governmental and non-governmental, in liaison with IS0 and IEC, also take part in the work. In the field of information technology, IS0 and IEC have established a joint technical committee, ISO/IEC JTC 1. Draft International Standards adopted by the joint technical cotittee are circulated to national bodies for voting. Publication as an International Standard requires approval by at least 75 % of the national bodies casting a vote. International Standard ISO/IEC was prepared by Joint Technical Committee ISO/IEC JTC 1, Information technology, Subcommittee SC 22, Programming languages, their environments and system software interfaces. Annexes A to D of this International Standard are for information only. vi

7 ISO/IEC 13886: 1996(E) Introduction The purpose of this International Standard is to provide a common model for language standards for the concept of procedure calling. It is an enabling standard to aid in the development of languageindependent tools and services, common procedure libraries and mixed language programming. In mixed language applications, server procedures would execute on language processors operating in server mode, and the procedures would be called from language processors operating in client mode. Note that the languages need not be different, and if the processors are the same the model collapses into conventional single processor programming. Most programming languages include the concepts of procedures and their invocation. The main variance between the methods used in various programming languages lies in the ways parameters are passed between the client and server procedures. Procedure calling is a simple concept at the functional level, but the interaction of procedure calling with datatyping and program structure along with the many variations on procedure calling and restrictions on calling that are applied by various programmin g languages transforms the seemingly simple concept of procedure calling into a more complex feature of programming languages. The need for a standard model for procedure calling is evident from the multitude of variants of procedure calling in the standardized languages. The existence of this International Standard for Language-Independent Procedure Calling (LIPC) d oes not require that all programming languages should adopt this model as their sole means of procedure calling. The nominal requirement is for programming languages to provide a mapping to LIPC from their native procedure calling mechanism, and to be able to accept calls from other programmin g languages who have defined a mapping to this International Standard. This International Standard is a specification of a common model for procedure calling. It is not intended to be a specification of how an implementation of the LIPC is to be provided. Also, it is important to note that it does not address the question of how the procedure call initiated by the client mode processor is communicated to the server mode processor, or how the results are returned. The model defined in this International Standard is intended for use by languages so that they may provide standard mappings from their native procedure model. This International Standard depends on the International Standard for Language-Independent Datatypes, ISO/IEC 104, for the definition of the datatypes that are to be supported in the model for LIPC that it provides. vii

8 INTERNATIONAL STANDARD ISO/IEC 13886:1996(E) Information technology - Language-Independent Procedure Calling (LIPC) 1 Scope This International Standard specifies a model for procedure calls, and a reference syntax for map- Pi% to and from the model. This syntax is referred to as the Interface Definition Notation. The I model defined in this International Standard includes such features as procedure invocation, parameter passing, completion status, and environmental issues relating to non-local references and state. This International Standard does not specify: l the method by which the procedure call initiated by the client mode processor is communicated to the server mode language processor; l the minimum requirements of a data processing system that is capable of supporting an implementation of a language processor to support LIPC; l the mechanism by which programs written to support LIPC are transformed for use by a data processing system; l the representation of a parameter. NOTE - Originally it was the intention to align the definitions and concepts of this International Standard with those of the RPC standard (ISO/IEC 11578). Unfortunately, in a late stage of the development process of the RPC standard it was decided to use for that standard a completely different approach. Hence the intended alignment did not materialize. Annex D gives an overview of the differences between the concepts as defined by this International Standard and the RPC standard. 2 Normative References The following standards contain provisions which, through reference in this text, constitute provisions of this International Standard. At the time of publication, the editions indicated were valid. All standards are subject to revision, and parties to agreements based on this International Standard are encouraged to investigate the possibility of applying the most recent editions of the standards indicated below. Members of IEC and IS0 maintain registers of current valid International Standards. 1

9 ISO/IEC 13886:1996(E) IS , Data processing - Procedure for registration of escape sequences. ISO/IEC! l: 1993, Information technology - Universal Multiple-Octet Coded Character Set (KS) - Part 1: Architecture and Basic Multilingual Plane. ISO/IEC 104:1996, Information technology - Programming languages, their environments and system software interfaces - Language-independent datatypes. ISO/IEC 8824-l: 1995, Information technology - Abstract Syntax Notation One (ASN. 1): Specification of basic notation. ISOIIEC 8825~1:1995, Information technology - ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER). 2

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 14568 First edition 1997-05-I 5 Information technology - DXL: Diagram exchange Language for tree-structured charts Technologies de I informa tion - DXL: Langage pour @change

More information

B C ISO/IEC 9595 INTERNATIONAL STANDARD. Information technology Open Systems Interconnection Common management information service

B C ISO/IEC 9595 INTERNATIONAL STANDARD. Information technology Open Systems Interconnection Common management information service INTERNATIONAL STANDARD ISO/IEC 9595 Third edition 1998-10-15 Information technology Open Systems Interconnection Common management information service Technologies de l'information Interconnexion de systèmes

More information

ISOJIEC I INTERNATIONAL STANDARD

ISOJIEC I INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISOJIEC 10035-I Second edition 1995-I 2-l 5 Information technology - Open Systems Interconnection - Connectionless protocol for the Association Control Service Element: Protocol

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: Specification of Encoding Control Notation (ECN)

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: Specification of Encoding Control Notation (ECN) INTERNATIONAL STANDARD ISO/IEC 8825-3 Second edition 2008-12-15 Information technology ASN.1 encoding rules: Specification of Encoding Control Notation (ECN) Technologies de l'information Règles de codage

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: XML Encoding Rules (XER)

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: XML Encoding Rules (XER) INTERNATIONAL STANDARD ISO/IEC 8825-4 First edition 2002-12-15 Information technology ASN.1 encoding rules: XML Encoding Rules (XER) Technologies de l'information Règles de codage ASN.1: Règles de codage

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD lso/iec 86-6 First edition 997-0-O Information technology - Open Systems Interconnection - Generic upper layers security: Protecting transfer syntax Protocol Implementation Conformance

More information

B C ISO/IEC INTERNATIONAL STANDARD

B C ISO/IEC INTERNATIONAL STANDARD This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISO/IEC 7816-7 First edition 1999-03-01 Identification cards Integrated circuit(s) cards with contacts Part 7: Interindustry

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: Specification of Octet Encoding Rules (OER)

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: Specification of Octet Encoding Rules (OER) INTERNATIONAL STANDARD ISO/IEC 8825-7 Second edition 2015-11-15 Information technology ASN.1 encoding rules: Specification of Octet Encoding Rules (OER) Technologies de l'information -- Règles de codage

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology - Open Distributed Processing - Reference Model: Foundations

ISO/IEC INTERNATIONAL STANDARD. Information technology - Open Distributed Processing - Reference Model: Foundations This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISO/IEC 0746- First edition 996-09-I 5 Information technology - Open Distributed Processing - Reference Model: Foundations

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 14776-381 First edition 2000-06 Information technology Small computer system interface (SCSI) Part 381: Optical Memory Card Device Commands (OMC) ISO/IEC 2000 All rights

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Open Distributed Processing Interface references and binding

ISO/IEC INTERNATIONAL STANDARD. Information technology Open Distributed Processing Interface references and binding INTERNATIONAL STANDARD ISO/IEC 14753 First edition 1999-07-15 Information technology Open Distributed Processing Interface references and binding Technologies de l'information Traitement distribué ouvert

More information

ISO/IEC 8822 INTERNATIONAL STANDARD. Information technology - Open Systems Interconnection - Presentation service definition

ISO/IEC 8822 INTERNATIONAL STANDARD. Information technology - Open Systems Interconnection - Presentation service definition INTERNATIONAL STANDARD ISO/IEC 8822 Second edition 1994-12-15 Information technology - Open Systems Interconnection - Presentation service definition Technologies de / information - lnterconnexion de systemes

More information

lso/iec INTERNATIONAL STANDARD Information technology - Remote Operations: Concepts, model and notation

lso/iec INTERNATIONAL STANDARD Information technology - Remote Operations: Concepts, model and notation INTERNATIONAL STANDARD lso/iec 37- First edition 95-09-5 Information technology - Remote Operations: Concepts, model and notation Techno/ogies de I information - Opbrations a distance: Concepts, modele

More information

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 12042 First edition 1993-12-15 Information technology - Data compression for information interchange - Binary arithmetic coding algorithm Technologies de I information -

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology - Digital compression and coding of continuous-tone still images: Compliance testing

ISO/IEC INTERNATIONAL STANDARD. Information technology - Digital compression and coding of continuous-tone still images: Compliance testing INTERNATIONAL STANDARD ISO/IEC 10918-2 First edition 1995-08-I 5 Information technology - Digital compression and coding of continuous-tone still images: Compliance testing Technologies de I informa tion

More information

B C ISO/IEC INTERNATIONAL STANDARD

B C ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 6523-1 First edition 1998-12-15 Information technology Structure for the identification of organizations and organization parts Part 1: Identification of organization identification

More information

ISOJIEC INTERNATIONAL STANDARD

ISOJIEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISOJIEC 861-5 Second edition 1994-12-15 Information technology - Open Document Architecture (ODA) and Interchange Format: Open Document Interchange Format Technologies de Yin forma

More information

ISO/IEC Information technology Open Systems Interconnection The Directory: Protocol specifications

ISO/IEC Information technology Open Systems Interconnection The Directory: Protocol specifications This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISO/IEC 9594-5 Fifth edition 2005-12-15 Information technology Open Systems Interconnection The Directory: Protocol specifications

More information

ISO/IEC This is a preview - click here to buy the full publication INTERNATIONAL STANDARD. Second edition

ISO/IEC This is a preview - click here to buy the full publication INTERNATIONAL STANDARD. Second edition This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISO/IEC 9834-1 Second edition 2005-07-15 Information technology Open Systems Interconnection Procedures for the operation

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 16388 First edition 1999-10-15 Information technology Automatic identification and data capture techniques Bar code symbology specifications Code 39 Technologies de l'information

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Cloud computing Reference architecture

ISO/IEC INTERNATIONAL STANDARD. Information technology Cloud computing Reference architecture INTERNATIONAL STANDARD ISO/IEC 17789 First edition 2014-10-15 Information technology Cloud computing Reference architecture Technologies de l'information Informatique en nuage Architecture de référence

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 11518-8 First edition 1999-02 High-Performance Parallel Interface Mapping to Asynchronous Transfer Mode (HIPPI-ATM) ISO/IEC 1999 All rights reserved. Unless otherwise specified,

More information

lso/iec INTERNATIONAL STANDARD

lso/iec INTERNATIONAL STANDARD This is a preview - click here to buy the full publication INTERNATIONAL STANDARD lso/iec 100- First edition 199-l -l Information technology - Open Systems Interconnection - Connectionless protocol for

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 86-1 Second edition 94-l 2-15 Information technology - Open Document Architecture (ODA) and Interchange Format: Introduction and general principles Technologies de I informa

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISOAEC 14699 First edition 1997-06-I 5 Information technology - Open Systems Interconnection - Transport Fast Byte Protocol

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Message Handling Systems (MHS): MHS routing

ISO/IEC INTERNATIONAL STANDARD. Information technology Message Handling Systems (MHS): MHS routing INTERNATIONAL STANDARD ISO/IEC 10021-10 Second edition 1999-12-15 Information technology Message Handling Systems (MHS): MHS routing Technologies de l'information Systèmes de messagerie (MHS): Routage

More information

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISOIEC 7498-4 First edition 1989-l l-15 Information processing systems - Open Systems Interconnection - Basic Reference Model - Part 4 : Management framework S ys t&mes de traitemen

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Abstract Syntax Notation One (ASN.1): Specification of basic notation

ISO/IEC INTERNATIONAL STANDARD. Information technology Abstract Syntax Notation One (ASN.1): Specification of basic notation INTERNATIONAL STANDARD ISO/IEC 8824-1 Fourth edition 2008-12-15 Information technology Abstract Syntax Notation One (ASN.1): Specification of basic notation Technologies de l'information Notation de syntaxe

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology CDIF transfer format Part 3: Encoding ENCODING.1

ISO/IEC INTERNATIONAL STANDARD. Information technology CDIF transfer format Part 3: Encoding ENCODING.1 INTERNATIONAL STANDARD ISO/IEC 15475-3 First edition 2002-11-01 Information technology CDIF transfer format Part 3: Encoding ENCODING.1 Technologies de l'information Format de transfert CDIF Partie 3:

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Open Systems Interconnection The Directory Part 5: Protocol specifications

ISO/IEC INTERNATIONAL STANDARD. Information technology Open Systems Interconnection The Directory Part 5: Protocol specifications INTERNATIONAL STANDARD ISO/IEC 9594-5 Seventh edition 2014-03-01 Information technology Open Systems Interconnection The Directory Part 5: Protocol specifications Technologies de l'information Interconnexion

More information

INTERNATIONAL STANDARD. Technologies de I informa tion - Interconnexion de syst&mes ouverts (OS/) - Ges tion-sys tkmes: Fonction de ges tion d obje ts

INTERNATIONAL STANDARD. Technologies de I informa tion - Interconnexion de syst&mes ouverts (OS/) - Ges tion-sys tkmes: Fonction de ges tion d obje ts INTERNATIONAL STANDARD ISO/IEC 10164-I First edition 13-06-15 Information technology - Open Systems Interconnection - Systems Management: Object Management Function Technologies de I informa tion - Interconnexion

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Cloud computing Overview and vocabulary

ISO/IEC INTERNATIONAL STANDARD. Information technology Cloud computing Overview and vocabulary INTERNATIONAL STANDARD ISO/IEC 17788 First edition 2014-10-15 Information technology Cloud computing Overview and vocabulary Technologies de l'information Informatique en nuage Vue d'ensemble et vocabulaire

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Entity authentication

ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Entity authentication INTERNATIONAL STANDARD ISO/IEC 9798-4 Second edition 1999-12-15 Information technology Security techniques Entity authentication Part 4: Mechanisms using a cryptographic check function Technologies de

More information

IEC ISO. Information technology Configuration of Customer Premises Cabling (CPC) for applications

IEC ISO. Information technology Configuration of Customer Premises Cabling (CPC) for applications This is a preview - click here to buy the full publication INTERNATIONAL ISO/IEC STANDARD 14709-1 First edition 1997-09-01 Information technology Configuration of Customer Premises Cabling (CPC) for applications

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISCMEC 14700 First edition 1997-06-I 5 Information technology - Open Systems Interconnection - Network Fast Byte Protocol Technologies de / information - lnterconnexion de systemes

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 9594-8 Sixth edition 2008-12-15 Information technology Open Systems Interconnection The Directory: Publickey and attribute certificate frameworks Technologies de l'information

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 13346-l First edition 1995-l 2-l 5 Information technology - Volume and file structure of write-once and rewritable media using non-sequential recording for information interchange

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology EAN/UCC Application Identifiers and Fact Data Identifiers and Maintenance

ISO/IEC INTERNATIONAL STANDARD. Information technology EAN/UCC Application Identifiers and Fact Data Identifiers and Maintenance INTERNATIONAL STANDARD ISO/IEC 15418 First edition 1999-12-01 Information technology EAN/UCC Application Identifiers and Fact Data Identifiers and Maintenance Technologies de l'information Identificateurs

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD This is a preview - click here to buy the full publication INTERNATIONAL STANDARD Third edition 99--5 Information technology - IS0 7-bit coded character set for information interchange Technologies de

More information

B C ISO/IEC INTERNATIONAL STANDARD

B C ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 10561 Second edition 1999-05-01 Information technology Office equipment Printing devices Method for measuring throughput Class 1 and Class 2 printers Technologies de l'information

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 10036 Second edition 1996-07-15 Information technology - Font information interchange - Procedures for registration of font-related identifiers Technologies de I informa

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 13584-26 First edition 2000-02-01 Industrial automation systems and integration Parts library Part 26: Logical resource: Information supplier identification Systèmes d'automatisation

More information

This is a preview - click here to buy the full publication TECHNICAL REPORT

This is a preview - click here to buy the full publication TECHNICAL REPORT TECHNICAL REPORT ISO/IEC TR 14763-2 First edition 2000-07 Information technology Implementation and operation of customer premises cabling Part 2: Planning and installation ISO/IEC 2000 All rights reserved.

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD First edition 1991-12-15 Information technology - Text and Office Systems - Document Filing and Retrieval (DFR) - Part 1: Abstract Service definition and procedures Technologies

More information

ISO/IEC INTERNATIONAL STANDARD. Software engineering Product evaluation Part 3: Process for developers

ISO/IEC INTERNATIONAL STANDARD. Software engineering Product evaluation Part 3: Process for developers INTERNATIONAL STANDARD ISO/IEC 14598-3 First edition 2000-02-01 Software engineering Product evaluation Part 3: Process for developers Ingénierie du logiciel Évaluation du produit Partie 3: Procédés pour

More information

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD INTERNATIONAL STANDARD lso/iec 8211 Second edition 1994-I o-01 Information technology - Specification for a data descriptive file for information interchange Technologies de I informa tion - Spkifications

More information

lso/lec INTERNATIONAL STANDARD

lso/lec INTERNATIONAL STANDARD This is a preview - click here to buy the full publication INTERNATIONAL STANDARD lso/lec 13246 First edition 1997-12-15 Information technology - Telecommunications and information exchange between Systems

More information

ISO 78-2 INTERNATIONAL STANDARD. Chemistry Layouts for standards Part 2: Methods of chemical analysis

ISO 78-2 INTERNATIONAL STANDARD. Chemistry Layouts for standards Part 2: Methods of chemical analysis INTERNATIONAL STANDARD ISO 78-2 Second edition 1999-03-01 Chemistry Layouts for standards Part 2: Methods of chemical analysis Chimie Plans de normes Partie 2: Méthodes d'analyse chimique A Reference number

More information

lso/iec INTERNATIONAL STANDARD Information technology - Information Resource Dictionary System (IRDS) Services Interface

lso/iec INTERNATIONAL STANDARD Information technology - Information Resource Dictionary System (IRDS) Services Interface INTERNATIONAL STANDARD lso/iec 10728 First edition 1993-04-15 Information technology - Information Resource Dictionary System (IRDS) Services Interface Technologies de I informa tion - Interface de Services

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Learning, education, and training Content packaging Part 2: XML binding

ISO/IEC INTERNATIONAL STANDARD. Information technology Learning, education, and training Content packaging Part 2: XML binding INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 12785-2 First edition 2011-11-15 Information technology Learning, education, and training Content packaging Part

More information

This is a preview - click here to buy the full publication INTERNATIONAL ISO/IEC STANDARD

This is a preview - click here to buy the full publication INTERNATIONAL ISO/IEC STANDARD NTERNATONAL SO/EC STANDARD 11518-3 First edition 1996-06-15 nformation technology High -Performance Parallel nterface Part 3: Encapsulation of SO/EC 8802-2 (EEE Std 802.2) Logical Link Control Protocol

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Open distributed processing Reference model: Architecture

ISO/IEC INTERNATIONAL STANDARD. Information technology Open distributed processing Reference model: Architecture INTERNATIONAL STANDARD ISO/IEC 10746-3 Second edition 2009-12-15 Information technology Open distributed processing Reference model: Architecture Technologies de l'information Traitement réparti ouvert

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISOAEC 11072 First edition 1992-10-01 Information technology - Computer graphics - Computer Graphics Reference Model Technologies de / information - lnfographie - Mod&/e de rbfbrence

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Open distributed processing Reference model: Foundations

ISO/IEC INTERNATIONAL STANDARD. Information technology Open distributed processing Reference model: Foundations INTERNATIONAL STANDARD ISO/IEC 10746-2 Second edition 2009-12-15 Information technology Open distributed processing Reference model: Foundations Technologies de l'information Traitement réparti ouvert

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 10918-6 First edition 2013-04-15 Information technology Digital compression and coding of continuoustone still

More information

ISO/IEC INTERNATIONAL STANDARD. Software engineering Software measurement process. Ingénierie du logiciel Méthode de mesure des logiciels

ISO/IEC INTERNATIONAL STANDARD. Software engineering Software measurement process. Ingénierie du logiciel Méthode de mesure des logiciels INTERNATIONAL STANDARD ISO/IEC 15939 First edition 2002-07-15 Software engineering Software measurement process Ingénierie du logiciel Méthode de mesure des logiciels Reference number ISO/IEC 15939:2002(E)

More information

IEC INTERNATIONAL ISO/IEC STANDARD ISO. Information technology Configuration of Customer Premises Cabling (CPC) for applications

IEC INTERNATIONAL ISO/IEC STANDARD ISO. Information technology Configuration of Customer Premises Cabling (CPC) for applications INTERNATIONAL ISO/IEC STANDARD 14709-1 First edition 1997-09-01 Information technology Configuration of Customer Premises Cabling (CPC) for applications Part 1: Integrated Services Digital Network (ISDN)

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISO/IEC 15953 First edition 1999-12-15 Information technology Open Systems Interconnection Service definition for the Application

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 15945 First edition 2002-02-01 Information technology Security techniques Specification of TTP services to support the application of digital signatures Technologies de l'information

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 14709-2 First edition 1998-05 Information technology Configuration of Customer Premises Cabling (CPC) for applications Part 2: Integrated Services Digital Network (ISDN)

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology JPEG 2000 image coding system Part 14: XML representation and reference

ISO/IEC INTERNATIONAL STANDARD. Information technology JPEG 2000 image coding system Part 14: XML representation and reference INTERNATIONAL STANDARD ISO/IEC 15444-14 First edition 2013-07-15 Information technology JPEG 2000 image coding system Part 14: XML representation and reference Technologies de l'information Système de

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 9834-8 Second edition 2008-12-15 Information technology Open Systems Interconnection Procedures for the operation

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Open Systems Interconnection The Directory: Procedures for distributed operation

ISO/IEC INTERNATIONAL STANDARD. Information technology Open Systems Interconnection The Directory: Procedures for distributed operation INTERNATIONAL STANDARD ISO/IEC 9594-4 Sixth edition 2008-12-15 Information technology Open Systems Interconnection The Directory: Procedures for distributed operation Technologies de l'information Interconnexion

More information

ISO/IEC INTERNATIONAL STANDARD. Systems and software engineering Measurement process. Ingénierie des systèmes et du logiciel Processus de mesure

ISO/IEC INTERNATIONAL STANDARD. Systems and software engineering Measurement process. Ingénierie des systèmes et du logiciel Processus de mesure INTERNATIONAL STANDARD ISO/IEC 15939 Second edition 2007-08-01 Corrected version 2008-10-01 Systems and software engineering Measurement process Ingénierie des systèmes et du logiciel Processus de mesure

More information

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 181-3 First edition 1996-09-I 5 Information technology - Open Systems Interconnection - Security frameworks for open systems: Access control framework Technologies de I informa

More information

ISO/IEC TR This is a preview - click here to buy the full publication TECHNICAL REPORT. First edition

ISO/IEC TR This is a preview - click here to buy the full publication TECHNICAL REPORT. First edition This is a preview - click here to buy the full publication TECHNICAL REPORT ISO/IEC TR 19769 First edition 2004-07-15 Information technology Programming languages, their environments and system software

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 9594-8 Fifth edition 2005-12-15 Information technology Open Systems Interconnection The Directory: Publickey and attribute certificate frameworks Technologies de l'information

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD Third edition 99--5 Information technology - IS0 7-bit coded character set for information interchange Technologies de / information - Jew IS0 de caractkes cod& B 7 6kiments pour

More information

ISO/IEC TR TECHNICAL REPORT. Information technology Database languages SQL Technical Reports Part 1: XQuery Regular Expression Support in SQL

ISO/IEC TR TECHNICAL REPORT. Information technology Database languages SQL Technical Reports Part 1: XQuery Regular Expression Support in SQL TECHNICAL REPORT This is a preview - click here to buy the full publication ISO/IEC TR 19075-1 First edition 2011-07-15 Information technology Database languages SQL Technical Reports Part 1: XQuery Regular

More information

ISO/IEC 8348 INTERNATIONAL STANDARD. Information technology Open Systems Interconnection Network service definition

ISO/IEC 8348 INTERNATIONAL STANDARD. Information technology Open Systems Interconnection Network service definition INTERNATIONAL STANDARD ISO/IEC 8348 Third edition 2002-11-01 Information technology Open Systems Interconnection Network service definition Technologies de l'information Interconnexion des systèmes ouverts

More information

Sýnishorn ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Information security risk management

Sýnishorn ISO/IEC INTERNATIONAL STANDARD. Information technology Security techniques Information security risk management INTERNATIONAL STANDARD ISO/IEC 27005 Second edition 2011-06-01 Information technology Security techniques Information security risk management Technologies de l'information Techniques de sécurité Gestion

More information

I NTER NAT1 ONAL ISOIIEC STANDARD

I NTER NAT1 ONAL ISOIIEC STANDARD I NTER NAT1 ONAL ISOIIEC STANDARD 9041-1 Second edition 1997-06-1 5 Information technology - Open Systems Interconnection - Virtual Terminal Basic Class Protocol - Part 1: Specification Technologies de

More information

ISO/IEC TR TECHNICAL REPORT. Information technology Telecommunications and information exchange between systems Managed P2P: Framework

ISO/IEC TR TECHNICAL REPORT. Information technology Telecommunications and information exchange between systems Managed P2P: Framework TECHNICAL REPORT This is a preview - click here to buy the full publication ISO/IEC TR 20002 First edition 2013-12-01 Information technology Telecommunications and information exchange between systems

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 9834-8 Third edition 2014-08-15 Information technology Procedures for the operation of object identifier registration authorities Part 8: Generation of universally unique

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC Second edition 997-07-0 Information technology - Open Systems Interconnection - Protocol specification for the Association Control Service Element: Protocol Implementation

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia service platform technologies Part 2: MPEG extensible middleware (MXM) API

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia service platform technologies Part 2: MPEG extensible middleware (MXM) API INTERNATIONAL STANDARD ISO/IEC 23006-2 Second edition 2013-09-15 Information technology Multimedia service platform technologies Part 2: MPEG extensible middleware (MXM) API Technologies de l'information

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 25000 Second edition 2014-03-15 Systems and software engineering Systems and software Quality Requirements and Evaluation (SQuaRE) Guide to SQuaRE Ingénierie des systèmes

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 16390 First edition 1999-10-15 Information technology Automatic identification and data capture techniques Bar code symbology specifications Interleaved 2 of 5 Technologies

More information

ISO/IEC 1001 INTERNATIONAL STANDARD. Information technology File structure and labelling of magnetic tapes for information interchange

ISO/IEC 1001 INTERNATIONAL STANDARD. Information technology File structure and labelling of magnetic tapes for information interchange INTERNATIONAL STANDARD ISO/IEC 1001 First edition 2012-08-01 Information technology File structure and labelling of magnetic tapes for information interchange Technologies de l'information Structure des

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 15961 First edition 2004-10-15 Information technology Radio frequency identification (RFID) for item management Data protocol: application interface Technologies de l'information

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 10918-5 First edition 2013-05-01 Information technology Digital compression and coding of continuoustone still images: JPEG File Interchange Format (JFIF) Technologies de

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: Mapping W3C XML schema definitions into ASN.1

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: Mapping W3C XML schema definitions into ASN.1 INTERNATIONAL STANDARD ISO/IEC 8825-5 Third edition 2015-11-15 Information technology ASN.1 encoding rules: Mapping W3C XML schema definitions into ASN.1 Technologies de l'information Règles de codage

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISO/IEC 7816-10 First edition 1999-11-01 Corrected and reprinted 2000-02-15 Identification cards Integrated circuit(s)

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 1: Systems

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 1: Systems INTERNATIONAL STANDARD ISO/IEC 15938-1 First edition 2002-07-01 Information technology Multimedia content description interface Part 1: Systems Technologies de l'information Interface de description du

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Abstract Syntax Notation One (ASN.1): Parameterization of ASN.

ISO/IEC INTERNATIONAL STANDARD. Information technology Abstract Syntax Notation One (ASN.1): Parameterization of ASN. INTERNATIONAL STANDARD ISO/IEC 8824-4 Fifth edition 2015-11-15 Information technology Abstract Syntax Notation One (ASN.1): Parameterization of ASN.1 specifications Technologies de l'information Notation

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD ---- PI ------------ I_ e--.-m--- --------_-- --_---I_ -- -.-- -.-.--- ----.-- - - ---~ INTERNATIONAL STANDARD lso/iec 1067 First edition 1991445 ---- - - - -_----------- --~-. -- Information technology

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 9594-10 Third edition 2005-12-15 Information technology Open Systems Interconnection The Directory: Use of systems management for administration of the Directory Technologies

More information

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 7498-l Second edition 1994-l l-l 5 Corrected and reprinted 1996-06-l 5 Information technology - Open Systems Interconnection - Basic Reference Model: The Basic Model Technologies

More information

B C. This document is a preview generated by EVS ISO/IEC INTERNATIONAL STANDARD

B C. This document is a preview generated by EVS ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 13235-3 First edition 1998-12-01 Information technology Open Distributed Processing Trading Function Part 3: Provision of Trading Function using OSI Directory service Technologies

More information

ISO Intelligent transport systems Reference model architecture(s) for the ITS sector Data presentation in ASN.1

ISO Intelligent transport systems Reference model architecture(s) for the ITS sector Data presentation in ASN.1 INTERNATIONAL STANDARD ISO 14813-6 First edition 2009-09-15 Intelligent transport systems Reference model architecture(s) for the ITS sector Part 6: Data presentation in ASN.1 Systèmes intelligents de

More information

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD. Programming languages - C. Langages de programmation - C

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD. Programming languages - C. Langages de programmation - C INTERNATIONAL STANDARD ISOIIEC 9899 First edition 1990-12-15 Programming languages - C Langages de programmation - C E - w - E = z 2 z 3 = = = = - = s E- E Z C - Reference number ISOAEC 9899 : 1990 (El

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO/IEC 10918-5 First edition 2013-05-01 Information technology Digital compression and coding of continuoustone still images: JPEG File Interchange Format (JFIF) Technologies de

More information

Information technology Database languages SQL Technical Reports. Part 4: SQL with Routines and types using the Java TM programming language

Information technology Database languages SQL Technical Reports. Part 4: SQL with Routines and types using the Java TM programming language TECHNICAL REPORT ISO/IEC TR 19075-4 This is a preview of "ISO/IEC TR 19075-4:2...". Click here to purchase the full version from the ANSI store. First edition 2015-07-01 Information technology Database

More information

ISO/IEC Information technology Open Systems Interconnection The Directory. Part 9: Replication

ISO/IEC Information technology Open Systems Interconnection The Directory. Part 9: Replication INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 9594-9 Seventh edition 2017-05 Information technology Open Systems Interconnection The Directory Part 9: Replication

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 9314-20 First edition 2001-03 Information technology Fibre distributed data interface (FDDI) Part 20: Abstract test suite for FDDI physical medium ISO/IEC 2001 All rights

More information

INTERNATICNAL STANDARD

INTERNATICNAL STANDARD INTERNATICNAL STANDARD ISOIIEC 8806-4 First edition 1991-12-15 -... -.-.------_ ----- Information technology - Computer graphics - Graphical Kerne1 System for Three Dimensions (GKS-3D) language bindings

More information

Part 5: Protocol specifications

Part 5: Protocol specifications INTERNATIONAL STANDARD ISO/IEC 9594-5 Eighth edition 2017-05 Information technology Open Systems Interconnection The Directory Part 5: Protocol specifications Technologies de l information Interconnexion

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 15417 First edition 2000-06-01 Information technology Automatic identification and data capture techniques Bar code symbology specification Code 128 Technologies de l'information

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Abstract Syntax Notation One (ASN.1): Information object specification

ISO/IEC INTERNATIONAL STANDARD. Information technology Abstract Syntax Notation One (ASN.1): Information object specification INTERNATIONAL STANDARD ISO/IEC 8824-2 Fifth edition 2015-11-15 Information technology Abstract Syntax Notation One (ASN.1): Information object specification Technologies de l'information Notation de syntaxe

More information