You are to write a UDP connectionless client-server pair in the language of your
ID: 3809776 • Letter: Y
Question
You are to write a UDP connectionless client-server pair in the language of your choice. The client will send a UDP message to the server, e.g. "Hello". The server will start and run on port number 5432 and return the original message concatenated with a humorous message as an ASCII string to the client on port 5433. The client will then present a formatted string to the monitor. As an example, the basic output should look like: Your client program sends "Hello" Your client program would receive the string "Hello - Don't cat yellow snow" from the server.Explanation / Answer
*************************server side********************