Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Programming C++

Ping and Traceroute

Author: codeproject.com | Published: 22nd Feb 2008 | Visited: 166 times | Add Comment
Filed in: CPlusPlus

In this article, we will see how Ping and Tracert networking tools work and we will create our own replicas for them.

Read Article
 

Sponsored Links

 


Related Articles

 Ping Monitor Yet another Ping Monitor utility written in VB.NET on .NET Framework ...

 Ping Monitor Yet another Ping Monitor utility written in VB.NET on .NET Framework ...

 Simple Ping Utility with GUI Using the Ping class in .NET Frame ...

 Traceroute - Using RAW Socket & UDP Traceroute - Using RAW Socket & UDP. Raw UDP packets with increasing TTL values are targetted at strange port nos. The resulting ICMP responses from intermediate hosts contains host identity in the form of its IP addr ...

 Ping.exe replica in C# 2.0 Usage example of the System.Net.NetworkInformation.P ...

 C# Ping Control This sourcecode/control is provided to make it easy for programmers in C# to ping remote hosts and get the response time in milliseco ...

 Ping Identity Announces Additions to PingFederate Integration Kit Family Ping Identity announced the expansion of its PingFederate Integration Kit family to include both Windows Kerberos and Oracle/Oblix COREid. These new Integration Kits join Ping's existing family of adapters for Windows Login, Java and .NET applications, CA eTrust SiteMinder and Salesforce.com in ...

 Ping Identity Announces Additions to PingFederate Integration Kit Family Ping Identity announced the expansion of its PingFederate Integration Kit family to include both Windows Kerberos and Oracle/Oblix COREid. These new Integration Kits join Ping's existing family of adapters for Windows Login, Java and .NET applications, CA eTrust SiteMinder and Salesforce.com in ...

 Ping Utility namespace SaurabhPing { using System; using System.Net; using System.Net.Sockets; /// <summary> /// The Main Ping Class /// </summary> class Ping { //Declare some Constant Variables const int SOCKET_ERROR = -1; const int ICMP_ECHO = 8; /// <summary> /// The Starting Point of the Cl ...

 PING UTILITY and WEBSERVICE in C# .NET By Peter A. Bromberg, Ph.D. Some time ago Lance Olson put some code together in an MSDN Magazine article about Peer- to-Peer in .NET at http://msdn.microsoft.com/msdnmag/issues/01/02/netpeers/netpeers.asp . This is from February 2001 so the code is obviously from BETA 1, and won't work in BETA ...



Next: Mechanism of OutputDebugString



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links