Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between COM and DCOM?

Answers were Sorted based on User's Feedback



What is the difference between COM and DCOM?..

Answer / ghanshyamverma

COM Execution is done in its clien Machine where DCOM Run
on selected server

Is This Answer Correct ?    101 Yes 13 No

What is the difference between COM and DCOM?..

Answer / meghraj

COM is collection of tools which are executed on client
side environment whereas DCOM is a Distributed component
object Model runs at the given server.

Is This Answer Correct ?    82 Yes 5 No

What is the difference between COM and DCOM?..

Answer / r.murugadoss

component object model is a set of component tools which are
executed on client side environment whereas Distributed
Component Object Model runs at the given server.

Is This Answer Correct ?    39 Yes 5 No

What is the difference between COM and DCOM?..

Answer / sonu tomar

COM stands for Component object model whereas DCOM stands for Distributed component object model.

Is This Answer Correct ?    45 Yes 14 No

What is the difference between COM and DCOM?..

Answer / vikas

COM objects require installation on the machine from where
it is being used and DCOM requires installation somewhere on
the same network.

Any COM object may participate in DCOM transactions. DCOM
introduced several improvements/optimizations for
distributed environment, such as MULTI_QI (multiple
QueryInterface()), security contexts etc.

DCOM demonstrated importance of surrogate process (you
cannot run in-proc server on a remote machine. You need a
surrogate process to do that.)

DCOM introduced a load balancing.

The fact is dotnet has not replace the COM/DCOM instead it
has extended the functionality by introducing new featurs to it.

While dot-NET software can utilize COM components, and COM
components can tie into many features of the Dot-NET
environment, the two technologies are internally separate.
In particular, Dot-NET has been designed to work across the
Internet, with firewalls and wide-area networks, whereas
DCOM was designed primarily for use on local-area networks.

Is This Answer Correct ?    16 Yes 6 No

What is the difference between COM and DCOM?..

Answer / rekha rajasekaran

COM requires object id(oid) and interface (iid) to communicate with other objects.But DCOM requires additional information for unique identity.This is one disadvantage.

Is This Answer Correct ?    15 Yes 8 No

What is the difference between COM and DCOM?..

Answer / praveen

the difference is that DCOM is distributed but COM is not.
To be more precise, there are three main elements added to COM:

The way for creating a remote object.
The way for accessing a remote object.
The way to ensure secure access to a remote object.

Is This Answer Correct ?    10 Yes 7 No

What is the difference between COM and DCOM?..

Answer / deepak

com is company and dcom daru company........

Is This Answer Correct ?    27 Yes 68 No

What is the difference between COM and DCOM?..

Answer / subhash nagare

Com is Com and Dcom is Dcom

Is This Answer Correct ?    15 Yes 122 No

Post New Answer

More Visual Basic Interview Questions

How do I implement an accelerator key for a text box?

0 Answers  


How do I create controls dynamically (at run-time)?

0 Answers  


___,_____ and ____ container objects. ___ Property is to compress a image in image control. ___,___ and __ are difference between image and picture controls. To set the command button for ESC ___ Property has to be changed. ___,__,___ are the type of combo box? __ no of controls in form. OLE is used for _______ ___ is the control used to call a windows application. Clear property is available in ____,___ control. ___ Property is used to count no. of items in a combobox. ___ is a property to resize a label control according to your caption. ___ property is used to change to ___ value to access a identity column'in datacontrols. _____ is the property to ___,____,____ are valid for recordsource property of dat control. Timer control contains ________ no. of events. ____ property is used to lock a textbox to enter a datas. ____ is the difference between Listindex and Tab index. ____ property of menu cannot be set at run time. _____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol. ___ argument can be used to make a menuitem into bold. ___,___ arguments will be used to run a executable program in shell function ___ property used to add a menus at runtime. ___ VB constant make the menu item in centre. ___ method used to move a recordset pointer in nth position in DAG.

1 Answers   TCS,


Which property of textbox cannot be changed at runtime. What is the max size of textbox?

0 Answers  


what is the Default property of datacontrol ?

2 Answers  


What is the difference between Msgbox Statement and MsgboxQ function?

0 Answers  


What is MAPI ?

2 Answers  


what are the Advantages of disconnected recordsets

1 Answers  


Can a subroutine pass back values? Is so How?

2 Answers  


Is it possible to set a shortcut key for label? Explain ?

1 Answers  


Dim x, y as integer. What is x and y data type?

8 Answers  


How do I make the mouse cursor invisible/visible?

0 Answers  


Categories