I need to have a deeper understanding of network fundamentals, specially in the cloud.

Topics

Some topics I’m intersted in studying more deeply:

  1. CIDR notation — Standard IP addressing (RFC 1519)
  2. Subnets & subnet masks — Core TCP/IP concept
  3. Public vs Private IP ranges — RFC 1918 private addresses (10.x, 172.16.x, 192.168.x)
  4. Routing & route tables — How packets find their destination
  5. Default gateway/route — Where to send traffic when no specific rule matches
  6. NAT (Network Address Translation) — Allowing private IPs to access the internet
  7. DNS resolution — Translating hostnames to IPs
  8. High availability zones — Distributing resources across physical locations

Study path

Learn these first:

  1. OSI model layers 2-4
  2. TCP/IP fundamentals
  3. Basic routing

The cloud-specific resources are just managed implementations of these universal concepts.