ComputerNetworksAndSecurity/README.md

116 lines
9.6 KiB
Markdown
Raw Normal View History

# Computer Networks and Security (CNS)
2024-07-29 19:25:08 +05:30
This Git repository is a comprehensive resource for the Computer Networks and Security (CNS) course under the SPPU 2019 syllabus. It includes materials on fundamental concepts such as network architectures, protocols, and technologies, as well as practical implementations of client-server applications and insights into the data link layer and routing protocols. The repository also covers the application layer's role and essential network security topics, providing students with the knowledge and skills needed to master the course outcomes effectively.
---
## Index
2024-08-18 20:42:27 +05:30
### 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)
### Assigments
2024-10-21 22:54:12 +05:30
> [Practical dates (all batches)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/CNSL%20-%20Practical%20dates.pdf)
2024-09-25 23:04:48 +05:30
##### A1 - Wired LAN using switch
- [Handout-A1](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-A1.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.
2024-10-07 19:16:05 +05:30
##### 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.
2024-10-07 19:16:05 +05:30
##### 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)
- [Code-A3 (Hamming Code)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-A3%20%28Hamming%20Code%29.cpp)
- [Handout-A3](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-A3.pdf)
- [Write-up - A3](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20A3.pdf)
- [Output-A3](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Printable%20outputs/Output-A3.pdf)
##### A4 - Sliding Window Protocol
- [Code-A4](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-A4%20%28Sliding%20Window%29.cpp)
2024-09-25 23:04:48 +05:30
- [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](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Printable%20outputs/Output-A4.pdf)
2024-09-25 23:04:48 +05:30
2024-10-07 19:16:05 +05:30
##### B5 - Subnetting and subnet mask
2024-10-09 20:14:30 +05:30
- [Code-B5](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-B5.cpp)
2024-10-07 19:16:05 +05:30
- [Handout-B5](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-B5.pdf)
2024-10-09 19:46:22 +05:30
- [Write-up - B5](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20B5.pdf)
2024-10-09 20:14:30 +05:30
- [Output-B5](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Printable%20outputs/Output-B5.pdf)
2024-10-07 19:16:05 +05:30
##### B6 - Link state & distance vector
2024-10-08 19:08:20 +05:30
- [Code-B6](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-B6.py)
2024-10-07 19:16:05 +05:30
- [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-%20B6.pdf)
2024-10-08 19:07:10 +05:30
- [Output-B6](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Printable%20outputs/Output-B6.pdf)
2024-10-07 19:16:05 +05:30
##### 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-%20B7.pdf)
2024-10-09 20:26:16 +05:30
- [Output-B7](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Printable%20outputs/Output-B7.pdf)
2024-10-07 19:16:05 +05:30
##### B8 - TCP Socket
2024-10-08 19:11:52 +05:30
- [Code-B8 (Client)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-B8%20%28Client%29.py)
- [Code-B8 (Server)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-B8%20%28Server%29.py)
2024-10-07 19:16:05 +05:30
- [Handout-B8](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-B8.pdf)
2024-10-08 19:03:42 +05:30
- [Write-up - B8](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20B8.pdf)
2024-10-08 19:26:39 +05:30
- [Output-B8](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Printable%20outputs/Output-B8.pdf)
2024-10-07 19:16:05 +05:30
##### B9 - UDP Protocol
2024-10-08 23:38:38 +05:30
- [Code-B9 (Sender)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-B9%20%28Sender%29.py)
- [Code-B9 (Receiver)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-B9%20%28Receiver%29.py)
2024-10-07 19:16:05 +05:30
- [Handout-B9](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-B9.pdf)
2024-10-08 19:03:42 +05:30
- [Write-up - B9](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20B9.pdf)
2024-10-08 23:36:57 +05:30
- [Output-B9](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Printable%20outputs/Output-B9.pdf)
2024-10-07 19:16:05 +05:30
##### C10 - DNS
- [Code-C10](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-C10.py)
2024-10-07 19:16:05 +05:30
- [Handout-C10](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-C10.pdf)
2024-10-09 19:46:22 +05:30
- [Write-up - C10](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20C10.pdf)
- [Output-C10](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Printable%20outputs/Output-C10.pdf)
2024-10-07 19:16:05 +05:30
##### C11 - DHCP
- [Code-C11](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Codes/Code-C11.py)
2024-10-07 19:16:05 +05:30
- [Handout-C11](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-C11.pdf)
2024-10-09 19:46:22 +05:30
- [Write-up - C11](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20C11.pdf)
2024-10-09 11:59:47 +05:30
- [Output-C11](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Printable%20outputs/Output-C11.pdf)
2024-10-07 19:16:05 +05:30
##### C12 - TCP & HTTP traffic capture using Wireshark
- [Handout-C12](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-C12.pdf)
- [Write-up - C12](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20C12.pdf)
2024-10-09 20:26:16 +05:30
- [Output-C12](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Printable%20outputs/Output-C12.pdf)
2024-10-07 19:16:05 +05:30
##### C13 - Analyse HTTP, HTTPS & TCP Protocols
- [Handout-C13](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-C13.pdf)
- [Write-up - C13](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20C13.pdf)
2024-10-07 19:16:05 +05:30
##### C14 - SSL Protocol
- [Handout-C14](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Handouts/Handout-C14.pdf)
- [Write-up - C14](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Write-ups/Write-up%20-%20C14.pdf)
2024-10-07 19:16:05 +05:30
2024-08-18 20:12:34 +05:30
### Question Papers
- [IN-SEM](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Question%20Papers/IN-SEM)
- [END-SEM](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Question%20Papers/END-SEM)
> [Important VIVA Questions (with answers)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Question%20Papers/CNSL%20-%20Important%20Viva%20Questions%20%28Answers%29.pdf)
2024-10-21 23:07:47 +05:30
2024-08-18 20:12:34 +05:30
> [Sample Photocopy (END-SEM)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Question%20Papers/CNS%20-%20Sample%20Photocopy%20-%20END-SEM%20%282019%20Pattern%29.pdf)
> [Sample IN-SEM Unit Test Paper](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/main/Question%20Papers/CNS%20-%20Unit%20Test%20Sample%20Paper%20%28IN-SEM%2C%202019%20Pattern%29.pdf)