Q) Write a client/ server program,
in c using
TCP socket to do the following's
a. The client will send a string to the server
b.
server will send the string back
to the client
Answers
Answered by
0
Explanation:
we are creating a connection between client and server using TCP then it has few functionality like, TCP is suited for applications that require high reliability, and transmission time is relatively less critical. It is used by other protocols like HTTP, HTTPs, FTP, SMTP, Telnet. TCP rearranges data packets in the order specified. There is absolute guarantee that the data transferred remains intact and arrives in the same order in which it was sent. TCP does Flow Control and requires three packets to set up a socket connection, before any user data can be sent. TCP handles reliability and congestion control. It also does error checking and error recovery. Erroneous packets are retransmitted from the source to the destination.
The entire process can be broken down into following steps:
The entire process can be broken down into following steps:
Similar questions
India Languages,
2 months ago
Math,
2 months ago
Biology,
4 months ago
Biology,
9 months ago
Computer Science,
9 months ago