What is TCP and UDP?
Sigiloso
TCP (Transmission Control Protocol): Connection-oriented protocol, once a connection is established, data is able to be transmitted in two directions. Has built-in systems to check for errors and to guarantee data will be delivered in the order it was sent. Safer than UDP UDP (User Datagram Protocol): Connectionless protocol, data is just constantly sent to the destination weather or not they receive it. Also does not require error-checking and recovery services.