Network Data Representation: Difference between revisions

Content deleted Content added
has ref
Znok (talk | contribs)
NDR is not used by ONC RPC, it is part of DCE.
 
(One intermediate revision by one other user not shown)
Line 2:
'''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 Open Network Computing Remote Procedure Call (ONC RPC) and 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==