📝 Question
#2054
In TCP, sending and receiving data is done as _______
✓
Correct Answer
A. 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.
⌨️ Press
A
B
C
D
to select