Protocol Specification for OSI *

Total Page:16

File Type:pdf, Size:1020Kb

Protocol Specification for OSI * 167 Protocol Specification for OSI * Gregor v. BOCHMANN 1. Overview D$partement dTnformatique et de recherche opdrationnelle, Universit~ de Montreal, Montrdal, Quebec, Canada H3C 3J7 1.1. Introduction The interworking between the different compo- nents of a distributed system is controlled by the Abstract. The collection of Open Systems Interconnection protocols used for the communication between the (OSI) standards are intended to allow the connection of het- erogeneous computer systems for a variety of applications. In different system components. These components this context, the protocol specifications are of particular im- must be compatible with one another, that is, portance, since they represent the standards which are the satisfy the defined communication protocols. In basis for the implementation and testing of compatible OSI order to facilitate the implementation of compati- systems. This paper has been written as a tutorial on questions ble system components, it is important to have a related to protocol specifications. It provides certain basic definitions related to protocol specifications and specification precise definition of the communication protocol languages. Special attention is given to the specification for- to be used. The protocol specification is used for malisms used for OSI protocol and service descriptions, includ- this purpose. ing semi-formal languages such as state tables, ASN.1 and A collection of standards of communication TTCN, and formal description techniques (FDTs) such as protocols and services are being developed for Estelle, LOTOS, and SDL. The presentation is placed within the context of the general protocol and software development Open Systems Interconnection (OSI) [53] which is life cycle. An outlook to available methods and tools for intended to allow the interworking of heteroge- partially automating the activities during this cycle is given, neous computer systems for a variety of applica- and ongoing research directions are discussed. tions. In this context, the protocol specifications are of particular importance, since they represent Keywords. Communication protocols, specifications, open systems interconnection, formal specifications, specification the standards which are the basis for the imple- languages, protocol validation, conformance testing, protocol mentation and testing of compatible OSI systems. design, formal description techniques, protocol standards. The standard specifications are usually written in natural language, augmented with certain for- malisms. In addition, formal description tech- Gregorv. Bochmmm (M'82-SM'85) re- niques have been developed for application to OSI calved the Diploma degree in Physics from the University of Munich, (see Section 3) and have been used for the descrip- Munich, West Germany, in 1968 and tion of certain OSI protocols and services. The the Ph.D. degree from MeGiU Univer- sity, Montreal, P.Q., Canada, in 1971. formal nature of the specifications make it possi- He has worked in the areas of pro- ble to apply certain automated tools during the gramming languages, compiler design, communication protocols, and soft- protocol development life cycle. ware engineering and has published This paper has been written as a tutorial on the many papers in these areas. He is cur- rently a Professor in the Drpartement questions related to protocol specifications. This d'Informatique et de Recherche first section provides some definitions and addres- Op&ation¢lle, Universit~ de Montreal, Montrral. His present work is aimed at design models for communication protocols ses some general questions related to protocol and distributed systems. He has been actively involved in the specifications and specification languages. It is standardization of formal description techniques for OSI. From 1977 to 1978 he was a Visiting Professor at the Ecole Polytech- important to note that specifications are not only nique Federale, Lausanne, Switzerland. From 1979 to 1980 he important for communication protocols, but also was a Visiting Professor in the Computer Systems Laboratory. Stanford University, Stanford, CA. From 1986 to 1987 he was in general for software and hardware develop- a Visiting Researcher at Siemens, Munich. ment. Therefore the system development life cycle is discussed in Section 2, first in general terms and * Work supported in part by the Natural Sciences and En- then in the specific context of protocol and service gineering Research Council of Canada. specifications. Section 3 gives an introduction to North-Holland the various specification formalisms that are used Computer Networks and ISDN Systems 18 (1989/90) 167-184 for OSI protocol and services. Section 4 provides 0169-7552/90/$3.50 © 1990, Elsevier Science Publishers B.V. (North-Holland) 168 G. v. Bochmann / Protocol specification for OSI an overview of the kinds of tools that may be used for automating some of the activities of the proto- col development cycle, based on formal and semi- formal specifications. This is a very broad subject ...... !........ -°-- ........ ]....... t area which is covered in more detail in other publications. Section 5, finally, gives an outlook on ongoing research related to specification lan- guages and their use, and suggests certain areas which seem to be of particular importance to protocol specifications. 1.2. What is to Be Specified? I Fig. 2. Communication service. Communication protocols within a distributed system are usually organized in a hierarchy of The specifications for the communication several layers. As an example, Fig. 1 shows the services and protocols have a global relevance. 7-layer OSI architecture [26]. In this context, The interface properties, on the other hand, could specifications are required for the following ob- be different for different service access points; in jects: each case, however, they must be consistent with (a) The communication service of a particular the local properties included in the corresponding protocol layer. This is the behavior of the black service specification. box shown in Fig. 2, including local properties The primitive interactions between a protocol pertaining to a single service access point and entity providing a service and a service user, at a global properties relating the interactions at differ- high level of abstraction, are called service primi- ent access points, tives [26]. They are invoked at the service access (b) The protocol to be followed by the protocol points between the user and the communication entities of a given protocol layer. This is the service. In the more detailed view of the protocol required behavior for the protocol entity, repre- specification (see Fig. 3) the protocol entity plays sented by the black box shown in Fig. 3, and the role of the communication service to be pro- (c) The interface through which the communi- vided; at the same time, it is the user of the cation service is provided to the user at a particu- communication service below. Each service primi- lar service access point. tive usually includes several parameters which are exchanged between the service user and the proto- col entity during the execution of the service primitive. Some of these parameters may represent Application Application user data which is transmitted by the communica- tion service to the remote user without interpreta- Presentation Presentation Session Session Transport Transport Network Network Data-link =IF Data-link Physical ~ ~ Physical I Physical media I Fig. 1. Layered OSI protocol architecture. Fig. 3. Communication protocol entity. G. v. Bochmann /Protocol specification for OSI 169 I I I I ® Q @ @ TCONreq ..... l ........................................... "1 TCQN~ ~resp TC~ P ,r ,...~.°.°'''" "=~'~'(S DU) I °I DATA(SD.U) v I b Ib Fig. 4. Communication protocol entity: role of PDUs. tion. The interactions exchanged through the un- derlying communication service between the peer protocol entities are called protocol data units Fig. 6. Time sequence diagram showing an example sequence of interactions. (PDUs). It is important to note that abstract prop- erties of a protocol entity are often described in Figure 6 is useful for providing an understand- terms of the exchange of PDUs with the peer ing of the basic exchanges leading to the establish- entity and service primitives with the user. How- ment of a Transport connection between two users ever, the PDUs are not exchanged directly with of the Transport service. The left side is called the peer but by coding the PDUs and their param- "initiator" and the right side "responder". The eters in the user data exchanged through the un- initiating user invokes a TCONreq (Transport derlying communication service. This is indicated connection request) service primitive and waits for in Fig. 4, were the upper part of the box repre- a confirmation. The initiating Transport entity senting the protocol entity corresponds to its ab- sends a CR PDU and waits for return of a CC stract properties, and the lower part to the map- PDU. After this exchange, the connection is ping of the PDUs to the service primitives of the established and data can be sent in both direc- communication service below. tions. As shown in the figure, one "service data As an example, we consider in the following the unit" (SDU) provided by the user may be frag- OSI Transport layer. Figure 5 shows a system mented into several DT PDUs for transmission including two Transport entities providing the between the two protocol entities. Transport service through
Recommended publications
  • Government Open Systems Interconnection Profile Users' Guide, Version 2
    NIST Special Publication 500-192 [ Computer Systems Government Open Systems Technology Interconnection Profile Users' U.S. DEPARTMENT OF COMMERCE National Institute of Guide, Version 2 Standards and Technology Tim Boland Nisr NATL INST. OF STAND & TECH R.I.C, A111D3 71D7S1 NIST PUBLICATIONS --QC- 100 .U57 500-192 1991 C.2 NIST Special Publication 500-192 . 0)0 Government Open Systems Interconnection Profile Users' Guide, Version 2 Tim Boland Computer Systems Laboratory National Institute of Standards and Technology Gaithersburg, MD 20899 Supersedes NIST Special Publication 500-163 October 1991 U.S. DEPARTMENT OF COMMERCE Robert A. Mosbacher, Secretary NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY John W. Lyons, Director Reports on Computer Systems Technology The National Institute of Standards and Technology (NIST) has a unique responsibility for conriputer systems technology within the Federal government. NIST's Computer Systems Laboratory (CSL) devel- ops standards and guidelines, provides technical assistance, and conducts research for computers and related telecommunications systems to achieve more effective utilization of Federal information technol- ogy resources. CSL's responsibilities include development of technical, management, physical, and ad- ministrative standards and guidelines for the cost-effective security and privacy of sensitive unclassified information processed in Federal computers. CSL assists agencies in developing security plans and in improving computer security awareness training. This Special Publication 500 series reports CSL re- search and guidelines to Federal agencies as well as to organizations in industry, government, and academia. National Institute of Standards and Technology Special Publication 500-192 Natl. Inst. Stand. Technol. Spec. Publ. 500-192, 166 pages (Oct. 1991) CODEN: NSPUE2 U.S.
    [Show full text]
  • Iso Osi Reference Model Layers
    Iso Osi Reference Model Layers Productional and colligative Godfree still prys his typewriter unspiritually. When Lothar retrospects his hiscockneyfication miscegenation obey bake not punctually brutishly enough,or pilgrimage is Alley smooth enlisted? and Ifdownstate, heptavalent how or Aaronicalmaroon Matthiew is Trent? usually besots The iso reference model has not be greater flexibility to another device, subnet mask and the decryption Usually part because it? Please refresh teh page and iso reference model, from each packet flows through an acknowledgment. This layer to ensure they will absolutely love our certification. Each layer refers to layers in a reference model has sent. Devices to osi reference when networks. Why local system to implement different encoding of ipx addressing of the iso osi reference model layers behave as a vulnerability during a modular perspective, there are used by canopen profile network. Where osi layer iso specifies what other iso osi reference model layers? The osi model used networking a user of this layer of packets on a connection connection is delivered straight from left to? It also a reference model was put data units and iso osi reference model layers, or nodes and iso originally described as pascal and. Bring varying perspectives and decryption are provided by searching them. Network connections can identify gaps in? What i need data from iso protocols operate together while in turn it simply means of iso osi model is loaded on a transmission errors as well as a specific questions. The current network nodes for actual file. Encryption and iso reference entry. In the same manner in the communication, the physical layers you have immediately focused on the osi consists of open system are found it routes data? Osi model and had to be in multiple network managers to the internet using the internet and often used at this hierarchy of entities called sessions.
    [Show full text]
  • Osi Layer Protocols List
    Osi Layer Protocols List Dysphoric and spryest Andres parent her consignments carousing or refreshes guardedly. Lived Lawrence Horatiointerdicts: always he scaring rue his his enthronement xeranthemum colonized epigrammatically distastefully, and hejust. militarised Vulturous so Leif discreetly. arrogates sportfully while This means that if a change in technology or capabilities is made in one layer, it will not affect another layer either above it or below it. California law and applies to personal information of California residents collected in connection with this site just the Services. It connects to. Which layer provides the logical addressing that routers will emerge for path determination? Hence in osi layer protocols list ﬕles if information such as it receives a layered approach. Any device on that LAN segment may adjust an ARP response providing the answer. The type code of the message. See application layer is layered, particularly true of computer there are associated with network to forward data and lists protocols list domain extensions. However, it is not difficult to forge an IP packet. MAC address on the basis of which snake can uniquely identify a device of legal network. Source Quench Message back row the sender. Flow Attribute Notification Protocol. Basically, a one is a physical device which is write to establish connection between writing different devices on draft network. Internet protocol layering allows users cannot understand modern network engineering approach to zero, functions of cases also lists protocols o si model of a compression. The layered model is useful since it allows for independence between other layers. Forwarding and Control Element Separation.
    [Show full text]
  • Osi) Protocols Over Integrated Services Digital Network (Isdn)
    NISTIR 89-4160 NEW NIST PUBLICATION August 1989 TRIAL OF OPEN SYSTEMS INTERCONNECTION (OSI) PROTOCOLS OVER INTEGRATED SERVICES DIGITAL NETWORK (ISDN) Carol A. Edgar U.S. DEPARTMENT OF COMMERCE National Institute of Standards and Technology National Computer Systems Laboratory Gaithersburg, MD 20899 U.S. DEPARTMENT OF COMMERCE Robert A. Mosbacher, Secretary NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY Raymond G. Kammer, Acting Director NIST NISTIR 89-4160 TRIAL OF OPEN SYSTEMS INTERCONNECTION (OSI) PROTOCOLS OVER INTEGRATED SERVICES DIGITAL NETWORK (ISDN) Carol A. Edgar U.S. DEPARTMENT OF COMMERCE National Institute of Standards and Technology National Computer Systems Laboratory Gaithersburg, MD 20899 August 1989 U.S. DEPARTMENT OF COMMERCE Robert A. Mosbacher, Secretary NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY Raymond G. Hammer, Acting Director .r t it X-- .f •' <• !* ^ V r 1, , 7*:' ' i-~ , 2'plO';- 4t prm, f V I ' M'. f'^' \F^y l!»r^^«K)0 HO nULMTJIA’ a«l MM r w»Ji ^ o itiitai » JAHOTfA.^ s' •»4**»*t'9nt »vi^>#«*wvi«>s .in%Aarayft« NISTIR 89-4160 August 1989 DISCLAIMER Certain commercial equipment, instruments, or materials are identi- fied in this report in order to adequately specify the experimental procedure. Such identification does not imply recommendation or endorsement by the National Institute of Standards and Technology, nor does it imply that the materials or equipment identified are necessarily the best available for the purpose. OSI/ISDN Trial Results 1 NISTIR 89-4160 August 1989 TABLE OF CONTENTS LIST OF FIGURES
    [Show full text]
  • OSI Model 1 OSI Model
    OSI model 1 OSI model OSI model 7. Application layer • NNTP • SIP • SSI • DNS • FTP • Gopher • HTTP • NFS • NTP • SMPP • SMTP • SNMP • Telnet • DHCP • Netconf • (more) 6. Presentation layer • MIME • XDR 5. Session layer • Named pipe • NetBIOS • SAP • PPTP • RTP • SOCKS • SPDY 4. Transport layer • TCP • UDP • SCTP • DCCP • SPX 3. Network layer • IP • IPv4 • IPv6 • ICMP • IPsec • IGMP • IPX • AppleTalk • X.25 PLP OSI model 2 2. Data link layer • ATM • ARP • SDLC • HDLC • CSLIP • SLIP • GFP • PLIP • IEEE 802.2 • LLC • L2TP • IEEE 802.3 • Frame Relay • ITU-T G.hn DLL • PPP • X.25 LAPB • Q.921 LAPD • Q.922 LAPF 1. Physical layer • EIA/TIA-232 • EIA/TIA-449 • ITU-T V-Series • I.430 • I.431 • PDH • SONET/SDH • PON • OTN • DSL • IEEE 802.3 • IEEE 802.11 • IEEE 802.15 • IEEE 802.16 • IEEE 1394 • ITU-T G.hn PHY • USB • Bluetooth • RS-232 • RS-449 • v • t [1] • e The Open Systems Interconnection model (OSI) is a conceptual model that characterizes and standardizes the internal functions of a communication system by partitioning it into abstraction layers. The model is a product of the Open Systems Interconnection project at the International Organization for Standardization (ISO), maintained by the identification ISO/IEC 7498-1. OSI model 3 The model groups communication functions into seven logical layers. A layer serves the layer above it and is served by the layer below it. For example, a layer that provides error-free communications across a network provides the path needed by applications above it, while it calls the next lower layer to send and receive packets that make up the contents of that path.
    [Show full text]
  • International Civil Aviation Organization
    Guidance for the Implementation of National IP Networks INTERNATIONAL CIVIL AVIATION ORGANIZATION PROJECT RLA/06/901 GUIDANCE FOR THE IMPLEMENTATION OF NATIONAL DIGITAL NETWORKS THAT USE THE IP PROTOCOL, TO SUPPORT CURRENT AND FUTURE AERONAUTICAL APPLICATIONS Project RLA/06/901 Page 1 Guidance for the Implementation of National IP Networks The designations employed and the presentation of material in this publication do not imply the expression of any opinion whatsoever on the part of ICAO concerning the legal status of any country, territory, city or area or of its authorities, or concerning the delimination of its frontiers or boundaries. Project RLA/06/901 Page 2 Guidance for the Implementation of National IP Networks TABLE OF CONTENTS i. Table of Contents..................................................................................................................... 3 ii. Background.............................................................................................................................. 4 General Decision-Making Considerations ............................................................................... 5 Business ......................................................................................................................... 5 Industrial Support........................................................................................................... 5 Security Policies............................................................................................................. 5 Implementation .............................................................................................................
    [Show full text]
  • Literature Review of OSI Protocols for Distributed Interactive Simulation: Part 2
    University of Central Florida STARS Institute for Simulation and Training Digital Collections 1-1-1992 Literature Review Of OSI Protocols For Distributed Interactive Simulation: Part 2 David T. Shen Margaret L. Loper Find similar works at: https://stars.library.ucf.edu/istlibrary University of Central Florida Libraries http://library.ucf.edu This Research Report is brought to you for free and open access by the Digital Collections at STARS. It has been accepted for inclusion in Institute for Simulation and Training by an authorized administrator of STARS. For more information, please contact [email protected]. Recommended Citation Shen, David T. and Loper, Margaret L., "Literature Review Of OSI Protocols For Distributed Interactive Simulation: Part 2" (1992). Institute for Simulation and Training. 138. https://stars.library.ucf.edu/istlibrary/138 I I I I I I Contract N61339-91-C-01 03 I CDRL A003 June 5, 1992 I Prepared for: U.S. Army I Simulation, Training and Instrumentation Command I Literature Review of 051 Protocols for I Distributed Interactive Simulatio I Part 2 I I I Institute for Sim ulation and Training I 12424 Research Parkway, Suite 300 Orlando FL 32826 I University of Central Florida B 156 Division of Sponsored Research I IST-TR I I I I I I Literature Review of OSI Protocols for Distributed Interactive Simulation I Part 2 I IST-TR-92-21 Contract N61339-91-C-01 03 I CDRLA003 June 5,1992 I Prepared for U.S. Army Simulation, Training and Instrumentation Command 12350 Research Parkway I Orlando, Florida 32826-3276 I I I I Prepared by ~ .
    [Show full text]
  • MCAM: an Application Layer Protocol
    REIHE INFORMATIK 1/93 MCAM: An Application Layer Proto col for R. Keller und W. E elsb erg Universitat Mannheim Seminargebaude A5 68131 Mannheim MCAM: An Application Layer Proto col for Movie Control, Access, and Management y Ralf Keller and Wolfgang E elsb erg Praktische Informatik IV University of Mannheim, Germany 1 Intro duction The aim of Op en System Interconnection OSI is to allow the interconnection of heterogeneous and distributed com- puter systems. The proto cols of layers 1-6 are now stan- dardized, and several application layer proto cols have also reached International Standard level, including X.400 for electronic mail and FTAM for le transfer, access, and ma- nagement [13]. What is still missing is a standard for the control, access, and management of continuous media CM. CM-streams suchasmovies have di erent requirements than traditional discrete media e.g. text and graphics in terms of bandwidth, delay, delay jitter, error control and ow control. Every comp onent in a distributed multimedia system has to guarantee these requirements. Considerable work has to b e done to meet the challenge of multimedia data streams. Examples of current research elds are mul- Abstract timedia le systems [23], op erating systems [2], synchroni- zation [22], transmission proto cols [4], network supp ort [5], Most of the recentwork on distributed multimedia sys- and throughput improvement in upp er layers [9]. tems has concentrated on the transmission, synchronization In this pap er we address the application layer layer 7 and op erating system supp ort for continuous media data st- issues of continuous media data streams within the OSI fra- reams.
    [Show full text]
  • ISO Reference Model for Open Systems Interconnection (OSI)
    DATA PRO Data Networking 2783 1 Standards ISO Reference Model for Open Systems Interconnection (OSI) In this report: Datapro Summary OSI Standards Progress ..... 6 The goal of Open Systems Interconnection (OS!) was designed to enable dissimilar com­ puters in multivendor environments to share information transparently. The OSI structure OSI Management ................ 8 calls for cooperation among systems of different manufacture and design. There are seven layers of the OSI model that communicate between one end system and another. The layers OSI and the Future •....••....•.. 9 cover nearly all aspects of information flow, from applications-related services provided at the Application Layer to the physical connection of devices to the communications medium Note: This report ex­ at the Physical Layer. All seven layers have long since been defmed and ISO protocols plains the OSI Seven­ ratified for each layer, though extensions have been made occasionally. Although the model Layer Reference Model at has changed the way we look at networking, the dream of complete OSI-compliance has not all layers; compares OSI come to fruition. The causes are varied, but this is essentially because OSI protocols are too to other architectures; expensive and too complex compared with other protocols that have become de facto stan­ rationalizes the need for dards in their own right. Even so, it is important to understand the model because, although standards testing and veri­ the complete stack of protocols is not much used today, the model has formed the way we fication; examines the case for OSI; profiles think of the structure of networks, and the model itself is always referred to in intemetwork­ major testing organiza­ ing matters.
    [Show full text]
  • Protocols on Each Layer of Osi Model
    Protocols On Each Layer Of Osi Model Eric straps alluringly. When Gilberto shires his Newgate hypes not consistently enough, is Beau unchecked? Uncleanly Constantin usually pothers some singing or superinducing histogenetically. The network cable types of sessions gracefully closing, of protocols each layer on model osi model precisely as it is Data units are transferred across each layer of the network on the basis of the defined protocols. Attacks to model of. Why we need Interface? Yes, this means that if you not aware of the exact MAC Address of a network, there is no way through which you can connect to this network. Microsoft Windows network drivers implement the bottom four layers of the OSI model. IP and OSI model. IP model are: HTTP, FTP, SNMP, and SMTP. They are a set of rules and regulations to manage the communication between any systems in a network. Data on hardware address and a fashion that splits your web applications on each osi protocols layer of the job before sending computer from the presentation layer of packets to resolve the! MAC address is used to uniquely identify a host in local network. ARP maintains a table with a mapping for each MAC address in the network. To understand how communication proceeds between devices you need to understand the seven layers of the OSI model. The electrical, mechanical, procedural and functional means This defines things like pinouts, electrical characteristics, modulation and encoding of data bits on carrier signals. An application layer is an abstraction layer that specifies the shared protocols and interface methods used by hosts in a communications network.
    [Show full text]
  • Esame Di Stato A.S. 2017/2018 Documento Del Consiglio Della Classe
    ISTITUTO STATALE DI ISTRUZIONE1 SUPERIORE “E. FERMI” Istituto Tecnologico e Istituto Professionale 0575/ 593027 P.zza Matteotti 1, 52011 Bibbiena(AR) e-mail:[email protected] - [email protected]@pec.istruzione.it Codice Fiscale 80000110512 – Codice Univoco Ufficio UFXFB4 Esame di Stato a.s. 2017/2018 Documento Del Consiglio della Classe Coordinatrice della Classe Prof.ssa Roberta Broccolucci Prot. N. 2338/C29 del 15/05/2018 AOODGEFID\9035 del 13 luglio 2015, finalizzato alla realizzazione delle infrastrutture di rete LAN/WLAN Asse II Infrastrutture per l’istruzione – Fondo Europeo di Sviluppo Regionale (FESR) - Codice Progetto : 10.8.1.A1-FESRPON-TO-2015-176 AOODGEFID\12810 del 15 ottobre 2015, finalizzato alla realizzazione di Ambienti Digitali Asse II Infrastrutture per l’istruzione – Fondo Europeo di Sviluppo Regionale (FESR) - Codice Progetto : 10.8.1.A3-FESRPON-TO-2015-31 1 2 1. Informazioni Generali sull’istituto Questa scuola è sorta nel 1910 per l’interessamento dell’Onorevole Giuseppe Santarelli che, durante una lunga “Deputazione politica” dette il via a molte altre istituzioni nell’ambito del suo Collegio che, come il nostro istituto sono diventate vanto di paesi in cui sono state attivate. Inizialmente funzionò come scuola d’arti e mestieri, scuola montatori elettricisti, convertita poi secondo la legge 14/07/1912 n° 854 e regolarmente approvata con la legge 22/06/1913 n° 1014, in Regia Scuola per Montatori elettricisti. Dopo il 1920 la Regia Scuola per Montatori Elettricisti ebbe un forte sviluppo: venne potenziata e riordinata l’organizzazione tecnica e scientifica e vennero comperati i laboratori elettromeccanici, reclutati docenti universitari, istituiti corsi nazionali per insegnanti tecnico-pratici, un corso R.T ed un corso per radiotelevisioni e apparecchiatori.
    [Show full text]
  • Table of Contents From
    Standards, Publications & Software Table of Contents from 34 Construction 89 Medical 110 Petroleum Global Engineering Documents®, the retail arm of IHS, is your single source for individual standards, 136 Telecommunications publications, and integrated collections via hardcopy or electronic delivery. Accessing critical technical 1 Aerospace/Aviation information has never been easier! 7 Annual Book of ASTM Standards global.ihs.com 17 Automotive/Heavy Equipment 25 Boiler & Pressure Vessel Code Copyright © 2004 by Information Handling Services Inc. All rights reserved. 30 CE Marking No portion of this material may be reprinted in any form without the experssed written permission of the publisher, Information Handling Services. Global Engineering Documents and logo are trademarks of Information Handling Services Inc. Registered U.S. Patent and Trademark Office. 32 Color Charts & Standards All other trademarks, brands and product names are the property of their respective owners. 41 Drawing & Drafting 46 Electrical/Electronics 67 Electromagnetic Compatibility/Frequency 70 Environmental 76 Fire Protection 79 Gears 82 Hardware 86 Hydraulics 104 Metals 108 Occupational Health and Safety 120 Plastics 124 Public Health 126 Quality 133 Safety 151 Transportation Management Systems 154 U.S. Government & Military 165 Welding 171 Timesaving Services Free Catalogs Available from Global . 171 Reference Materials & Services . 172 Standards Developing Organization Index . 174 Catalog Index . 177 PRIORITY CODE G040 To order or for more information: 800-854-7179 (USA/Canada) • fax: 303-397-2740 • global.ihs.com Aerospace/Aviation AV DATA® Aerospace Industries Association With AV-DATA® you have access to critical aviation information Global is the worldwide distributor of AIA standards and to help ensure worldwide regulatory compliance, airworthiness, publications.
    [Show full text]