Books recommendation to learn about java networking

Posted by elec on Stack Overflow See other posts from Stack Overflow or by elec
Published on 2010-06-09T07:38:52Z Indexed on 2010/06/09 7:42 UTC
Read the original article Hit count: 344

Filed under:
|
|

In order to cover for my (glaring) lack of knowledge in the basics of networking, I'm looking for a book which would ideally cover:

-> 1 or 2 chapters on the transport layer: tcp, udp...

-> 1 or 2 chapters on the application layer: http, dns...

-> rest of the book would be devoted to pratical way of sending data across the wire using Java-related technologies. This would involve discussions about existing products (eg. hessian, protobuf, thrift, tibco...) , performances comparisons, case studies...etc..

Does such a book exist ?

© Stack Overflow or respective owner

Related posts about java

Related posts about beginner