How does server know that a client is connected to it or
not?
Answer / rajesh vrk
I cant understand this question.but i wrote what i know
below
We can check from the server by using PING command.
We should use give the client name or IP address followed
by the ping commands.
For example ping 128.0.0.156 -n 4
where -n and the 4 is no echo requests to send times.
if the client is connect with the server the reply is coming
with some informations.
| Is This Answer Correct ? | 7 Yes | 5 No |
Explain a daytime server?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
Why socketutil is used?
What is the difference between TCP and UDP ?
can any one tell me how to implement tcng (Traffic Control Next Generation) with HTB (Hierarchical Token Bucket) in Java?which particular class or API is used for that?
Is it possible to send an object using Sockets, if so, how it can be?
What is the Difference between socket and servlet?
where u can used in real time "protect" specifier or real world example of protect specifier
How we can make simple java program for Server/Client Communication
What you know about random port?
Explain look for local ports?
What is URL?