Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.65 KB

README.md

File metadata and controls

20 lines (19 loc) · 1.65 KB

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.