RE: Ping Part II: Adventures in Socket programming using System.Net

The second part of the C# Ping Tutorial is up. At the moment it doesn’t have much in the way of solid implementation, but this is a series of posts so expect more. It is quite a good post because he talks about what Ping packets look like and where they are on the communications stack.Anyway to quote the post.Let us start out by looking at requirements of the Ping client.


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan

<p>The second part of the C# Ping Tutorial is up. At the moment it doesn't have much in the way of solid implementation, but this is a series of posts so expect more. It is quite a good post because he talks about what Ping packets look like and where they are on the communications stack.<p />Anyway to quote the post.<blockquote class="posterous_medium_quote">Let us start out by looking at requirements of the Ping client. Basically, the task of the tool is to find out if a specified server is alive, and on the network. The way it achieves this is by sending an echo packet to the server. The server responds with an echo response. If the server responds within a certain time interval, then we can assume that there is network connectivity from the client to the server. If it doesnt respond, then it could indicate a variety of things that could be wrong</blockquote><i>[Via <a href="http://blogs.msdn.com/feroze_daud/archive/2005/10/23/483976.aspx">MSDN Blogs</a>]</i><p /></p>


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan


Print Share Comment Cite Upload Translate Updates
APA

Paul Kinlan | Sciencx (2005-10-23T00:00:00+00:00) RE: Ping Part II: Adventures in Socket programming using System.Net. Retrieved from https://www.scien.cx/2005/10/23/re-ping-part-ii-adventures-in-socket-programming-using-system-net/

MLA
" » RE: Ping Part II: Adventures in Socket programming using System.Net." Paul Kinlan | Sciencx - Sunday October 23, 2005, https://www.scien.cx/2005/10/23/re-ping-part-ii-adventures-in-socket-programming-using-system-net/
HARVARD
Paul Kinlan | Sciencx Sunday October 23, 2005 » RE: Ping Part II: Adventures in Socket programming using System.Net., viewed ,<https://www.scien.cx/2005/10/23/re-ping-part-ii-adventures-in-socket-programming-using-system-net/>
VANCOUVER
Paul Kinlan | Sciencx - » RE: Ping Part II: Adventures in Socket programming using System.Net. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2005/10/23/re-ping-part-ii-adventures-in-socket-programming-using-system-net/
CHICAGO
" » RE: Ping Part II: Adventures in Socket programming using System.Net." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2005/10/23/re-ping-part-ii-adventures-in-socket-programming-using-system-net/
IEEE
" » RE: Ping Part II: Adventures in Socket programming using System.Net." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2005/10/23/re-ping-part-ii-adventures-in-socket-programming-using-system-net/. [Accessed: ]
rf:citation
» RE: Ping Part II: Adventures in Socket programming using System.Net | Paul Kinlan | Sciencx | https://www.scien.cx/2005/10/23/re-ping-part-ii-adventures-in-socket-programming-using-system-net/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.