Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Which of the following answers are true about TCP and UDP? a . TCP is a connection oriented and reliable protocol. UDP is connectionless and
Which of the following answers are true about TCP and UDP?
a
TCP is a connection oriented and reliable protocol. UDP is connectionless and unreliable. When you send a message using a UDP socket, you do not know if it will get there; it could get lost on the way.
b
TCP is ordered. If we send two messages using a TCP socket, one after the other, then TCP will ensure that the first message gets to the destination first. We do not have to worry about data arriving in the wrong order. UDP is not ordered. If we send two messages using a UDP socket, then we do not know what order they will arrive.
c
TCP is heavyweight and the UDP is lightweight. UDP is faster and TCP is more reliable.
d
All of the above.
e
None of the above.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started