How it works? What happens on the server side? What does the server ask for to determine if the system is available or not? Is this a normal ping, or is the server requesting something else from the target machine? How does this button work internally?
KB88001 should answer that.
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?
Sorry, but no. I want to know what the ePO server is requesting from the target machine to determine if it is available or not. Is he just doing a primitive ping, key exchange, or something else? how does ping work?
This is how ping works.
https://en.wikipedia.org/wiki/Ping_(networking_utility)
Ping operates by means of Internet Control Message Protocol (ICMP) packets. Pinging involves sending an ICMP echo request to the target host and waiting for an ICMP echo reply. The program reports errors, packet loss, and a statistical summary of the results, typically including the minimum, maximum, the mean round-trip times, and standard deviation of the mean.
epo uses Java InetAddress.isReachable
Method | Action Performed |
---|---|
isReachable() | Specify the network interface to be used while checking for reachability and the ttl parameter specifies the number of hops the echo packet makes before exiting the network. |
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?
what does the server require from the target machine to determine its availability? he just sends her packets and if they reach the machine is available?
does mine ask for a domain name, or something else?
No requests for anything like that are involved in a ping. It sends an echo requests and gets an echo response - are you there? yes, I am here. That's it. If no response is received, then the ping returns unreachable.
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?
New to the forums or need help finding your way around the forums? There's a whole hub of community resources to help you.
Thousands of customers use our Community for peer-to-peer and expert product support. Enjoy these benefits with a free membership: