ORB : Conceptual View
When a client invokes a member function on a CORBA object, the ORB intercepts the function call.
ORB directs the function call across the network to the target object.
The ORB then collects the results from the function call returns these to the function call.