Writing a .NET Bases TCP Protocol

  • Thread starter Thread starter Mansoor
  • Start date Start date
M

Mansoor

HI,

I plan to make a Class that will work with WinPCap functions to
actually make a TCP protocol that is customizable (I can choose the
sender IP address and ...). First I'de like to know except using
VB.NET, Is there any other logical way to do so or not and second is
that, where on net can I find complete information about how the
TCP/IP protocol work as well as other required protocol when working
on a LAN.

Thanks in advance.
 
Mansoor said:
HI,

I plan to make a Class that will work with WinPCap functions to
actually make a TCP protocol that is customizable (I can choose the
sender IP address and ...). First I'de like to know except using
VB.NET, Is there any other logical way to do so or not and second is
that, where on net can I find complete information about how the
TCP/IP protocol work as well as other required protocol when working
on a LAN.

Mansoor,

You don't ask small things, do you!

TCP/IP and related protocols are specified by RFC documents which can be
found at http://www.rfc-editor.org.

You'll want to find some tutorial information about TCP/IP and I'm afraid I
don't know where you'll find it. Try to get a book on the subject - a used
book if necessary.

Also, you'll want to check out other newsgroups, like comp.protocols.tcp-ip.
Perhaps you'll get better information if you ask your question there, but
omit the part about ".NET".

Good Luck!
 
Back
Top