When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Network File System - Wikipedia

    en.wikipedia.org/wiki/Network_File_System

    NFS, like many other protocols, builds on the Open Network Computing Remote Procedure Call (ONC RPC) system. NFS is an open IETF standard defined in a Request for Comments (RFC), allowing anyone to implement the protocol.

  3. Sun RPC - Wikipedia

    en.wikipedia.org/wiki/Sun_RPC

    Open Network Computing (ONC) Remote Procedure Call (RPC), commonly known as Sun RPC is a remote procedure call system. ONC was originally developed by Sun Microsystems in the 1980s as part of their Network File System project.

  4. List of network protocols (OSI model) - Wikipedia

    en.wikipedia.org/wiki/List_of_network_protocols...

    This article lists protocols, categorized by the nearest layer in the Open Systems Interconnection model.This list is not exclusive to only the OSI protocol family.Many of these protocols are originally based on the Internet Protocol Suite (TCP/IP) and other models and they often do not fit neatly into OSI layers.

  5. Remote procedure call - Wikipedia

    en.wikipedia.org/wiki/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 computer network), which is written as if it were a normal (local) procedure call, without the programmer explicitly writing the details for the remote interaction.

  6. Portmap - Wikipedia

    en.wikipedia.org/wiki/Portmap

    The port mapper (rpc.portmap or just portmap, or rpcbind) is an Open Network Computing Remote Procedure Call (ONC RPC) service that runs on network nodes that provide other ONC RPC services. Version 2 of the port mapper protocol maps ONC RPC program number/version number pairs to the network port number for that version of that program.

  7. List of computing and IT abbreviations - Wikipedia

    en.wikipedia.org/wiki/List_of_computing_and_IT...

    NFS—Network File System; NGL—aNGeL; NGSCB—Next-Generation Secure Computing Base; NI—National Instruments; NIC—Network Interface Controller or Network Interface Card; NIM—No Internal Message; NIO—Non-blocking I/O; NIST—National Institute of Standards and Technology; NLE—Non-Linear Editing system; NLP—Natural Language Processing

  8. WebNFS - Wikipedia

    en.wikipedia.org/wiki/WebNFS

    The name was subsequently changed to YANFS (Yet Another NFS) to reflect the expanded scope of the project to include a server-side implementation. [1] YANFS/WebNFS makes use of a well known port (port 2049 on both UDP and TCP) thus avoiding the overhead and unpredictability of using the ONC RPC portmap protocol. WebNFS adds public filehandles ...

  9. Internet protocol suite - Wikipedia

    en.wikipedia.org/wiki/Internet_protocol_suite

    For example, the NFS application protocol runs over the External Data Representation (XDR) presentation protocol, which, in turn, runs over a protocol called Remote Procedure Call (RPC). RPC provides reliable record transmission, so it can safely use the best-effort UDP transport.