Using this code the client and server can perform a half duplex communication, i.e. the server can send a message to the client and upon recieving that message the client can response with another messsage
A simple Server acknowledgement code. Server sends a greeting message to client upon successful connection
Server-Client Code that sends the current Date and Time to the Client upon connection with the Server and the Client displays that message
Server-Client code in which the Client sends a string to the Server which is returned after doing operations on it, in this case, conversion to upper case
Server-Client Code in which the Server fetches and displays a file for a client.
Server-Client code to establish connection b/w the client and the server using the User Datagram Protocol
Same as TCP>Q3, using UDP
Same as TCP>Q5, using UDP
Note: These Codes work only in a Linux Environment
How to Run: Compile using gcc in Linux, first run the server and then the client