Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is difference between COM and DCOM?
Posted
Updated 3-Dec-09 23:22pm
v3

COM is a local component object model on one single machine.
DCOM is a distributed component object model working across several machines.
 
Share this answer
 
Also consider this, COM will prosper for many years to come, while DCOM has been dead for a few years now, because it contained security issues which Microsoft eventually gave up patching.

DCOM = COM + "Secure" Networking Transactions.

DCOM is however still in use by lots of old software, but only locally where security is not involved. Newer software within the same architecture logic today relies on Windows Services.
 
Share this answer
 
Com is used for Desktop Applications(not distributed).
Dcom is used for distributed environment.
Dcom includes following->
1.Remoting
2.Web Service
3.Wcf









;)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900