Which of the following protocols is commonly used to stream video?

A. LTE
B. LEC
C. RTSP
D. GSM


Answer: C

Computer Science & Information Technology

You might also like to view...

MC Users of classes are referred to as______ .

a) clients. b) remote identities. c) operators. d) None of the above.

Computer Science & Information Technology

It has been said that the Internet could exist without the Web, but the Web couldn't exist without the Internet. Why is this true?

What will be an ideal response?

Computer Science & Information Technology

A heap is a ______.

a) general tree b) table c) full binary tree d) complete binary tree

Computer Science & Information Technology

Which of the following is NOT a precondition for an array that is to be sorted by a recursive binary search algorithm? (first is the index of the first item in the array, last is the index of the last item in the array, and SIZE is the maximum size of the array)

a) SIZE <= first b) 0 <= first c) last <= SIZE – 1 d) anArray[first] <= anArray[first + 1] <= … <= anArray[last]

Computer Science & Information Technology