From 2c53c2d3db1bca29fd65cb5c946855060a8e2459 Mon Sep 17 00:00:00 2001 From: marcelxsilva <maarcelomonteiro@gmail.com> Date: Thu, 20 Feb 2025 23:16:01 -0300 Subject: [PATCH] feat: basics course network cisco --- public/roadmap-content/cyber-security.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/roadmap-content/cyber-security.json b/public/roadmap-content/cyber-security.json index 2bf4890ae..00b012948 100644 --- a/public/roadmap-content/cyber-security.json +++ b/public/roadmap-content/cyber-security.json @@ -88,6 +88,11 @@ "title": "Basics of Computer Networking", "description": "Computer networking is the practice of connecting computers and devices to share data and resources. It involves the use of protocols like TCP/IP for communication, hardware such as routers and switches for directing traffic, and various network topologies (e.g., star, mesh, bus) for organizing connections. Networks can be categorized by size and scope, from small local area networks (LANs) to wide area networks (WANs) that span large geographical areas. Key concepts include IP addressing, subnetting, DNS for name resolution, and network security measures. Understanding networking basics is crucial for managing data flow, troubleshooting connectivity issues, and ensuring efficient communication in modern computing environments.\n\nLearn more from the following resources:", "links": [ + { + "title": "Cisco - Networking Basics Course", + "url": "https://www.netacad.com/courses/networking-basics?courseLang=en-US", + "type": "article" + }, { "title": "Networking basics - What you need to know", "url": "https://www.cisco.com/c/en/us/solutions/small-business/resource-center/networking/networking-basics.html",