You are required to write an Echo Client and an Echo Server program. The echo client communicates with the echo server using UDP. The programs shou
You are required to write an Echo Client and an Echo Server program. The echo client communicates with the echo server using UDP. The programs should fulfill the following requirements:
Client:
1. Prompts the user to input the IP address, port number of the server, and a message to send to that server.
2. Sends the message to the server.
3. Display the server replay by using the same socket.
4. Displays an error message if the IP address or port number were entered incorrectly.
5. The client should be able to send multiple messages to the server. You may need to consider using the infinite loop as we discussed in the class.
Server
1. Receives the message from the client.
2. Change the letters of the message to “capital letters” and send it back to the client by using the same socket.
3. The server should be able to send multiple messages to the client. You may need to consider using the infinite loop as we discussed in the class.
Note:
1. Java language should be used.
2. Do NOT hard code the server address and port number in your source code.
3. Your program should work under MS-DOS window (command line). You need to compile your code by using JavaC.
Collepals.com Plagiarism Free Papers
Are you looking for custom essay writing service or even dissertation writing services? Just request for our write my paper service, and we'll match you with the best essay writer in your subject! With an exceptional team of professional academic experts in a wide range of subjects, we can guarantee you an unrivaled quality of custom-written papers.
Get ZERO PLAGIARISM, HUMAN WRITTEN ESSAYS
Why Hire Collepals.com writers to do your paper?
Quality- We are experienced and have access to ample research materials.
We write plagiarism Free Content
Confidential- We never share or sell your personal information to third parties.
Support-Chat with us today! We are always waiting to answer all your questions.