TRANSPORT LAYER
INTRODUCTION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Works well in unidirectional communication, suitable for broadcast information.
|
|
It does three way handshake before sending datagrams
|
|
It provides datagrams, suitable for modeling other protocols such as in IP tunneling or Remote Procedure Call and the Network File System
|
|
The lack of retransmission delays makes it suitable for real-time applications
|
Detailed explanation-1: -The correct answer is option 3. Concept: The User Datagram Protocol (UDP) is a network communication protocol that makes it easier to send and receive messages between computers. It’s a replacement for the Transmission Control Protocol (TCP) (TCP).
Detailed explanation-2: -Which of the following is false with respect to UDP? Explanation: UDP is an unreliable, connectionless transport layer protocol that provides message-based data transmission. TCP is an example of connection-oriented protocols.
Detailed explanation-3: -User Datagram Protocol (UDP) UDP is also a transport-layer protocol and is an alternative to TCP. It provides an unreliable datagram connection between applications. Data is transmitted link by link; there is no end-to-end connection.