________ is a transport layer protocol that is connectionless and provides no reliability, no windowing, no reordering, and no segmentation
A) UDP
B) TCP
C) IP
D) ICMP
A
Explanation: A) The User Datagram Protocol (UDP) provides no reliability (error correction or retransmission), no windowing (flow control), no reordering (it will drop any packets that are received out of order), and no segmentation (it will not "chop up" large data chunks for transmission).
You might also like to view...
In order to ensure there is proper airflow in a new computer, which of the following should be performed?
A. Install a passive hard drive cooler. B. Unplug the redundant power cables from the motherboard. C. Install rounded IDE cables. D. Drill holes in the PC's case to create more airflow.
Which of the following statements is true?
a. Interpreted programs run faster than compiled programs. b. Compilers translate high-level language programs into machine language programs. c. Interpreter programs typically use machine language as input. d. None of the above.