views:

51

answers:

3

Can you recommend a book that explains packets sockets and network protocols. Really anything pertaining to how data is sent and received over the web.

I'm a desktop only background and only really understand anything other than TCP Handshakes. But I want a book that is basic but goes in depths and explains alot.

Thanks!

+1  A: 

You have to read "TCP/IP Illustrated, Vol. 1: The Protocols". IMHO, that's the best book on the topic.

Dmitry V. Krivenok
+1  A: 

The classic work on the subject is Steven's three-volume TCP/IP Illustrated. Though somewhat dated now, it still covers the fundamentals in rare depth.

Marcelo Cantos
Anybooks that aren't that expensive? I can't get any computer related books at my small library...
A: 

If you are looking for a broader background than TCP/IP I'd recommend

Computer Networks, Fourth Edition from Andrew S. Tanenbaum. http://authors.phptr.com/tanenbaumcn4/

michid