Multiple choice technology databases

what is true regarding the role Oracle Net provides in a client server connection with no middle tier? (Choose two)

  1. Oracle Net is layered on top of the network protocol.

  2. Oracle Net must reside on both the client and the server for peer-to-peer communication to occur.

  3. On the client side, Oracle Net is responsible for working with the listener to receive incoming connection requests.

  4. On the server side, Oracle Net is responsible for several connectivity issues such as : the location of the server, whatever one or more protocol is involved in the connection, and how to handle exception and interrupts.

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

In a client-server connection without middle tier, Oracle Net sits as a layer on top of the underlying network protocol (TCP/IP) and must be present on both client and server for communication. Option C describes server-side listener functionality, not client. Option D describes client-side responsibilities, not server-side.