Question

Explain the differences between UDP and TCP.

Explain the differences between UDP and TCP.

Homework Answers

Answer #1

Differences Between UDP and TCP:

UDP TCP
Connection Less Protocol Connection Oriented Protocol
Data delivery not guarenteed Data delivery is guarenteed
Basic Error Checking (CheckSum) Extensive Error Checking Support
Less Reliable More Reliable
Data/Packets may be received out of order. Data/Packets received in order i.e. in the same sequence in which they were sent.
Faster And Lightweight Slower And Heavyweight
No Retransmission Of Lost Packets Retransmission Of Lost Packets possible
Applications: Video Streaming, Online Gaming, VoIP, etc Application: World Wide Web (HTTP/HTTPS), FTP, SSH, Email, etc
Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
What are the Differences and similarities between TCP and UDP
What are the Differences and similarities between TCP and UDP
5) Discuss how demultiplexing is carried out using BOTH TCP and UDP. [5 marks] 6) Can...
5) Discuss how demultiplexing is carried out using BOTH TCP and UDP. [5 marks] 6) Can the receiver of UDP packet be absolutely sure that no errors have occurred? Explain your answer. [5 marks] Please explain clearly and label each answer properly.
What is TCP three-step handshake? What happens if the handshake is not successfully completed? What technological...
What is TCP three-step handshake? What happens if the handshake is not successfully completed? What technological development led to the CSMA/CD protocols becoming obsolete? Give an example of a networking protocol that we have discussed in class that utilizes UDP over TCP. Provide two pros and two cons to switiching the protocol over to tcp
Which properties is supported by UDP protocol acknowledgement number - SYN flag Window Field Which Properties...
Which properties is supported by UDP protocol acknowledgement number - SYN flag Window Field Which Properties are supported by TCP protocol : Acknowledgement number SYN flag Window Flag
QUESTION 8 To hijack a TCP connection, it is necessary for the attacker to perform a...
QUESTION 8 To hijack a TCP connection, it is necessary for the attacker to perform a number of tasks. Select the best answer from what is given below. (Note: There is only one correct answer.) 1. Monitor and intercept packets between victim hosts 2. Launch a successful SYN flooding attack to mute a victim host for the attacker to impersonate 3. Guess or derive correctly TCP sequence numbers 4. Carry out a successful denial of service attack on the victim...
Explain the differences between the PhD and PsyD.
Explain the differences between the PhD and PsyD.
Explain differences between inviscid and viscous flow.
Explain differences between inviscid and viscous flow.
What are the major differences between public health and healthcare? Explain at least two differences.
What are the major differences between public health and healthcare? Explain at least two differences.
6.Explain the differences between absolute and comparative advantage. 7. Explain the relationship between scarcity and opportunity...
6.Explain the differences between absolute and comparative advantage. 7. Explain the relationship between scarcity and opportunity cost.
The code I have written runs but I need it us UDP not TCP. Also I...
The code I have written runs but I need it us UDP not TCP. Also I just need someone to check my work and make sure that it works properly. The python code needs to be run with command line so you can add more than one client. The directions: 1. The chat is performed between 2 clients and not the server. 2. The server will first start up and choose a port number. Then the server prints out its...