Hello iMarcus,

TCP and UDP as far as Java sockets are concerned are quite similar in implementation

UDP uses Datagram packets to transfer the information (with TCP you would simply use...