Network Data Representation: Difference between revisions

Content deleted Content added
ArmbrustBot (talk | contribs)
m External links: re-categorisation per CFDS, replaced: Category:Internet standards → Category:Internet Standards using AWB
Znok (talk | contribs)
NDR is not used by ONC RPC, it is part of DCE.
 
(9 intermediate revisions by 7 users not shown)
Line 1:
{{refimprove|date=May 2024}}
'''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==
Line 8 ⟶ 18:
[[Category:Presentation layer protocols]]
 
 
{{compuinternet-stub}}