Short for
Object Request Broker, a component in the
CORBA programming model that acts as the
middleware between
clients and
servers. In the CORBA model, a client can request a service without knowing anything about what servers are attached to the
network. The various ORBs receive the requests, forward them to the appropriate servers, and then hand the results back to the client.