changed layout for readme file and added links for a5 code+output

This commit is contained in:
K 2024-09-25 23:02:43 +05:30
parent c4904167b5
commit af4f45374f
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -6,10 +6,6 @@ This Git repository is a comprehensive resource for the Computer Networks and Se
## Index ## Index
### Codes
1. [Cyclic Redundancy Check (CRC)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-A4.cpp)
### Notes ### 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) 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)
@ -19,17 +15,25 @@ This Git repository is a comprehensive resource for the Computer Networks and Se
5. [Unit 5 - Application Layer](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Notes/Unit%205%20-%20Application%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) 6. [Unit 6 - Security](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Notes/Unit%206%20-%20Security)
### Handouts ### Assigments
1. [Handout-A1](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-A1.pdf) 1. A1 - Wired LAN using switch
2. [Handout-A4](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-A4.pdf) - [Handout-A1](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-A1.pdf)
3. [Handout-A5](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-A5.pdf) - [Write-up - A1](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20A1.pdf)
> [!NOTE]
> No code or output for assignment A1.
### Write-ups 2. A4 - Error detection and correction using Hamming code and CRC
- [Code-A4](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-A4.cpp)
- [Handout-A4](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-A4.pdf)
- [Write-up - A4](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20A4.pdf)
- [Output-A4] // WORKING ON IT!
1. [Write-up - A1](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20A1.pdf) 3. A5 - Sliding Window Protocol
2. [Write-up - A4](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20A4.pdf) - [Code-A5](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-A5%20%28Sliding%20Window%29.cpp)
3. [Write-up - A5](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20A5.pdf) - [Handout-A5](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-A5.pdf)
- [Write-up - A5](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20A5.pdf)
- [Output-A5](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Printable%20outputs/Output-A5.pdf)
### Question Papers ### Question Papers