Added code+output for A2 and added link in README. (Thanks to Bhakti for

hybrid topology design in output 🙇)
(She made me add those credits)
This commit is contained in:
K 2024-10-09 11:56:36 +05:30
parent 4dff4043f6
commit 4461978f4e
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -27,6 +27,10 @@ This Git repository is a comprehensive resource for the Computer Networks and Se
##### A2 - Network types, topologies and transmission media
- [Handout-A2](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-A2.pdf)
- [Write-up - A2](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20A2.pdf)
- [Output-A2](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Printable%20outputs/Output-A2.pdf)
> [!NOTE]
> No code for assignment A2.
##### A3 - Error detection and correction using Hamming code and CRC
- [Code-A3 (CRC)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-A3%20%28CRC%29.cpp)