MCAM: an Application Layer Protocol

Total Page:16

File Type:pdf, Size:1020Kb

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. We consider the integrated control of remote multi- mework. From our ongoing work on the XMovie pro ject [19] media devices, such as cameras, sp eakers and microphones, wehave gained exp erience in implementing CM-streams in to b e an imp ortant part of a distributed multimedia system. a network. Wehave learned from XMovie and other pro- In this pap er we describ e MCAM, an application layer archi- jects that low-level stream services can b e implemented on tecture, service and proto col for Movie Control, Access, and to day's computers successfully. Mo dern MAC proto cols for Management in a computer network. The OSI Reference high-sp eed networks, i.e. DQDB and ATM, allow iso chro- Mo del is our framework. We present the proto col data units nous transmission at high data rates [8]. Mo dern transp ort and the Finite State Machine for our application proto col proto cols employ rate-based ow control and forward er- and outline the automatic generation of the implementation ror correction in order to maintain the timing relationship co de for layer 7 from our formal sp eci cation. MCAM al- between sender and receiver [1], [26]. But application level lows complete and integrated control of movie data streams proto cols for CM streams are still missing. and devices in a heterogeneous multimedia network. Keywords: multimedia systems, digital movies, ISO/OSI, CM streams have to b e enriched in layer7by supp ort ser- application layer vices. Wehave identi ed two such services: movie directory and CM equipment control . Both services are absolutely [email protected] necessary for the realization of a multimedia service in a y [email protected] distributed heterogeneous environment. The movie directory is used as a rep ository for movie in- Permission to copy without fee all or part of this material formation, such as digital image format and storage lo cation. is granted provided that the copies are not made or distri- The equipment control service enables the user to control buted for direct commercial advantage, the ACM copyright CM equipment attached to remote computer systems, e.g. notice and the title of the publicati on and its date app ear, sp eakers, cameras, and microphones. and notice is given that copying is by p ermission of the As- In our mo del a user can access create, delete and select, so ciation for Computing Machinery.To copy otherwise, or manage query and mo dify attributes, and control play- to republish, requires a fee and/or sp eci c p ermission. back or record movies .Thus we call our proto col MCAM c 1993 ACM for Movie Control, Access and Management. Two other approaches to multimedia control in distribu- vironments are the Lancaster Architecture and Bellco- ted en source sink source sink re's Touring Machine. An overview of the two architectures hitectures make use of a rep o- can b e found in [25]. Both arc FILE sitory/name service, and in the Lancaster Architecture it is also p ossible to control CM equipment. But there is one ma- jor distinction b etween these two architectures and MCAM: FILE SHM We separate the control proto col from the CM stream proto- col and include the two new services in the control proto col. Our assumption is that name services and device control ha- e requirements radically di erent from those of continuous v LIVE media streams and should thus b e carried over a di erent proto col stack. unication Sys- In IBM's \Heidelb erg Multimedia Comm source sink tem" equipment control and stream control are also avai- lable but separated from each other [3]. Figure 1: An example of the three movie typ es None of these pro jects provides a formal description of the control proto col, whichwe consider to b e an imp ortant step towards standardization. Directory System. We use the ISO/CCITT directory This pap er is organized as follows. In Section 2, we pre- service and proto col to store and access distributed movie in- sent the mo del of the movie service. Section 3 describ es formation [11]. The X.500 directory standard distingui shes the service de nition. The proto col sp eci cation and use twotyp es of entities: directory user agents DUAs and di- of underlying services is outlined in Section 4. Section 5 rectory system agents DSAs. Arbitrary information can concludes the pap er. b e stored in the entries of an X.500 directory. Therefore its use for digital movie services is straightforward. A user interacts with the directory system via a DUA. 2 Mo del of the Movie Service The directory information is stored by the DSAs. They co op erate to guarantee the consistency of distributed data, 2.1 Streams and Movies and to answer remote and distributed queries. The directory entry for a movie contains at least the fol- Amultimedia application has to handle streams of conti- lowing attributes: a unique name, lo cation a host, typ e nuous media data, e.g. video and/or stereo audio streams. FILE, SHM, or LIVE, format audio or video format, and In this pap er we concentrate on digital movies. Three typ es compression metho d. of movies can b e distinguish ed: FILE , SHM , and LIVE .At A user can query the directory system using the MCAM the b eginning of its lifetime a movie will b e pro duced bya service. He can request information ab out a sp eci c movie source, e.g. a camera LIVE movie. After this it can b e or search for movies of a sp ecial typ e or format. If he has stored on disk for later use FILE movie, transmitted as the authorization he can create, mo dify or delete a movie a data stream through a network or pip ed through shared entry. memory SHM movie. The last step of its career will b e amovie consumer, e.g. a graphic display { a window from Equipment Control System. Most of the CM equip- the user p oint of view LIVE movie. We will see later that ment attached to a computer will supp ort more op erations the three typ es have di erent functions and requirements; than play, pause, resume and stop basic stream op erations. for example live sources cannot b e played backwards. It may b e p ossible to turn, zo om and fo cus a camera, or to The reason whyweintro duce the SHM typ e is for multi- increase or to decrease the volume of a sp eaker. Therefore cast distribution or lters. We can connect a movie source we consider remote equipment control to b e an imp ortant to a shared memory bu er SHM which in turn can b e part of a distributed multimedia system. connected to multiple sinks, implementing an application - Our mo del provides an interface to device op erations. controlled multicast. The SHM can also b e used for ltering, MCAM transmits the user requests to an equipment user compression, etc. An example is shown in Figure 1. agent EUA. The requested op eration is p erformed byan We call an entity reading from an input device and pro- equipment control agent ECA, which is directly connec- ducing a stream on a network a source of a movie and an 1 ted to the CM equipment . All ECAs form the equipment entity consuming a stream by writing on an output device control system ECS, which provides a lo cation-transparent a sink ofamovie. Sources and sinks can b e of either of the access to CM-equipment. three movie typ es FILE, SHM or LIVE. Stream Provider System. The stream provider system 2.2 Functional Mo del SPS provides to MCAM a plain stream service. Such st- ream services have b een prop osed in the literature e.g.
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]
  • 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.
    [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]
  • 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]