Saved Bookmarks
| 1. |
In TCP, sending and receiving data is done as _______(a) Stream of bytes(b) Sequence of characters(c) Lines of data(d) Packets |
|
Answer» Right option is (a) Stream of bytes For 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. |
|