121k views
3 votes
Which is true about TCP and UDP? Choose two answers.

TCP is a connection-oriented protocol
TCP is often used in video streaming apps
UDP is often used for sending documents
UDP does not acknowledge a receipt of data

User Dannio
by
5.2k points

1 Answer

3 votes

Answer:

TCP is a connection-oriented protocol

UDP does not acknowledge a receipt of data

Step-by-step explanation:

TCP (Transmission Control Protocol) is a protocol to transfer data, this is one of the most important protocols on the entire internet, this method was implemented from the beginning of the network.

UDP (User Datagram Protocol) this is a protocol faster than TCP because this method doesn't establish a connection to sent data, in this case, always sent data, but TCP is more secure than UDP, and for that UDP is used to transfer music or videos, and TCP websites and database.

UDP doesn't need acknowledgment is done by UDP, is only concerned with speed.

User Regomodo
by
5.8k points