COMPUTER NETWORKING

TRANSPORT LAYER

USER DATAGRAM PROTOCOL UDP

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
TCP provides stream delivery service
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -TCP provides reliable stream delivery of data between Internet hosts. Like UDP, TCP uses Internet Protocol, the underlying protocol, to transport datagrams, and supports the block transmission of a continuous stream of datagrams between process ports.

Detailed explanation-2: -The statement which holds true for TCP protocol is a) It provides connection-oriented, reliable packet transfer service. A suite of protocol, used for communication which in return is used to interconnect all other network devices on the internet is called Transmission Control Protocol (TCP) or Internet Protocol (IP).

Detailed explanation-3: -Stream Versus Packet-TCP/IP is a stream-oriented protocol, while UDP is a packet-oriented protocol. This means that TCP/IP is considered to be a long stream of data that is transmitted from one end of the connection to the other end, and another long stream of data flowing in the opposite direction.

Detailed explanation-4: -TCP guarantees delivery of data and also guarantees that packets will be delivered in the same order in which they were sent.

There is 1 question to complete.