Which of the following is an advantage of UDP over TCP?

A. It is connection based.
B. It uses flow control.
C. It transfers packets faster.
D. It uses connection handshakes.


Answer: C. It transfers packets faster.

Computer Science & Information Technology

You might also like to view...

Answer the following questions true (T) or false (F)

1. We can assign a base class object to a derived class variable. 2. Virtual functions allow old code to call new code.

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Pre-paging occurs when the system finds itself spending so much time swapping pages into and out from memory that little time is left for useful work. 2. Memory mapping is a technique for managing memory. 3. Traditionally, the key measure of multiprogramming effectiveness is response time. 4. The system operator manages the processor’s time by determining which application program is executed next. 5. On many systems, a control block is created to hold a partition’s key control flags, constants, and variables.

Computer Science & Information Technology

List the skills that you need to become proficient at analyzing malware.

What will be an ideal response?

Computer Science & Information Technology

The regular expression flag _____ specifies that white space characters within the regular expression should be ignored.

A. ?i B. ?s C. ?m D. ?x

Computer Science & Information Technology