TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Network protocols for anyone who knows a programming language (2017)

146 点作者 jmstfv5 个月前

6 条评论

philsnow5 个月前
TIL that Ethernet encodes bytes as 10 bits not as a parity &#x2F; error detection mechanism as I had thought, but in order to be &quot;DC-free&quot; (to not accumulate too many electrons on either end of a connection)<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;8b&#x2F;10b_encoding#Running_disparity" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;8b&#x2F;10b_encoding#Running_dispar...</a>
评论 #42449505 未加载
hiAndrewQuinn5 个月前
I constantly think to myself that I should make a high quality Anki deck for teaching <i>and retaining</i> the low level networking basics. Even after a college course on the subject the only way it truly clicked with me in a laying way was by Ankifying Michael W. Lucas&#x27;s phenomenal <i>Networking for System Administrators</i>, and now a solid 30% of problems I run across on a daily basis are made easier by having that knowledge at my fingertips.
评论 #42450814 未加载
SerCe5 个月前
One fun fact I learned while at uni was that _technically_ referring to the ethernet connector as RJ45 is incorrect, and 8P8C would be the correct term [1]. But obviously, these days everyone knows what RJ45 is, and almost no one knows what 8P8C is.<p>[1]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Modular_connector#8P8C" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Modular_connector#8P8C</a>
dang5 个月前
Related:<p><i>Network protocols for anyone who knows a programming language (2017)</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36984171">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36984171</a> - Aug 2023 (39 comments)<p><i>Network protocols for anyone who knows a programming language</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18967387">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18967387</a> - Jan 2019 (71 comments)
slopeloaf5 个月前
I love these low level&#x2F;from scratch resources. Recently been doing some game development with Godot. I decided to take a break and make a toy game with just SDL2. Lots of stuff I learned (especially from Lazy Foo’s SDL2 series) helped click a lot of concepts from Godot and let me gain a deeper understanding.<p>Networking is something I find intimidating so this is a good shot to jump in and grow
checker6595 个月前
<a href="https:&#x2F;&#x2F;book.systemsapproach.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;book.systemsapproach.org&#x2F;</a>