Add networking resources

Simple change to provide more guidance in the networking node.

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/1657/head
Esoterydactyl 2 years ago committed by GitHub
parent 941e18555f
commit 5893cce7e6
  1. 5
      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. 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle> <ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://aws.amazon.com/what-is/computer-networking/'>What is Computer Networking?</BadgeLink> <BadgeLink colorScheme='yellow' badgeText='Read' href='https://aws.amazon.com/what-is/computer-networking/'>What is Computer Networking?</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=dV8mjZd1OtU'>OSI Model Explained</BadgeLink>
Loading…
Cancel
Save