diff --git a/README.md b/README.md index 0539459..aa1ab08 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ Materials and resources from the OSC Linux '26 season, covering topics taught du | [Session 8](sessions/beginner/session8) | Bash Scripting (part 1) | | [Session 9](sessions/beginner/session9) | Bash Scripting (part 2) | | [Session 10](sessions/beginner/session10) | Text Processing (part 2) | +| [Session 11](sessions/beginner/session11) | Processes and Systemd| +| [Session 12](sessions/beginner/session12) | Computer Networking | ### Advanced Content 🚀 diff --git a/sessions/beginner/session12/Computer_Networking.pdf b/sessions/beginner/session12/Computer_Networking.pdf new file mode 100644 index 0000000..0a6ba00 Binary files /dev/null and b/sessions/beginner/session12/Computer_Networking.pdf differ diff --git a/sessions/beginner/session12/README.md b/sessions/beginner/session12/README.md new file mode 100644 index 0000000..48a2d24 --- /dev/null +++ b/sessions/beginner/session12/README.md @@ -0,0 +1,33 @@ +# Session 12 – Computer Networking 🌐 + +## Overview + +This session introduces the essential concepts of Computer Networking from the ground up. + +Starting with building a simple network, we gradually explore how modern networks evolved, why standards became necessary, how data travels across different devices, and the protocols that make Internet communication possible. + +By the end of this session, you should understand how computers communicate inside a local network and across the Internet, as well as the role of each networking layer and device. + +--- + +## Agenda 📖 + +- Making a Simple Network prototype +- Some History +- Standardization: OSI & TCP/IP Models +- Some Network Devices +- Some Protocols +- A Packet’s Life Cycle + +--- + +## Materials 📚 + +- [Slides](Computer_Networking.pdf) + +--- + +## Resources 📕 + +- **Wiki-Linux** +- [Networks] https://open-source-community.github.io/Wiki-Linux/Linux-advanced-topics/Networking/README \ No newline at end of file diff --git a/sessions/tracks/devops/session1/DevOps_Session1.pdf b/sessions/tracks/devops/session1/DevOps_Session1.pdf new file mode 100644 index 0000000..f3c0966 Binary files /dev/null and b/sessions/tracks/devops/session1/DevOps_Session1.pdf differ