9P

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Internet Protocol Suite
Application Layer

DHCP · DNS · FTP · HTTP · IMAP · IRC · LDAP · MGCP · NNTP · NTP · POP · RIP · RPC · RTP · SIP · SMTP · SNMP · SOCKS · SSH · Telnet · XMPP ·

(more)
Transport Layer

TCP · TLS/SSL · UDP · DCCP · SCTP · RSVP · ECN ·

(more)
Internet Layer

IP (IPv4, IPv6· ICMP · ICMPv6 · IGMP · BGP · OSPF · IPsec ·

(more)
Link Layer
ARP/InARP · NDP · Tunnels (L2TP· PPP · Media Access Control (Ethernet, DSL, ISDN, FDDI· (more)
v · d · e

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. Files are key objects in Plan 9. They represent windows, network connections, processes, and almost anything else available in the operating system. Unlike NFS, 9P encourages caching and also serving of synthetic files (e.g. /proc to represent processes).

9P was revised for the 4th edition of Plan 9 under the name 9P2000 that contained various fundamental improvements. The latest version of the Inferno operating system also uses 9P2000. The Inferno file protocol was originally called Styx, but technically it has always been a variant of 9P.

A server implementation of 9P for Unix, called u9fs, is included in the Plan 9 distribution. A kernel client driver for Linux is part of the v9fs project. 9P and its derivatives have also found application in embedded environments, such as the Styx on a Brick project.

Contents

[edit] Server applications

Many of Plan 9's applications take the form of 9P servers. Noteworthy examples include:

[edit] Implementation

9P sends the following messages between clients and servers.[1] These messages correspond to the entry points in the Plan 9 vfs layer that any 9P server must implement.

version
Negotiate protocol version
error
Return an error
flush 
Abort a message
auth, attach 
Messages to establish a connection
walk 
Descend a directory hierarchy
create, open 
Prepare a fid for I/O on an existing or new file
read, write 
Transfer data from and to a file
clunk 
Forget about a fid
remove
Remove a file from a server
stat, wstat 
Inquire or change file attributes

[edit] See also

[edit] References

[edit] External links

Personal tools
Namespaces
Variants
Actions
Navigation
Interaction
Toolbox
Print/export
Languages