Encyclopedia

Plan 9

Also found in: Dictionary, Wikipedia.

Plan 9

(operating system)
(Named after the classically bad, exceptionally low-budget SF film "Plan 9 from Outer Space") An operating system developed at Bell Labs by many researchers previously intimately involved with Unix.

Plan 9 is superficially Unix-like but features far finer control over the name-space (on a per-process basis) and is inherently distributed and scalable.

Plan 9 is divided according to service functions. CPU servers concentrate computing power into large multiprocessors; file servers provide repositories for storage and terminals give each user of the system a dedicated computer with bitmap screen and mouse on which to run a window system. The sharing of computing and file storage services provides a sense of community for a group of programmers, amortises costs and centralises and hence simplifies management and administration.

The pieces communicate by a single protocol, built above a reliable data transport layer offered by an appropriate network, that defines each service as a rooted tree of files. Even for services not usually considered as files, the unified design permits some simplification. Each process has a local file name space that contains attachments to all services the process is using and thereby to the files in those services. One of the most important jobs of a terminal is to support its user's customised view of the entire system as represented by the services visible in the name space.

http://plan9.bell-labs.com/plan9dist/.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)

Plan 9

A distributed operating system developed at Bell Labs that is known for its simplicity and low overhead. Although Plan 9 came from the same organization that created Unix, and it uses similar commands, Plan 9 is not Unix. All resources in a Plan 9 system are structured as files and accessed via the 9P protocol. The last release of Plan 9 was the fourth edition in 2002, which upgraded 9P to 9P2000. See Inferno and distributed operating system.
Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
Mentioned in
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.