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",