Python Forum
ping program in python
Thread Rating:
  • 2 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ping program in python
#3
(Jun-23-2018, 10:42 AM)wavic Wrote: Most of the servers don't respond to ICMP requests. Checking if the server is down is better to be done by requesting for a service on some port and see the response status code.
i'm sure i'd know whether or not my servers are responding to ICMP echo requests within my networks. BTW, i have noticed that some ISPs and many business networks discard outbound (at their border) ICMP echo requests. that might be a common cause of the issue. still, i see a majority of servers do respond. and this is why i plan to have various other options to "ping" another host, including DNS and other protocol based requests. and i may also want to only consider timely responses and a consistent sequence of responses as "up".
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
ping program in python - by Skaperen - Jun-23-2018, 12:36 AM
RE: ping program in python - by wavic - Jun-23-2018, 10:42 AM
RE: ping program in python - by Skaperen - Jun-23-2018, 03:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need to build a ping test for work network austina2 2 3,570 Mar-11-2019, 06:58 PM
Last Post: austina2
  TCP ping time mesure diffrence from other tools tbaror 2 3,362 Dec-25-2017, 08:57 PM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020