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.

Ask HN: How to Improve on Network Topic?

5 pointsby IdontKnowRustalmost 2 years ago
Hello folks, I just realized how bad I am on topics like network, and every time I tried to keep up with it, I get overwhelmed by so many info. I need some directions here.<p>Do you know some books, blog posts, gh repos or anything else that can help me with it?<p>What you usually do to learn these things?<p>Thanks

3 comments

ezedvalmost 2 years ago
Some helpful resources to consider are &quot;Computer Networking: A Top-Down Approach&quot; by Kurose and Ross (book), &quot;Network Chuck&quot; and &quot;Network Direction&quot; (blogs), and &quot;FreeCodeCamp&quot; and &quot;Cisco Networking&quot; (GitHub repos). These should provide valuable guidance and help you navigate the subject more effectively.
评论 #36702649 未加载
frflalmost 2 years ago
You have a couple of options to really understand networks at a fundamental level<p>- Go through a well regarded textbook on networks<p>- Go through the PDF&#x2F;powerpoint slides&#x2F;notes for some networking course offered by a well regarded university, these should be easy to find if you search &quot;&lt;university name&gt; + network course pdf&quot;<p>- Go through lecture videos on youtube for a networking course<p>Youtube videos you&#x27;ll find by searching &quot;network tutorial&quot; are likely going to be beginner level and not very useful. You want the deep and technical videos not the things people are making just for the sake of making youtube videos<p>I won&#x27;t link anything specific here. If you&#x27;re serious, you&#x27;ll find everything on Google without too much trouble by searching yourself.
评论 #36698765 未加载
TechBro8615almost 2 years ago
Provision a VM somewhere, then buy two cheap routers, flash OpenWRT on them, and try to setup a Wireguard VPN so that devices connected to each router can all ping each other, and you can ping each device from the VM. It&#x27;s a seemingly simple task that will force you to learn how to solve a lot of practical problems.