Sign In
Ask Question
Marble
Computers & Technology
16 June, 18:19
Why UDP without flags and TCP has flags?
+3
Answers (
1
)
Alaina Gill
16 June, 18:39
0
UDP is without flags and TCP is with flags because TCP focuses on quality of transmission and UPD focuses on speed of the transmission.
Explanation:
The TCP (Transmission Control Protocol) first it establishes by 3-way handshake. It keeps track of every data packet. If the data packet send by the sender is not reached to the receiver it sends that data packet again after the timeout. For these functions to accomplish TCP needs flags such as SYN, ACK etc.
On the other hand UDP (User Datagram Protocol) does not focus on the quality of the transmission it focuses on the speed. It keeps sending the data packets it don't care if the data packet gets lost. Hence it doesn't needs the flags.
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“Why UDP without flags and TCP has flags? ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
Who created internet
Answers (1)
Consider the class ScopeTest defined this way: public class ScopeTest { public double x; public void method (double newX) { if (newX>0) { double y = Math. sqrt (newX); / /line1 } / /line2 } / /line3 } In which place (s) can we add y = newX; ? a.
Answers (1)
Your dad has given you his old digital scanner for your new computer you plug it into a USB drive on your Windows 8 computer but it fell so install what is the problem most
Answers (1)
What is the value of the totalsString variable after the following code is executed? var totals = [141.95, 212.95, 411, 10.95]; totals[2] = 312.95; var totalsString = ""; for (var i = 0; i < totals. length; i++) ";
Answers (1)
Suppose a worker needs to process 100 items. the time to process each item is exponentially distributed with a mean of 2 minutes, and the processing times are independent.
Answers (1)
New Questions in Computers & Technology
Which of the following is controlled by a computer operating system? a. System hardware (CPU, memory, storage, I/O devices) b. Application software (games, browser, office productivity, etc.) c. Both a and b d. Neither a nor b
Answers (1)
William found out that someone used his report on american culture without his permission. what is william a victim of?
Answers (1)
System is one in which you duplicate functions in order to improve the reliability and availability of a system.
Answers (1)
How many spaces should you use for an indent?
Answers (1)
A working model of a new product for testing purposes.
Answers (1)
Home
»
Computers & Technology
» Why UDP without flags and TCP has flags?
Sign In
Sign Up
Forgot Password?