(AJ) – PRACTICAL LIST 1 Write a TCP Client-Server program to get the Date & Time details from Server on the Client request. 2 Write a UDP Client-Server program in which the Client sends any string and Server responds with Reverse string 3 Write a client server program using TCP where client sends a string and server checks whether that string is palindrome or not and responds with appropriate message. 4 Write a client-server program using UDP socket. Client send list of N numbers to server and server respond the sum of N numbers. 5 Write a client-server program using UDP socket. Client send the list of N strings and server responds the concatenation of those strings. 6 Create chat application using either TCP or UDP protocol. 7 Consider Bank table with attributes AccountNo, CustomerName, Balance, Phone and Address. Write a database application which allows insertion, updation and deletion of records in Bank table. Print values of all customers whose balance ...