Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Characteristics of the UDP transport protocol: (circle all that apply) Question

ID: 3866273 • Letter: C

Question

Characteristics of the UDP transport protocol: (circle all that apply)

Question 9 options:

uses ports

supports flow control to regulate transmission rate

data arrives as individual messages

uses IP addresses

data arrives as a stream of bytes

guarantees data packets will reach target

sends data broken up into units or “packets”

initiates a connection with “three-way handshake”

guarantees data packets will reach target in order sent

A)

uses ports

B)

supports flow control to regulate transmission rate

C)

data arrives as individual messages

D)

uses IP addresses

E)

data arrives as a stream of bytes

F)

guarantees data packets will reach target

G)

sends data broken up into units or “packets”

H)

initiates a connection with “three-way handshake”

I)

guarantees data packets will reach target in order sent

Explanation / Answer

answer:

A) uses ports: it has source port and destination port numbers in its header

C)data arrives as individual messages: UDp is Message oriented

D)uses IP address: when sending data using UDP packets are sent to an IP address

G)sends data broken up into units or packets:UDP a used for sending bits of data known as packets over the Internet

I)guarantees data packets will reach target inorder: packets sent via UDP arrived at destination in the same order in which they transmitted