How is a client/server connection established in a dedicated server environment?

Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.

How is a client/server connection established in a dedicated server environment?

Rating:

In a dedicated server environment, a listener (the listener must be running on the same computer on which the server is running) starts a separate dedicated server process for each incoming client connection request. Based on the operating system and the transport protocol, the listener can use any one of the following methods to establish a client/server connection:

  1. Bequeath connection: In this case, the following events occur in the sequence given below:


    • The listener receives the client connection request.

    • The listener starts a dedicated server process, and the dedicated server process inherits the connection request from the listener.

    • The client is now connected directly to the dedicated server process.

  2. Redirect connection: In this case, the following events occur:


    • The listener receives the client connection request.

    • The listener starts a dedicated server process.

    • The dedicated server process informs the listener of its listening protocol address.

    • The listener passes the protocol address to the client in a redirect message and terminates the connection.

    • The client connects to the dedicated server process directly by using the protocol address provided in the redirect message.
However, if the client and the database server both exist on the same computer, the client connection can be passed directly to a dedicated server process without going through the listener. The dedicated server process is started by the application (not by the listener) that initiates the session.


Rating:



Other articles

Click here to Article home

 
uCertify.com | Our Company | Articles | Privacy | Security | Contact Us | News and Press Release | uCertify India
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD Cisco Certification: CCNA, CCENT, A+, Network+, Security+
Oracle Certification: OCP 9i, OCP 10g, OCA 9i, OCA 10g CIW foundation    EC-212-32    CISSP    Photoshop ACE    Adobe Flash ACE
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.