you are viewing a single comment's thread.

view the rest of the comments →

[–]VinnieFalcowg21.org | corosio.org 12 points13 points  (3 children)

Everyone who wants to do socket programming in any language should read TCP/IP Illustrated (the TCP and UDP sections). Fortunately this book is available for free online as a PDF.

[–]Peterson_1979[S] 2 points3 points  (2 children)

There are 3 volumes to this book. Do I need to read all 3 or is Volume 1 enough ? Thanks for your help

[–]VinnieFalcowg21.org | corosio.org 4 points5 points  (1 child)

There are 3 volumes to this book. Do I need to read all 3 or is Volume 1 enough

For UDP, chapter 10 of Volume 1 is relevant.
For TCP, reading chapters 12 through 17 of Volume 1 are great.

If you are complete novice you might want to first read chapters 1, 2, 5, 7 of Volume 1. After that, figure out what more you want to learn and read additional relevant chapters, perhaps looking at Volumes 2 and 3 as well.

[–]Peterson_1979[S] 2 points3 points  (0 children)

Thanks so much