Description
Network Programming Laboratory (UCS413) Assignment#5
WAP to implement a string reversal client-server user-level application using TCP/UDP socket API in C. You need to setup client-server connection, once connection setups, server accepts strings from clients and replies with reverse strings. For example, when client sends “THAPAR”, Server replies with “RAPAHT”. Both server and client have to output both sending & receiving strings on the terminal. The server and client processes should be run on different machines.




Reviews
There are no reviews yet.