COMPUTER NETWORKING

INTRODUCTION

PROTOCOL LAYERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Transport Layer Protocol:UDP-Select ALL the true statements about it ____
A
Establishes a connection between sending and receiving devices.
B
Breaks data into packets without numbering them.
C
Packets are Read by receiving device in the order they arrive, even if that not the order they were sent.
D
only sends each packet once, and doesn’t check packets have been received. This saves time but no way of knowing if packets have been lost in transit.
E
will check all packets have been transferred correctly. If not the missing/corrupted packets can be resent.
Explanation: 

Detailed explanation-1: -The correct answer is option 3, i.e. UDP. The main role of Transport Layer is to provide communication services directly to the application processes running in different hosts.

Detailed explanation-2: -User Datagram Protocol (UDP) refers to a protocol used for communication throughout the internet. It is specifically chosen for time-sensitive applications like gaming, playing videos, or Domain Name System (DNS) lookups.

There is 1 question to complete.