Ask HN: Recommendation for Networks Refresher

I feel like I've learnt about networking / TCPIP / DNS multiple times over the last 30 years and it never seems to stick. After a long support call with a cloud vendor today I feel like I need to relearn from first principals. Any suggestions for online books / youtube channels etc. I'm currently focused on private networking in the cloud environment but feel I need to improve my base knowledge. I'm even considering certification to force myself to retain some of this information!

8 points | by thorin 30 days ago

3 comments

  • throwaway63467 29 days ago
    “Computer Networking: A Top down approach” by James Kurose.
  • warrenm 30 days ago
    I've 'learned' the OSI model / TCP/IP / DNS / etc - probably - more times than you in the last quarter century

    It. Never. Sticks!

    Subnets? ...yeah - I know they exist (and ... 'matter'?)

    IP classification ranges? Same

    IPv4 vs IPv6? Holy freaking crap! Those make ABSOLUTELY no sense to me!

    I care about only 2 or 3 things:

    - what [private] IP range(s) do we have on this network?

    - what NAT rule(s) do I need to know to get from 'here' to 'there' (and back again)?

    - is my publicly-facing device group accessible from the 'public' internet?

    Nothing. Else. Matters.

    (yeah, yeah, yeah ... all those CCxx network engineers are having heart palpitations right now - but I. Do. Not. Care!)

    • thorin 30 days ago
      This rings true!
    • dev_0 29 days ago
      [dead]
  • stop50 30 days ago
    What is the problem?
    • thorin 30 days ago
      No specific problem, but as an app developer / architect I often find gaps in my knowledge when discussing system design and communication. Want to develop a more stable foundation.