linkedin / school-of-sre

At LinkedIn, we are using this curriculum for onboarding our entry-level talents into the SRE role.
https://linkedin.github.io/school-of-sre/
Other
7.7k stars 705 forks source link

Linux Networking Fundamentals needs work #103

Open gregbo opened 3 years ago

gregbo commented 3 years ago

In the intro.md prerequisites, it's stated that readers need to have knowledge of jargon in the TCP/IP stack such as DNS, HTTP, etc. It's not clear if these protocols are the jargon being referred to, or jargon associated with these protocols. Anyway, I would suggest that rather than worrying about jargon, readers should have a grounding in the basic principles of these protocols. I recommend providing a link to Peterson and Davie's Computer Networks: A Systems Approach, an open-source textbook covering the fundamentals of computer networking from a multi-layered, system of components perspective. I believe after reading (at least) the first three chapters, your readers will have enough of a grasp of computer networking fundamentals that they will better understand how to perform SRE networking tasks on Linux (and other) systems.

kalyanceg commented 3 years ago

Peterson and Davie's is a good suggestion Let me see how we can rephrase the intro.md

gregbo commented 3 years ago

If the students will be using RHEL, I would also suggest that they install several of the networking tools packages such as iproute, iputils, and nmap, if they haven't yet been installed. These packages contain programs such as ip, ping, and ncat, which can be used in conjunction with learning the networking fundamentals.