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

There has been another update to the ICMP ping tutorial. Still nothing on the wire yet, but this is all the important information such as check summing. Check it out it is a very good series so far. Keep up the good work Feroze.In this part, we will write a routine to calculate the checksum of the packet, and a routine to serialize the packet into a byte array. Recall from PartII that the request and reply packets have a particular encoding on the wire.


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

<p>There has been another update to the <a href="http://blogs.msdn.com/feroze_daud/archive/2005/10/24/484260.aspx">ICMP ping tutorial</a>. Still nothing on the wire yet, but this is all the important information such as check summing. Check it out it is a very good series so far. <p />Keep up the good work Feroze.<blockquote>In this part, we will write a routine to calculate the checksum of the packet, and a routine to serialize the packet into a byte array. Recall from <a href="http://blogs.msdn.com/feroze_daud/archive/2005/10/23/483976.aspx">PartII</a> that the request and reply packets have a particular encoding on the wire. We will have to write a routine that will encode the packet into a byte array, so that the array can be sent on the wire.</blockquote><i>[Via <a href="http://blogs.msdn.com/feroze_daud/archive/2005/10/24/484260.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-24T00:00:00+00:00) RE: Ping Part III: Adventures in Socket programming using System.Net. Retrieved from https://www.scien.cx/2005/10/24/re-ping-part-iii-adventures-in-socket-programming-using-system-net/

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