Description
V Semester – CSE ‘B’
UCS1511 NETWORKS LAB
Exercise 2a: SIMPLE CLIENT SERVER USING TCP
Develop a socket program to establish a client server communication. The client sends data to server. The server replies to the client.
Sample Input Output
Client Side
Client: Hello! How are you?
Message from Server: I am fine.
Server Side
Message from Client: Hello! How are you?
Message sent: I am fine.




Reviews
There are no reviews yet.