// Workers AI · dad joke modeWhy did Network Data Representation go to therapy? It had a lot of "linked" issues.
This article needs more citations. (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.[1]
The NDR format label specifies the integer representation (endianness) in its first 4 bits, the character representation (ASCII or EBCDIC) in its next 4 bits, and its floating-point representation (IEEE, VAX, Cray, or IBM floating-point) in its next 8 bits. The final 16 bits of the format label are reserved.[2]
See also
[edit]References
[edit]- ↑ "Network Data Representation (NDR) - CIO Wiki". cio-wiki.org. Retrieved 2024-09-01.
- ↑ "DCE 1.1: Remote Procedure Call - Transfer Syntax NDR". pubs.opengroup.org. Retrieved 2026-07-24.
External links
[edit]