diff --git a/README.md b/README.md index 3ec3a2d..57451a3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ 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) ##### A4 - Error detection and correction using Hamming code and CRC - [Code-A4 (CRC)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-A4%20%28CRC%29.cpp) @@ -45,9 +46,11 @@ This Git repository is a comprehensive resource for the Computer Networks and Se ##### B6 - Link state & distance vector - [Handout-B6](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-B6.pdf) +- [Write-up - A6](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20A6.pdf) ##### B7 - RIP/OSPF/BGP - [Handout-B7](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-B7.pdf) +- [Write-up - A7](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20A7.pdf) ##### B8 - TCP Socket - [Handout-B8](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-B8.pdf) diff --git a/Write-ups/Write-up - A2.pdf b/Write-ups/Write-up - A2.pdf new file mode 100644 index 0000000..bfeb3c3 Binary files /dev/null and b/Write-ups/Write-up - A2.pdf differ diff --git a/Write-ups/Write-up - A6.pdf b/Write-ups/Write-up - A6.pdf new file mode 100644 index 0000000..2d60fea Binary files /dev/null and b/Write-ups/Write-up - A6.pdf differ diff --git a/Write-ups/Write-up - A7.pdf b/Write-ups/Write-up - A7.pdf new file mode 100644 index 0000000..25e8400 Binary files /dev/null and b/Write-ups/Write-up - A7.pdf differ