prev next prev next
OOPortal
  Course navigation
 
Lesson 5
Objective
The Object Request Broker
ORB communication protocol
      Explore the basics of how the ORB handles communications.
how the ORB works
As the animation above illustrates, the ORB is the communications backbone of CORBA.
One of the significant advantages of the ORB is that clients and servers may concentrate on making CORBA requests and issuing CORBA replies, while the ORB worries about the communications details, such as finding the server and moving data across the network.
  Course navigation