Nang H. Vu - Learn and Fun Home Page

Home

History
Contact Me
A - B
C - D
E - F
K - L
M - N
O - P
S - T
U - V
Z - W
Family and Relatives
Relatives - Page 1
Lasan Taberd - School
Lasan Taberd Student List
Lasan Taberd - Page 1
Lasan Taberd - Page 2
Lasan Taberd - Page 3
Lasan Taberd - Page 4
Lasan Taberd - Page 5
Lasan Taberd - Page 6
Lasan Taberd - Page 7
Taberd - Class 10 Year 1969
Taberd - Class 11 Year 1970
Taberd - Class 12 Year 1971
Friends - Page 1
Friends - Page 2
Friends - Page 3
Friends - Page 4
Friends - Page 5
Expatiatory
C - D

COM

The Component Object Model (COM) is a software architecture that allows applications to be built from binary software components. COM is the underlying architecture that forms the foundation for higher-level software services, like those provided by OLE. OLE services span various aspects of commonly needed system functionality, including compound documents, custom controls, interapplication scripting, data transfer, and other software interactions.

The Component Object Model (COM) is a way for software components to communicate with each other. It's a binary and network standard that allows any two components to communicate regardless of what machine they're running on (as long as the machines are connected), what operating systems the machines are running (as long as it supports COM), and what language the components are written in. COM further provides location transparency: it doesn't matter to you when you write your components whether the other components are in-process DLLs, local EXEs, or components located on some other machine. (There are performance implications, of course, but you don't have to rewrite a thing to change the other components' locationsthat's key).

DCOM

The Distributed Component Object Model (DCOM) is a protocol that enables software components to communicate directly over a network in a reliable, secure, and efficient manner. Previously called "Network OLE," DCOM is designed for use across multiple network transports, including Internet protocols such as HTTP. DCOM is based on the Open Software Foundation's DCE-RPC spec and will work with both Java applets and ActiveX components through its use of the Component Object Model (COM).