From 4ca06bb1831f1dc0cb26cf08a0e6cd8e70abd5cc Mon Sep 17 00:00:00 2001 From: Esoterydactyl Date: Thu, 4 Aug 2022 14:39:47 -0400 Subject: [PATCH] Add networking resources Simple change to provide more guidance in the networking node. Co-authored-by: Kamran Ahmed --- .../102-devops/content/101-os-concepts/100-networking.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/101-os-concepts/100-networking.md b/content/roadmaps/102-devops/content/101-os-concepts/100-networking.md index fed8bb64f..cb2dbf8db 100644 --- a/content/roadmaps/102-devops/content/101-os-concepts/100-networking.md +++ b/content/roadmaps/102-devops/content/101-os-concepts/100-networking.md @@ -1,6 +1,9 @@ -# Basic Networking Concepts +# Networking Computer networking refers to interconnected computing devices that can exchange data and share resources with each other. These networked devices use a system of rules, called communications protocols, to transmit information over physical or wireless technologies. +Begin by studying the [OSI Model](https://en.wikipedia.org/wiki/OSI_model). This model will assist in constructing an understanding of the linked topics, and help you contextualize the items linked to the Networking, Security, and Protocols node. Higher level networking concepts may be implemented and named differently across cloud providers. Don't let this confuse you - the basics of TCP/IP are useful and used in the same ways across all implementations. + Free Content What is Computer Networking? +OSI Model Explained \ No newline at end of file