Question: Write a TCP/IP client application that should connect to a TCP/IP server running at 139.57.100.45:12000. Your client can be developed in any language you like:
Write a TCP/IP client application that should connect to a TCP/IP server running at 139.57.100.45:12000. Your client can be developed in any language you like: Java, python, C, C++, C#, Go, etc. Your client application is very very simple and should conduct the following steps: connect to the server, send a question in the form of a string over the connection, and read the answer sent by the server. Your question should be simple and not too long (up to 100 characters, including the question mark). The server will send a String as a response. For completing this question, you will need to write here the following items: (i) the exact answer of the server, (ii) your code (it should be concise e include comments).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
