Describe the difference between TCP and UDP.

TCP (Transport Communication Protocol) allows for guaranteed communication between two machines. Connections are established with acknowledgements, and the receiver will also send acknowledgements when packets are received. This is great when transmitting important data, but introduces a lot of overhead.UDP (User Datagram Protocol) gets rid of all this overhead. Once the connection is established, that's it. The server fires out all this data and has absolutely no idea whether or not all or some or even none of it has reached its final destination. This is generally only used in situations when speed is of great importance. If the client is missing some packets and desperately needs them, a request can be sent for the missing packets to be resent.

Answered by Lewis W. Computing tutor

1226 Views

See similar Computing A Level tutors

Related Computing A Level answers

All answers ▸

Calculate -3 + 3 using Two's Complement and the Sign and Magnitude Method. Which works correctly?


What is Https?


The numbers 6B and 12 are displayed in hexadecimal form. Convert them into binary form and perform binary addition to find the sum. Convert your answer back into hexadecimal. Show your workings.


How can the idea of precondtioning as part of 'Thinking Ahead' benefit a programmer when writing code?


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy