Skip to content
#

computer-networking-lab

Here are 6 public repositories matching this topic...

A Multithreaded Client-Server Application in Java is a network-based system where a server program provides services to multiple clients over a network. In this type of system, the client and the server communicate with each other using messages. The multithreading feature allows multiple clients to be served simultaneously by the server,

  • Updated Feb 12, 2023
  • Java
UDP-Client-Server-Communication-Using-Java

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

  • Updated Feb 12, 2023
  • Java

This repository contains code and exercises related to my B.Tech SEM V studies, focusing on Computer Networks (CN Lab), Design and Analysis of Algorithms (DAAL), and Web Technologies (WT). The code in this repository is primarily for educational purposes, covering various concepts and algorithms learned during the semester

  • Updated Dec 9, 2024
  • Java

Improve this page

Add a description, image, and links to the computer-networking-lab topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the computer-networking-lab topic, visit your repo's landing page and select "manage topics."

Learn more