Description of Ping Utility and Webservice in C# .NET :
The author brings out the real usage of a ping. This ping utility is very important for webmasters, as it works as a system administrator's tool. Ping is helpful to check whether the computers in network works or not. The author adds up with some more informations about this ping. It is more helpful to calculate the response time from the host. The author turned this ping into a class library which could be used among many other useful things in a webservice. Through this the webmasters workout an excellent exercise in understanding socket programming in C#.