cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Illia
Level 7
Report Inappropriate Content
Message 1 of 7

Ping (check connection) in System Tree

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?

6 Replies
cdinet
Employee
Employee
Report Inappropriate Content
Message 2 of 7

Re: Ping (check connection) in System Tree

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?

Illia
Level 7
Report Inappropriate Content
Message 3 of 7

Re: Ping (check connection) in System Tree

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?

cdinet
Employee
Employee
Report Inappropriate Content
Message 4 of 7

Re: Ping (check connection) in System Tree

This is how ping works.

https://en.wikipedia.org/wiki/Ping_(networking_utility)

Ping operates by means of Internet Control Message Protocol (ICMP) packetsPinging 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

 
 
Methods of InetAddress Class
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?

Illia
Level 7
Report Inappropriate Content
Message 5 of 7

Re: Ping (check connection) in System Tree

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?

Illia
Level 7
Report Inappropriate Content
Message 6 of 7

Re: Ping (check connection) in System Tree

does mine ask for a domain name, or something else?

cdinet
Employee
Employee
Report Inappropriate Content
Message 7 of 7

Re: Ping (check connection) in System Tree

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?

You Deserve an Award
Don't forget, when your helpful posts earn a kudos or get accepted as a solution you can unlock perks and badges. Those aren't the only badges, either. How many can you collect? Click here to learn more.

Community Help Hub

    New to the forums or need help finding your way around the forums? There's a whole hub of community resources to help you.

  • Find Forum FAQs
  • Learn How to Earn Badges
  • Ask for Help
Go to Community Help

Join the Community

    Thousands of customers use our Community for peer-to-peer and expert product support. Enjoy these benefits with a free membership:

  • Get helpful solutions from product experts.
  • Stay connected to product conversations that matter to you.
  • Participate in product groups led by employees.
Join the Community
Join the Community