Write a program with two parts: 1) a client, and 2) an arithmetic server. The job of the client is to accept input from the keyboard and translate strings that you type into requests to the arithmetic server. In other words, the client should translate strings such as "3 + 4" into a request to the arithmetic server. There are two versions of this program you have to implement: 1. The client and server communicate using UDP. 2. The client and server communicate using TCP. You have to submit the following: (a) the client program (b) the server program (c) output showing your program works correctly (you can run both the client and the server on the same computer for generating this output)
Implementing an arithmetic server using sockets
Write a program with two parts: 1) a client, and 2) an arithmetic server. The job of the client is to
accept input from the keyboard and translate strings that you type into requests to the arithmetic
server. In other words, the client should translate strings such as "3 + 4" into a request to the
arithmetic server.
There are two versions of this program you have to implement:
1. The client and server communicate using UDP.
2. The client and server communicate using TCP.
You have to submit the following:
(a) the client program
(b) the server program
(c) output showing your program works correctly (you can run both the client and the server on the same computer for generating this output)
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images