Content deleted Content added
Wikishovel (talk | contribs) Added {{Unreferenced}} tag |
NDR is not used by ONC RPC, it is part of DCE. |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1:
{{
'''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.<ref>{{Cite web |title=Network Data Representation (NDR) - CIO Wiki |url=https://cio-wiki.org//wiki/Network_Data_Representation_(NDR) |access-date=2024-09-01 |website=cio-wiki.org}}</ref>
==See also==
* [[DCE/RPC]]
* [[Microsoft RPC]]
==References==
{{reflist}}
==External links==
*[http://www.opengroup.org/onlinepubs/9629399/chap14.htm NDR Specification]
[[Category:Internet Standards]]
|