Writing a .NET Bases TCP Protocol

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.
 
J

John Saunders

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top