Simple change to provide more guidance in the networking node. Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1379/head
parent
bb4c8e7227
commit
4ca06bb183
1 changed files with 4 additions and 1 deletions
@ -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. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<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…
Reference in new issue