Server to server = Server client to server?

?

-

For a server to server connection, is the connecting server considered
as a client of the accepting server or is it not?

I have the following classes:

Connection <--- base class of the following two
ClientConnection <--- client
ServerConnection <--- server
ServerClientConnection <--- server as a client of another server.

But then I came across something that states "A client is anything
connected to a server that is not another client".

Comments please...
 
A

Alan Krueger

- said:
For a server to server connection, is the connecting server considered
as a client of the accepting server or is it not? [...]
But then I came across something that states "A client is anything
connected to a server that is not another client".

A client connects to a listening server, a server listens for clients to
connect to it. Once a connection has been initiated, there's nothing
special about one side or the other: they're each one side of a
bi-directional stream.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top