Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arya2004/computer-networks
https://github.com/arya2004/computer-networks
hacktoberfest hacktoberfest-accepted
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arya2004/computer-networks
- Owner: arya2004
- License: mit
- Created: 2024-09-13T07:49:29.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T16:28:47.000Z (10 days ago)
- Last Synced: 2024-11-08T17:29:51.657Z (10 days ago)
- Topics: hacktoberfest, hacktoberfest-accepted
- Language: Jupyter Notebook
- Homepage:
- Size: 119 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Computer Network Lab Assignments
Welcome to the **Computer Network Lab Assignments** repository. This repository contains various programming assignments related to topics in Computer Networking. These assignments are aimed at helping students understand core concepts like socket programming, protocols, routing algorithms, and more.
## Table of Contents
- [Introduction](#introduction)
- [Contributing](#contributing)
- [License](#license)## Introduction
This repository contains code implementations of networking concepts such as:
- Socket programming (TCP and UDP)
- DNS Lookup
- HTTP Request Simulation
- Chat application using sockets
- Client-Server architecture
- Network layer algorithms (e.g., Dijkstra, Distance Vector)
- Protocol simulation (e.g., ARP, ICMP, etc.)These assignments are designed for educational purposes and follow the typical Computer Networks syllabus in undergraduate courses.
## Contributing
Contributions are welcome! If you have a new assignment to add or improvements to make, feel free to submit a pull request. Please ensure that your code follows proper coding practices and is well-documented.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.