DCOM


Short for Distributed Component Object Model, an extension of the Component Object Model (COM) that allows COM components to communicate across network boundaries. Traditional COM components can only perform interprocess communication across process boundaries on the same machine. DCOM uses the RPC mechanism to transparently send and receive information between COM components (i.e., clients and servers) on the same network. DCOM was first made available in 1995 with the initial release of Windows NT 4.

DCOM serves the same purpose as IBM’s DSOM protocol, which is the most popular implementation of CORBA. Unlike CORBA, which runs on many operating systems, DCOM is currently implemented only for Windows.

Read Also:

  • DCT

    Short for Discrete Cosine Transform, a technique for representing waveform data as a weighted sum of cosines. DCT is commonly used for data compression, as in JPEG. This usage of DCT results in lossy compression. DCT itself does not lose data; rather, data compression technologies that rely on DCT approximate some of the coefficients to […]

  • DD

    Online chat abbreviation for “dear (or darling) daughter “. DD is commonly used in newsgroups/a>, chat rooms, instant messaging, text messaging, SMS, e-mail and other real time text-based communications.

  • DDC

    Short for Display Data Channel, a VESA standard for communication between a monitor and a video adapter. Using DDC, a monitor can inform the video card about its properties, such as maximum resolution and color depth. The video card can then use this information to ensure that the user is presented with valid options for […]

  • DDE

    Acronym for Dynamic Data Exchange, an interprocess communication (IPC) system built into the Macintosh, Windows, and OS/2 operating systems. DDE enables two running applications to share the same data. For example, DDE makes it possible to insert a spreadsheet chart into a document created with a word processor. Whenever the spreadsheet data changes, the chart […]

  • DDL

    Short for Data Definition Language, DDL is a computer language that is used to define data structures. In Database Management Systems (DBMS), it is used to specify a database scheme as a set of definitions (expressed in DDL). In SQL, the Data Definition Language (DDL) allows you to create, alter, and destroy database objects.


Disclaimer: DCOM definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.