in tcp
1. sending and receiving data is done as stream of bytes
Answers
Answered by
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