Saved Bookmarks
| 1. |
Transmission control protocol ___________(a) is a connection-oriented protocol(b) uses a three way handshake to establish a connection(c) receives data from application as a single stream(d) all of the mentioned |
|
Answer» The correct answer is (d) all of the mentioned To explain: TCP provides reliable and ordered delivery of a stream of bytes between hosts communicating via an IP network. Major internet applications like www, email, file transfer etc rely on TCP. TCP is connection oriented and it is optimized for accurate delivery rather than timely delivery. |
|