What connection-oriented protocol is utilized by the Transport layer?
A. HTTPS
B. UDP
C. TCP
D. SSL
Answer: C
Computer Science & Information Technology
You might also like to view...
Match the following terms with their description
I. Snap II. Shake III. Snip IV. Window snip V. Full-screen snip A. A good way to clear up a cluttered screen B. Automatically captures the entire screen C. A picture of your current screen D. Automatically captures the entire window selected E. A quick way to arrange open windows
Computer Science & Information Technology
The following is a legal C++ enumeration type:enum colorType {BLUE, GREEN, PINK, YELLOW, RED};
Answer the following statement true (T) or false (F)
Computer Science & Information Technology