Write a TCP client server program for echo message.
Answers
Answered by
0
hey mate here is u r answer
We will now use the elementary functions from the previous chapter to write a complete TCP client/server example. Our simple example is an echo server that performs the following steps:
The client reads a line of text from its standard input and writes the line to the server.
The server reads the line from its network input and echoes the line back to the client.
The client reads the echoed line and prints it on its standard output.
hope it is helpful for you
please listen while teacher/sir explaining
We will now use the elementary functions from the previous chapter to write a complete TCP client/server example. Our simple example is an echo server that performs the following steps:
The client reads a line of text from its standard input and writes the line to the server.
The server reads the line from its network input and echoes the line back to the client.
The client reads the echoed line and prints it on its standard output.
hope it is helpful for you
please listen while teacher/sir explaining
Similar questions