Skip to content

Simple TCP & UDP server applications. Comp. Networks Final Project.

Notifications You must be signed in to change notification settings

FahadH31/linux_server_apps

Repository files navigation

Established TCP Connection Between 2 Virtual Machines

Established TCP Connection

Echo Server & Client Program Communication (TCP)

Messages From Server Messages on Client
Messages can be entered on the server, and are simultaneously displayed on the client.

TCP File Download Application Usage

File Download App - Success
The user enters a file name from the client-side, and is provided with the appropriate file from the server.

File Download App - Error Messages
Files must be a minimum of 100 bytes in size and exist on the server.

Time Server & Client Usage (UDP)

Time Client Result
For the server running on port 3005, the client returns the current date and time.

UDP File Download Application Usage

UDP File Download Client
Client program interaction. The logic loops to allow for multiple file downloads at a time.

UDP File Download Server
Server messages while client is running. No minimum file size is required.

About

Simple TCP & UDP server applications. Comp. Networks Final Project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages