TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Beej's Guide to Network Concepts

84 pointsby rajeevkover 1 year ago

6 comments

beej71over 1 year ago
Hey everyone! This newer guide is basically what I wrote for teaching an Intro to Networking class last year. And I decided instead of keeping it locked away in the LMS I&#x27;d put it online for everyone.<p>Where the other, more popular guide is basically an intro to the C sockets API, this is more about networks in general.<p>There are certainly a large number of errors to still be found, and I&#x27;d love to hear about them if^H^Hwhen you find them.<p>The goal, as always, is ad-free and correct-as-possible. :)
评论 #38201746 未加载
评论 #38201748 未加载
评论 #38202492 未加载
wcarssover 1 year ago
It&#x27;s really cool to see something like this in the dedication, as one of a few &quot;hardest things about writing these guides&quot;:<p>&gt; - Putting myself out there as a so-called authority, when really I’m just a regular human trying to make sense of it all, just like everyone else<p>I read Beej&#x27;s guide to networking like a bible when I was in a networking class around 15 years ago, and it pretty much solely got me through that class -- so I certainly _do_ think of him as an authority. Seeing him refer to his own very recent work and identity this way is a comforting testament and reminder that that feeling is normal, and that even people who do things which seem _amazing_ are just people too. Thanks Beej!
hliyanover 1 year ago
This is great. His original socket programming guide was one of my first exposures to network programming (even though I didn&#x27;t understand it at the time). However, for network concepts, I prefer the historical context of &quot;Connected: An Internet Encyclopedia&quot; <a href="https:&#x2F;&#x2F;www.freesoft.org&#x2F;CIE&#x2F;Topics&#x2F;index.htm" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.freesoft.org&#x2F;CIE&#x2F;Topics&#x2F;index.htm</a>
Given_47over 1 year ago
Awesome, looking forward to starting this! And thanks for all your work Beej
Stem0037over 1 year ago
Just dove into Beej&#x27;s Guide to Network Concepts and it&#x27;s as clear as it gets for networking newbies!
saikatsgover 1 year ago
This is neat!