How does server know that a client is connected to it or
not?
Answer Posted / 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 |
Post New Answer View All Answers
What is an http server?
What is the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.
What is cookies in networking ?
What is network interface name?
What is a thread pool?
What is network programming in java?
Where is the network interface card located?
What is the Difference between socket and servlet?
Tell me about networking classes and interfaces.
What do you understand by the term network?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
What is HttpURL connection ?
What you know about random port?
What are the advantages and disadvantages of sockets?
What are the advantages and disadvantages of java sockets.