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