Y Hacker News Books
Buy on Amazon4.6 out of 5, 97 ratings on Amazon

#693 of 2,629 all-time

Unix Network Programming

W. Richard Stevens

9 people recommended it in 9 threads, 2010–2024.

What people on Hacker News said

gte910h
Although if you're diving deep into networking, this is likely the correct book: Unix Networking Programming: Vol I by Stevens:

on HN, 2010

js2
All of the Stevens books, but probably UNIX Network Programming to start. I had the TCP/IP state diagram (from TCP/IP Illustrated) taped on my on cubicle wall for a decade or more.

on HN, 2022

jerzyt
Pretty much any book by W. Richard Stevens, but in particular Unix Network Programming, which made a cameo appearance in Wayne's World.

on HN, 2020

sigmundritz
The 1st volume at least is going through a simple TCP/IP telnet server and enhancing it with features as you go (single connection, multiple connection, forking, multi-threaded server), etc.

on HN, 2017

oogali
Those two books had a significant impact on me in terms of demystifying the network stack.

on HN, 2022

cyrusfusion
Yea, I know the code examples are written in C, but he goes into detail about how networks and ipc work.

on HN, 2017

twodayrice
Stevens brought sockets to the masses and helped launch the internet as we know it.

on HN, 2021

Where it comes up