There are 2 repositories under computer-networks-course topic.
CSC503: Computer Network [CN] & CSL502: Computer Network Lab [CN Lab] <Semester V>
This repository for Computer Networks class (Spring 2019), Faculty Of Engineering, Alexandria University. It contains some useful resources Notes based on the book "Computer Networking, a top down approach"
Computer Networking final project for CE at AUT Course
In this Repository, all codes are present which I have created while studying computer network in my college
A basic Routing Information Protocol (RIP) simulation in C++
In this project,I have developed a data hiding mechanism using steganography technology in MATLAB. The secret messages can be encrypted in the images and again the messages can be decrypted. Though this project I have learnt so many cryptographic techniques.
Class notes for CS-UH 3012 Computer Networks
Implementation of a FTP Client and Server.
Simple BitTorrent analogue written in Golang.
CSE 322: Computer Network Sessional | CSE, BUET | Batch 2019
Socket programming in c. Transferring large files over TCP, implementing Realiable UDP and simulating Packet Loss. As an assignment in Computer Networking @ Ariel University
Implementation of Simple Network Management Protocol (SNMP) in Java for GetRequest PDU
This project implements a basic client-server communication system using the Java programming language,It demonstrates the fundamental concepts of computer networking of client-server architecture,deeper understanding of client-server communication, The client and server communicate with each other through messages sent over a network connection
This is an application that emulates Line-Coding of signals (Digital data to Digital signal conversion)
This is a socket project of Computer Networking course in my university.
Computer Networks Course programs in C
This repository contains the template C++ code for Socket Programming
Coding assignments done during B.Tech (2015-2019) at IIEST, Shibpur, and during Ph.D. at IIT Guwahati (2019-present)
The application allows a client to send messages to a server and receive responses from the server over the network. The repository provides a basic implementation of the UDP communication protocol, including the creation of datagram sockets for sending and receiving messages, The code is well commented and organized, making it easy for users
:penguin: Data link layer protocol implementation in C used to transmit files between physically connected computers via serial port
:electric_plug: Network configuration lab scripts and an implementation of an FTP client used to download files via the configured network
Computer Networks - a 3rd year CSE banchelor course in ITMO University
The Web Server Project is a comprehensive learning initiative designed for beginners to gain practical skills in building and managing web servers. Created by Dicoding Indonesia, this course covers essential topics in computer networking, including server deployment, network models, IP addressing, and security measures.
Simulation of Circuit Switching in Java to find optimal set of paths for multiple data transfers using Dynamic Programming. - Soham Kapur, VIT Chennai
computer network course lab tasks
Learning Computer Networks
Programs, reports, documentation, and screenshots implemented and designed for the laboratory coursework in UCS1511: Computer Networks course.
Some of my Computer Networks projects
Proyecto de la asignatura redes de computadoras. Curso 2024
📚 My curated set of experiments and assignments for enhancing learning in the Computer Networks course at Urmia University.
This is a repo in Bahasa, for Wireshark & Crimping practice
This is a repo in Bahasa, for Firewall practice
计算机网络编程的实验,主要练习UNIX下socket的使用。没有考虑实际网络环境中可能出现的异常,程序安全性有待提高。