Question: For the following question code should be written in C. The Localhost (127.0.0.1) is the the IP address. Simple socket programming for UDP client-server. (10
For the following question code should be written in C.
The Localhost (127.0.0.1) is the the IP address. Simple socket programming for UDP client-server.

(10 points) Write a UDP server and a UDP client program, where the UDP client gets a text message from the user, attaches a header ("UDP Client 1") to the message and sends to the UDP server. On receiving this message, the UDP server parses the message, strips the header, displays the message in terminal, converts the message to uppercase, attaches another header ("UDP Server") to the message and finally sends it to the client On receiving this packet, UDP client should strip the header and display the message it received from the server. You may assume that both the server and the client knows the length of the respective header fields. (10 points) Write a UDP server and a UDP client program, where the UDP client gets a text message from the user, attaches a header ("UDP Client 1") to the message and sends to the UDP server. On receiving this message, the UDP server parses the message, strips the header, displays the message in terminal, converts the message to uppercase, attaches another header ("UDP Server") to the message and finally sends it to the client On receiving this packet, UDP client should strip the header and display the message it received from the server. You may assume that both the server and the client knows the length of the respective header fields
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
