Object Request Broker (ORB)
A software component that mediates transfer of messages from a program to an object located on a remote host.
Hides underlying network communications from a programmer.
ORB allows you to create software objects whose member functions can be invoked by client programs located anywhere.
A server program contains instances of CORBA objects.