CS435 - Distributed Systems
with Dr. Basit Qureshi
Tutorial 4
_____________
Complete the following tasks. Read through this tutorial on Java socket programming in Java.
Read Notes of Networking
Do the following:
_____________
Download TCPClient.java
Download TCPServer.java
Compile and run both programs in your IDE. One must run server first and then the client.
Read readMe.pdf and modify the code accordingly.