If a datagram was lost in a streaming video application using UDP, __________.
a) the application would fail
b) the user would experience a short pause in the video playback
c) the application would wait for the lost datagram to be retransmitted
d) nothing would happen
b) the user would experience a short pause in the video playback
You might also like to view...
Relational operators all have higher precedence than arithmetic operators.
Answer the following statement true (T) or false (F)
Which of the following statements about the conditional operator (?:) is false?
a. The conditional operator is a ternary operator, meaning that it takes three operands. b. The first operand is a boolean expression. c. The second operand is the result value if the condition evaluates to false. d. The second operand is the result value if the condition evaluates to true.