Hello guys I am still new to the network world and just wanted to ask if someone could explain to me briefly the difference between TCP and UDP.
TCP is more reliable, if all data must be sent without corruption it's a better choice because it has acknowledgment system (Promising the other side received the data) UDP is for sending the data faster with the risk of losing some parts.It Has no acknowledgment system and the other side might miss some parts of the transferred data. Common protocol for media over the network.