Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Free
Faster access than browser!
 

9P (protocol)

Index 9P (protocol)

9P (or the Plan 9 Filesystem Protocol or Styx) is a network protocol developed for the Plan 9 from Bell Labs distributed operating system as the means of connecting the components of a Plan 9 system. [1]

33 relations: Acme (text editor), Application layer, CDfs, Clustered file system, Comparison of file systems, Comparison of file transfer protocols, Comparison of open-source operating systems, Comparison of operating system kernels, Comparison of operating systems, Component-based software engineering, Dante Alighieri and the Divine Comedy in popular culture, Everything is a file, File system, Filesystem in Userspace, Fossil (file system), HeliOS, IL (network protocol), Inferno (operating system), Inter-process communication, List of file systems, List of network protocols (OSI model), List of TCP and UDP port numbers, Lucent, Network File System, Plumber (program), Remote procedure call, Rio (windowing system), Styx (disambiguation), Synthetic file system, Virtual file system, WikipediaFS, Wmii, 9P.

Acme (text editor)

Acme is a text editor and graphical shell from the Plan 9 from Bell Labs operating system, designed and implemented by Rob Pike.

New!!: 9P (protocol) and Acme (text editor) · See more »

Application layer

An application layer is an abstraction layer that specifies the shared communications protocols and interface methods used by hosts in a communications network.

New!!: 9P (protocol) and Application layer · See more »

CDfs

CDfs is a virtual file system for Unix-like operating systems; it provides access to data and audio tracks on Compact Discs.

New!!: 9P (protocol) and CDfs · See more »

Clustered file system

A clustered file system is a file system which is shared by being simultaneously mounted on multiple servers.

New!!: 9P (protocol) and Clustered file system · See more »

Comparison of file systems

The following tables compare general and technical information for a number of file systems.

New!!: 9P (protocol) and Comparison of file systems · See more »

Comparison of file transfer protocols

This article lists communication protocols that are designed for file transfer over a telecommunications network.

New!!: 9P (protocol) and Comparison of file transfer protocols · See more »

Comparison of open-source operating systems

These tables compare free software / open-source operating systems.

New!!: 9P (protocol) and Comparison of open-source operating systems · See more »

Comparison of operating system kernels

A kernel is the most fundamental component of a computer operating system.

New!!: 9P (protocol) and Comparison of operating system kernels · See more »

Comparison of operating systems

These tables provide a comparison of operating systems, of computer devices, as listing general and technical information for a number of widely used and currently available PC or handheld (including smartphone and tablet computer) operating systems.

New!!: 9P (protocol) and Comparison of operating systems · See more »

Component-based software engineering

Component-based software engineering (CBSE), also called as component-based development (CBD), is a branch of software engineering that emphasizes the separation of concerns with respect to the wide-ranging functionality available throughout a given software system.

New!!: 9P (protocol) and Component-based software engineering · See more »

Dante Alighieri and the Divine Comedy in popular culture

The works of Dante Alighieri – particularly the Divine Comedy, widely considered his masterpiece – have been a source of inspiration for various artists since their publications in the late 13th and early 14th centuries.

New!!: 9P (protocol) and Dante Alighieri and the Divine Comedy in popular culture · See more »

Everything is a file

"Everything is a file" describes one of the defining features of Unix, and its derivatives — that a wide range of input/output resources such as documents, directories, hard-drives, modems, keyboards, printers and even some inter-process and network communications are simple streams of bytes exposed through the filesystem name space.

New!!: 9P (protocol) and Everything is a file · See more »

File system

In computing, a file system or filesystem controls how data is stored and retrieved.

New!!: 9P (protocol) and File system · See more »

Filesystem in Userspace

Filesystem in Userspace (FUSE) is a software interface for Unix-like computer operating systems that lets non-privileged users create their own file systems without editing kernel code.

New!!: 9P (protocol) and Filesystem in Userspace · See more »

Fossil (file system)

Fossil is the default file system in Plan 9 from Bell Labs.

New!!: 9P (protocol) and Fossil (file system) · See more »

HeliOS

Helios is a discontinued Unix-like operating system for parallel computers.

New!!: 9P (protocol) and HeliOS · See more »

IL (network protocol)

The Internet Link protocol or IL is a connection-based transport layer protocol designed at Bell Labs originally as part of the Plan 9 operating system and is used to carry 9P.

New!!: 9P (protocol) and IL (network protocol) · See more »

Inferno (operating system)

Inferno is a distributed operating system started at Bell Labs and now developed and maintained by Vita Nuova Holdings as free software.

New!!: 9P (protocol) and Inferno (operating system) · See more »

Inter-process communication

In computer science, inter-process communication or interprocess communication (IPC) refers specifically to the mechanisms an operating system provides to allow the processes to manage shared data.

New!!: 9P (protocol) and Inter-process communication · See more »

List of file systems

The following lists identify, characterize, and link to more thorough information on computer file systems.

New!!: 9P (protocol) and List of file systems · See more »

List of network protocols (OSI model)

This protocols, categorized by their nearest Open Systems Interconnection (OSI) model layers.

New!!: 9P (protocol) and List of network protocols (OSI model) · See more »

List of TCP and UDP port numbers

This is a list of TCP and UDP port numbers used by protocols of the application layer of the Internet protocol suite for the establishment of host-to-host connectivity.

New!!: 9P (protocol) and List of TCP and UDP port numbers · See more »

Lucent

Lucent Technologies, Inc., was an American multinational telecommunications equipment company headquartered in Murray Hill, New Jersey, in the United States.

New!!: 9P (protocol) and Lucent · See more »

Network File System

Network File System (NFS) is a distributed file system protocol originally developed by Sun Microsystems in 1984, allowing a user on a client computer to access files over a computer network much like local storage is accessed.

New!!: 9P (protocol) and Network File System · See more »

Plumber (program)

The plumber, in the Plan 9 from Bell Labs and Inferno operating systems, is a mechanism for reliable uni- or multicast inter-process communication of formatted textual messages.

New!!: 9P (protocol) and Plumber (program) · See more »

Remote procedure call

In distributed computing, a remote procedure call (RPC) is when a computer program causes a procedure (subroutine) to execute in a different address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction.

New!!: 9P (protocol) and Remote procedure call · See more »

Rio (windowing system)

rio is Plan 9 from Bell Labs's windowing system.

New!!: 9P (protocol) and Rio (windowing system) · See more »

Styx (disambiguation)

In Greek mythology the Styx is the river that forms the boundary between the underworld and the world of the living, as well as a goddess and a nymph that represents the river.

New!!: 9P (protocol) and Styx (disambiguation) · See more »

Synthetic file system

In computer science, a synthetic file system or a pseudo file system is a hierarchical interface to non-file objects that appear as if they were regular files in the tree of a disk-based or long-term-storage file system.

New!!: 9P (protocol) and Synthetic file system · See more »

Virtual file system

A Virtual File System (VFS) or virtual filesystem switch is an abstraction layer on top of a more concrete file system.

New!!: 9P (protocol) and Virtual file system · See more »

WikipediaFS

WikipediaFS is a virtual filesystem which allows users to view and edit the articles of any MediaWiki-based site as if they were real files on a local disk drive.

New!!: 9P (protocol) and WikipediaFS · See more »

Wmii

wmii (window manager improved²) is a tiling window manager for X11.

New!!: 9P (protocol) and Wmii · See more »

9P

9P or 9-P may refer to.

New!!: 9P (protocol) and 9P · See more »

Redirects here:

9P2000, 9p2000, Plan 9 Filesystem Protocol, Styx (protocol), Styx protocol, Wikifs.

References

[1] https://en.wikipedia.org/wiki/9P_(protocol)

OutgoingIncoming
Hey! We are on Facebook now! »