Component Object Model Network Protocol
The COM network protocol is a protocol for object-oriented remote procedure calls and is thus also called Object RPC or ORPC. The Object RPC protocol consists of a set of extensions, layered on the distributed computing environment (DCE) RPC specification. The Object RPC protocol specifies:
- How calls are made on an object.
- How object references are represented, communicated, and maintained.