Saved Bookmarks
| 1. |
User datagram protocol is called connectionless because _____________(a) all UDP packets are treated independently by transport layer(b) it sends data as a stream of related packets(c) it is received in the same order as sent order(d) it sends data very quickly |
|
Answer» Correct answer is (a) all UDP packets are treated independently by transport layer Best explanation: UDP is an alternative for TCP and it is used for those purposes where speed matters most whereas loss of data is not a problem. UDP is connectionless whereas TCP is connection oriented. |
|