Hacker News new | ask | show | jobs
by wg0 852 days ago
Book: Networks - Top down approach.

Also check the CCNA course "Jeremy's IT Lab" on YouTube. Highly recommend.

2 comments

The Top Down book by Kurose and Ross is hands-down one of the best books for Networking and is very relevant even today to understand the patterns.

Things like retries, backoffs, checksumming, error detection etc. can be done in multiple layers of the networking stack and often is done in multiple layers.

Thanks