Jump to content

Network Data Representation

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Znok (talk | contribs) at 13:18, 9 September 2024 (NDR is not used by ONC RPC, it is part of DCE.). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Network Data Representation (NDR) is an implementation of the presentation layer in the OSI model. It is used for DCE/RPC and Microsoft RPC (MSRPC).

Network Data Representation (NDR) is a data encoding and decoding method used in  distributed systems, specifically in  Remote Procedure Call (RPC) systems. NDR is part of the Distributed Computing Environment (DCE) RPC, allowing different computers and systems to communicate by exchanging data in a standardized format. NDR facilitates data transfer between systems with different architectures, ensuring that data is correctly represented and understood on both ends.[1]

See also

[edit]

References

[edit]
  1. ^ "Network Data Representation (NDR) - CIO Wiki". cio-wiki.org. Retrieved 2024-09-01.
[edit]