|
DCOM
or The Distributed Component Object Model is a seamless evolution
of COM (Component Object Model) that allowed development of component-based
applications. DCOM is a protocol that enables software components
to communicate directly over a network. It was developed my Microsoft
to ensure reliable, secure, and efficient communication on networks
(including the Internet). Previously called Network OLE. DCOM is
designed to be used across multiple network transports. It works
with Java applets and ActiveX with the COM (Component Object Model).
|