DCOM (Distributed Component Object Model)
DCOM
- Designed to allow software components residing on remote computers to interact with one another
- As in CORBA, objects in DCOM are accessed via interfaces
- Unlike CORBA, however, DCOM objects may have multiple interfaces
- When a client requests a DCOM object from a server, the client must also request a specific interface of the object