Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Distributed Component Object Model

From Wikipedia, the free encyclopedia
Software for communication between software components

Distributed Component Object Model (DCOM) is aproprietaryMicrosoft technology for communication betweensoftware components on networkedcomputers. DCOM, which originally was called "NetworkOLE", extends Microsoft'sCOM, and provides the communication substrate under Microsoft'sCOM+ application server infrastructure.

The extension COM into Distributed COM was due to extensive use ofDCE/RPC (Distributed Computing Environment/Remote Procedure Calls) – more specifically Microsoft's enhanced version, known asMSRPC.[1]

In terms of the extensions it added to COM, DCOM had to solve the problems of:

  • Marshalling – serializing and deserializing the arguments and return values of method calls "over the wire".
  • Distributedgarbage collection – ensuring that references held by clients of interfaces are released when, for example, the client process crashed, or the network connection was lost.
  • Combining significant numbers of objects in the client's browser into a single transmission in order to minimize bandwidth utilization.

One of the key factors in solving these problems is the use of DCE/RPC as the underlying RPC mechanism behind DCOM. DCE/RPC has strictly defined rules regarding marshalling and who is responsible for freeing memory.[2]

DCOM was a major competitor toCORBA.[3] Proponents of both of these technologies saw them as one day becoming the model for code and service-reuse over theInternet. However, the difficulties involved in getting either of these technologies to work over Internetfirewalls, and on unknown and insecure machines, meant that normalHTTP requests in combination withweb browsers won out over both of them.[4] Microsoft, at one point, attempted to remediate these shortcomings by adding an extra HTTP transport to DCE/RPC calledncacn_http (Network Computing Architecture connection-oriented protocol).[5]

DCOM was publicly launched as a beta for Windows 95 September 18, 1996.[6]

DCOM is supported natively in all versions of Windows starting from Windows 95, and all versions of Windows Server since Windows NT 4.0[7]

Security improvements

[edit]

As part of the initiative that began at Microsoft as part of Secure Development Lifecycle to re-architect insecure code, DCOM saw some significant security-focused changes in Windows XP Service Pack 2.[8]

In response to a security vulnerability reported by Tencent Security Xuanwu Lab in June 2021,[9] Microsoft released security updates for several versions of Windows and Windows Server, hardening access to DCOM.[10]

Alternative versions and implementations

[edit]

COMsource is a Unix based implementation of DCOM, allowing interoperability between different platforms. Its source code is available, along with full and complete documentation, sufficient to use and also implement an interoperable version of DCOM. COMsource comes directly from theWindows NT 4.0 source code, and includes the source code for aWindows NT Registry Service.[11]

In 1995, Digital andMicrosoft announced Affinity for OpenVMS (also known as NT Affinity) which was intended to allow OpenVMS to serve as thepersistence layer for Windows NTclient-server applications.[12] As part of this initiative, an implementation of the Distributed Component Object Model (DCOM) was added to OpenVMS Alpha.[13] In order to support DCOM, VMS was provided with implementations of the Windows Registry,NTLM authentication, and a subset ofWin32 APIs needed to support COM.[14] DCOM was first added to OpenVMS V7.2-1 for the Alpha.[15] A similar implementation of DCOM was added toDigital Unix as part of the AllConnect program.[13]

TangramCOM was a separate project from Wine, focusing on implementing DCOM on Linux-based smartphones.[16]

See also

[edit]

References

[edit]
  1. ^"What is Distributed Component Object Model (DCOM)?".WhatIs.com. Retrieved2022-08-03.
  2. ^"DCE 1.1: Remote Procedure Call - Introduction to the RPC API".pubs.opengroup.org. Retrieved2022-08-03.
  3. ^Nowak, Filip; Qasim, Mohsin."A Comparison of Distributed Object Technologies CORBA vs DCOM"(PDF).Archived(PDF) from the original on 2017-08-29.
  4. ^"Object Technology Jeff Sutherland: Web Services: Better than CORBA or DCOM?". Retrieved2022-08-03.
  5. ^stevewhims (23 August 2019)."Remote Procedure Calls Using RPC over HTTP - Win32 apps".docs.microsoft.com. Retrieved2022-08-03.
  6. ^Press Release Announcing DCOM Beta
  7. ^"Distributed Component Object Model (DCOM) Remote Protocol"(PDF).Microsoft - Distributed Component Object Model (DCOM) Remote Protocol. June 25, 2021.Archived(PDF) from the original on 2021-05-09. RetrievedAugust 3, 2022.
  8. ^DCOM Security Enhancements
  9. ^"Security Update Guide - Microsoft Security Response Center".msrc.microsoft.com. Retrieved2022-08-03.
  10. ^"KB5004442—Manage changes for Windows DCOM Server Security Feature Bypass (CVE-2021-26414)".support.microsoft.com. Retrieved2022-08-03.
  11. ^"DataSheet COMsource for Solaris, Tru64 UNIX and other Platforms".DataSheet COMsource for Solaris, Tru64 UNIX and other Platforms.
  12. ^"OpenVMS at 20 Nothing stops it"(PDF). Digital. October 1997.Archived(PDF) from the original on 2021-04-19. Retrieved2021-02-12.
  13. ^abGene Cronin, Terence P. Sherlock (2000).COM Beyond Microsoft: Designing and Implementing COM Servers on Compaq Platforms. Digital Press.ISBN 1555582265.
  14. ^"OpenVMS Connectivity Developer Guide".hpe.com. July 2000. Archived fromthe original on 2020-12-04. Retrieved2021-01-01.
  15. ^"OpenVMS Alpha V7.2-1 Release Notes".odl.sysworks.biz. January 1999. Retrieved2021-01-01.
  16. ^"Home - TangramCOM".www.andjoin.com. Retrieved2022-08-03.

External links

[edit]
Graphics and UI
Audio
Multimedia
Web
Data access
Networking
Communication
Administration and
management
Component model
Libraries
Device drivers
Security
.NET
Software factories
IPC
Accessibility
Text and multilingual
support
Management
tools
Apps
Shell
Services
File systems
Server
Architecture
Security
Compatibility
API
Games
Discontinued
Games
Apps
Others
Spun off to
Microsoft Store
National
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=Distributed_Component_Object_Model&oldid=1286810140"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp