AThe listener hands the connection request directly to a dispatcher.
BA dedicated server inherits the connection request from the listener.
CThe client connects to a dedicated server directly using a protocol address provided by the listener.
DThe application initiating the session spawns a dedicated server process for the connection request.
EThe listener issues a redirect message to the client, containing the protocol address of a dispatcher. The client then terminates the network session to the listener and establishes a network session to the dispatcher, using the network address provided in the redirect message.