• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle



  • What level is your current networking knowledge at, and what are you looking to accomplish?

    If you’re just looking for general understanding, something OSI model based is probably a good starting point, something like A Top Down Approach: Computer Networking.

    If you want to go through practical examples as you read along, you’ll first want to decide whether you want to learn about switching or routing first and then pick up some cheap hardware to test on. I’m a big fan of MikroTik, you can get a cheap device new that’ll do both routing and switching; you could also pick up an older used Cisco off eBay, although then you’re deciding switch or router independently. All that said, certification study guides are good for a combination of concepts and hands on exercises, the CompTia Network+ study guide would be fine, Networking with MikroTik MTCNA study guide is good, there are lots of Cisco CCNA study guides out there as well.

    If you want to stick to the Linux ecosystem, you’ll find more online, but there’s a few books on nftables, Linux Firewalls from Suehring comes to mind.

    Networking is a huge space, you may end up reading separate materials on switching, routing, security, protocols/developing networked applications, dhcp, dns, packet capture, ssh, WiFi, and on and on… picking something you want to accomplish is a good place to start, after getting through some basics like the OSI model.