Saved Bookmarks
| 1. |
What Is Dcom? |
|
Answer» DCOM is a distributed extension of COM. It DIFFERS from COM in that it allows for creating objects distributed across a network, a PROTOCOL for INVOKING that object's methods, and secure to the object. DCOM provides a WRAPPER around COM, hence it is a backward compatible extension. DCOM is a distributed extension of COM. It differs from COM in that it allows for creating objects distributed across a network, a protocol for invoking that object's methods, and secure to the object. DCOM provides a wrapper around COM, hence it is a backward compatible extension. |
|