McqMate
| Q. |
In TCP, sending and receiving data is done as |
| A. | stream of bytes |
| B. | sequence of characters |
| C. | lines of data |
| D. | packets |
| 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. | |
View all MCQs in
Computer Architecture and OrganizationNo comments yet