πŸ“Š Computer Architecture and Organization
Q. In TCP, sending and receiving data is done as
  • (A) stream of bytes
  • (B) sequence of characters
  • (C) lines of data
  • (D) packets
πŸ’¬ Discuss
βœ… 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.


Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
767
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
84%
Success Rate