I am trying to learn TCP/IP. Can anyone recommend some tools to help me better understand it?
|
feedback
|
|
| |||
|
feedback
|
|
The first think you should know is that TCP and IP are different things and the original question you're asking is like asking about milk-and-cookies. It's not light reading, but the fully authoritative source for all things TCP is the original RFC. IP also has a RFC, but TCP is the harder of the two. You didn't say why you need to know this.. Let's assume it's for an interview. When I interview people looking for jobs who say they know TCP/IP I ask them about these sorts of things:
Good luck with your studies. | |||
|
feedback
|
|
Though a lot of the application layer information is outdated, TCP/IP Illustrated, Volume 1: The Protocols is a great resource for learning. | |||||
feedback
|
|
I found this site a while ago for a friend, LearnTCPIP which she said helped her understand the basics, and is of course "free" | |||
feedback
|
|
I have enjoyed the Security Now podcast (http://twit.tv/sn) which, over the years, has covered many aspects of the TCP/IP family of protocols. Once you have learned the theory, nothing beats installing a protocol analyzer, such as wireshark (http://www.wireshark.org/) and getting some hands on. | |||
feedback
|