1. ........................ tier it's much easier to design the application to be DBMS agnostic. A) Middle application server Client-Server Model (Photo credit: Wikipedia ) B) Multithreaded application C) Application server D) Client server application 2. Which of the following is not the correct benefit of distributed computing . A) Resource sharing B) Performance C) Availability D) Security 3. ................... serve as the 'glue' between the client and server applications respectively, and that ORB . A) ORB and ORB Interface B) CORBA IDL stubs and skeletons C) Client and servant D) Client and server 4. In ........................ the client invokes the request, and then blocks waiting for the response. A) Deferred Synchronous Invocation B) One way Invocation C) Synchronous Invocation D) Two way Invocation 5. In ...................... the client invokes the request, continues processing while the request in dispatched, and later collects the response. A) Deferred Synch...