Computer Science, asked by krittika0112, 1 month ago

in tcp
1. sending and receiving data is done as stream of bytes

Answers

Answered by anushkakadam027
1

Answer:

stream of bytes

Explanation:

TCP provides stream oriented delivery between hosts communicating via an IP network and there are no message boundaries. TCP can concatenate data from a number of send () commands into one stream of data and still transmit it reliably.

Similar questions