Network Data Representation: Difference between revisions

Content deleted Content added
needs ref
m i have added more info about the title and a refrence
Line 1:
{{Unreferenced|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 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==