Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux Networking Fundamentals needs work #103

Open
gregbo opened this issue May 25, 2021 · 2 comments
Open

Linux Networking Fundamentals needs work #103

gregbo opened this issue May 25, 2021 · 2 comments

Comments

@gregbo
Copy link

gregbo commented May 25, 2021

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
Copy link
Contributor

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

@gregbo
Copy link
Author

gregbo commented Jun 8, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants