Related resources for ICMP
  • How to Check Whether API Server is up or Down9/22/2023 10:33:19 AM. In this article we will create a small utility using C# that tells us whether our API server is up or down.
  • strnicmp equivalent in C#5/30/2012 12:12:46 AM. C# equivalent strnicmp function in C language. It accepts two input strings along with the number of positions of chars to compare.
  • Ping Utility in C#1/2/2006 12:27:13 AM. Ping is a very useful utility used to determine the speed of a Network Connection. It establishes a socket connection with the given hostname and sends a Data Packet using ICMP Protocol.
  • Trace Utility to Trace IP Packet Path12/27/2005 12:10:08 AM. Trace utility traces the path of an IP packet. To understand the process, its important to understand ICMP protocol we are going to use for this purpose.