General Inter-ORB Protocol


In distributed computing, General Inter-ORB Protocol is the message protocol by which object request brokers communicate in CORBA. Standards associated with the protocol are maintained by the Object Management Group. The current version of GIOP is 2.0.2. The GIOP architecture provides several concrete protocols, including:
  1. Internet InterORB Protocol — The Internet Inter-Orb Protocol is an implementation of the GIOP for use over the Internet, and provides a mapping between GIOP messages and the TCP/IP layer.
  2. SSL InterORB Protocol — SSLIOP is IIOP over SSL, providing encryption and authentication.
  3. HyperText InterORB Protocol — HTIOP is IIOP over HTTP, providing transparent proxy bypassing.
  4. Zipped InterORB Protocol — A zipped version of GIOP that reduces the bandwidth usage

    Environment Specific Inter-ORB Protocols

As an alternative to GIOP, CORBA includes the concept of an Environment Specific Inter-ORB Protocol. While GIOP is defined to meet general-purpose needs of most CORBA implementations, an ESIOP attempts to address special requirements. For example, an ESIOP might use an alternative protocol encoding to improve efficiency over networks with limited bandwidth or high latency. ESIOPs can also be used to layer CORBA on top of some non-CORBA technology stack, such as Distributed Computing Environment.
DCE Common Inter-ORB Protocol is an ESIOP for use in DCE. It maps CORBA to DCE RPC and CDR. DCE-CIOP is defined in chapter 16 of the CORBA 2.6.1 standard.

Messages