What Does Dynamic Data Exchange Mean?
Dynamic Data Exchange (DDE) is a message-based protocol that allows data to be shared between applications running on early versions of the Windows operating system.
Because attackers have taken advantage of DDE, macros and ActiveX controls to deliver malicious payloads, Object Linking and Embedding (OLE) has effectively replaced Dynamic Data Exchange. Some Microsoft products still support DDE, however, in order to provide newer applications with backwards compatibility.
Techopedia Explains Dynamic Data Exchange
Dynamic Data Exchange is used to share data, issue command and enable real-time queries between two applications. Because it is a message-based protocol, Dynamic Data Exchange does not make use of any code libraries or functions.
How does Dynamic Data Exchange Work?
Dynamic Data Exchange takes advantage of shared memory. It is based on the client and server model — the application requesting the information is known as the client and the application offering the information is the server.