1. Write down a client-server socket using UDP protocol for the following: The client program will ask the user to enter an English sentence. This client program will send this sentence to the server program and the server program will count the number of vowels present in that sentence and send back that number to the client program. Finally, the client program will output that number to the user.
2. Write down a client-server socket using TCP protocol for the following: The client program will ask the user for a positive integer number which is greater than one and this number will be send to the server program. In reply, the server will tell the client program whether this number is prime or not.