GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft
Next Question 
 Microsoft  |  Question 1 of 35    Print  
what is COM and DCOM?

  
Total Answers and Comments: 6 Last Update: February 03, 2009     Asked by: visitor 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 07, 2005 06:32:56   #1  
kailash        

RE: what is COM and DCOM?

COM component object model

a component which can attached with any component and create a new component (aggregation) each component must have a 128 bit id that must be register on ther registry of windows

Dcom distributed component model

a component which can be used on network


 
Is this answer useful? Yes | No
October 20, 2005 02:26:36   #2  
harish        

RE: what is COM and DCOM?

COM is a Specification defined by microsoft in order enhance the productibility of one application in to other.COM is a FrameWork which when implemented both the application can talk each other.COM is set of rules and it is language independent. COM talk about Language interability. and reusablility.


 
Is this answer useful? Yes | No
March 02, 2006 15:07:40   #3  
Aidan        

RE: what is COM and DCOM?
Productibility Language interability and reusability ? Can you clarify what that means? Thanks.
 
Is this answer useful? Yes | No
June 13, 2007 20:14:39   #4  
Deepu Abraham K        

RE: what is COM and DCOM?
COM

1/ Component Object Model (COM) is a standard introduced by Microsoft.

2/ COM is a language-neutral way of implementing objects.

3/ It can be used in different environments even other than where it was created

4/ It can be used across the machine boundaries

5/ A good COM component (well written) allow re-usability. The component implementers have to just know about its interface.

6/ It has been implemented on several platforms COM is primarily used with Microsoft Windows.

DCOM

1/ Nothing but Distributed COM

2/ This will use RPC mechanism for communication

3/ DCOM had to solve the problems of


- serializing and deserializing the arguments and return values of method calls over the wire .


- ensuring that references held by clients of interfaces are released when for example the client process crashed or the network connection was lost.



 
Is this answer useful? Yes | No
July 19, 2007 01:04:52   #5  
Chaitanya Sagar        

RE: what is COM and DCOM?
COM( component object model) is a specification/ guide line document for creating the reusable components.

By Com we can achive
  1. Language Independent (by implementing Dual interfaces IDispatch for Nonpointer based languages and VTable for Pointer based languages)
  2. Location transparency ( By guid and clsids stored in windows registry we can have location transparency which cannot be done using dlls.
  3. Immutable:Old clients are not affected if we change the old component by new one this cannot be done in case of dlls which is also known as dll hell.


 
Is this answer useful? Yes | No
February 03, 2009 10:12:11   #6  
ramaprasanna Member Since: February 2009   Contribution: 3    

RE: what is COM and DCOM?
COM Component Object Model.
DCOM Distributed Component Object Model

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape