1) Write a client server program using TCP where client sends two numbers and server responds with sum of them.
2) Write a client-server program using TCP sockets to echo the message send by the client.
3) Write an UDP client and server program to do the following: Client send any string and server respond with its capital string.
4) Write a Java Client and Server Program to get date time from server on the client request.
5) Write a client program to send any string from its standard input to the server program. The server program reads the string, finds number of characters and digits and sends it back to client program. Use connection-oriented or connection-less communication.
Academic requirements:
• Your work must be submitted as programming on the given assignment along with output screen shots .