The Andrew Project was a
distributed computing environment developed at
Carnegie Mellon University
Carnegie Mellon University (CMU) is a private research university in Pittsburgh, Pennsylvania, United States. The institution was established in 1900 by Andrew Carnegie as the Carnegie Technical Schools. In 1912, it became the Carnegie Institu ...
beginning in 1982. It was an ambitious project for its time and resulted in an unprecedentedly vast and accessible university computing infrastructure.
[CMU's overview of the history of the Andrew Project](_blank)
The project was named after
Andrew Carnegie
Andrew Carnegie ( , ; November 25, 1835August 11, 1919) was a Scottish-American industrialist and philanthropist. Carnegie led the expansion of the History of the iron and steel industry in the United States, American steel industry in the late ...
and
Andrew Mellon, the founders of the institutions that eventually became Carnegie Mellon University.
History
The ''Information Technology Center'', a partnership of Carnegie Mellon University (CMU) and the
International Business Machines Corporation (IBM), began work on the Andrew Project in 1982.
In its initial phase, the project involved both software and hardware, including wiring the campus for data and developing
workstation
A workstation is a special computer designed for technical or computational science, scientific applications. Intended primarily to be used by a single user, they are commonly connected to a local area network and run multi-user operating syste ...
s to be distributed to students and faculty at CMU and elsewhere. The proposed "
3M computer" workstations included a
million pixel display and a
megabyte
The megabyte is a multiple of the unit byte for digital information. Its recommended unit symbol is MB. The unit prefix ''mega'' is a multiplier of (106) in the International System of Units (SI). Therefore, one megabyte is one million bytes ...
of memory, running at a million
instructions per second
Instructions per second (IPS) is a measure of a computer's Central processing unit, processor speed. For complex instruction set computers (CISCs), different Machine code, instructions take different amounts of time, so the value measured depen ...
. Unfortunately, a cost on the order of US made the computers beyond the reach of students' budgets. The initial hardware deployment in 1985 established a number of university-owned "clusters" of public workstations in various academic buildings and dormitories. The campus was fully wired and ready for the eventual availability of inexpensive personal computers.
Early development within the Information Technology Center, originally called VICE (Vast Integrated Computing Environment) and VIRTUE (Virtue Is Reached Through
Unix
Unix (, ; trademarked as UNIX) is a family of multitasking, multi-user computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, a ...
and
Emacs
Emacs (), originally named EMACS (an acronym for "Editor Macros"), is a family of text editors that are characterized by their extensibility. The manual for the most widely used variant, GNU Emacs, describes it as "the extensible, customizable, s ...
), focused on centralized tools, such as a
file server
In computing, a file server (or fileserver) is a computer attached to a network that provides a location for shared disk access, i.e. storage of computer files (such as text, image, sound, video) that can be accessed by workstations within a co ...
, and workstation tools including a
window manager
A window manager is system software that controls the placement and appearance of window (computing), windows within a windowing system in a graphical user interface. Most window managers are designed to help provide a desktop environment. They ...
, editor, email, and file system client code.
Initially the system was prototyped on
Sun Microsystems
Sun Microsystems, Inc., often known as Sun for short, was an American technology company that existed from 1982 to 2010 which developed and sold computers, computer components, software, and information technology services. Sun contributed sig ...
machines, and then to
IBM RT PC series computers running a special
IBM Academic Operating System. People involved in the project included
James H. Morris,
Nathaniel Borenstein,
James Gosling
James Arthur Gosling (born 19 May 1955) is a Canadian computer scientist, best known as the founder and lead designer behind the Java (programming language), Java programming language.
Gosling was elected a member of the National Academy of E ...
, and
David S. H. Rosenthal.
The project was extended several times after 1985 in order to complete the software, and was renamed "Andrew" for
Andrew Carnegie
Andrew Carnegie ( , ; November 25, 1835August 11, 1919) was a Scottish-American industrialist and philanthropist. Carnegie led the expansion of the History of the iron and steel industry in the United States, American steel industry in the late ...
and
Andrew Mellon, the founders of the institutions that eventually became Carnegie Mellon University. Mostly rewritten as a result of experience from early deployments, Andrew had four major software components:
* The Andrew Toolkit (ATK), a set of tools that allows users to create and distribute documents containing a variety of formatted and embedded objects,
* The Andrew Messaging System (AMS), an email and
bulletin board system
A bulletin board system (BBS), also called a computer bulletin board service (CBBS), is a computer server running list of BBS software, software that allows users to connect to the system using a terminal program. Once logged in, the user perfor ...
based on ATK, and
* The
Andrew File System
The Andrew File System (AFS) is a distributed file system which uses a set of trusted servers to present a homogeneous, location-transparent file name space to all the client workstations. It was developed by Carnegie Mellon University as part of ...
(AFS), a distributed file system emphasizing scalability for an academic and research environment.
* The Andrew Window Manager (WM), a tiled (non-overlapping windows)
window system that allowed remote display of windows on a workstation display. It was one of the first network-oriented
window manager
A window manager is system software that controls the placement and appearance of window (computing), windows within a windowing system in a graphical user interface. Most window managers are designed to help provide a desktop environment. They ...
s to run on Unix as a graphical display.
As part of the CMU's partnership with IBM, IBM retained the
licensing rights to WM.
WM was meant to be licensed under reasonable terms, which CMU thought would resemble a relatively cheap UNIX license, while IBM sought a more lucrative licensing scheme.
WM was later replaced by
X11 from
Project Athena
Project Athena was a joint project of MIT, Digital Equipment Corporation, and IBM to produce a campus-wide distributed computing environment for educational use. It was launched in 1983, and research and development ran until June 30, 1991. , At ...
at the
Massachusetts Institute of Technology
The Massachusetts Institute of Technology (MIT) is a Private university, private research university in Cambridge, Massachusetts, United States. Established in 1861, MIT has played a significant role in the development of many areas of moder ...
. Its developers, Gosling and Rosenthal, would next develop the
NeWS
News is information about current events. This may be provided through many different Media (communication), media: word of mouth, printing, Mail, postal systems, broadcasting, Telecommunications, electronic communication, or through the te ...
(Network extensible Window System).
AFS moved out of the Information Technology Center to
Transarc in 1988. AMS was fully decommissioned and replaced with the
Cyrus IMAP server
The Cyrus IMAP server is electronic mail server software developed by Carnegie Mellon University. It differs from other Internet Message Access Protocol (IMAP) server implementations in that it is generally intended to be run on sealed servers ...
in 2002.
The Andrew User Interface System
After IBM's funding ended, Andrew continued as an open source project named the Andrew User Interface System. AUIS is a set of tools that allows users to create and distribute documents containing a variety of formatted and embedded
object
Object may refer to:
General meanings
* Object (philosophy), a thing, being, or concept
** Object (abstract), an object which does not exist at any particular time or place
** Physical object, an identifiable collection of matter
* Goal, an a ...
s. It is an open-source project run at the Department of Computer Science at CMU. The Andrew Consortium governs and maintains the development and distribution of the Andrew User Interface System.
The Andrew User Interface System encompasses three primary components. The Andrew User Environment (AUE) contains the main editor, help system, user interface, and tools for rendering multimedia and embedded objects. The Andrew Toolkit (ATK) contains all of the formattable and embeddable objects, and allows a method for developers to design their own objects. ATK allows for multi-level object embedding, in which objects can be embedded in one another. For example, a
raster image
upright=1, The Smiley, smiley face in the top left corner is a raster image. When enlarged, individual pixels appear as squares. Enlarging further, each pixel can be analyzed, with their colors constructed through combination of the values for ...
object can be embedded into a spreadsheet object. The Andrew Message System (AMS) provides a mail and bulletin board access, which allows the user to send, receive, and organize mail as well as post and read from message boards.
As of version 6.3, the following were components of AUIS:
Applications
*
Word processor A word processor (WP) is a device or computer program that provides for input, editing, formatting, and output of text, often with some additional features.
Early word processors were stand-alone devices dedicated to the function, but current word ...
(
EZ)
* Drawing Editor (Figure)
* Mail and News Reader (Messages)
* Mail and News Sender (SendMessage)
* Font Editor (BDFfont)
* Documentation Browser (Help)
* Directory Browser (Bush)
* Schedule Maintainer (Chump)
* Shell Interface/
Terminal (Console, TypeScript)
* AUIS Application Menu (Launch)
* Standard Output Viewer (PipeScript)
* Preferences Editor (PrefEd)
Graphical and interactive editors
* Equation Insert (EQ)
*
Animation
Animation is a filmmaking technique whereby still images are manipulated to create moving images. In traditional animation, images are drawn or painted by hand on transparent celluloid sheets to be photographed and exhibited on film. Animati ...
Editor (Fad)
* Drawing Editor (Figure)
* Insert Layout Insert (Layout)
* Display Two Adjacent Inserts (LSet)
* Extension and String Processing Language (Ness)
* Display and Edit Hierarchies (Org)
* Page Flipper (Page)
*
Monochrome
A monochrome or monochromatic image, object or palette is composed of one color (or values of one color). Images using only shades of grey are called grayscale (typically digital) or black-and-white (typically analog). In physics, mon ...
BMP Image Editor (Raster)
* Spreadsheet Insert (Table)
* Text, Document, and Program Editor (Text)
Wireless Andrew
Wireless Andrew was the first campus-wide wireless Internet network. It was built in 1993, predating
Wi-Fi
Wi-Fi () is a family of wireless network protocols based on the IEEE 802.11 family of standards, which are commonly used for Wireless LAN, local area networking of devices and Internet access, allowing nearby digital devices to exchange data by ...
branding.
Wireless Andrew is a 2-megabit-per-second wireless local area network connected through access points to the wired Andrew network, a high-speed Ethernet backbone linking buildings across the CMU campus. Wireless Andrew consists of 100 access points covering six buildings on the campus. The university tested the setup with over 40 mobile units before allowing general use by researchers and students in February 1997.
References
Further reading
*
*
*
*
*
*
External links
The Andrew Project- CMU's site chronicling the history of the project and the people involved.
The Andrew Consortium- Website of the Andrew User Interface System project.
- AUIS FTP archive.
{{Carnegie Mellon
Carnegie Mellon University software
Distributed computing architecture