https://github.com/naganandana-n/computer-networks
Computer Networks coursework at BITS, Pilani.
https://github.com/naganandana-n/computer-networks
network-simulator2 socket-programming
Last synced: 11 months ago
JSON representation
Computer Networks coursework at BITS, Pilani.
- Host: GitHub
- URL: https://github.com/naganandana-n/computer-networks
- Owner: naganandana-n
- Created: 2024-05-14T17:53:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T16:04:45.000Z (about 2 years ago)
- Last Synced: 2024-05-17T14:04:37.508Z (about 2 years ago)
- Topics: network-simulator2, socket-programming
- Language: Java
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer-Networks
This repository contains solutions to Socket Programming and Network Simulator 2 (NS2) questions in Computer Networks. It also includes the course ppts that explain the above concepts.
## Socket Programming - TCP:
- [TCP | Socket_programming.pptx](https://github.com/naganandana-n/Computer-Networks/blob/main/Socket-Programming/TCP/Socket_programming.pptx)
- [TCP | Standard version](https://github.com/naganandana-n/Computer-Networks/tree/main/Socket-Programming/TCP) - Client.java, Server.java, ClientHandler1.java
- [TCP | Calculator Question](https://github.com/naganandana-n/Computer-Networks/tree/main/Socket-Programming/TCP/TCP%20Q%20-%20CALCULATOR) - tcpClient.java, tcpServer.java, tcpClientHandler.java
- [TCP | Multiply Question](https://github.com/naganandana-n/Computer-Networks/tree/main/Socket-Programming/TCP/TCP%20Q%20-%20MULTIPLY%20THE%20CLIENT%20RESULT%20BY%202) - Client.java, Server.java, MulClientHanlder.java
## Socket Programming - UDP:
- [UDP | UDP Socket.pptx](https://github.com/naganandana-n/Computer-Networks/blob/main/Socket-Programming/UDP/UDP%20Socket.pptx)
- [UDP | Standard Version](https://github.com/naganandana-n/Computer-Networks/tree/main/Socket-Programming/UDP) - udpBaseClient.java, udpBaseServer.java
- [UDP | Calculator Question](https://github.com/naganandana-n/Computer-Networks/tree/main/Socket-Programming/UDP/UDP%20Q%20-%20CALCULATOR) - udpArithmeticClient.java, udpArithmeticServer.java
## Network Simulator 2 - LAN:
- [LAN | Simulation of LAN.pdf](https://github.com/naganandana-n/Computer-Networks/blob/main/Network-Simulator-2%20(NS2)/LAN/Simulation%20of%20LAN.pdf)
- [LAN | Question (from above ppt)](https://github.com/naganandana-n/Computer-Networks/blob/main/Network-Simulator-2%20(NS2)/LAN/LAN.tcl) - LAN.tcl
## Network Simulator 2 - WIRED:
- [WIRED | Simulation of wired network.pptx](https://github.com/naganandana-n/Computer-Networks/blob/main/Network-Simulator-2%20(NS2)/WIRED/Simulation%20of%20wired%20network.pptx)
- [WIRED | NS2 SIMULATION DIAGRAM - Wired_first.png](https://github.com/naganandana-n/Computer-Networks/blob/main/Network-Simulator-2%20(NS2)/WIRED/NS2%20SIMULATION%20DIAGRAM%20-%20Wired_first%20.png)
- [WIRED | Question - Wired_first.png](https://github.com/naganandana-n/Computer-Networks/blob/main/Network-Simulator-2%20(NS2)/WIRED/Wired_first.tcl) - Wired_first.tcl
- [WIRED | NS2 SIMULATION DIAGRAM - Self_practice.png](https://github.com/naganandana-n/Computer-Networks/blob/main/Network-Simulator-2%20(NS2)/WIRED/NS2%20SIMULATION%20DIAGRAM%20-%20Self_practice.png)
- [WIRED | Question - Self_practice.png](https://github.com/naganandana-n/Computer-Networks/blob/main/Network-Simulator-2%20(NS2)/WIRED/Self_practice.tcl) - Self_practice.tcl