From 63cc791b8efce54f8173250fd70e7c60e52d1c65 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Sun, 18 Aug 2024 20:42:27 +0530 Subject: [PATCH] Added links for all notes (unit 1-6) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2a2a954..2e56f39 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ This Git repository is a comprehensive resource for the Computer Networks and Se 1. [Cyclic Redundancy Check (CRC)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-A4.cpp) +### Notes + +1. [Unit 1 - Introduction To Computer Networks](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Notes/Unit%201%20-%20Introduction%20To%20Computer%20Networks) +2. [Unit 2 - Data Link Layer](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Notes/Unit%202%20-%20Data%20Link%20Layer) +3. [Unit 3 - Network Layer](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Notes/Unit%203%20-%20Network%20Layer) +4. [Unit 4 - Transport Layer](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Notes/Unit%204%20-%20Transport%20Layer) +5. [Unit 5 - Application Layer](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Notes/Unit%205%20-%20Application%20Layer) +6. [Unit 6 - Security](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Notes/Unit%206%20-%20Security) + ### Question Papers - [IN-SEM](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Question%20Papers/IN-SEM)