The UNIX Time-Sharing System

Total Page:16

File Type:pdf, Size:1020Kb

The UNIX Time-Sharing System 1. Introduction ACM Symposium on Operating Systems Principles There have been three versions of UNIX. The earliest Yorktown Heights, N.Y.: October, 1963 version (circa 1969-70) ran on the Digital Equipment Corporation PDP-7 and -9 computers. The second ver. sion ran on the unprotected PDP.~~'20 computer. hi^ paper describes only the PDP-ll 40 and .'45 [I] system System The UNIX Time- since it is more modern and many of the diferences The UNMO Time-Sharing between it and older UNlx systems result from redesign Dennis M. Ritchie and Ken Thompson Sharing System of features found to be deficient or lacking. Since PDP-l l UNIX became operational in February July, 1974 Dennis M. Ritchie and Ken Thompson 1971, about 40 installations have been put into service; Volume 17, Number 7 Bell Laboratories they are generally smaller than the system described here. Most of them are engaged in applications such as pp. 365-375 the preparation and formatting of patent applications and other textual material, the collection and processing of trouble data from vartous switching machines within the Bell System, and recording and checking telephone service orders. Our own installation is used mainly machines, most notably the PDP-I1 family. for research in operating systems, languages, com- UNIPhas become one of the most widely puter networks, and other topics in computer scienc', known and imitated operating systems of all The genius of Ritchie and Thompson is in UNIX is a general-purpose, multi-user, interactive and also for document preparation. time. Ken Thompson, in working on a pro- their selection of a subset of the most pow- operating system for the Digital Equipment Corporation Perhaps the most important achievement of L.NIX PDP-II/~Oand 11/45 computers. It offers a number of is to demonstrate that a powerful operating system gram for simulating the movements of celes- e@lfunctions of MUUICS (especially pro- features seldom found even in larger operating systems, for interactive use need not be expensive either in cesses, directory hierarchies, stream- including: (I) a hierarchical file system incorporating equipment or in human eRort: u~ixcan run on hardware tial bodies in the solar system, became dis- demountable volumes; (2) compatible file, device. and costlng as little as $40,000, and less than two man- satisjied with the excessively slow rate by oriented IIO, file-like devices, and the shell) inter-process 1/O; (3) the ability to initiate asynchronous years were spent on the main system software. Yet which he developed programs within MUL- together with their own invention of the pipe. processes; (4) system command language selectable on a UNlX contains a number of features seldom ofered even per-user basis; and (5) over LOO subsystems including a in much larger systems. It is hoped, however, the users TICS as then constituted. (MUUICS was These elements made their operating system dozen languages. This paper discusses the nature and of UNIX will find that the most important characteristics the advanced time-sharing system con- a very powe@l programming environment. implementation of the file system and of the user of the system are its simplicity, elegance, and ease of use. command interface. Besides the system proper, the mior programs structed jointly by Bell Labs and MIT) The name, UNIX, was a tra&omtion of Key Words and Phrases: time-sharing, operating available under u~ixare: assembler, text editor based Thompson wrote an operating systemfor the MUUICS, with MUL.TI- becoming UNI- system, file system, command language, PDP-11 on QED (21, linking loader, symbolic debugger, compiler CR Categories: 4.30,4.32 for a language resembling BCPL [3] with types and PDP-7 minicomputer and worked on his and -CS becoming -X. These tramfom- structures (C), interpreter for a dialect of BASIC, text "space program" there. Dennis Ritchie , tions connoted the simplijicatiom in their formatting program, Fortran compiler, Snobol inter- preter, top-down compiler-comp~ler (TMC) 141, bot- who wrote the C programming language, operating system, its orientation toward tom-up compiler-compiler (YAK), form letter generator, became a collaborator and rewrote single-user systems, and its ejiciency. This macro processor (M6) [S], and permuted index program. There is also a host of maintenance, utility, recred- Thompson's operating system in C.Because paper received the ACM award for best tion, and novelty programs. All of these programs were the operating system was small enough tofit paper in programming languages and sys- written locally. It is worth noting that the system is totally self-supporting. AII UNIX software is maintained in a minicomputer,the C language allowed it tems in 1974. under UNIX; likewise, UNIX documents are generated to be transported to a wide variety of other -I? J D. and formatted by the UNIX editqr and text formatting program. Copyright @ 1974, Association for Computing Mach~nery,Inc. General permission to republish, but not for profit, all or part 2. Hardware and Software Environment of this material is granted provided that ACM's copyr~ghtnotice is given and that reference is made to the publication, to its date The PDP-II/~Son which our UNIX installation is of issue, and to the fact that reprrnting privileges were granted by permission of the Association for Computing Machinery. implemented is a 16-bit word (8-bit byte) computer with This is a revised venion of a paper presented at the Fourth 144K bytes of core memory; UNIX occupies 42K bytes. ACM Symposium on Operating Systems Principles, IBM Thomas This system, however, includes a very large number of I. Watson Rerearch Center, Yorktown Heights, New York, October 15-17, 1973. Authors' address: Bell Laboratories, Murray Hill, device drivers and enjoys a generous allotment of space NJ 07974. for I/o buffers and system tables; a minimal system Communications 25th Anniversary Issue January, 1983 of Volume 26 the ACM Number 1 capable of running the software mentioned above can directory of his own files; he may also create subdirec- visit subtrees of the directory structure, and more im- keeping which would otherwise be required to assure require as little as 50K bytes of core altogether. tories to contain groups of files conveniently treated portant, to avoid the separation of portions of the removal of the links when the removable volume is The PDP-ll has a 1M byte fixed-head disk, used for together. A directory behaves exactly like an ordinary hierarchy. If arbitrary links to directories were per- finally dismounted. In particular, in the root directories file system storage and swapping, four moving-head file except that it cannot be written on by unprivileged mitted, it would be quite difficult to detect when the of all file systems, removable or not, the name ".." disk drives which each provide 2.5M bytes on removable programs, so that the system controls the contents last connection from the root to a directory was severed. refers to the directory itself instead of to its parent. disk cartridges, and a single moving-head disk drive of directories. However, anyone with appropriate per- which uses removable 40M byte disk packs. There are mission may read a directory just like any other file. 3.3 Special Files 3.5 Protection also a high-speed paper tape reader-punch, nine-track The system maintains several directories for its own Special files constitute the most unusual feature of Although the access control scheme in UNlx is quite magnetic tape, and DEctape (a variety of magnetic use. One of these is the root directory. All files in the the UNIX file system. Each I/O device supported by simple, it has some unusual features. Each user of the tape facility in which individual records may be ad- system can be found by tracing a path through a chain UNIX is associated with at least one such file. Special system is assigned a unique user identification number. dressed and rewritten). Besides the console typewriter, of directories until the desired file is reached. The files are read and written just like ordinary disk files, When a file is created, it is marked with the user ID of there are 14 variable-speed communications interfaces startingpolnt forsuch searches isoften the root.Another but requests to read or write result in activation of the its owner. Also given for new files is a set of seven attached to 100-series datasets and a 201 dataset in- system directory contains all the programs provided for associated device. An entry for each special file resides in protection bits. Six of these specrfy independently read, terface used primarily for spooling printout to a com- general use; that is, all the commands. As will be seen, directory ,,dev, although a link may be made to one of write, and execute permission for the owner of the munal line printer. There are also several one-of-a-kind however, it is by no means necessary that a program these files just like an ordinary file. Thus, for example, file and for all other users. devices including a Picturephonea interface, a voice reside in this directory for it to be executed. to punch paper tape, one may write on the file !dev/ppt. If the seventh bit is on, the system will temporarily response unit, a voice synthesizer, a phototypesetter, a Files are named by sequences of 14 or fewer Special files exist for each communication line, each change the user identification of the current user to digital switching network, and a satellite PDP-II~~Ocharacters. When the name of a file is specified to the dlsk, each tape drive, and for physical core memory.
Recommended publications
  • 1.Operating Systems Overview
    OPERATING SYSTEMS OVERVIEW Contents O.S.Functions The Evolution of O.S. Characteristics of O.S. Basic hardware elements 1 Contents O.S.Components System calls O.S.Structure USER 1 USER 2 USER 3 USER n compiler text interpreter database editor system operating system computer hardware 2 Programming system components compilers loader linker comand interpreter (shell) … O.S. purposes to make a computer more convenient and easier to use to allow more efficient operations of the whole computer system 3 To simplify the program development The O.S. masks the details of the hardware from the programmer and provides the programmer with a convenient interface for using system resources (system calls) To simplify the program development Definition of an extended (virtual) machine 4 VIRTUAL MACHINE ES: DISK CONTROLLER commands: read, write, head motion, ecc… parameters: sector address, number of sectors for each track, ecc… state and error conditions 5 Hardware resource allocation Access to system resources must be controlled and conflicts for resource contention resolved Hardware resource allocation Any user should be provided with required resources, by following suitable policies 6 The details for the management of hardware resources must be hidden to users System calls provide the interface between the application programs and the O.S. 7 THE EVOLUTION OF O.S. Serial processing No O.S. Control by console Scheduling Setup time 8 Simple batch systems Monitor Resident in main memory Control of the program execution “batch” solution
    [Show full text]
  • Bpml 30-Nov-77 08:14 42492 This File Is a Combination Ot Two Earlier Files
    BPMl 30-Nov-77 08:14 42492 ,NLS DOCUMENTS AND PUBLICATIONS LIST - May 1977 This file is a combination ot two earlier files that included a listing of ARC publl~ations and documents through May 1977. It was compiled by Nina Zolotow. 1 AUGMENTATION RESEARCH CENTER PUBLICATIONS 2 Engelbart, D.C., "Special Considerations of tne Individual as a User, Generator, and RetrieVer of Information," Reprinted from American Documentation, Vol. 12, No.2, APrll, 1961 (XDOC··0585,) 3 Engelbart, D.C., "Augmenting Human Intellect: A Conceptual Framework," Stanford Research Inst1tute, Augmentation Research Center, AFOSR-322J, AD-289 5&5m October 1962 (XDOC--3906 J ) 4 Engelbart, D.C., "A Conceptual Framework for the Augmentation Of Man·s Intellect," VISTAS IN INFORMATION HANDLING, Howerton and Weeds (Editors), spartan BOOkS, Washington, D.C~, 1963, PP. 1-29 (XDOC-·0981,) 5 Engelbart, D.C., Sorenson, P.H., "Explorations in the Automation of Sensorimotor SkIll Tralnlng," stanford Research Institute, MAVTRADEVCEN 1517-1, AD 619 046, January 1965 (XDOC--11736,) 6 Engelbart, D.C., "Augmenting Human Intellect: Experiments, Concepts, and Posslbilltles--Summary Report," Stanford Research Institute, Au~mentatlon Research Center, March 1965 (XDOC--9691,) 7 EngliSh, W.K., Engelbart, D.C., HUddart, B., "Computer Aided DiSPlay Control--Final Report.," Stanford Research Institute, Augmentation Research Center, July 1965 (XDOC--9692,) 8 English, W.K., Engelbart, D.c., Berman, M.A., "DisplaY-Selection Techniques for Text ManiPulation," IEEE TRANSACTIONS ON HUMAN FACTORS IN ELECTRONICS, VOl. HFE~8, No.1, Pp. 5-15, March 1967 (XDOc--9694,) 9 Licklider, J.C.R., Taylor, R.W., Herbert, E., "The Computer as a CommuniCation Device," INTERNATIONAL SCIENCE AND TECHNOLOGY, NO.
    [Show full text]
  • The Implementation of Nls on a Minicomputer by James G
    \ \ \ \ \ THE IMPLEMENTATION OF NLS ON A MINICOMPUTER BY JAMES G. MITCHELL CSL 73·3 AUGUST 1973 NIC #18941 This technical report covers the research performed at Xerox Palo Alto Research Center (PARC) for the period June 30, 1972 to July I, 1973 under Contract Number DAHCl5 72 C 0223 with the Advanced Research Projects Agency, Information Processing Techniques Office. The research covers initial studies and evaluation of transferring a large, display-oriented documentation system (the NLS system developed at Stanford Research Institute) to a minicomputer system and a protocol for accessing NLS over the ARPANET. The research reported herein was supported by the Advanced Research Projects Agency under Contract No. DAHCI5 72 C 0223, ARPA Order No. 2151, Program Code No. 2PIO. The views and conclusions contained in this document are those of the authors and should not be interpreted as necessarily representing the official policies, either expressed or implied, of the Advanced Research Projects Agency or the U.S. Government. XEROX PALO ALTO RESEARCH CENTER 3180 PORTER DRIVE/PALO ALTO/CALIFORNIA 94304 Xerox Palo Alto Research Center (PARC): PARC is a research facility of the Xerox Corporation. It is involved in research in the physical sciences, computer hardware and software systems and the computer sciences in general. These latter include computer architecture, interactive graphics, operating systems, programming research, and natural language understanding systems. The Computer Science Laboratory (CSL) of PARe currently numbers thirty technical and support staff. INTRODUCTION The ARPA contract reported herein concerns the development of an NLS-I ike [I] display-oriented text-editing system supporting multiple users on a minicomputer configuration.
    [Show full text]
  • The People Who Invented the Internet Source: Wikipedia's History of the Internet
    The People Who Invented the Internet Source: Wikipedia's History of the Internet PDF generated using the open source mwlib toolkit. See http://code.pediapress.com/ for more information. PDF generated at: Sat, 22 Sep 2012 02:49:54 UTC Contents Articles History of the Internet 1 Barry Appelman 26 Paul Baran 28 Vint Cerf 33 Danny Cohen (engineer) 41 David D. Clark 44 Steve Crocker 45 Donald Davies 47 Douglas Engelbart 49 Charles M. Herzfeld 56 Internet Engineering Task Force 58 Bob Kahn 61 Peter T. Kirstein 65 Leonard Kleinrock 66 John Klensin 70 J. C. R. Licklider 71 Jon Postel 77 Louis Pouzin 80 Lawrence Roberts (scientist) 81 John Romkey 84 Ivan Sutherland 85 Robert Taylor (computer scientist) 89 Ray Tomlinson 92 Oleg Vishnepolsky 94 Phil Zimmermann 96 References Article Sources and Contributors 99 Image Sources, Licenses and Contributors 102 Article Licenses License 103 History of the Internet 1 History of the Internet The history of the Internet began with the development of electronic computers in the 1950s. This began with point-to-point communication between mainframe computers and terminals, expanded to point-to-point connections between computers and then early research into packet switching. Packet switched networks such as ARPANET, Mark I at NPL in the UK, CYCLADES, Merit Network, Tymnet, and Telenet, were developed in the late 1960s and early 1970s using a variety of protocols. The ARPANET in particular led to the development of protocols for internetworking, where multiple separate networks could be joined together into a network of networks. In 1982 the Internet Protocol Suite (TCP/IP) was standardized and the concept of a world-wide network of fully interconnected TCP/IP networks called the Internet was introduced.
    [Show full text]
  • (Jake) Feinler
    Oral History of Elizabeth (Jake) Feinler Interviewed by: Marc Weber Recorded: September 10, 2009 Mountain View, California Editor’s note: Material in [square brackets] has been added by Jake Feinler CHM Reference number: X5378.2009 © 2009 Computer History Museum Oral History of Elizabeth (Jake) Feinler Marc Weber: I’m Marc Weber from the Computer History Museum, and I’m here today, September 10th, 2009, with “Jake” Elizabeth Feinler, who was the director of the Network Information Systems Center at SRI. [This group provided the Network Information Center (NIC) for the Arpanet and the Defense Data Network (DDN), a project for which she was the principal investigator from 1973 until 1991. Earlier she was a member of Douglas Engelbart’s Augmentation Research Center (ARC) at SRI [which [housed] the second computer on the Arpanet. It was on this computer that the NIC resided initially.] Jake is also a volunteer here at the museum. [She has donated an extensive collection of early Internet papers to the museum, and has been working on organizing this collection for some time.] Thank you for joining us. Elizabeth (Jake) Feinler: My pleasure. Weber: I really just wanted to start with where did you grow up and what got you interested in technical things or things related to this. Feinler: [Originally I hoped to pursue a career in advertising design, but could not afford the freshman room and board away from home, so I began attending West Liberty State College (now West Liberty University) close to my home. West Liberty was very small then, and the] art department [wasn’t very good.
    [Show full text]
  • The UNIX Time- Sharing System
    1. Introduction There have been three versions of UNIX. The earliest version (circa 1969–70) ran on the Digital Equipment Cor- poration PDP-7 and -9 computers. The second version ran on the unprotected PDP-11/20 computer. This paper describes only the PDP-11/40 and /45 [l] system since it is The UNIX Time- more modern and many of the differences between it and older UNIX systems result from redesign of features found Sharing System to be deficient or lacking. Since PDP-11 UNIX became operational in February Dennis M. Ritchie and Ken Thompson 1971, about 40 installations have been put into service; they Bell Laboratories are generally smaller than the system described here. Most of them are engaged in applications such as the preparation and formatting of patent applications and other textual material, the collection and processing of trouble data from various switching machines within the Bell System, and recording and checking telephone service orders. Our own installation is used mainly for research in operating sys- tems, languages, computer networks, and other topics in computer science, and also for document preparation. UNIX is a general-purpose, multi-user, interactive Perhaps the most important achievement of UNIX is to operating system for the Digital Equipment Corpora- demonstrate that a powerful operating system for interac- tion PDP-11/40 and 11/45 computers. It offers a number tive use need not be expensive either in equipment or in of features seldom found even in larger operating sys- human effort: UNIX can run on hardware costing as little as tems, including: (1) a hierarchical file system incorpo- $40,000, and less than two man years were spent on the rating demountable volumes; (2) compatible file, device, main system software.
    [Show full text]
  • Tops-10 Monitor Calls Manual, Vol. 1
    TOPS-10 Monitor Calls Manual Volume 1 AA-097 4G-TB October 1988 This manual describes the functions that the monitor performs to service monitor calls from assembly language programs. The TOPS-10 Monitor Calls Manual Is divided Into two volumes: Volume 1 covers the facilities and functions of the monitor; Volume 2 describes the- monitor calls, calling sequences, symbols, and GETTAB tables. This manual supe-rsedes the previous manual of the same name, SOC order number AA-0974F-TB. Operating System: . TOPS-10 Version 7.04 Software: GALAXY Version 5.1 digital equipment corporation maynard, massachusetts First Printing, November 1975 Revised, May 1977 Revised, January 1978 Revised, August 1980 Revised, February 1984 Revised, April 1986 Revised, October 1988 The information in this document is subject to change without notice and should not be construed as a commitment by Digital Equipment Corporation. Digital Equipment Corporation assumes no responsibility for any errors that may appear in this document. The software described in this document is furnished under a license and may be used or copied only in accordance with the terms of such license. No responsibility is assumed for the use or reliability of software on equipment that is not supplied by Digital Equipment Corporation or its affiliated companies. Copyright © 1975, 1984, 1988 Digital Equipment Corporation All Rights Reserved. Printed in U.S.A. The Reader's Comments form on the last page of this document requests the user's critical evaluation to assist in preparing future documentation. The following are trademarks of Digital Equipment Corporation: CI DECtape LA50 SITGO-10 DDCMP DECUS LN01 TOPS-10 DEC DECwriter LN03 TOPS-20 DECmail DELNI MASSBUS TOPS-20AN DECnet DELUA PDP UNIBUS DECnet-VAX HSC PDP-11/24 UETP DECserver HSC-50 PrintServer VAX DECserver 100 KA10 PrintServer 40 VAXNMS DECserver 200 KI Q-bus VT50 DECsystem-10 KL10 AeGIS DECSYSTEM-20 KS10 RSX ~BmBDmDTM CONTENTS PREFACE CHAPTER 1 INTRODUCTION TO MONITOR CALLS 1.1 MONITOR CALL SYMBOLS .
    [Show full text]
  • Openvms I/O User's Reference Manual
    OpenVMS I/O User’s Reference Manual Order Number: AA–PV6SD–TK April 2001 This manual contains the information necessary to interface directly with the I/O device drivers supplied as part of the Compaq OpenVMS operating system. Several examples of programming techniques are included. This document does not contain information on I/O operations using the OpenVMS Record Management Services. Revision/Update Information: This manual supersedes the OpenVMS I/O User’s Reference Manual, OpenVMS Alpha Version 7.2, OpenVMS VAX Version 7.2 Software Version: OpenVMS Alpha Version 7.3 OpenVMS VAX Version 7.3 Compaq Computer Corporation Houston, Texas © 2001 Compaq Computer Corporation Compaq, VAX, VMS, and the Compaq logo Registered in U.S. Patent and Trademark Office. OpenVMS and Tru64 are trademarks of Compaq Information Technologies Group, L.P in the United States and other countries. Microsoft, MS-DOS, Visual C++, Windows, and Windows NT are trademarks of Microsoft Corporation in the United States and other countries. Intel, Intel Inside, and Pentium are trademarks of Intel Corporation in the United States and other countries. Motif, OSF/1, and UNIX are trademarks of The Open Group in the United States and other countries. All other product names mentioned herein may be trademarks of their respective companies. Confidential computer software. Valid license from Compaq required for possession, use, or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor’s standard commercial license. Compaq shall not be liable for technical or editorial errors or omissions contained herein.
    [Show full text]
  • Tangible Bits
    Tangible Bits Beyond Ubiquitous GUIs 2004 Tokyo Hiroshi Ishii Tangible Media Group MIT Media Laboratory © 2004 MIT Media Laboratory, Hiroshi Ishii 1 Tangible Bits Designing the Seamless Interface between People, Bits, and Atoms February 2004 Hiroshi Ishii Tangible Media Group Things That Think MIT Media Laboratory © 2004 MIT Media Laboratory, Hiroshi Ishii 2 Ubiquitous Computing Mark Weiser, Xerox PARC, 1991 • Computers should be "transparent." • Computational services are delivered through a variety of computational devices such as Tabs, Pads, and Boards, with the infrastructure to allow these devices to talk with each other. © 2004 MIT Media Laboratory, Hiroshi Ishii Mark Weiser at Xerox PARC presented his vision of “Ubiquitous Computing” in 1991. He claimed computers should be transparent and invisible. He claimed that the most profound technologies are invisible. They weave themselves into the fabric of everyday life until they are indistinguishable from it. His team designed a variety of computational devices including Tabs, Pads, and Boards along with the infrastructure to allow these devices to talk with each other. Recently, he is introducing a concept of “calm technology” citing the LIVE WIRE by Natalie Jeremijenko as an example. 3 Misunderstood Ubiquitous • Anytime & Anyplace • Mobile, wireless, broadband, RFID, …. • Multiple Computational Devices / User – c.f. Mainframe (TSS) computing: one computer / many users Personal computing: one computer / user © 2004 MIT Media Laboratory, Hiroshi Ishii Mark Weiser at Xerox PARC presented his vision of “Ubiquitous Computing” in 1991. He claimed computers should be transparent and invisible. He claimed that the most profound technologies are invisible. They weave themselves into the fabric of everyday life until they are indistinguishable from it.
    [Show full text]
  • TOPS-10 Version 7.04 Monitor Internals Course
    TOPS-10 Version 7.04 Monitor Internals Course This document is the student guide that accompanies the TOPS-10 Version 7.04 Monitor Internals Course. Revision/Update Information: Version 1.0 Digital Equipment Corporation June 1989 The information in this document is subject to change without notice and should not be construed as a commitment by Digital Equipment Corporation. Digital Equipment Corporation assumes no responsibility for any errors that may appear in this document. The software described in this document is furnished under a license and may be used or copied only in accordance with the terms of such license. No responsibility is assumed for the use or reliability of software on equipment that is not supplied by Digital Equipment Corporation or its affiliated companies. Copyright ©1986, 1987, 1988, 1989 by Digital Equipment Corporation All Rights Reserved. Printed in U.S.A. The postpaid READER'S COM:MENTS form on the last page of this document requests the user's critical evaluation to assist in preparing future documentation. The following are trademarks of Digital Equipment Corporation: DEC DIBOL UNIBUS DEC/CMS EduSystem VAX DECIMMS lAS VAXcluster DECnet MASSBUS VMS DECsystem-10 PDP VT DECSYSTEM-20 PDT DECUS RSTS DECwriter RSX This document was prepared using VAX DOCUMENT, Version 1.1 Contents Chapter 1 Introduction to the TOPS-10 Monitor 1.1 User Program Addressing ............................................... 1-1 1.2 Monitor Calls ......................................................... 1-3 1.3 Interrupts ........................................................... 1-3 1.4 The Monitor .......................................................... 1-3 1.5 Structure of the Monitor .................................... "............ 1-4 1.6 The Monitor as an Event Processor ........................................ 1-5 Chapter 2 Monitor Cycle 2.1 The Control Routine ...................................................
    [Show full text]
  • Videoconferencing - Wikipedia,Visited the Free on Encyclopedia 6/30/2015 Page 1 of 15
    Videoconferencing - Wikipedia,visited the free on encyclopedia 6/30/2015 Page 1 of 15 Videoconferencing From Wikipedia, the free encyclopedia Videoconferencing (VC) is the conduct of a videoconference (also known as a video conference or videoteleconference) by a set of telecommunication technologies which allow two or more locations to communicate by simultaneous two-way video and audio transmissions. It has also been called 'visual collaboration' and is a type of groupware. Videoconferencing differs from videophone calls in that it's designed to serve a conference or multiple locations rather than individuals.[1] It is an intermediate form of videotelephony, first used commercially in Germany during the late-1930s and later in A Tandberg T3 high resolution the United States during the early 1970s as part of AT&T's development of Picturephone telepresence room in use technology. (2008). With the introduction of relatively low cost, high capacity broadband telecommunication services in the late 1990s, coupled with powerful computing processors and video compression techniques, videoconferencing has made significant inroads in business, education, medicine and media. Like all long distance communications technologies (such as phone and Internet), by reducing the need to travel, which is often carried out by aeroplane, to bring people together the technology also contributes to reductions in carbon emissions, thereby helping to reduce global warming.[2][3][4] Indonesian and U.S. students Contents participating in an educational videoconference
    [Show full text]
  • PATHWORKS: PC Integration Software
    PATHWORKS: PC Integration Software Digital Technical] ournal Digital Equipment Corporation Volume 4 Number 1 Winter 1992 Editorial Jane C. Blake, Editor Kathleen M. Stetson, Associate Editor Helen L. Patterson, Associate Editor Circulation Catherine M. Phillips, Administrator Sherry L. Gonzalez Production Mildred R. Rosenzweig, Production Editor Margaret L. Burdine, Typographer Peter R. Woodbury, Illustrator Advisory Board Samuel H. Fuller, Chairman Robert M. Glorioso Richard]. Hollingsworth John W McCredie Alan G. Nemeth Mahendra R. Patel F. Grant Saviers Victor A. Vyssotsky Gayn B. Winters The Digital Technicaljournal is published quarterly by Digital Equipment Corporation, 146 Main Street ML01-3/B68, Maynard, Massachusetts 01754-2571. Subscriptions to thejournal are $40.00 for four issues and must be prepaid in U.S. funds. University and college professors and Ph.D. students in the electrical engineering and computer science fields receive complimentary subscriptions upon request. Orders, inquiries, and address changes should be sent to the Digital Technicaljournal at the published-by address. Inquiries can also be sent electronically to DTJ®CRL.DEC.COM. Single copies and back issues are available for $16.00 each from Digital Press of Digital Equipment Corporation, 1 Burlington Woods Drive, Burlington, MA 01830-4597 Digital employees may send subscription orders on the ENET to ROVAX::JOURNAL or by interoffice mail to mailstop ML01-3/B68. Orders should include badge number, site location code, and address. All employees must advise of changes of address. Comments on the content of any paper are welcomed and may be sent to the editor at the published-by or network address. Copyright© 1992 Digital Equipment Corporation.
    [Show full text]