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.

A TCP/IP Tutorial (1991)

290 pointsby Liwinkabout 5 years ago

8 comments

systemvoltageabout 5 years ago
Tangential: Does anyone know how to generate HTML docs such as this? It looks like a page in a book - with a header&#x2F;footer and page number. And, surprisingly no one in 1991 imaged we would be reading it on a 4k widescreen - and here I am, and it is extremely readable (using SF Mono on macOS). I would love to know what tools can be used to generate almost paper-like HTML docs.<p>Edit: I found the answer, tiny link at the bottom: <a href="https:&#x2F;&#x2F;tools.ietf.org&#x2F;tools&#x2F;rfcmarkup&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tools.ietf.org&#x2F;tools&#x2F;rfcmarkup&#x2F;</a>
评论 #22883320 未加载
评论 #22884460 未加载
评论 #22880721 未加载
评论 #22883354 未加载
hashharabout 5 years ago
Is there an up to errata to track what has changed in to 30(?) years?<p>This was quite easy to follow and worked up from basics. Don&#x27;t really see such well written documentation these days.
评论 #22883683 未加载
state_lessabout 5 years ago
Opening raw sockets in Linux is a fun way to bang out your own IP, ARP, and ICMP packets for experimenting. I remember the joys of packet spoofing&#x2F;flooding in college. I think with WiFi you&#x27;re limited to the AP you&#x27;re attached to?<p>It&#x27;d be a fun hack to read and inject raw wifi or LTE frames to get a count of radios within range, when they transmit and other details of the low level protocols. It looks like with SDR, folks are able to get better access to the physical layer.<p><a href="https:&#x2F;&#x2F;www.crowdsupply.com&#x2F;lime-micro&#x2F;limesdr-mini&#x2F;updates&#x2F;wi-fi-analysis-with-gr-802-11-and-wireshark" rel="nofollow">https:&#x2F;&#x2F;www.crowdsupply.com&#x2F;lime-micro&#x2F;limesdr-mini&#x2F;updates&#x2F;...</a>
评论 #22885138 未加载
middleclickabout 5 years ago
Are there other good resources to learn about TCP and UDP? Everyone recommends the Stevens book so I think I should get that?
评论 #22877861 未加载
评论 #22878965 未加载
评论 #22877855 未加载
评论 #22883233 未加载
评论 #22882139 未加载
评论 #22878160 未加载
chrisweeklyabout 5 years ago
Related tangent: &quot;Browser-based Networking&quot; (O&#x27;Reilly) is a fantastic, reasonably modern and fairly thorough resource that, in encompassing some higher levels in the stack, can at least complement core reference materials for the foundation. Highly recommended.
评论 #22878362 未加载
评论 #22878373 未加载
Jahakabout 5 years ago
Are there any new tutorials on TCP&#x2F;IP? Modern computer networks and free articles, books, etc.
评论 #22879756 未加载
评论 #22878427 未加载
0xff00ffeeabout 5 years ago
I think this is a great example of how to take a fairly complicated topic that goes deep, and progressively build an understanding with successive refinement of examples. They way the paper goes from the &quot;what&quot; to &quot;why&quot; is really well thought-out.
ainam48948about 5 years ago
Oh yeah, I was going to read this a while back, I&#x27;ll be sure to keep this on my reading list.